You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Jose Benjamin Perez Soto <jo...@gmail.com> on 2007/03/07 14:49:04 UTC

[AXIS2] Deploy wsdl without using RPCMessageReceiver

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

Re: [AXIS2] Deploy wsdl without using RPCMessageReceiver

Posted by Anne Thomas Manes <at...@gmail.com>.
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 <jo...@gmail.com> 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 <at...@gmail.com> wrote:
> >
> > You need to drop the WSDL into META-INF.
> >
> > Anne
> >
> > On 3/7/07, Jose Benjamin Perez Soto <jo...@gmail.com> 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:
> axis-user-unsubscribe@ws.apache.org
> > For additional commands, e-mail: axis-user-help@ws.apache.org
> >
> >
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: [AXIS2] Deploy wsdl without using RPCMessageReceiver

Posted by Jose Benjamin Perez Soto <jo...@gmail.com>.
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 <at...@gmail.com> wrote:
>
> You need to drop the WSDL into META-INF.
>
> Anne
>
> On 3/7/07, Jose Benjamin Perez Soto <jo...@gmail.com> 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: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>

Re: [AXIS2] Deploy wsdl without using RPCMessageReceiver

Posted by Anne Thomas Manes <at...@gmail.com>.
You need to drop the WSDL into META-INF.

Anne

On 3/7/07, Jose Benjamin Perez Soto <jo...@gmail.com> 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: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org