Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
MSSOAP.SoapClient createobject fails
Message
 
 
À
16/02/2004 07:07:04
Sanero Daniela
Calcol Informatica
Legnano, Italie
Information générale
Forum:
Visual FoxPro
Catégorie:
Web Services
Divers
Thread ID:
00877601
Message ID:
00877718
Vues:
21
Hi Daniela,

The MS SOAP 3.0 is installed side by side with MS SOAP 2.0. IOW, the "MSSOAP.SoapClient" ProgID still points to MS SOAP 2.0. The 3.0 ProgID has '30' at the end.
oWs = CREATEOBJECT("MSSOAP.SoapClient30")
>local oWs
>oWs = CREATEOBJECT("MSSOAP.SoapClient")
>if vartype(oWs) <> "O"
>   * error
>endif
>
>I use VFP7 and I've included, in the InstallShield Express Setup, the SOAP SDK files (soap3_core.msm) and SOAP SDK ISAPI files (isapi3_files.msm).
>
>There are other libraries to include in the setup?
>
>In my development pc, obviously, work correctly, but in the pc W2000 Prof where I install my app, the createobject fails.
>
>Thanks in advance.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform