NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
help,help,help


Joined: 28 Sep 2006
Posts: 13
Reply with quote
How can I make a soapmsg in client like this:

<?xml version="1.0" encoding="UTF-8"?>
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Header>
<MMS:TransactionId soapenv:mustUnderstand="0" xmlns:MMS="http://www.xieheng.com/xiehengmms">1157962952812</MMS:TransactionId>
<MMS:Auth soapenv:mustUnderstand="0" xmlns:MMS="http://www.xieheng.com/xiehengmms">
<MMS:AuthName>liusong</MMS:AuthName>
<MMS:AuthPassword>111111</MMS:AuthPassword>
</MMS:Auth>
</soapenv:Header>
<soapenv:Body>
<MMS:Title xmlns:MMS="http://www.xieheng.com/xiehengmms">happy new year</MMS:Title>
<MMS:Phone xmlns:MMS="http://www.xieheng.com/xiehengmms">135654418888</MMS:Phone>
</soapenv:Body>
</soapenv:Envelope>

my msn:handywu@hotmail.com
View user's profileFind all posts by macrovanSend private messageVisit poster's websiteMSN Messenger
Site Admin

Joined: 13 Jul 2003
Posts: 8334
Reply with quote
Check out nusoap samples first.
You don't need to write xml when you develop with nusoap.
XML will be written for you by it.

_________________
The PHP IDE team
View user's profileFind all posts by dmitriSend private messageVisit poster's website
Veteran

Joined: 24 Jan 2006
Posts: 311
Reply with quote
I would also suggest to use NuSoap Client of PhpED - it generates the whole code for you, I didn't have to do anythingj just pointed yo wsdl - and that was pretty much it. I am not a big SOAP pro honestly
View user's profileFind all posts by yfaktorSend private message
help,help,help
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic