Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 33354 invoked from network); 7 Aug 2007 21:20:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Aug 2007 21:20:39 -0000 Received: (qmail 53063 invoked by uid 500); 7 Aug 2007 21:20:30 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 53048 invoked by uid 500); 7 Aug 2007 21:20:30 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 53037 invoked by uid 99); 7 Aug 2007 21:20:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Aug 2007 14:20:30 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ONURAL@nortel.com designates 47.140.192.55 as permitted sender) Received: from [47.140.192.55] (HELO zrtps0kn.nortel.com) (47.140.192.55) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Aug 2007 21:20:24 +0000 Received: from zcarhxm2.corp.nortel.com (zcarhxm2.corp.nortel.com [47.129.230.99]) by zrtps0kn.nortel.com (Switch-2.2.6/Switch-2.2.0) with ESMTP id l77LK0q27637; Tue, 7 Aug 2007 21:20:00 GMT X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C7D938.B62D7A60" Subject: RE: [Axis2] How to propagate exception for In-only operations Date: Tue, 7 Aug 2007 17:19:59 -0400 Message-ID: <87AC5F88F03E6249AEA68D40BD3E00BE1124A156@zcarhxm2.corp.nortel.com> In-Reply-To: <39615.35398.qm@web26002.mail.ukl.yahoo.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [Axis2] How to propagate exception for In-only operations Thread-Index: AcfZNoVnMaHqpFc2QXKH6k8TbW03jAAAiLpw References: <87AC5F88F03E6249AEA68D40BD3E00BE1124A05B@zcarhxm2.corp.nortel.com> <39615.35398.qm@web26002.mail.ukl.yahoo.com> From: "Gul Onural" To: , X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01C7D938.B62D7A60 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Thanks Jorge. I know you can do that with "robust-in-only", this is how = I implemented my web services. But, robust-in-only is not supported with = WSDL 1. So, I was wondering if I can achieve the "robust-in-only" behavior with = "in-only" (which is supported by WSDL 1) somehow.=20 =20 Gul ________________________________ From: Jorge Fernandez [mailto:informaticu007-pfc@yahoo.es]=20 Sent: Tuesday, August 07, 2007 5:03 PM To: axis-user@ws.apache.org Subject: RE: [Axis2] How to propagate exception for In-only operations =09 =09 Hi Gul, =09 You can't do that with in-only. You have to use robust-in-only MEP. =09 http://www.w3.org/TR/2004/WD-wsdl20-extensions-20040803/ =09 Regards, =09 Jorge Fern=E1ndez =09 Gul Onural escribi=F3:=20 Hi,=20 I am using RawXMLINOnlyMessageReceiver for my in-only operations. I = tried the following signatures in my in-only methods,=20 but my client doesn't seem to get any exception. How do I get my = client receive exception for in-only methods ? Do I need to set a configuration parameter somewhere ?=20 public void myMethod(OMElement inputMsg) throws RemoteException;=20 OR=20 public void myMethod(OMElement inputMsg) throws AxisFault;=20 OR=20 public void myMethod(OMElement inputMsg);=20 =09 ________________________________ S=E9 un Mejor Amante del Cine =BFQuieres saber c=F3mo? =A1Deja que otras personas te ayuden! = . =09 ------_=_NextPart_001_01C7D938.B62D7A60 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable [Axis2] How to propagate exception for In-only = operations
Thanks Jorge. I know you can do that with = "robust-in-only",=20 this is how I implemented my web services. But, robust-in-only is not = supported=20 with WSDL 1.
So, I was wondering if I can achieve the = "robust-in-only"=20 behavior with "in-only" (which is supported by WSDL 1) somehow.=20
 
Gul


From: Jorge Fernandez=20 [mailto:informaticu007-pfc@yahoo.es]
Sent: Tuesday, August = 07, 2007=20 5:03 PM
To: axis-user@ws.apache.org
Subject: RE: = [Axis2]=20 How to propagate exception for In-only operations

Hi Gul,

You can't do that with in-only. You have to = use=20 robust-in-only=20 = MEP.

http://www.w3.org/TR/2004/WD-wsdl20-extensions-20040803/
<= BR>Regards,

Jorge=20 Fern=E1ndez

Gul Onural <onural@nortel.com> = escribi=F3:

Hi,
I am using = RawXMLINOnlyMessageReceiver for my=20 in-only operations. I tried the following signatures in my in-only = methods,=20
but my client doesn't seem to get = any=20 exception. How do I get my client receive exception for in-only = methods ? Do=20 I need to
set a configuration parameter = somewhere=20 ?
public void myMethod(OMElement inputMsg) throws=20 RemoteException;=20
OR =
public void myMethod(OMElement inputMsg) throws AxisFault;=20
OR
public=20 void myMethod(OMElement=20 inputMsg); =



S=E9 un Mejor Amante del = Cine
=BFQuieres saber=20 c=F3mo? =A1Deja=20 que otras personas te ayuden! = .
------_=_NextPart_001_01C7D938.B62D7A60--