All Questions
3 questions
1
vote
0
answers
286
views
sending Nusoap PHP parameters to SAP
I have a problem when performing a PHP (nusoap) integration with SAP, the connection responds 200 OK but returns a NULL value, I think the failure is in how I pass the parameters, this is the code:
...
14
votes
4
answers
21k
views
SOAP-ERROR: Parsing WSDL: Unknown required WSDL extension 'http://schemas.xmlsoap.org/ws/2004/09/policy' in PHP SoapClient while calling SAP PI
I'm trying to implement a Web Service running on an SAP PI system. The WSDL I got looks like this:
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions name="...
1
vote
2
answers
2k
views
PHP SOAP doesn't catch SAP PI/XI SOAP fault
I do SOAP request to SAP PI web service. This service returns SOAP fault like that:
<SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP:Body>
&...