Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MSSOAP.SoapClient error
Message
From
08/05/2008 12:08:54
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
XML, XSD
Title:
MSSOAP.SoapClient error
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01315887
Message ID:
01315887
Views:
66
I'm getting an OLE "unspecified error" on this line from the testing code below. Happens after about 10 seconds. Any way to know why it's not working?
lcXML = oRequest.submitRealtimeRequest(TextRequestMessage)
Code block:
TextRequestMessage = ;
	"ISA*00*          *00*          *ZZ*123456         *ZZ*MCKESSON_TSH   *031013*" + ;
	"1636*U*00401*000000001*0*T*:~GS*HS*123456CM*MMOSCC*20031013*1636*000000001*X*" + ;
	"004010X092~ST*270*000000001~BHT*0022*13*200112141357*20011214*1357*~HL*1**20*" + ;
	"1~NM1*PR*2******PI*MMOSCC~HL*2*1*21*1~NM1*1P*2******SV*EXG033~HL*3*2*22*0~NM1*" + ;
	"IL*1~REF*HJ*1234567890~DTP*472*RD8*20030101-20030101~EQ*30~SE*12*000000001~GE*" + ;
	"000001*000000001~IEA*00001*000000001~"

LOCAL oRequest
oRequest = CREATEOBJECT("MSSOAP.SoapClient")
oRequest.MSSoapInit(lcWSDL)
lcXML = oRequest.submitRealtimeRequest(TextRequestMessage)
Reply
Map
View

Click here to load this message in the networking platform