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
                 + --- HandlingException
                                     + ---------- META-INF

+ --- services.xml
I do not have any wsdl


On 3/7/07, Anne Thomas Manes <[EMAIL PROTECTED]> wrote:
>
> 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 MyServiceMessageReceiverInOut extends
> > AbstractInOutSyncMessageReceiver {
> > ....
> > }
> >
> > this inserted it in services.xml
> >
> > <messageReceivers>
> >             <messageReceiver mep="
> > http://www.w3.org/2004/08/wsdl/in-out";
> > class="org.test.MyServiceMessageReceiverInOut"/>
> > </messageReceivers>
> >
> > but it does not deploy wsdl in the navigator, how deploy the wsdl?
> >
> > Thanks,
> >
> > Ben
> >
>
>
---------------------------------------------------------------------
> 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]

Reply via email to