Hello

I am currently testing MUSE 2.0 and i found some problems working with simple sample.
I have seen that if you deploy the example as it is distributed it works properly, but one can't access the wsdl through the web browser
(typing  http://localhost:8080/simple/services/muse/SimpleResource?wsdl). I get the following error: "Unable to generate WSDL for this serviceEither user has not dropped the wsdl into META-INF or operations use message receivers other than RPC." I solved this issue by changing the value of <messageReceiver class="org.apache.axis2.receivers.RawXMLINOutMessageReceiver"/> to <messageReceiver class="org.apache.axis2.receivers.PRCMessageReceiver"/> in the Axis2 configuration file (services.xml) so i can access the wsdl of simple service. The proble is that this configuration produces an internal server error, it only executes properly with the former configuration.

Is this a problem with Axis 2 or am i missing anything?

Thanks in advance
------
Alvaro




Reply via email to