Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to call Soap object from ASP
Message
From
12/12/2001 06:32:24
Alexandre Palma
Harms Software, Inc.
Alverca, Portugal
 
 
To
12/12/2001 04:57:35
General information
Forum:
Visual FoxPro
Category:
Web Services
Miscellaneous
Thread ID:
00593141
Message ID:
00593150
Views:
18
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform