• 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

XML/SOAP sample

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello SOAP experts
I finished the conceptual and theoretical approach to XML/SOAP. Now I am trying to run the sample programm for SOAP.
If anyone tried already or know how to run the simple program for the beginners like me, how about sharing knowledges ?
Appreciate in advance.
Thanks.
SCJP 1.4
:roll: :roll:
 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
You can start of either with commercial products like Systinet, Weblogic or open sources like Apache Axis (xml.apache.org/axis). AXIS is currently a 1.0 RC1 candidate. The site contains examples, user guide to have a good start.
Ofcourse, you can also refer the book on AXIS from Wrox press (co-authored by me )
I strongly recommend you to use the TCP Monitor Utility tool called 'tcpmon' that comes with AXIS to understand SOAP request and response messages for all the examples.
Regards,
Jeelani
 
author
Posts: 3892
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Or you can download the IBM Web Services Toolkit which not only includes Apache Axis, but a significant number of additional demos for Axis and other web services tools as well. Note that to use either Axis or Apache SOAP you will first need a Web Container. Apache Tomcat is probably the most commonly used web container for learning how to use Axis.
Kyle
 
They weren't very bright, but they were very, very big. Ad contrast:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic