File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Web Services and the fly likes JAX WS Web Service Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "JAX WS Web Service" Watch "JAX WS Web Service" New topic
Author

JAX WS Web Service

Amit Bathla
Ranch Hand

Joined: Feb 11, 2005
Posts: 51
Hi All,

I am developing a Jax-WS web service using Spring WS (using RSA 7.5 and Java 1.6, Spring 3.0). I've a doubt if we can call webservice developed using JAX WS from a client which is developed in J2EE 1.4 or Java 1.4.



Regards
Amit


Amit
University of Florida
Shashank Ag
Ranch Hand

Joined: Dec 22, 2009
Posts: 88

If you adhare to WSDL standards then versions and even programming langauages are no bar.
You can do so most certainly.........


SCJP 91%, SCWCD 97%
Naren Chivukula
Ranch Hand

Joined: Feb 03, 2004
Posts: 542

Hi Shahank,
Yes you can as long as you stick to SOAP 1.1 because JAX-RPC1.1 API(J2EE 1.4 Web Services API) doesn't know SOAP1.2.


Cheers,
Naren (SCJP, SCDJWS and SCWCD)
Amit Bathla
Ranch Hand

Joined: Feb 11, 2005
Posts: 51
Thanks Naren and Shashank

So this means that I can call JAX WS WebService from a JAX RPC client(jee 1.4 only supports JAX RPC)?

Regards
Amit
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35249
    
    7
JAX-WS, JAX-RPC and SAAJ are just different Java APIs that can be used on one or on both sides of a WS connection. Your J2EE 1.4 tools should have no problems creating Java client code that accesses a WS that's implemented using JAX-WS.


Android appsImageJ pluginsJava web charts
Amit Bathla
Ranch Hand

Joined: Feb 11, 2005
Posts: 51
Thanks Ulf,

your reply was very clear , It helped a lot.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: JAX WS Web Service
 
Similar Threads
Web services overall picture and Jax-RPC
non-SOAP axis2 web service
JAX-WS client to invoke JAX-RPC
How to generate a WSDL for a Java based web service developed using JAXWS Annotations
Spring-ws client with Jax-ws web service