Questions tagged as 'soap'

1
answer

Problem when testing a SOAP web service

I am implementing a SOAP web service in Java in an application that uses Struts in the presentation layer and I have trouble testing it. The IDE that I am using is Netbeans and the service was done using the assistant provided by the IDE. The ap...
asked by 04.12.2015 / 23:44
1
answer

c # WCF Error in response of Webservice when consuming with SOAP MTOM of Electronic Billing

I am consuming a Web Service to send a file https://facturaelectronica.dian.gov.co/habilitacion/B2BIntegrationEngine/FacturaElectronica/facturaElectronica.wsdl But in the debug it returns the following exception:    System.ServiceModel.S...
asked by 07.09.2018 / 15:21
0
answers

How to call a zeep python service?

I'm trying to connect to a SOAP service with the Zeep library. I have a function that mocks the data and makes the call: def cotizacionGuia(self,valor_declarado): wsdl = 'https://redservipruebas.almalogix.com/distribucion/webservices/ws...
asked by 28.03.2018 / 12:26
1
answer

Sign SOAP Message with Certificaco X509 c #

Good, I need to sign a SOAP message with an X509 certificate in C #, I need the resulting XML to have the following structure. How can I achieve it? <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"> <env:Header&...
asked by 13.05.2016 / 15:56
1
answer

Error consuming webservice with SoapClient PHP

I am trying to consume a web service with SoapClient PHP, I have made several tests but the only answer I get is the following error:    The server was unable to process the request due to an internal error.   For more information about the e...
asked by 06.06.2016 / 18:15
2
answers

Access Violation Error while trying to consume a SOAP Web Service from a 64-Bit IOS

I have had a problem since March of this year and that is when trying to consume a Web Service done in C # from an App made in Delphi sends me a Access Violation whenever I call any method of that service. The web service unit was impo...
asked by 02.01.2017 / 16:46
2
answers

Read xml obtained by nusoap in php

I am learning to perform webservice with SOAP and for this I used the library nusoap . Everything is correct, the only problem is that I do not know how to deal with the xml once I get it, because it has a format like this: <...
asked by 15.11.2016 / 09:50
3
answers

Connect with the web service of SII AEAT (soap PHP)

First of all, a greeting to all those interested in this question. I begin with the explanation of the problem: After trying to establish the connection with the web service of AEAT for the management of the xml files I have found a good ston...
asked by 09.06.2017 / 12:54
1
answer

PHP SOAP-ERROR: Parsing WSDL: Could not load

How are you? I am making a connection to a Webservice server. Through PHP To perform a test use SOAP-UI and the service responds correctly, but when making the connection with PHP I get the error    SOAP-ERROR: Parsing WSDL: Could not l...
asked by 14.05.2017 / 21:34
1
answer

How to invoke a web service published on a service bus through AJAX? [closed]

I am working with Oracle Service Bus , I have currently created some services with SOA in JDeveloper , which I have published in bus service offered by Oracle , now I need to access them from my mobile application made in PhoneGap . Does...
asked by 11.11.2016 / 21:07