Web Service Listener (beginner's question)

T

tooniron

Dear All,
I am new to the world of web services (as will become
apparent), and I am writing a VB.NET application which needs to use an
Apache Web Service. The Web Service has no .wsdl, so I am unable to
use the .NET Add Web Reference option.
I have managed to make a request to the webservice using a
msxml2.xmlhttp object (.open("POST",<webserviceaddress>,False), and
receive a response with no problems.
However, once I have sent the initial request (a subscription
to the web service) the web service sends multiple SOAP responses to
my machine, which I need to receive and parse. My problem is that I
don't know what I need to do in order to receive this information.
Can anybody help me understand how to set up a Web Service Listener in
VB.NET (or ASP.NET) ? How do I know when info has been sent ?

Cheers,
Chris
 
C

Cor

Hi Tooniron,

Because you are using an Apache Webserver, I would ask this in the
microsoft.public.dotnet.framework.aspnet newsgroup.

When you do it with an aspnet server it goes in VB.net almost automaticly to
make it. So maybe you have luck here, but I would try it there.

I hope you get your answer?

Cor
 

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

Top