Author
help with document based web services
Tom George
Ranch Hand
Joined: Jan 28, 2004
Posts: 41
I've gone through (well almost) the "Patterns and Strategies" document at the Sun site. http://java.sun.com/developer/technicalArticles/xml/jaxrpcpatterns/) Now I need some source to get me started. Can someone help?
William Barnes
Ranch Hand
Joined: Mar 16, 2001
Posts: 984
You can check this out. Maybe this is what you are looking for.
Please ignore post, I have no idea what I am talking about.
Tom George
Ranch Hand
Joined: Jan 28, 2004
Posts: 41
thanks a lot, Will, for the response. But I've gone through that one. I am rather (?) comfortable with RPC style web services, now i'm having a go at document style, which has got much higher interoperability. But I'm wondering where to start..
Kuldeep Vaishnav
Ranch Hand
Joined: May 23, 2004
Posts: 72
googled and found some resources....what ide r u using? http://www.oracle.com/technology/sample_code/tech/java/codesnippet/webservices/doc-lit/index.html somethin from the ws stalwarts Kyle and Rachel http://www-106.ibm.com/developerworks/websphere/techjournal/0310_brown/brown.html hope this helps......
Kuldeep
Tom George
Ranch Hand
Joined: Jan 28, 2004
Posts: 41
thanks ! I was going through this one http://www-106.ibm.com/developerworks/webservices/library/ws-castor/#N10071 which deals with using castor to make up for axis' deficiencies when it comes to handling really tough xml structures. Will go through your links. Is JAXB a better proposition than Castor? There seems to be some differences in the files generated when i run the same xsd through castor and JAXB..
Dilip kumar
Ranch Hand
Joined: Oct 16, 2000
Posts: 360
posted May 21, 2005 17:24:00
0
Hi All- What is Document Literal Style Web Service ? When do you use this one ? Thanks
Kuldeep Vaishnav
Ranch Hand
Joined: May 23, 2004
Posts: 72
WS 101 http://www.javaworld.com/javaworld/jw-10-2003/jw-1003-wsstyles.html
subject: help with document based web services