Hello everybody i'm a .net newerby i create my first webservice but i want to invoke it using soap protocoll can anybody help me with an example code? Thanx!
If you want to use only HTTPSOAP and not to use HTTPGET/POST, then you have to use below code in you web.config Or you can disable HttpGet/HttpPost in machine.config for global effect on your machine!
You do the same way as consuming in web applications. Go to project --> References --> You will see Add references/Add web references in that click add web references. In URL enter your Web service URL, then click add web reference and then in your windows
app consume the refered WS as you consume in Web apps! in Below URL I showed how to consume WS in Web apps, for Windows apps also process is similar http://www.w3coder.com/ws/WSGWBook/WebServGW-03.xml Hope it helps now!
None
0 Points
2 Posts
How to invoke web service using soap protocol?
Sep 30, 2003 11:10 AM|congiuluc|LINK
Member
180 Points
3041 Posts
Re: How to invoke web service using soap protocol?
Oct 01, 2003 06:13 AM|SreedharK|LINK
http://www.w3coder.org
weblog http://weblogs.asp.net/skoganti
None
0 Points
2 Posts
Re: How to invoke web service using soap protocol?
Oct 01, 2003 07:32 AM|congiuluc|LINK
Member
180 Points
3041 Posts
Re: How to invoke web service using soap protocol?
Oct 01, 2003 08:02 AM|SreedharK|LINK
http://www.w3coder.org
weblog http://weblogs.asp.net/skoganti