• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

SOAP Examples...

 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Friends,
I'm working on a project, in which there is a need for transferring the data from one machine to another. I think SOAP would be the right option to serve the above purpose. Many of the sites just give the details about the SOAP message Structure, but I haven't come across any site that tells how to process the given SOAP message at the sending end and the receiving end.
Can you suggest me some sites, which will brief out the processing of the SOAP messages? I would prefer Java language for processing the SOAP message...
Thanx in advance.
PRADEEP TGC
------------------
 
Ranch Hand
Posts: 46
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
http://www.w3.org/TR/SOAP/#_Toc478383490
U can find examples in above URL.
Arun
SCJP
 
Ranch Hand
Posts: 782
Python Chrome Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Check out Apache Soap 2.1 at http://xml.apache.org.
I have a good sequence diagram showing how the serverside
processes a SOAP request available at http://soap.manilasites.com/stories/storyReader$22
Cheers,
Pho
 
Ranch Hand
Posts: 124
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Also checkout May 2001 edition of JavaPro. It has
a nice tutorial on Getting started with SOAP by James Cooper.
He demonstrates his example with Apache's Tomcat
server.
PJ
 
Ranch Hand
Posts: 569
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Microsoft's site has SOAP spec with some examples at http://msdn.microsoft.com/workshop/xml/general/soapspec.asp#_Toc478383539
Hema
reply
    Bookmark Topic Watch Topic
  • New Topic