Questions tagged as 'wsdl'

1
answer

Declaring namespaces in XML in classes imported by WSDL (jax-ws)

I'm developing a WebService application using jax-ws. In this model, after importing the WSDL, the IDE generates the classes that will be used in the information exchange. However when I create the object and pass as a parameter I get the messag...
asked by 18.07.2017 / 21:29
0
answers

NF-e in Delphi accessing WSDL

NF-e in Delphi accessing WSDL. I'm not experimenting on accessing servers in WSDL, nor NFe. I have available some encapsulated methods reported to be used in Delphi . The method I'm trying to access is this: function RecepcionarLote...
asked by 24.05.2017 / 17:31
2
answers

Consume data from an external web service, such as instantiating the class after the "import" of the WSDL?

I do not know anything about WEB-SERVICES , this being the first time I'm using it. After a lot of research I was able to "import" the WSDL file into java and thus "map" all classes of Web-Service , but this created me many classe...
asked by 24.07.2014 / 14:39
1
answer

Consume web service (WSDL) in PHP

I do not have much practical experience with web services. I need to use some methods of this: link Can anyone help me on how to connect to it in PHP and get the feedback? For example: There is a method called GerarToken () that receiv...
asked by 07.03.2018 / 19:11
1
answer

WEBSERVICE ASP.NET Method not found

I have a problem with a webservice that I created and I tried several options and I could not solve it. I have a list of Methods available as shown below WhenIselecttheVAPSmethod,theformforfillinginthefieldsappearscorrectlyandifIfillinand...
asked by 23.10.2017 / 17:28
2
answers

How to define Enumeration in JSON

I have the following enumeration in XSD for a WSDL <xsd:simpleType name="tipoDocumento"> <xsd:restriction base="xsd:string"> <xsd:enumeration value="INICIAL"/> <xsd:enumeration value="FINAL"/>...
asked by 03.07.2017 / 13:48
2
answers

Wsimport of multiple equal services with several unnecessary operations

In Java, I'm using the wsimport tool. The process works. However there are some problems. I have to do the wsimport in the services of several different providers (all of them third, I have no control over them). WSDLs are almost identical, j...
asked by 14.12.2016 / 16:53
1
answer

Retrieve WSDL from WebService NFe ASMX

How do I retrieve the WSDL from this service: link I need the WSDL to add it by Netbeans, there I can only add the WSDL and this is final asmx. EDIT : My CLasse looks like this: String nfeCabecMsg = "<nfeCabecMsg xmlns=\"http://...
asked by 10.02.2016 / 19:29
1
answer

consume webservice wsdl with php

Hello, I have a question, I do not know where to start to consume the webservice, I've implemented other simpler webservices, but this one I'm not sure which fields are listed: <iked:Categories> <!--Zero or more rep...
asked by 11.02.2015 / 21:21
1
answer

NUSOAP - WSDL STYLE DOCUMENT / LITERAL

I currently have 2 webservices running in hospitals that work seamlessly with STCLE / ENCODED STYLE however we will implement in a software for a factory and there they have problem to consume this type of service. It turns out that switching...
asked by 06.05.2014 / 03:45