Hi,

I need to create services with the same name defined in some wsdl.

For example, there are two wsdl. The first wsdl is as follows:
<wsdl:definitions name="*ws*" targetNamespace="*xxx1*">
...
<wsdl:service name="*service*">
....
</wsdl:service>
</wsdl:definitions >

And the second wsdl is as follows:
<wsdl:definitions name="*ws*" targetNamespace="*xxx2*">
...
<wsdl:service name="*service*">
....
</wsdl:service>
</wsdl:definitions >


Is there a way to do that using axis2?


Thanks,

Shaun Clayton

Reply via email to