Title: RE: wsdl2java behavior for multiple services in the same wsdl

Just in case others try to do same thing  :
I had to run the wsdl2java for each service in the wsdl file, using the -sn option,
to be able to generate code for *all* the services in the wsdl file.

Gul

_____________________________________________
From:   Onural, Gul (CAR:SI12) 
Sent:   Friday, October 20, 2006 9:51 AM
To:     [email protected]
Subject:        wsdl2java behavior for multiple services in the same wsdl

What is the expected behavior of the wsdl2java if there are
multiple services defined in a wsdl file ?

The option -sn allows you to choose a specific service when there are
multiple multiple services in the wsdl. However, the help doesn't tell you
what you are supposed to do if you want wsdl2java to generate code for
*all* the services defined in the wsdl file.

What I am seeing with the latest nightly build is that the wsdl2java generates
code for *only* one of the services defined in the wsdl file (I didn't use -sn option).
However the XmlBeans data binding classes are generated for all the services.


Gul

Reply via email to