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...
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...
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...
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...
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...
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"/>...
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...
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://...
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...
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...