Questions tagged as 'soap'

0
answers

Oracle XMLTable fails when the xml to parse is too long

I'm working with soap web services and trying to parse an xml with the oracle XMLtable command and inserting it into a table fails when the xml has many lines (2 million). It works well when the file has few lines. This is a summary of the comma...
asked by 26.02.2018 / 16:17
0
answers

REST wrapper for SOAP service with support for HATEOAS

I did a REST wrapper to consume some SOAP services. Now I need to add support for HATEOAS but, for the resources I use the self generated classes with the library maven-jaxb2-plugin . For example, the auto generated class BookDetails...
asked by 20.02.2018 / 13:37
1
answer

Doubt with SOAP method functions

How do you interpret this? use this code $url="miurlwsdl"; $client = new SoapClient($url,array("trace" => 1)); $f=$client->__getFunctions(); var_dump($f[0]); and throws this at me string (101) "AuthenticateIni...
asked by 06.02.2018 / 18:06
0
answers

inconvenience when consuming WebService SOAP from C #

I want to consume this WS SOAP, I select the method "AuthenticaInicioOperacion" it asks me for 3 input data and only returns the name of the method, nothing more. $url = "http://sptc.mtc.gob.pe/qacitv/WSInterOperabilidadCITV.svc?wsdl"; try...
asked by 01.02.2018 / 22:40
1
answer

PHP How do I send an XML to a SOAP service?

I have a question, I need to send this XML format to a SOAP service to get an answer, but I do not know how to add those headers <?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org...
asked by 19.12.2017 / 16:46
0
answers

Problems with soapclient SOAP-ERROR: Encoding: object has not 'catalogRequest' property

Greetings I am trying to communicate to a SOAP server via php with SoapClient but I get the following error:    SOAP-ERROR: Encoding: object has not 'catalogRequest' property $servicio = 'https://servicioswebqa.axa.com.mx:9104/B...
asked by 18.12.2017 / 18:31
1
answer

Client SOAP FATCA Tax Agency java

Good I am trying to consume the SOAP of the tax agency of FATCA (290). I can not receive a valid response receiving an SOAPFaultException exception. My code with which I consume the SOAP is: Receipt response = null; KeyStore keyStore = KeyStor...
asked by 26.10.2017 / 16:30
0
answers

Can a web service rest in a soap be converted?

Good morning the reason for my question is more informative is whether you can perform the conversion of a web service rest to a soap, since I have read several information on indicates that you can perform this procedure from soap to rest throu...
asked by 09.10.2017 / 16:57
0
answers

Consuming SOAP with jquery

Greetings Community I am trying to consume a SOAP service with jquery.soap but I do not know much about the SOAP topic and I am a little confused because it throws me the status well but it does not print anything. $(document).ready(function (...
asked by 01.09.2017 / 20:38
0
answers

How to send the data of an XML (I am the client) to a WDSL

Greetings, I have an Oracle DB that creates an XML file that contains data that I need to be able to send or consume to a WSDL. I already have the XML ready, but what I do not know is how to send the file or the information.     
asked by 11.08.2017 / 18:30