Not out of the box. But you can write some custom code to get it done like we've done in the WSO2 Mashup Server [1]. If you visit mooshup.com you will see services with the same name under various users. We have done this by writing some custom code for Axis2.
Thanks, Keith. [1] http://wso2.org/projects/mashup On Thu, Sep 4, 2008 at 7:56 PM, Shaun Clayton <[EMAIL PROTECTED]> wrote: > 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 > -- Keith Chapman Senior Software Engineer WSO2 Inc. Oxygenating the Web Service Platform. http://wso2.org/ blog: http://www.keith-chapman.org
