Soap Envelopes Revisited

This forum is for eXpress++ general support.
Post Reply
Message
Author
omni
Posts: 531
Joined: Thu Jan 28, 2010 9:34 am

Soap Envelopes Revisited

#1 Post by omni »

Roger,

I have tried using the SOAP sample and it appears to have a problem with our connection to the SOAP server, but I do not know what. Whenever the test is run the program errors out when the main call is run:

oResult := oAgent:Execute( cURL, cMethod, cNameSpace+IIF(Right(cNameSpace,1)='/','','/')+cMethod, cStream )

The info is there, and using your ini I have found some that will get as far as saying its a bad url on the result.

Mine just closes. There is a momentary flash, which may be an error that is supposed to display from xb2net, but not 100% sure on that.

I have tried numerous tests in the last couple of days, and the error is basicly the same.

Its hundreds of lines of this first line and finally a stack overflow
(B)ERRORSYS@0000(59)

This is always the last message which appears to be an attempt to give an error.

__RAISEERROR(16)


__DLLLOAD(704)
__SSLINIT(178)
@XBSSLCONTEXT@C@INITCLASS(287)
XBSSLCONTEXT(447)
XBSSLAVAILABLE(609)
@XBHTTPCLIENT@I@PARSEURL(186)
@XBHTTPCLIENT@I@EXECUTE(316)
@XBSOAPENVELOPE@I@EXECUTE(931)
TEST6(305)
MAIN(53)
Call Stack of Thread 2 (756):
Call Stack of Thread 3 (848):
__EX(107)
(B)@INIT3_XBSOCKETINIT(585)
File: W:\OISWIN\soapexec.EXE
TimeStamp: 20100709 12:57
End of FATAL ERROR LOG.


Have you, or anybody, had this occur when using the SOAP sample??

Thanks

Fred
Omni

User avatar
rdonnay
Site Admin
Posts: 4729
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: Soap Envelopes Revisited

#2 Post by rdonnay »

This looks like a problem inside Xb2net and should be forwarded to Boris Borsic on the Xb2net forum.

http://xb2.net.
The eXpress train is coming - and it has more cars.

Post Reply