Questions tagged as 'soap'

2
answers

Calling a SOAP service from a server that uses REST in JAVA

Good morning. I have an application in JAVA that has defined Rest services and I want to consume within this application SOAP services, this is possible ??? That is to say when making a GET request to the URL link my application internal...
asked by 05.07.2017 / 04:12
1
answer

SUNAT SOAP-ERROR: Parsing WSDL: binding 'BillServicePortBinding' already defined

I am trying to send the SUNAT production web service and it returns the SOAP-ERROR error: Parsing WSDL: 'BillServicePortBinding' already defined. I have seen that the solution is to modify the WSDL, but I am not sure what to remove or fix. This...
asked by 28.06.2017 / 20:26
0
answers

Why does a call to a SOAP service from a WebAPi throw an error?

I am trying to make a call to a SOAP web service from a method in a WebAPI. This throws me this error: An asynchronous module or handler completed while an asynchronous operation was still pending But I'm not calling the SOAP service with...
asked by 22.06.2017 / 17:41
0
answers

Get data only from some soap objects in android and show in listview

I am consuming SOAP services and this is the result that the soap object shows me: getContractsByDocSubscriberResponse { return = anyType { codError = 0; msjError = OK; dataContracts = anyType { contract = 2080086; p...
asked by 21.03.2017 / 23:37
1
answer

C # Pass dataTable to web service SOAP

I have a question about sending information to a Web Service. From code I have a DataTable that is filled with a query to Database, which I want to send to the Web Service in xml format. How to send a DataTable to a webservice in XML format?...
asked by 10.05.2017 / 19:01
0
answers

C # Consume Oracle Web Service Return Null

Good I have a quite big problem that has taken me Days of Days and I continue in the investigation I try the WSDL from the SoapUI and everything Marcha to perfection. but when trying to consume from .net C # the query sends the paramete...
asked by 02.03.2017 / 17:27
1
answer

Accept-Encoding Header for SoapClient

There is no way to include a 'Accept-Encoding: gzip, deflate' header to a SoapClient request with SoapHeader and __setSoapHeaders. Can someone guide me? $sc = new SoapClient($url1, array("trace" => true, "exceptions" => false)); $sh = n...
asked by 15.12.2016 / 13:18
0
answers

What is the correct way to generate a header and body in a wsdl file?

Friends, I'm building a file wsdl that carries a header and body , which I build them in the binding of the same, the problem is when I generate the input request where the header is not build with the attributes with...
asked by 14.09.2016 / 23:21
0
answers

Error generating classes vb.Net 2015 from xsd with xsd2code ++

The Spanish Tax Agency (AEAT) has published a series of xsd for the new system of Immediate Supply of Information (SII) that will come into force as of July 2017.
asked by 24.02.2017 / 18:26
1
answer

problems generating a WebService

server.php require_once('DB.php'); $uri = "http://localhost/dwes18/distancia/E7/version1/web2"; $server = new SoapServer(null, array('uri' => $uri)); $server->setClass("DB"); $server->handle(); cliente.php header('C...
asked by 31.01.2018 / 15:59