Re: Soap Client
Hi again,
sorry, i searched, and so i found some help.
now i have only a little problem.
How can i send a body like this:
<soap:Body>
<GetItemInfo xmlns="http://server.de/o2Web/o2Con">
<InItemsRows>
<InItemsRow>
<ItemID>int</ItemID>
<Quantity>double</Quantity>
</InItemsRow>
<InItemsRow>
<ItemID>int</ItemID>
<Quantity>double</Quantity>
</InItemsRow>
</InItemsRows>
</GetItemInfo>
</soap:Body>
my attempt looks like :
$y["Quantity"]=5;
$y["ItemID"]=4757380;
$result = $client->__soapCall("GetItemInfo",$y);
the results looks like
<SOAP-ENV:Body>
<ns1:GetItemInfo/>
<param1>4757380</param1>
</SOAP-ENV:Body>
please help me, im new in Soap.
I searched for help in the php page, but i don't find an example that was
easy to understand.
Bye jogi
--
View this message in context: http://www.nabble.com/Soap-Client-tf4725175.html#a13524664
Sent from the Php - Soap mailing list archive at Nabble.com.
--
PHP Soap Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
[PHP Home]
[PHP Users]
[Kernel Newbies]
[PHP Database]
[Yosemite]