Re: EMF WSDL Xmlschema [message #209780] |
Thu, 06 March 2008 08:45  |
Eclipse User |
|
|
|
Originally posted by: merks.ca.ibm.com
This is a multi-part message in MIME format.
--------------040309020701090306080001
Content-Type: text/plain; charset=ISO-8859-15; format=flowed
Content-Transfer-Encoding: 8bit
Alain,
Comments below.
Alain wrote:
> Hi
> forgive me cause of my english .I
|
|
|
Re: EMF WSDL Xmlschema [message #209806 is a reply to message #209780] |
Thu, 06 March 2008 11:03  |
Eclipse User |
|
|
|
Hi Ed,
If I understand what Alain is trying to do, he is attempting to use EMF to
build a set of Java classes representing the service, rather than build it
by hand, then trying to use the generated classes to build a web service
using Axis.
One thing that might be of some help would be the Suppress EMF Types
option. Since Axis will try to incorporate all visible elements of any
class used by the service, it may be having trouble with some EMF
internals.
Another option (closer to what I have done) is to use EMF to model the
service, then use JET2 to create a POJO representation of it, then build
the web service from the POJO representation. It's an extra step, but it
gives better control of the artifacts needed by Axis.
Steve Robenalt
|
|
|
Powered by
FUDForum. Page generated in 0.05582 seconds