in server.xml verify that you have this
<messageReceiver class="org.apache.axis2.rpc.receivers.RPCMessageReceiver"/>

note this
<messageReceiver class="org.apache.axis2.receivers.RawXMLINOutMessageReceiver "/>
or this
<messageReceiver class="org.apache.axis2.receivers.RawXMLINOnlyMessageReceiver"/>


On 5/22/06, robert lazarski <[EMAIL PROTECTED]> wrote:
The issue is that you can only get the wsdl to display under two scenarios:

1) You are using RPC, such as RPCInOutMessageReceiver, as your message receiver in your services.xml .
2) You have your own WSDL that you use for databinding, and you put it under the META-INF directory in your war.

As I understand it, nothing else is currently valid. Deepal has explained this a few times - you might search the list for more info if need be.

Hope that helps,
Robert
http://www.braziloutsource.com/


On 5/22/06, Christian Strobel < [EMAIL PROTECTED]> wrote:
Hi,

- <error>
  <description>Unable to generate WSDL for this service</description>
  <reason>Either user has not dropped the wsdl into META-INF or operations
use message receivers other than RPC.</reason>
  </error>

Get every time this error message! Doesn't matter if I use the give examples
or my own code. Anyone who can help?

Greetz and thanks


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to