plz tell me how use soap in php .........

Recommended Answers

All 6 Replies

I have absolutely zero SOAP experience but was able to use NuSOAP with the Google API awhile back with no problem. It was very straight forward.

THREADZERRECTION!

So...anyone have any experience using PHP SOAP with complex data?

Examples:
<body>
<topelement>
<element>string</element>
<element2>string</element2>
</topelement>
</body>

Example2:
<element attribute="string>
string
</element>

How would I fulfill these soap input requirements in PHP?

SOAP - Error: Parsing WSDL: not found in 'PATH / to / your / WSDL'"

This error occurs because some versions of PHP SOAP client user name and password that you input parameter as the option to SoapClient manufacturer did not have to. U like this need to pass credentials in the URL of the Web service:
$ = SoapClient new SoapClient

Huh? I was asking about complex soap calls, not a credentialing error.

if you need to clean your code you shouldn't use soap, it removes strings..

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.