Link to home
Start Free TrialLog in
Avatar of Lawrence Avery
Lawrence AveryFlag for United States of America

asked on

Message Protocol for a web Site

I know web services use SOAP for their message protocol. A regular Website (not web service) uses SOAP for message protocol correct?

I know that is a silly question but I want to make suure I know what I am talking about.
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

Regular web sites are just HTML.  SOAP implies a programming language that isn't needed for HTML.
Avatar of Lawrence Avery

ASKER

So from your answer I perceive that SOAP is for web services not for web sites. Websites send back HTML.

One last question. The response message from website is in the form of HTML. How about the request to a website; what form is the message to the webserver for an aspx page ( ON a GET or POST)?
ASKER CERTIFIED SOLUTION
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial