[AXIS2] Deploy wsdl without using RPCMessageReceiver

2007-03-07 Thread Jose Benjamin Perez Soto
Hi, how deploy wsdl without using RPCMessageReceiver?, I've this problem: package org.test; import org.apache.axis2.receivers.AbstractInOutSyncMessageReceiver; public class MyServiceMessageReceiverInOut extends AbstractInOutSyncMessageReceiver { } this inserted it in services.xml

Re: [AXIS2] Deploy wsdl without using RPCMessageReceiver

2007-03-07 Thread Anne Thomas Manes
You need to drop the WSDL into META-INF. Anne On 3/7/07, Jose Benjamin Perez Soto [EMAIL PROTECTED] wrote: Hi, how deploy wsdl without using RPCMessageReceiver?, I've this problem: package org.test; import org.apache.axis2.receivers.AbstractInOutSyncMessageReceiver; public class

Re: [AXIS2] Deploy wsdl without using RPCMessageReceiver

2007-03-07 Thread Jose Benjamin Perez Soto
Hi, the only thing which I have in my META-INF is my services.xml WEB-INF + --- services + --- HandlingException + -- META-INF + --- services.xml I do not have any wsdl On

Re: [AXIS2] Deploy wsdl without using RPCMessageReceiver

2007-03-07 Thread Anne Thomas Manes
Exactly. If you don't use the RPC receiver, then you must supply the WSDL by dropping it in the META-INF. On 3/7/07, Jose Benjamin Perez Soto [EMAIL PROTECTED] wrote: Hi, the only thing which I have in my META-INF is my services.xml WEB-INF + --- services + ---