generating skeleton interfaces alone

2009-05-29 Thread Axis PC
All, I am using axis2 with JAXB. I am trying to generate the skeleton interfaces alone using the -ssi option in the wsdl2java tool. However I havent had any luck. I know at times we have to use certain combination of options. Is that the case with -ssi as well? Eagerly waiting for your reply.

Re: generating skeleton interfaces alone

2009-05-29 Thread Sebastian Just - RÖPERWEISE Systems
Hi Chand, What is exactly your problem? Can you give some exceptions or error messages? Best regards, Sebastian

Re: generating skeleton interfaces alone

2009-05-29 Thread Axis PC
Sebastian, When I try to generate the interfaces using the following command: %AXIS2_HOME%/bin/wsdl2java -uri %WSDL% -d jaxbri -ssi , I get the same result as I do: %AXIS2_HOME%/bin/wsdl2java -uri %WSDL% -d jaxbri -ss. I dont want any of the stubs. I just need the interface. I dont get any error