Sagara
Thanks for the info. Looks like axis2 does not support JAX-WS with aar
deployment along with war. It is kind of disappointment and hoping axis2
team will address this issue.
Regards
Ramesh
---
Hi Ramesh ,
According to the Axis2
do not want this
> behaviour.
>
> Thanks
> Ramesh
>
>
>
> "Philip Wilder"
>
> 04/20/2009 01:07 PM
>
> Please respond to
> axis-user@ws.apache.org
> To
>
> cc
> Subject
> RE: Message Receiver not found for AxisOperation error with Axis2 1.4.1 an
ond to
axis-user@ws.apache.org
To
cc
Subject
RE: Message Receiver
not
OAP12 bindings and I do not want
this behaviour.
Thanks
Ramesh
"Philip Wilder"
04/20/2009 01:07 PM
Please respond to
axis-user@ws.apache.org
To
cc
Subject
RE: Message Receiver not found for AxisOperation error with Axis2 1.4.1
and service built using JAX-WS
Hi Alain/Ram
:01 PM
To: axis-user@ws.apache.org
Subject: Re: Message Receiver not found for AxisOperation error with
Axis2 1.4.1 and service built using JAX-WS
Hi Ramesh
You cannot deploy a war file in axis2.
war are for web container like Tomcat, or JBossAS...
If you like war files you can deploy them in
cc
Subject
Re: Message Receiver
not found for AxisOperation
error with Ax
Sagara
Thanks for your reply. I went through samples folder and could not find
any example how to implement simple
web service with folling combination:
1) Write a wsdl
2) Generate classes using wsimport class. (Topdown model with JAX-WS)
3) Implement Service class
4) Write a services.xml
5) P
t
invocation.
I will try to figure it out.
Regards,
Ramesh
"Alain Drolet"
04/17/2009 05:17 PM
Please respond to
axis-user@ws.apache.org
To
axis-user@ws.apache.org
cc
Subject
Re: Message Receiver not found for AxisOperation error with Axis2 1.4.1
and service built using
*** Body Not Included ***
DTCC DISCLAIMER: This email and any files transmitted with it are
confidential and intended solely for the use of the individual or
entity to whom they are addressed. If you have received this email
in error, please
axis-user@ws.apache.org
cc
Subject
Re: Message Receiver
not found for AxisOpera
am trying to understand axis2 with
JAX-WS by wrting a simple service.
Regards,
Ramesh
"Alain Drolet"
04/17/2009 03:38 PM
Please respond to
axis-user@ws.apache.org
To
axis-user@ws.apache.org
cc
Subject
Re: Message Receiver not found for AxisOperation error with Axis2 1.4.1
ls.
>
> May be some thing is wrong with my implementation class and/or services.xml
> file. Also there is a possibility there is bug in Axis2 1.4.1 for JAX-WS.
>
> I am hoping some one will clarify this issue.
>
> Thanks in Advance
> Ramesh
> --------------------
below error when a client calls a web service operation
built
using Axis2 1.4.1, Java 1.6, JAX-WS
and Tomcat 6.0.18:
[ERROR] Message Receiver not found for AxisOperation:
{http://service/}getQuote
org.apache.axis2.AxisFault: Message Receiver not found for
AxisOperation:
{http:
//service/}ge
Hi All
I am getting below error when a client calls a web service operation built
using Axis2 1.4.1, Java 1.6, JAX-WS
and Tomcat 6.0.18:
[ERROR] Message Receiver not found for AxisOperation:
{http://service/}getQuote
org.apache.axis2.AxisFault: Message Receiver not found for Axi
Hi All
I am getting below error when a client calls a web service operation built
using Axis2 1.4.1, Java 1.6, JAX-WS
and Tomcat 6.0.18:
[ERROR] Message Receiver not found for AxisOperation:
{http://service/}getQuote
org.apache.axis2.AxisFault: Message Receiver not found for AxisOperation
ddService(service);
> SimpleHTTPServer server = new SimpleHTTPServer(context, 8080);
>server.start();
>
>
> the error I get is this:
>
> org.apache.axis2.AxisFault: Message Receiver not found for AxisOperation:
> getXml
>at
> org.apache.axis2.util.Utils.getIn
ver = new SimpleHTTPServer(context, 8080);
server.start();
the error I get is this:
org.apache.axis2.AxisFault: Message Receiver not found for AxisOperation: getXml
at
org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:512)
at
org.apache.axis2.description
Hi,
That should have been the log. But Tomcat versions had problems working
with log4j.
Can you try to deploy the service in the standalone server that comes with
Axis2. (bin/axis2server.sh; put service in repository/services/) Then it
will show a stack trace of what went wrong in the console.
Alle giovedì 11 ottobre 2007, Upul Godage ha scritto:
> What does the axis2 server side log say?
>
i don't know where to find axis2 logs,
however tomcat5 logs show (taken from
/usr/share/tomcat5/logs/localhost_2007-10-11.log):
2007-10-11 09:51:15 [EMAIL PROTECTED]:
Exception Processing ErrorPa
What does the axis2 server side log say?
On 10/11/07, francesco foresti <[EMAIL PROTECTED]> wrote:
>
> Alle giovedì 11 ottobre 2007, Upul Godage ha scritto:
> > IN should be in capitals in the required messageReceiver class name. I'm
> > not sure why it was named such.
> >
> >
> >
Alle giovedì 11 ottobre 2007, Upul Godage ha scritto:
> IN should be in capitals in the required messageReceiver class name. I'm
> not sure why it was named such.
>
>
> mep=" http://www.w3.org/2004/08/wsdl/in-out";
>
> class="org.apache.axis2.receivers.
Alle giovedì 11 ottobre 2007, francesco foresti ha scritto:
> Hi, thanks for your answer.
> I've modified services.xml like you said, however i'observing two different
> behaviours :
> With axis2-snapshot (nightly build) services do deploy, but i get the same
> error message as before while trying
IN should be in capitals in the required messageReceiver class name. I'm not
sure why it was named such.
http://www.w3.org/2004/08/wsdl/in-out";
class="org.apache.axis2.receivers.RawXMLINOutMessageReceiver"
/>
urn:getEtichetta
Hope this helps.
Upul
Alle giovedì 11 ottobre 2007, Upul Godage ha scritto:
> Hi,
>
> I think this part,
>
>
>
> http://www.w3.org/2004/08/wsdl/in-out";
> class="org.apache.axis2.receivers.RawXMLInOutMessageReceiver" />
>
>urn:getEtichetta
>
>
> should be like this.
>
>
>
d i can see their wsld(s) (with
> axis2-1.3 in three different versions: bin. war. nightly build);
> however, every client i've written until now throws this kind of error (as
> follows), so what am i doing wrong?
>
> thank you.
>
>
> error message:
>
> org.ap
oing wrong?
thank you.
error message:
org.apache.axis2.AxisFault: Message Receiver not found for AxisOperation:
getEtichetta
at
org.apache.axis2.util.Utils.getInboundFaultFromMessageContext(Utils.java:486)
at
org.apache.axis2.description.OutInAxisOperationClient.hand
26 matches
Mail list logo