Experts:
We are generating .wsdl xml via annotated java services and webServices. When a Request is sent, the xmlns in the return is pointing to a package (or XML Schema) that is not "somehow" referenced/included/import
ed. See example below:
visible namespace xmlns="
http://service.myproj.com"
not visible namespace xmlns="
http://helper.model.myproj.com"
Any ideas on how we can make multiple schemas visible to each other?
Thanks,
P
Start Free Trial