|
-
Sep 11th, 2002, 04:30 PM
#1
Thread Starter
Frenzied Member
Soap?
Anyone knows about SOAP??
What's it and how it is used...?
Thanx
-
Sep 11th, 2002, 04:56 PM
#2
Thread Starter
Frenzied Member
After having search on the ms.com
What i know
SOAP is a lightweight protocol which provides with the facility of sharing Data-types (I may say Object) over the network..
It is an XML-based protocol
It runs on HTTP, SMTP,TCP etc...
It is used to share data between WebServices
My Questions are..
Where does it reside???
With Browser? With Web Server??
Does it need any server like MTS?
how the transfer of Objects is managed?
Can it share the Data Between Web Services and Windows Services?
I also read that it is just specification.. how would it be implemented?? I mean in what form? what language?
-
Sep 11th, 2002, 05:07 PM
#3
I don't much about SOAP either (except in the shower) but I think it uses the XML Parser and is a format like XML. In VB.NET you can use SOAP attributes like XML Attributes adn serialize a class to SOAP like XML. I'm not sure what the difference is. I know you can use it outside of the web.
I think I'm going to have to subscribe to this thread so I can learn what it is too.
-
Sep 11th, 2002, 05:34 PM
#4
Thread Starter
Frenzied Member
-
Sep 11th, 2002, 06:02 PM
#5
So what are the advantages of it over XML? Or is it not a competing standard just another standard I guess. So I am assuming that SOAP is used a lot behind the scenes in .NET.
-
Sep 11th, 2002, 06:17 PM
#6
Thread Starter
Frenzied Member
-
Sep 12th, 2002, 02:36 AM
#7
Hyperactive Member
Think of SOAP as the Web replacement of DCOM.
It is just a protocol that travels to port 80 bypassing firewalls. There are 3 methods to invoke and communicate with an XML Web service...HTTP-GET, HTTP-POST and SOAP
It is self-describing via XML style with a Header and an Envelope.
If you want to use an XML web service from a VB6 Application, use SOAP
Download the SOAP Toolkit 2 or 3 from MS Website
William T
Software Architect / Chief Software Developer
Softwaremaker.Net Pte Ltd
http://www.Softwaremaker.net
*** Things are always the darkest before they go pitch black ***
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|