Using SoapClient with Document Style Soap

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
0x001a4
Forum Newbie
Posts: 1
Joined: Fri Aug 27, 2010 9:22 pm

Using SoapClient with Document Style Soap

Post by 0x001a4 »

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?
User avatar
yacahuma
Forum Regular
Posts: 870
Joined: Sun Jul 01, 2007 7:11 am

Re: Using SoapClient with Document Style Soap

Post by yacahuma »

in order to use a soap client , you need a soap server. Where is yours? Do you have a wsdl defined?
Post Reply