Nick Alex ha scritto:
Or is there some other way to get common Java Beans classes for multiple services.

I usually use WSDL2Java on my services, with the option -g ("generate all the classes"). If I have two services, I do this for the first then, when doing this for the second, I throw away the common classes that I had already generated from the first and keep just the Stub, Skeleton, MessageReceiver, service descriptor, ecc.. of the second one.

I hope this helps.

--
Mauro Molinari
Software Developer
[EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to