Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
WwSOAP
Message
From
09/05/2008 11:47:43
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
West Wind Web Connection
Title:
WwSOAP
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01316098
Message ID:
01316098
Views:
60
I am getting an error in the following code that lvResult is .F. and the cErrorMsg is "Non xml result returned." Does this imply that I'm at least getting into the method on the server? The TextRequestMessage is an ANSI formatted eligibility message. I did not include it here as it is fairly long.
lcURL = "https://teligibility.transactions.mckhboc.com:5002/Realtime/services/realtime"
oSOAP = CREATEOBJECT("wwSOAP") 
oSOAP.AddParameter(TextRequestMessage)
lvResult = oSOAP.CallMethod("submitRealtimeRequest",lcURL)
IF oSOAP.lError
   MessageBox(oSOAP.cErrorMsg)
   RETURN
ENDIF
Reply
Map
View

Click here to load this message in the networking platform