I am using the pojo implementation and allowing axis to generate the wsdl. I
want to know how to be able to expose the webservice using multiple
namespaces with the auto-generated wsdl.
Example I have a package API.Common.MyPackage
How do I expose that as a separate namespace along with API.Common using the
autogenerated wsdl? Thanks in advance.
Here is my services.xml file.
<serviceGroup>
<service name="API" scope="application" >
<description>
Vendor API
</description>
<messageReceivers>
<messageReceiver
mep="http://www.w3.org/2004/08/wsdl/in-only"
class="org.apache.axis2.rpc.receivers.RPCInOnlyMessageReceiver"/>
<messageReceiver
mep="http://www.w3.org/2004/08/wsdl/in-out"
class="org.apache.axis2.rpc.receivers.RPCMessageReceiver"/>
</messageReceivers>
<parameter name="ServiceClass" locked="false">
API.Transactions
</parameter>
<parameter name="allowedMethods" value="*"/>
<schema schemaNamespace="http://Common.API/xsd" ></schema>
<transports>
<transport>
https
</transport>
</transports>
</service>
</serviceGroup>
--
View this message in context:
http://www.nabble.com/Multiple-schema-namespace-tp15805952p15805952.html
Sent from the Axis - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]