Questions tagged as 'soap'

1
answer

web service nusoap hangs with non-ascii characters

I developed a web service on my machine in php with NUSOAP and it worked cool, either by calling my own application or by testing with SOAPUI . I transferred the web service to the server and both there and on any machine other than mine i...
asked by 14.09.2015 / 19:35
1
answer

Capture SOAP Header with PHP [closed]

Good Afternoon I'm consuming a WSDL from a Webservice where after login and after each XML compliant request returned below I get the following tags in the Soap head <Sequencia> 1 </ Sequencia> <SessionId> 4b4uc253653...
asked by 13.11.2015 / 16:36
0
answers

Coupon Magento API Soap

I have a problem with the Magento Coupon API when I do: $couponCode = "test"; $resultCartCoupon = $proxy->call($sessionId, "cart_coupon.add", array($shoppingCartId, $couponCode)); I always have:    Uncaught SoapFault exception: [1083...
asked by 29.01.2015 / 22:55
2
answers

Apache / PHP server does not respond while doing SOAP request

I'm working on a PHP application that consumes a third-party Web Service through SOAP requests. But something that is messing up is that while one page is doing a SOAP request no other page responds. Is there a way to make the request retrieving...
asked by 30.03.2015 / 16:33
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

WebService made with NuSoap in PHP. I can not access in Java

I developed a WebService in PHP, using the NuSoap library. Webservice is already hosted and running. When I develop a client using PHP, whether using NuSoap or using the native PHP soap class, I can use Webservice with no problems. But when I tr...
asked by 12.07.2014 / 18:36
1
answer

Doubts about information passed in SOAP

I'm researching the operation and use of the SOAP protocol, but I came across some doubts in the structural part of the protocol. For years I have been working on low-level programming for microcontrollers. I have never needed to use tools in th...
asked by 18.05.2018 / 16:38
2
answers

Error in web service return NuSOAP

I'm developing a web service with NuSOAP in Laravel 4. The class I'm using is link Server Route::any('ws/server', function() { $server = new \soap_server; $server->configureWSDL('server.hello','urn:server.hello', Request:...
asked by 10.02.2014 / 19:20
1
answer

Handling SOAP Errors

I'm consuming a webservice method via ExternalObject (imported from "WSDL Import"). In practice, the invocation takes the Id as a parameter and the service returns the corresponding file name: &NomeArquivo = getDocumentName(&Documen...
asked by 31.07.2014 / 11:50
1
answer

Error in the use of the Federal Revenue WS, (Rejection: Use only the default namespace of NF-e)

Hello! I am trying to access the SOAP service of homologation of the IRS to execute the service status query, I have already made all possible combinations (including those present in the last one manual published) in the SOAP construct and uns...
asked by 13.01.2017 / 01:14