jax ws - Using WSGEN to combine WSDLS and XSDS into 1 WSDL -


so working on project had had service definition. augmented add methods, however, when run following...

"c:\program files\ibm\websphere\appserver\bin\wsgen.bat" -verbose -keep -cp . com.me.service.serviceclass -d c:\tmp\19 -wsdl 

it generates 2 wsdls , 4 xsds. if try loading serviceclass.wsdl usng soap ui (in folder itself) complains missing other wsdls , xsd documents.

is there way can generate 1 wsdl file houses of information?


Comments