Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Connect to a WSDL with C#
Message
Information générale
Forum:
ASP.NET
Catégorie:
Web Services
Divers
Thread ID:
00760200
Message ID:
00761813
Vues:
18
Did you first import the Web Service? You can't easily dynamically reference a Web Service in .Net as you can with the SOAP toolkit.

You basically add a Web Reference then use that reference...

+++ Rick ---


>I'm trying to learn C#. This a first try with a simple web service.
>
>I want to say:
>rootNode = ws.getTemp(txtZIPCode.Text);
>
>to consume the web service and get a temperature from a US ZIP Code. But I could not get the ws variable properly defined to connect to:
>www.xmethods.com / TemperatureService.wsdl
>
>I tried:
>ws = new net.xmethods.www/TemperatureService.wsdl
>but does not seem to work. I tried from VFP8 and the service works very well.
>
>How do I write the ws = new definition?
+++ Rick ---

West Wind Technologies
Maui, Hawaii

west-wind.com/
West Wind Message Board
Rick's Web Log
Markdown Monster
---
Making waves on the Web

Where do you want to surf today?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform