Thanks for that. It kind of makes sense to me but I still don't understand
exactly what Content-Type means. Also, what is defining HTTP-SOAP? As I
understand it SOAP should know nothing of HTTP and HTTP nothing of SOAP. Is
there some kind of extensibility mechanism in HTTP at play here?Can you
recommend a link or book which describes these things because the
information I have found doesn't seem too great.
Regards,
Andy
Hi,
> Thanks for that. It kind of makes sense to me but I still don't understand
> exactly what Content-Type means. Also, what is defining HTTP-SOAP? As I
'd suggest to search on google for "application/x-www-url-encoded" and you
may get a lot more idea.
At the same time, I'll also ensure that I do find some time in next couple
of days to prepare a small introductory article on the same.
You may want to subscribe to the webservices blog given below ;-)
> understand it SOAP should know nothing of HTTP and HTTP nothing of SOAP.
> Is
> there some kind of extensibility mechanism in HTTP at play here?Can you
> recommend a link or book which describes these things because the
> information I have found doesn't seem too great.
There's no need for any book.
Just a simple understanding of the HTTP protocol would suffice.
Or if you can, have patience till the weekend to the latest... you should
surely get something from me. :-)

Signature
Happy Hacking,
Gaurav Vaish | http://www.mastergaurav.com
http://articles.edujinionline.com/webservices
-------------------
Gaurav Vaish (www.EduJiniOnline.com) - 07 Sep 2006 00:53 GMT
> Or if you can, have patience till the weekend to the latest... you should
> surely get something from me. :-)
Here it goes...
http://articles.edujinionline.com/webservices/2006/09/web-services-in-aspnet-htt
p-post-vs.html
Hope it helps... :-)

Signature
Happy Hacking,
Gaurav Vaish | http://www.mastergaurav.com
http://articles.edujinionline.com/webservices
-------------------
Andy Kendall - 07 Sep 2006 09:46 GMT
Thanks Gaurav that was a great help! If only all answers on forums could be
so useful.....
> > Or if you can, have patience till the weekend to the latest... you should
> > surely get something from me. :-)
>
> Here it goes...
http://articles.edujinionline.com/webservices/2006/09/web-services-in-aspnet-htt
p-post-vs.html
> Hope it helps... :-)
Gaurav Vaish (www.EduJiniOnline.com) - 07 Sep 2006 13:57 GMT
> Thanks Gaurav that was a great help! If only all answers on forums could
> be
> so useful.....
At least 99.999% should be... and then there are MVP's here!

Signature
Happy Hacking,
Gaurav Vaish | http://www.mastergaurav.com
http://articles.edujinionline.com/webservices
-------------------
sarbillgates - 12 Sep 2006 17:30 GMT
Hi Andy,
You can disable HTTP Handler in the webservice. You can only alow "SOAP
Handler" which will disable the HTTP Post and HTTP Get. Please open the
webservice project file in a notepad and see the handlers.
For more information please go through the documentation of WSE 2.0 OR WSE
3.0.
Thanks.
Sarbillgates
> > Thanks Gaurav that was a great help! If only all answers on forums could
> > be
> > so useful.....
>
> At least 99.999% should be... and then there are MVP's here!