Hi Rich, I can confirm this issue. I've seen the same with Axis2. I think it has to do with how we pass the WSDL and schema information to Axis2.... Do you want to create an issue in Jira? Is this something you'd like to investigate?
alex On 5/3/07, Rich Taylor <[EMAIL PROTECTED]> wrote:
I have an issue that I'm hoping someone else will have some ideas on. Whenever I try to specify "document" style in the WSDL that goes with my process, the schema types get stripped out and I'm left with <wsdl:types/> in the WSDL that Axis returns. This leads to the types for my WSDL Messages not being found. It also means WSDL based tools such as SoapUI won't work The simplest way to illustrate this is to look at the DynPartner example that comes with Ode (which is document based). Once deployed, if you look at the WSDL with a browser (i.e. http://localhost:8080/ode/services/DynMainService?wsdl) you will notice that the wsdl:types element is empty. I get the same behavior when trying to convert the HelloWorld2 example to document style as well. What am I missing? Is anyone else seeing this? I'm hoping this is simply a user error. Side note: I noticed that the Management Web Services (DeploymentService etc.) use document style and their WSDLs seem to be just fine. Not sure why they're OK and others aren't Thanks, Rich