Last active
August 29, 2015 14:06
-
-
Save tjhorner/38c50a6704742e7136a0 to your computer and use it in GitHub Desktop.
request example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- 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