Re: [SOAP] [PLEASEEEE :(( NEED HELP] i want to send request like this from php as client

[email protected] (asemcuk) Fri, 29 Apr 2011 03:33:13 -0700 (PDT)
Newsgroups php.soap
Message-ID <[email protected]>
pleaseeeee

asemcuk wrote:
> 
> <SOAP-ENV:Envelope
> xmlns:SOAP-ENV='http://schemas.xmlsoap.org/soap/envelope/'
> xmlns:ns1='urn:transfercash' xmlns:xsd='http://www.w3.org/2001/XMLSchema'
> xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
> xmlns:ns2='http://xml.apache.org/xml-soap'
> xmlns:SOAP-ENC='http://schemas.xmlsoap.org/soap/encoding/'SOAP-ENV:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'>
>   <SOAP-ENV:Body>
>     <ns1:remmit>
>       <username xsi:type='xsd:string'>ayie</username>
>       <signature
> xsi:type='xsd:string'>c3c61660d6f3b9792921fca266de1e79</signature>
>       <trace_number xsi:type='xsd:string'>20110429001</trace_number>
>       
>         <item xsi:type='ns2:Map'>
>           <item>
>             <key xsi:type='xsd:string'>trxamount</key>
>             <value xsi:type='xsd:string'>10000</value>
>           </item>
>           <item>
>                <key xsi:type='xsd:string'>beneficiaryname</key>
>                <value xsi:type='xsd:string'>nita</value>
>           </item>
>           <item>                
>                <key xsi:type='xsd:string'>beneficiarycity</key>
>                <value xsi:type='xsd:string'>semarang</value>
>           </item>
>           <item>
>                <key xsi:type='xsd:string'>beneficiaryaddress</key>
>                <value xsi:type='xsd:string'>jl tanah mas</value>
>           </item>
>           <item>
>                <key xsi:type='xsd:string'>sendername</key>
>                <value xsi:type='xsd:string'>lisa</value>
>           </item> 
>           <item>
>                <key xsi:type='xsd:string'>sendercountry</key>
>                <value xsi:type='xsd:string'>singapore</value>
>           </item> 
>           <item>
>                <key xsi:type='xsd:string'>note</key>
>                <value xsi:type='xsd:string'>tes xml</value>
>           </item>
>         </item>
>       
>     </ns1:remmit>
>   </SOAP-ENV:Body>
> </SOAP-ENV:Envelope>
> 

-- 
View this message in context: http://old.nabble.com/-PLEASEEEE-%3A%28%28-NEED-HELP--i-want-to-send-request-like-this-from-php-as-client-tp31504116p31504175.html
Sent from the Php - Soap mailing list archive at Nabble.com.