Last active
August 29, 2015 13:56
-
-
Save jgold6/8923705 to your computer and use it in GitHub Desktop.
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
| Second test: | |
| Calling web service without SSL...<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> | |
| <soap:Body> | |
| <ExecuteResponse xmlns="http://tempuri.org/"> | |
| <ExecuteResult> | |
| <ResponseMethod> | |
| <MethodDefinition> | |
| <Name>MobileAccess.GetAppointments</Name> | |
| <Version>1.0.0</Version> | |
| </MethodDefinition> | |
| <ResponseResult> | |
| <Success>false</Success> | |
| <ExtendedDetail>SYS_AUTH_FAILURE</ExtendedDetail> | |
| <ErrorDescription>Login Failed - the user account is currently locked</ErrorDescription> | |
| </ResponseResult> | |
| </ResponseMethod> | |
| </ExecuteResult> | |
| </ExecuteResponse> | |
| </soap:Body> | |
| </soap:Envelope> | |
| Calling web service over SSL...<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> | |
| <soap:Body> | |
| <ExecuteResponse xmlns="http://tempuri.org/"> | |
| <ExecuteResult> | |
| <ResponseMethod> | |
| <MethodDefinition> | |
| <Name>MobileAccess.GetAppointments</Name> | |
| <Version>1.0.0</Version> | |
| </MethodDefinition> | |
| <ResponseResult> | |
| <Success>false</Success> | |
| <ExtendedDetail>SYS_AUTH_FAILURE</ExtendedDetail> | |
| <ErrorDescription>Login Failed - the user account is currently locked</ErrorDescription> | |
| </ResponseResult> | |
| </ResponseMethod> | |
| </ExecuteResult> | |
| </ExecuteResponse> | |
| </soap:Body> | |
| </soap:Envelope> | |
| The thread 0xa88 has exited with code 0 (0x0). | |
| --------------------------------------------------------------- | |
| First try: | |
| Calling web service without SSL...<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> | |
| <soap:Body> | |
| <ExecuteResponse xmlns="http://tempuri.org/"> | |
| <ExecuteResult> | |
| <ResponseMethod> | |
| <MethodDefinition> | |
| <Name>MobileAccess.GetAppointments</Name> | |
| <Version>1.0.0</Version> | |
| </MethodDefinition> | |
| <ResponseResult> | |
| <Success>false</Success> | |
| <ExtendedDetail>SYS_INTERNAL_ERROR</ExtendedDetail> | |
| <ErrorDescription>Reference Number: 889, Message: Could not send Message.</ErrorDescription> | |
| </ResponseResult> | |
| </ResponseMethod> | |
| </ExecuteResult> | |
| </ExecuteResponse> | |
| </soap:Body> | |
| </soap:Envelope> | |
| Calling web service over SSL...<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> | |
| <soap:Body> | |
| <ExecuteResponse xmlns="http://tempuri.org/"> | |
| <ExecuteResult> | |
| <ResponseMethod> | |
| <MethodDefinition> | |
| <Name>MobileAccess.GetAppointments</Name> | |
| <Version>1.0.0</Version> | |
| </MethodDefinition> | |
| <ResponseResult> | |
| <Success>false</Success> | |
| <ExtendedDetail>SYS_INTERNAL_ERROR</ExtendedDetail> | |
| <ErrorDescription>Reference Number: 890, Message: Could not send Message.</ErrorDescription> | |
| </ResponseResult> | |
| </ResponseMethod> | |
| </ExecuteResult> | |
| </ExecuteResponse> | |
| </soap:Body> | |
| </soap:Envelope> | |
| ---------------------------------------------------------------------------------------- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment