Post information to a SOAP server
Posted: Mon Nov 05, 2012 3:02 pm
Hi
How can I post the following to a SOAP server.
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope
xmlns:xsi="val not allow to post"
xmlns:xsd="val not allow to post"
xmlns:soap="val not allow to post">
<soap:Body>
<data>
<group>
<ROLE>Student</ROLE>
<NUMBER>1</NUMBER>
<PASSWORD></PASSWORD>
</group>
</data>
</soap:Body>
</soap:Envelope>
I had try to use the LibSOAP, but I can not make it to work and change it to make my SOAP server to response it.
Can anyone to point me the right direction?
I had try to use the Post command, but I can not figure out how to put " in my live code script.
I'm a beginner of Live code. So it seem it is hard to me to make it.
Regards
Terry Ho
How can I post the following to a SOAP server.
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope
xmlns:xsi="val not allow to post"
xmlns:xsd="val not allow to post"
xmlns:soap="val not allow to post">
<soap:Body>
<data>
<group>
<ROLE>Student</ROLE>
<NUMBER>1</NUMBER>
<PASSWORD></PASSWORD>
</group>
</data>
</soap:Body>
</soap:Envelope>
I had try to use the LibSOAP, but I can not make it to work and change it to make my SOAP server to response it.
Can anyone to point me the right direction?
I had try to use the Post command, but I can not figure out how to put " in my live code script.
I'm a beginner of Live code. So it seem it is hard to me to make it.
Regards
Terry Ho