cancel
Showing results for 
Search instead for 
Did you mean: 

Consuming Web Services from Visual Studio 2005

Former Member
0 Kudos

Hi, Sdners!

I have a requirement in which Visual Studio has to consume a XI Web Service. I tested it with Altova and it works fine. The problem is that the client doesnt know how to consume it in VS. I need a step by step guide, or anything that can guide me on this challenge.

I looked everywhere in the forum with no luck. So I ask you to please advice me on this

Any help will be really appreciated!!

Regards,

Fede

Accepted Solutions (1)

Accepted Solutions (1)

VijayKonam
Active Contributor
0 Kudos

You would find it in Microsoft forums under cosuming web services in Visual Studio!!

All that you have to do is, take the WSDL and import it in your Visual studio project. It creates the required proxy classes and methods that the service supports. You jave simply create the object for that class and call the methods with your data..!!

VJ

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks for the reply!

Solutions didn't work, we are still fighting with it

Former Member
0 Kudos

Hi

Its normal with Visual studio.

Go to File > New > Project.

project type -> templates -> take it as ASP.NET Web Service

add web reference to this project and import the WSDL to add

http://www.xefteri.com/articles/show.cfm?id=15

Thanks

Gaurav