Re: [SOAP] Soap Client

[email protected] (jogisarge)
Newsgroups php.soap
Message-ID <[email protected]>
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.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.