This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Web Services and the fly likes Soap Technology Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "Soap Technology" Watch "Soap Technology" New topic
Author

Soap Technology

sammaiah kyatham
Ranch Hand

Joined: Aug 03, 2003
Posts: 102
Hi,
I head soap server and soap technology.
Can any one help me, what is it exactly.

Thanks,
sam
Masoud Kalali
Author
Ranch Hand

Joined: Jul 08, 2004
Posts: 531

Hi
SOAP is A lightweight XML-based protocol for exchanging messages in a decentralized, distributed environment. SOAP can be used to query and return information and invoke services across the Internet.

SOAP server is a server enabled to understand a SOAP message and map it to WS which it neeed to be passed .
for example you can use Tomcat with Axis to understand your SOAP message for invoking WS services.
I did not heared term SOAP SERVER any way


hope it helps


Masoud Kalali
Software Engineer - My Weblog - GlassFish Security
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Soap Technology
 
Similar Threads
RPC - SOAP
C++ to Java communication for Game Server
Role of SOAP and WSDL in Web-Services
WA #1.....word association
webservices example required