Click here to Skip to main content
15,889,867 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi everybody,
I need to write a web service, using vb.net, that receive a soap message and insert into mdb the node's value.

I created an empty web service width visual studio, how con I read the message that someone send to me ?

tanks,

hm
Posted

1 solution

Hello,

First you have to add the web service reference in your project.

The methods of the web service should be <WebMethod>, then , you create a SOAP object for the reference.
 
Share this answer
 
Comments
Member 2387838 2-Dec-11 12:42pm    
Hello,
thanks for the answer, what kind of web service reference do i have to add?
Fernando Limaverde 2-Dec-11 12:46pm    
Add a web reference in your project, in mine i use http://127.0.0.1:2457/Service.asmx ( Using Cassini Ult Dev for host my web service)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900