Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
SOAP Protocol
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Visu  
View profile  
 More options Oct 15 2005, 2:52 am
From: "Visu" <visu2...@gmail.com>
Date: Fri, 14 Oct 2005 23:52:18 -0700
Local: Sat, Oct 15 2005 2:52 am
Subject: SOAP Protocol
What is SOAP?
How SOAP is working?
Why it is important in ASP.NET?

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
BabuLives  
View profile  
 More options Oct 15 2005, 3:11 am
From: "BabuLives" <satheeshbab...@gmail.com>
Date: Sat, 15 Oct 2005 00:11:47 -0700
Local: Sat, Oct 15 2005 3:11 am
Subject: Re: SOAP Protocol
SOAP-Soap is Simple Object Access ProtoCol.

It can be called as a framework,provides xml format for data transfer
between applcation in network..Obviously because it is using XML format
it provides platform independent.

For Example Webservices use SOAP for accessing the webservice found in
internet..The webservices may be developed or running on any platform
even then it can be called from a windows platform.Not only in
Webservices it is also used in Remoting also..

The soap format is,

<?xml version="1.0"?>
<soap:envelope>
<soap:header>
---
---
--
</soap:header>
<soap:body>
-----
----
--Has info in XML format which fn to call
----
----
</soap:body>
</soap:envelope>

Regards,
Satheesh


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
BabuLives  
View profile  
 More options Oct 15 2005, 3:13 am
From: "BabuLives" <satheeshbab...@gmail.com>
Date: Sat, 15 Oct 2005 00:13:20 -0700
Local: Sat, Oct 15 2005 3:13 am
Subject: Re: SOAP Protocol
i have forget this important point..

A better way to communicate between applications is over HTTP, because
HTTP is supported by all Internet browsers and servers. SOAP was
created to accomplish this.

Regards,
Satheesh


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »