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.
.NET ProgrammingWeb ApplicationsSOAP Protocol
Last Comment
Dave Baldwin
8/22/2022 - Mon
Dave Baldwin
Regular web sites are just HTML. SOAP implies a programming language that isn't needed for HTML.
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)?