Skip to content

Instantly share code, notes, and snippets.

@tjhorner
Last active August 29, 2015 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tjhorner/38c50a6704742e7136a0 to your computer and use it in GitHub Desktop.
Save tjhorner/38c50a6704742e7136a0 to your computer and use it in GitHub Desktop.
request example
<!-- from the android client: http://i.gyazo.com/401d0b1943411b5b83850b4cbba10506.png -->
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
<soap:Body>
<ProcessWebServiceRequest xmlns="http://edupoint.com/webservices/">
<userID></userID>
<password></password>
<skipLoginLog>1</skipLoginLog>
<parent>0</parent>
<webServiceHandleName>PXPWebServices</webServiceHandleName>
<methodName>TestWebServiceURL</methodName>
<paramStr></paramStr>
</ProcessWebServiceRequest>
</soap:Body>
</soap:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment