cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
fg005zt
Level 3

Post Web Service remotely

Hi, How do I post a web service remotely? That is I prompt the user for a URL and then I publish the service with that URL? How can this be done?

Jason
Labels (1)
0 Kudos
(2) Replies
Christopher_Pai
Level 16

Is using managed code a possibility for you? Personally I just create a C# class library, add a web reference and wrap the invocation in a ComVisible class that gets consumed by CoCreateObjectDotNet(). Starting in InstallShield 2009 you can dump the ComVisible and you don't need InstallScript... you just wire the class us as a Managed Code CA type.

If .NET is a no-go for you, I suppose you could checkout this article:

http://articles.techrepublic.com.com/5100-22-1050036.html

It talks about creating your own SOAP message and posting it to the webserice using VBScript via the Microsoft.XmlHTTP object.
0 Kudos
fg005zt
Level 3

Do you have any sample code of this? Please!

Jason
0 Kudos