membrane / soa-model

Toolkit and Java API for WSDL, WADL and XML Schema.
http://www.membrane-soa.org/soa-model/
Apache License 2.0
94 stars 73 forks source link

Nested WSDLs do not work #209

Closed rsolton closed 10 years ago

rsolton commented 10 years ago

Nested WSDLs do not appear to be supported. Is this a known issue?

predic8 commented 10 years ago

You can nest WSDLs using wsdl:import But there are a lot of special cases, depending on how namespaces are used. If you have a WSDL using imports that does not work, please attach the WSDL so we can have a look at it and test it.

rsolton commented 10 years ago

Actually, it was my error. Things are working as expected. Thank you.

There is another error I'm seeing with relative paths that I will raise in a separate issue.

predic8 commented 10 years ago

Thanks for reporting that.