Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to call Soap object from ASP
Message
De
12/12/2001 06:32:24
Alexandre Palma
Harms Software, Inc.
Alverca, Portugal
 
 
À
12/12/2001 04:57:35
Information générale
Forum:
Visual FoxPro
Catégorie:
Web Services
Divers
Thread ID:
00593141
Message ID:
00593150
Vues:
20
This message has been marked as a message which has helped to the initial question of the thread.
Hi Mark the syntax is similar to the VFP
<%DIM losoap, lcpar, lcresult
loSoap = SERVER.CREATEOBJECT("MSSOAP.SoapClient")
loSOAP.MsSoapInit "HTTP://your WSDL file"
lcpar = Request.QueryString("myparamname").Item
lcResult = loSoap.MyMethod(lcpar)
response.Write lcResult %>
>I have created a Soap COM Object but I dont know any ASP.
>
>I need a simple example that shows the syntax of calling a Soap COM object from ASP.
>
>I need to be able to pass a value to my com object and return a value to an XML cursor.
>
>But any examples that show the calling systax will be fine.
>
>I am rushing trying to get a demo ready for a developers meeting this after noon.
>
>Many Thanks
Alexandre Palma
Senior Application Architect
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform