Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
WwSoap class is giving me grief
Message
General information
Forum:
Visual FoxPro
Category:
West Wind Web Connection
Title:
WwSoap class is giving me grief
Miscellaneous
Thread ID:
00901965
Message ID:
00901965
Views:
57
I've subclassed wwSoap to create my own soap class that allows me to format my Fault code differently. I also changed the process class to instantiate an ntmSoap object rather than a wwSoap object.

Now I try running the Soap Method Tester Tool that comes with WC. But when the I run my test using data that I know will return a fault message I get the following error:
Member SELECTSINGLENODE does not evaluate to an object
I wanted to figure out why my Fault code was causing problems so I put a
SET STEP ON
in wwSoap's CallMethod function (actually, initially I placed the step in the Click event of the Run button on the tester form).

I've recompiled and even tested from the command line but I can not get any code that I place in the CallMethod function to fire. I've replaced the
SET STEP ON
with
? "hello world"
or even messagebox messages but to no avail.

Even when I step through the Soap Tester Tool with the debugger, once it gets to the loSoap.CallMethod() line, it says that the source is unavailable.

Any ideas as to why I'm having such a hard time?

Thanks so much for your help.

Rodd
Reply
Map
View

Click here to load this message in the networking platform