Client example

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 




Hi all,

I have to create a SOAP client and then
I' m trying to understand how to use SOAP pear module.

Can anyone send me a more complex example of SOAP client than the one
that is given with SOAP package?

I have to generate an outgoing SOAP message like this:


<SOAP-ENV:BODY>
        <ns1:delivery xmlns:ns1="urn:wwsi.spi.service">
          <p1 xsi:type="xsd:string">543</p1>
          <p2 xsi:type="xsd:string">Serv</p2>
          <p3 xsi:type="xsd:string">fra</p3>
          <p4 xsi:type="apachens:Map">
             <item>
                <key xsi:type="xsd:string">from</key>
                <value xsi:type="xsd:string">+39333</value>
             </item>
             <item>
                ......
             </item>
         </p6>
        </ns1: delivery>
<SOAP-ENV: Body>

the fourth parameter is a Hash Map. I suppose I've to add this type but
can understand how.

Please can you help me?

thanks
Francesco Emmi          

-- 
PHP Soap Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Kernel Newbies]     [PHP Database]     [Yosemite]

  Powered by Linux