I've been searching google and different coding websites for a couple hours now. I've been searching for examples, samples, and/or tutorials for using PHP to code a Soap client that will be responsible for sending document style soap messages. A purchase order for example.
The only tutorials I've been able to find are for rpc style soap messages.
My question is, is it possible to use SoapClient for this? Or is it just going to be easier for me to write code that will basically create the necessary XML document manually?
Using SoapClient with Document Style Soap
Moderator: General Moderators
Re: Using SoapClient with Document Style Soap
in order to use a soap client , you need a soap server. Where is yours? Do you have a wsdl defined?