binding.ws in combination with doc/lit/unwrapped wsdl

2008-06-13 Thread Vamsavardhana Reddy
My java interface: org.apache.tuscany.sca.vtest.wsbinding.AService. @Remotable public interface AService { public String getGreetings(String name); } I have the following wsdl, which I assume is doc/lit/unwrapped or bare. wsdl:definitions targetNamespace=

Re: binding.ws in combination with doc/lit/unwrapped wsdl

2008-06-13 Thread Scott Kurz
Vamsi, It looks like all your failure cases require runtime Java2WSDL. In order to generate a doc-lit-unwrapped WSDL from Java, the Java should contain annotation: @SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE) I believe this the new rewrite of the Java2WSDL code that Simon

Re: binding.ws in combination with doc/lit/unwrapped wsdl

2008-06-13 Thread Vamsavardhana Reddy
Scott, You are right. Adding @SOAPBinding annotation lead to further problems with wsdl generation. ++Vamsi On Fri, Jun 13, 2008 at 7:51 PM, Scott Kurz [EMAIL PROTECTED] wrote: Vamsi, It looks like all your failure cases require runtime Java2WSDL. In order to generate a