|
|
 |
Re: FN-FORUM: Web Services In .Net
date posted 4th April 2008 12:10
----- Original Message -----
From: "Darren Yates" [EMAIL REMOVED]
To: [EMAIL REMOVED]
Sent: Friday, April 04, 2008 1:20 PM
Subject: FN-FORUM: Web Services In .Net
>
> Hi all,
>
> Just wondering if anyone out there can point me
> in the direction of a basic tutorial on making a
> web service call and return in .Net.
>
> I'm interfacing with a third party... that sounds vaguely
> kinky or is that just me? :)
>
> .Net is not one of my languages, neither is Visual Studio
> my development tool of choice obviously. Ideally
> something in Dreamweaver or code only orientated.
>
In Visual Studio : Project -> References -> Add -> Web Reference and then
put the URL for the web service calls.
You should now be able to browse in the object browser and see the methods
and parameters if it is a REST or SOAP service.
John
|
 |
|