Re: Message Receiver not found for AxisOperation error with Axis2 1.4.1 and service built using JAX-WS

2009-04-22 Thread Ramesh Vishwanatham
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

Re: Message Receiver not found for AxisOperation error with Axis2 1.4.1 and service built using JAX-WS

2009-04-20 Thread Sagara Gunathunga
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

Re: Message Receiver not found for AxisOperation error with Axis2 1.4.1 and service built using JAX-WS

2009-04-20 Thread Alain Drolet
ond to axis-user@ws.apache.org To cc Subject RE: Message Receiver not

RE: Message Receiver not found for AxisOperation error with Axis2 1.4.1 and service built using JAX-WS

2009-04-20 Thread Ramesh Vishwanatham
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

RE: Message Receiver not found for AxisOperation error with Axis2 1.4.1 and service built using JAX-WS

2009-04-20 Thread Philip Wilder
: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

Re: Message Receiver not found for AxisOperation error with Axis2 1.4.1 and service built using JAX-WS

2009-04-20 Thread Alain Drolet
cc Subject Re: Message Receiver not found for AxisOperation error with Ax

Re: Message Receiver not found for AxisOperation error with Axis2 1.4.1 and service built using JAX-WS

2009-04-20 Thread Ramesh Vishwanatham
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

Re: Message Receiver not found for AxisOperation error with Axis2 1.4.1 and service built using JAX-WS

2009-04-20 Thread Ramesh Vishwanatham
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

Re: Message Receiver not found for AxisOperation error with Axis2 1.4.1 and service built using JAX-WS

2009-04-20 Thread Ramesh Vishwanatham
*** 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

Re: Message Receiver not found for AxisOperation error with Axis2 1.4.1 and service built using JAX-WS

2009-04-17 Thread Alain Drolet
axis-user@ws.apache.org cc Subject Re: Message Receiver not found for AxisOpera

Re: Message Receiver not found for AxisOperation error with Axis2 1.4.1 and service built using JAX-WS

2009-04-17 Thread Ramesh Vishwanatham
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

Re: Message Receiver not found for AxisOperation error with Axis2 1.4.1 and service built using JAX-WS

2009-04-17 Thread Sagara Gunathunga
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 > --------------------

Re: Message Receiver not found for AxisOperation error with Axis2 1.4.1 and service built using JAX-WS

2009-04-17 Thread Alain Drolet
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

Message Receiver not found for AxisOperation error with Axis2 1.4.1 and service built using JAX-WS

2009-04-17 Thread Ramesh Vishwanatham
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

Message Receiver not found for AxisOperation error with Axis2 1.4.1 and service built using JAX-WS

2009-04-15 Thread Ramesh Vishwanatham
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

Re: Message Receiver not found for AxisOperation (when embedding axis2 simplehttpserver)

2008-10-29 Thread Paul Fremantle
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

Message Receiver not found for AxisOperation (when embedding axis2 simplehttpserver)

2008-10-29 Thread Amiri Arash OSF sIT
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

Re: Message Receiver not found for AxisOperation

2007-10-11 Thread Upul Godage
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.

Re: Message Receiver not found for AxisOperation

2007-10-11 Thread francesco foresti
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

Re: Message Receiver not found for AxisOperation

2007-10-11 Thread Upul Godage
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. > > > > > >

Re: Message Receiver not found for AxisOperation

2007-10-11 Thread francesco foresti
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.

Re: Message Receiver not found for AxisOperation

2007-10-11 Thread francesco foresti
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

Re: Message Receiver not found for AxisOperation

2007-10-11 Thread Upul Godage
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

Re: Message Receiver not found for AxisOperation

2007-10-11 Thread francesco foresti
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. > > >

Re: Message Receiver not found for AxisOperation

2007-10-10 Thread Upul Godage
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

Message Receiver not found for AxisOperation

2007-10-10 Thread francesco foresti
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