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

Marshalling and unmarshalling in Axis1.4

 
Ranch Hand
Posts: 44
Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

Please let me know how does the marshalling and unmarshalling happens in Axis1.4.
I'm using Axis1.4 engine to develop web services using wsdl2java approach.

How can I know, this is using JAX-RPC webservice implementation.

Regards,
MS.
 
Ranch Hand
Posts: 215
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi. Are you using version 1.4 of the older Axis or the newer Axis2 version 1.4?

For Axis1, see here for how marshalling works, and for Axis2, please read this article.

If its JAX-RPC, the web service classes will typically implement java.rmi.Remote in your code. Please see the J2EE 1.4 tutorial for an overview.
If its JAX-WS, you will see the web service classes annotated with @WebService in the code. And the Java EE 5 tutorial has an overview.

Hope this is the information you are looking for.
 
Murali Sridhar
Ranch Hand
Posts: 44
Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Srini, for routing me to the rite direction.
 
Oh. Hi guys! Look at this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic