Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Calling arbitrary webservice
Message
Information générale
Forum:
ASP.NET
Catégorie:
Web Services
Titre:
Calling arbitrary webservice
Divers
Thread ID:
01042751
Message ID:
01042751
Vues:
61
Hello UT,

Is it possible using .NET to call a Web Service without doing a WebReference first.

For example, let's say I have the following information :

WebService URL:
Method Name :

Assuming the method will always accept only 1 parameter, is it possible to do something like :

dim objWS as WebService
objWS.URL =
objWS.MethodName =
objWS.Parameters.Add(, value)

strReturnValue = objWS.call()


Thanks

Alex
Alexandre Boudreault-Ferland
Chief Technology Officer
AZUR Technologies
http://www.xicommunity.ca
http://www.xiazur.com
http://endfunction.blogspot.com
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform