Using SoapClient with Document Style Soap
Posted: Fri Aug 27, 2010 9:32 pm
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?
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?