Questions tagged as 'soap'

0
answers

genexus error. soap (wsdl) (xmlwrite) [closed]

I get the following error if someone can help me Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: sun/io/CharToByteConverter at com.genexus.xml.XMLWriter.writeStartDocument(Unknown Source) at Sdtwsaa.log...
asked by 30.09.2017 / 01:36
0
answers

New AFIP API in PHP

How to implement the new SOAP service of the API of AFIP in PHP ? This question is born since I know that many people have the same thing and I hope we will reach a solution. Until just over a week ago I had been using the api...
asked by 27.11.2017 / 19:38
1
answer

problems with soap and php

I need to call a function in a wsdl , for which I am using __soapCall() but at the time of using it I get the following error:    " Fatal error: Uncaught SoapFault exception: [HTTP] Could not connect to host in C: \ xampp \ htdo...
asked by 05.04.2017 / 15:09
1
answer

You can call a WSDL locally using PHP

I am learning how to use Soapclient in PHP and I get an error when trying to consume a service:    link This returns the following error to me    Parsing WSDL BillServicePortBinding already defined According to what I was inves...
asked by 03.03.2017 / 00:48
0
answers

SOAP web service consumption with certificates

I must make an application in C# where I can consume a web service of a Bank, using certificates: These are the transport, messaging and security management protocols in the messages: Transport Protocol: HTTPS in two ways Messaging...
asked by 15.12.2016 / 13:55
0
answers

How to generate the client that shows the data of this service echo in NuSoap

Hello, I have the following web service. <?php function ProcessMySoapObject() { $responce =[10]; for ($i=0; $i <10 ; $i++) { $object = (object) ['Nombre' => 'Nombre'.$i,'Descripcion' =>'Descripcion de la'.$i,'Preci...
asked by 08.12.2016 / 02:05
1
answer

web services Soap android

Inquiry, how to consume a soap service using the KSOAP2 android library, the web service is: link to use the library: NAMESPACE, URL, METHOD_NAME, and SOAP_ACTION. I do not know exactly what those parameters are. SoapObject request...
asked by 22.09.2016 / 23:38
1
answer

Netbeans Web Service Client can not be created by JAXWS: wsimport utility [closed]

I am trying to consume a web service from netbeans 8.1 and I get the following error: I've tested from SoapUI and it seems to be fine: I do not know what the problem may be, if someone knows what may be happening Thank you....
asked by 24.06.2016 / 04:09
2
answers

The recipient did not understand the heading 'Security' Web Service

I am consuming a web service but I get the following error:    The recipient of this message did not understand the 'Security' heading   from the namespace   ' link ',   so the message was not processed.       This error usually indicates th...
asked by 21.11.2017 / 16:03
0
answers

Digital certificate signature in AXIS2 SOAP message

I can not sign an AXIS2 message with digital certificate. I'll explain where we are: 1.- We have the classes generated from the SOAP service with the wsdl2java tool. What they are calling the "stub". 2.- The SOAP service is in https but...
asked by 20.04.2016 / 10:56