jQuery in Action, 2nd edition
The moose likes Web Services and the fly likes I couldn't find soap.jar Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "I couldn Watch "I couldn New topic
Author

I couldn't find soap.jar

aravind kanganar
Ranch Hand

Joined: Nov 08, 2009
Posts: 36
Hello there,
I am starter, I was setting up my machine for doing a soap based sample program. But found no place where I can get a soap distribution. Instead I found "Axis" that looks like a replacement of soap... somebody please give me some idea....

waiting for replies...

arK09
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35256
    
    7
Welcome to JavaRanch.

SOAP is a protocol which has several popular implementations in the Java world, in particular Apache Axis 2 and Metro. That's where you can get downloads with everything you need to get going, including documentation and examples.

That was also -a long time ago- a SOAP implementation called (confusingly) "Apache SOAP", but it is obsolete and no longer easily obtainable. You can ignore any references to it.


Android appsImageJ pluginsJava web charts
aravind kanganar
Ranch Hand

Joined: Nov 08, 2009
Posts: 36
thanks Mr Dittmer
Ivan Krizsan
Bartender

Joined: Oct 04, 2006
Posts: 2193
Hi!
Perhaps the easiest way to obtain a "ready-to-run" server to which you can deploy JAX-WS web services is to download and install GlassFish, which includes the Metro web service stack previously mentioned by mr Dittmer.
GlassFish also includes a rather basic web service test tool.
Best wishes
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: I couldn't find soap.jar
 
Similar Threads
required soap binding elements
Questions about SOAP
Please help with wscompile warnings
is SOAP universal language
Why my web service not working?