Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Soap service seems to initialize again and again
Message
 
 
À
19/03/2009 16:10:04
Information générale
Forum:
Visual FoxPro
Catégorie:
Web Services
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Divers
Thread ID:
01389756
Message ID:
01389779
Vues:
36
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--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform