Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Soap service seems to initialize again and again
Message
 
 
To
19/03/2009 16:10:04
General information
Forum:
Visual FoxPro
Category:
Web Services
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01389756
Message ID:
01389779
Views:
38
How do you know that loService reinitializes every time?

>
>I've written a soap service. I call it:
>
>PUBLIC loService
>loService = CREATEOBJECT("MSSOAP.SoapClient")
>? loService.MSSoapInit("http://BETA-NL-WS-20/Test/ifundsmw2.WSDL")
>
>And the object is initialized correctly. But now it comes: each time I call a method from the object loService, the complete object seems to reinitialize. So if, after the last statement above, I do:
>
>? loService.SomeMethod1()
>
>the init of the object is executed again. And the next statement:
>
>? loService.SomeMethod2()
>
>also initializes the serviceobject again. And so on. Did I do something wrong?
>
>Lennert
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform