Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Web Services / September 2006

Tip: Looking for answers? Try searching our database.

What is HTTP SOAP ?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Andy Kendall - 30 Aug 2006 12:02 GMT
Hi,

This article states the following in relation to ASP.NET default test
harness web pages.

"These test pages can be used to invoke your WebMethods, but the test
harness does this by making HTTP POST requests to the server rather than
HTTP SOAP requests. SoapExtensions only work with SOAP requests, and thus
any requests to your Web service made using the default test page will
result in your extensions not being used."

Is this a typo because I can't seem to find anything out about HTTP SOAP. If
I want my SOAP extensions to alwyas run, do I have to disable HTTP POST
request?

Thanks,

Andy
Gaurav Vaish (www.EduJini.IN) - 03 Sep 2006 18:18 GMT
HTTP-Post is when the Content-Type of the data-submitted to the server is:

"application/x-www-form-urlencoded"

Whereas HTTP-SOAP is the popular web-service thing where the Content-Type is
"text/xml" and the content given to the server is a SOAP Message.

Note that for both of these things, the "POST" method of the HTTP protocol
is used.

Signature

Happy Hacking,
Gaurav Vaish | http://www.mastergaurav.com
http://www.edujini.in | http://articles.edujini.in/webservices
-------------------

> Hi,
>
[quoted text clipped - 15 lines]
>
> Andy
Andy Kendall - 06 Sep 2006 10:56 GMT
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

> HTTP-Post is when the Content-Type of the data-submitted to the server is:
>
[quoted text clipped - 25 lines]
> >
> > Andy
Gaurav Vaish (www.EduJini.IN) - 06 Sep 2006 20:41 GMT
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!

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.