Questions tagged as 'wsdl'

0
answers

WSDL Soap with PHP giving error

I have the following code try { $client = new SoapClient("link.wsdl"); $function = "METADOPRINCIPAL"; $arguments = array( 'METADOPRINCIPAL' => array( 'Msg' => array( 'Transacao' => array( 'ME_DVW'...
asked by 09.01.2018 / 14:45
1
answer

Consume webservice wsdl in java

I need to consume a webservice wsdl but I do not know how to load a method and pass the parameters inside that webservice so that it returns the desired value. This is the webservice: This XML file does not appear to have any style informa...
asked by 22.02.2017 / 13:10
0
answers

How to read the specifications of a Web Service REST [closed]

Hi, I need to create a project with consists of consuming a web service REST, where consuming this web service I need to generate an XML with the information / specifications of it, what are your methods, method return types, method parameter...
asked by 27.10.2014 / 19:57
1
answer

Difference between WADL and WSDL

Simply put, what is the difference between the WSDL and WADL specifications, as they relate to: Access Method Limitations I still do not understand when to use one or the other.     
asked by 22.04.2015 / 15:30
1
answer

When I use an "Endpoint" class to publish a Web Service, where is the WSDL created?

For example, I have 3 classes in my Web Service: 1 - An SEI (the Web Service Interface): package calc; import javax.jws.WebService; import javax.jws.WebMethod; import javax.jws.soap.SOAPBinding; import javax.jws.soap.SOAPBinding.Style; @W...
asked by 21.04.2015 / 18:48
1
answer

Error sending NFe

I'm trying to issue NFe using SEFAZ RS's webservice, however it's generating some errors when I call the nfeAutorizacaoLote method. It looks like the error is in the webservice configuration. By referencing URL for Visual Studio, the...
asked by 08.08.2017 / 16:30
2
answers

Add SOAP Header in SOAP C #

I'm trying to add a custom header in a SOAP service using C # . I've tried everything and I have not found a solution that works. I am adding the C # Web Services service. I've already tried to override GetWebRequest , but it did not...
asked by 13.10.2016 / 15:42
1
answer

Problems with nfe's WSDL import

I have an error that I can not figure out what it is. I got the SWDL from NfeAuthorization (homologation) and used Axis2 to generate the classes. I solved some import and lib problems, but there are still some problems. Excerpt from the code...
asked by 31.12.2014 / 13:30
1
answer

Share enum of a web service with the client

I created a web service where you have enumerators to keep track of an integer attribute, I would like to know how I can access this enumerator from another project in which I am using this web service. Edit:     
asked by 14.03.2018 / 17:30
2
answers

Problem communicating with eSocial webservice

I have the following problem communicating with eSocial webservice, I'm using C # so I added the webservice reference in my project and now I need to send an XML, and what I thought was: to establish a secure connection, define a certificate, an...
asked by 20.11.2017 / 18:06