668276 members! Sign up to stay informed.

Sponsored Links


Resources

Enterprise Java
Research Library

Get Java white papers, product information, case studies and webcasts

EJB design EJB design EJB design Messages: 0 Messages: 0 Messages: 0 Printer friendly Printer friendly Printer friendly Post reply Post reply Post reply XML XML XML

No databinding in JAX-WS - wsimport

Posted by: Suresh Achary on October 11, 2009 DIGG
In Axis2 while doing "wsdl2java", we can specify databinding as "none".
Is there way to specify a no-databinding option while doing "wsimport"?

databinding "none" in Axis2 will create the operations' implementation with parameter OMElement.
e.g. If I have an operation in the wsdl "getDepartment" which takes "Employee" and "Address" object and returns an "Department" object , it will create the method getDepartment in the skeleton as follows:-

public OMElement getDepartment(OMElement param)

By this I can easily get the payload from OMElement param and if I use any skeleton generating custom api(api to generate skeletons from wsdl) I can use the same custom skeleton generation api for all wsdls irrespective of the parameters or return types of operations. Axis2 does this perfectly well.

I was looking something similar in JAX-WS wsimport so that I can write a implmentation generation api for all wsdls.

Does anyone have any thoughts on this?
Recent active threads Recent active threads Recent active threads More More More
Free Revolution Released
Book on Facebook development
Web 2.0 Challenges at Ajax Experience in Boston
Cloud Computing Demystified: Part-I
Skyway Builder CE 6.3, code generator for Spring, released
Vaadin 6.1 goes to Maven and adds Google App Engine support
eXo Platform Extends JBoss GateIn with ECM and Collaboration
Siena: the scalable persistence tier for Java
Bolts 1.0 functional programming library for java released
More active threads »
Top posters of the weekTop posters of the weekTop posters of the week
This list contains the members who have made the most posts in all forums over the last 7 days:
  1. siirtliler siirtliler
  2. Dan Evans
  3. vinay singh
  4. Nicklas Karlsson
  5. juvy b
Hot threads Hot threads Hot threads More hot threads More hot threads More hot threads

Object pooling is now a serious performance loss

Brian Goetz continues to lift the lid and peak into the inner workings of Java in Java Urban Performance Legends. In this article he exposes the fallacy behind some of the more common performance myths found in the annals of the JVM.
(93 comments, last posted February 06, 2009)

Beyond Java

Bruce Tate, author of Better, Faster Lighter Java and Bitter EJB has come out with a new book called Beyond Java. Bruce has an epiphany about the future of software development. Does it include Java?
(770 comments, last posted September 23, 2009)

Three forms of AJAX: solid, liquid and gas.

Looks like today AJAX concept have several interpretations. We can distinguish different approaches of AJAX integration. Can they co-exist within the same application? Can we talk about layered AJAX integration?
(69 comments, last posted December 04, 2009)

Design-Time API Promises to make Java more like VB

Artima has published a short article describing the Design-Time API for JavaBeans, which was recently approved as JSR 273. This API promises to bring VB-like ease to Java development, but may face a cultural bias among Java developers who tend to think more in terms of class libraries than components.
(225 comments, last posted November 19, 2009)

Will Sun be that target of a management buyout?

There is plenty of speculation today regarding a potential buyout of Sun Microsystems by Scott McNealy and Silver Lake Partners. How would privatization of Sun affect Java?
(17 comments, last posted December 04, 2009)
More hot threads »

News | Blogs | Discussions | Tech talks | Patterns | Reviews | White Papers | Downloads | Articles | Media kit | About
Java Solutions
All Content Copyright ©2007 TheServerSide Privacy Policy      Powered by JIVE
Site Map