hi Guys,
I am trying to expose a method as webservice. I am using spring remoting jax-ws way . I want to know if there is any method using which we can construct wsdl dynamically ?
I found that spring webservices produces this dynamically but dfor that it required xsd. So can we bypass that i mean what if i dont have xsd can i still be able to create wsdl dynamically?