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

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -