Created
September 13, 2012 14:47
-
-
Save shaneog/3714771 to your computer and use it in GitHub Desktop.
SOAP XML Request
This file contains 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
<?xml version="1.0"?> | |
<s:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"> | |
<s:Body> | |
<ServiceRequest xmlns="http://tempuri.org/"> | |
<rqst xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> | |
<Credentials xmlns=""> | |
<Password>XXXXXX</Password> | |
<UserName>XXXXXXX</UserName> | |
</Credentials> | |
<RequestType xmlns="">Login</RequestType> | |
<TypeOfService xmlns="">Unknown</TypeOfService> | |
</rqst> | |
</ServiceRequest> | |
</s:Body> | |
</s:Envelope> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
WSDL