apparently this in services.xml is meant to work but it doesn't:
<parameter name="useOriginalwsdl">true</parameter>
the generated wsdl is lacking all original <types>
Could someone guide me to a solution please?
<service>
<description>Test service</description>
<parameter name="ServiceClass" locked="false">org.test.Test</parameter>
<parameter name="useOriginalwsdl">true</parameter>
<operation name="combineMinervaObjects">
<messageReceiver
class="org.apache.axis2.rpc.receivers.RPCInOutAsyncMessageReceiver"/>
</operation>
</service>
thanks,
Alistair
--
Alistair Young
Senior Software Engineer
[EMAIL PROTECTED] Mòr Ostaig
Isle of Skye
Scotland
> Hi there, me again! Is there any way to preserve the original WSDL when
> deploying a service? The generated WSDL is not much use as it has removed
> all the <types> elements so no data binding can occur.
>
> I read somewhere that you can put the WSDL in META-INF but that didn't do
> anything.
>
> --
> Alistair Young
> Senior Software Engineer
> [EMAIL PROTECTED] Mòr Ostaig
> Isle of Skye
> Scotland
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]