Newbie question about Soap APIs

J

James Wagman

I am dealing with an app sitting on a server which exposes a soap api
for extended functionality. There is documentation on the api, but I
need to know how to send the soap messages to this app. Where do i
start, using .Net? A big topic, I know, but we all have to start
somewhere. Please tell me where you need clarification to answer the
question.

Thanks
 
M

Mujtaba Syed

Hi James:

A SOAP service makes it messaging-API available via a WSDL (Web Services
Description Language) file. If you have access to the WSDL file (it would be
an XML file - take for instance <service-name>.wsdl), then you can use the
WSDL.EXE tool provided with the .NET Framework to create a proxy (which is a
class). The proxy can be created in the language of your choice (C#, VB.NET)
by using command line options provided with WSDL.EXE. Once you have the
proxy, you can instantiate it in your application and start using it.

Hope this answers your question.
Mujtaba.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,997
Messages
2,570,240
Members
46,828
Latest member
LauraCastr

Latest Threads

Top