The Artima Developer Community
Sponsored Link

Web Services Forum
how to implement document based web service with axis

1 reply on 1 page. Most recent reply: Feb 19, 2008 7:24 AM by Jinyuan Zhou

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Jinyuan Zhou

Posts: 2
Nickname: jzhou
Registered: Feb, 2008

how to implement document based web service with axis Posted: Feb 17, 2008 7:10 PM
Reply to this message Reply
Advertisement
Hi there,
I want to implement a document based web service using Axis2. Previously I did it using the usual servlet and SAAJ. I am wondering what would be the proper way in a JAXRPC frame work. Particularly I am looking for any axis 2 example that explains from wsdl structure and the creation of service and client. I was not able to find such exmaple. Any hint will be appreciated?
Thanks,
Jack


Jinyuan Zhou

Posts: 2
Nickname: jzhou
Registered: Feb, 2008

Re: how to implement document based web service with axis Posted: Feb 19, 2008 7:24 AM
Reply to this message Reply
May be a silly question but I think I figured that out.
At least for Axis2, when you start out with wsdl with ducment/literal. The code(server and client) generated by wsld2java will produce a soap message in which the xml of requuest paramenters as well as the responses will compliant to the schema defintion of types in the wsdl regardeless of the name of operation.
Thanks,
Jack

Flat View: This topic has 1 reply on 1 page
Topic: Reg :Axis Webservices Previous Topic   Next Topic Topic: .NET Client / Tomcat-Axis WS

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use