Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Calling SOAP toolkit3.0...
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Divers
Thread ID:
01144525
Message ID:
01144756
Vues:
12
>Hi Rick,
>I found my problem. I was using a local domain name and the local DNS was stopping for 1 minute every 2 hours. It’s working now.

You'll want to be very pro-active about Web Service errors because they will happen. Network down, DNS down, invalid response, proxy problems etc. so make sure in your code you carefully wrapper all Web Service calls into separate classes that have their own error handling so the front end application doesn't ahve to deal with this.

+++ Rick ---





>Thank you
>
>
>>Hi JR,
>>
>>>I am getting a intermitted error with I call the mssoapinit() method in the SOAP ToolKit3.0.
>>>
>>>The mssoapinit() is use to call the WSDL URL to initialize the object and for no reason one every 10 call it crash.
>>
>>Make sure you create a new instance of the SOAP object for every call that you make to MSSOAPInit. Do not reuse the instance.
>>
>>Realistically you should create the instance once and then cache it somewhere and reuse it as needed, so there should be little reason to call MsSoapInit multiple times. The call the MsSoapInit needs to go out and parse the WSDL file so you don't want to re-introduce this overhead for every call you make.
>>
>>+++ Rick ---
>>
>>>
>>>I experience this problem on many PC. Any one knows why? Is there a missing setting?
+++ Rick ---

West Wind Technologies
Maui, Hawaii

west-wind.com/
West Wind Message Board
Rick's Web Log
Markdown Monster
---
Making waves on the Web

Where do you want to surf today?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform