Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 70513 invoked from network); 25 Nov 2009 07:18:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 Nov 2009 07:18:07 -0000 Received: (qmail 4589 invoked by uid 500); 25 Nov 2009 07:18:04 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 4183 invoked by uid 500); 25 Nov 2009 07:18:03 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 4166 invoked by uid 99); 25 Nov 2009 07:18:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Nov 2009 07:18:03 +0000 X-ASF-Spam-Status: No, hits=-1.8 required=10.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of yrajaram@cisco.com designates 171.68.10.86 as permitted sender) Received: from [171.68.10.86] (HELO sj-iport-4.cisco.com) (171.68.10.86) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Nov 2009 07:17:53 +0000 Authentication-Results: sj-iport-4.cisco.com; dkim=neutral (message not signed) header.i=none X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AtcEAG9pDEurRN+K/2dsb2JhbACCJSuOf6wmmAeEOQSBcA X-IronPort-AV: E=Sophos;i="4.47,284,1257120000"; d="scan'208,217";a="53769260" Received: from sj-core-4.cisco.com ([171.68.223.138]) by sj-iport-4.cisco.com with ESMTP; 25 Nov 2009 07:17:18 +0000 Received: from sj-webmail-7.cisco.com (sj-webmail-7.cisco.com [171.70.159.6]) by sj-core-4.cisco.com (8.13.8/8.14.3) with ESMTP id nAP7HJkf001247; Wed, 25 Nov 2009 07:17:19 GMT Received: from sj-webmail-7.cisco.com (localhost.localdomain [127.0.0.1]) by sj-webmail-7.cisco.com (8.13.8/8.13.8) with ESMTP id nAP7HISE017651; Wed, 25 Nov 2009 07:17:19 GMT Received: from yrajaramwxp (sjc-vpn3-984.cisco.com [10.21.67.216]) by sj-webmail-7.cisco.com (Scalix SMTP Relay 11.4.5.13150) via ESMTP; Wed, 25 Nov 2009 07:17:18 +0000 (UTC) Date: Tue, 24 Nov 2009 23:17:14 -0800 From: "Yashwanth" To: , Message-ID: <000001ca6d9f$52afc8c0$f80f5a40$@com> Subject: Is it possible to call a non-existent service action? x-scalix-Hops: 1 X-Mailer: Microsoft Office Outlook 12.0 Thread-Index: Acptn0hZDhdVf75xR3eDKB5VqcDpsA== x-cr-hashedpuzzle: i2c= GAlr GMAV Ggo7 HGBy HTWD H008 IOqt JjCM KF0h KRXN OGhA Ozuo PElN PV+9 Pomn;2;YQB4AGkAcwAtAGQAZQB2AEAAdwBzAC4AYQBwAGEAYwBoAGUALgBvAHIAZwA7AGEAeABpAHMALQB1AHMAZQByAEAAdwBzAC4AYQBwAGEAYwBoAGUALgBvAHIAZwA=;Sosha1_v1;7;{0E43DDFD-898C-4B88-BF35-F92EE77ECBDE};eQByAGEAagBhAHIAYQBtAEAAYwBpAHMAYwBvAC4AYwBvAG0A;Wed, 25 Nov 2009 07:17:02 GMT;SQBzACAAaQB0ACAAcABvAHMAcwBpAGIAbABlACAAdABvACAAYwBhAGwAbAAgAGEAIABuAG8AbgAtAGUAeABpAHMAdABlAG4AdAAgAHMAZQByAHYAaQBjAGUAIABhAGMAdABpAG8AbgA/AA== x-cr-puzzleid: {0E43DDFD-898C-4B88-BF35-F92EE77ECBDE} MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0001_01CA6D5C.448C88C0" Content-Language: en-us X-Virus-Checked: Checked by ClamAV on apache.org ------=_NextPart_000_0001_01CA6D5C.448C88C0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline Hi All: I have a fundamental question that came up as we did robustness tests. Is it possible to call a non-existent service action? (i.e., is it possible to call an action that is not available on the other Axis2 env)? If it is possible then: 1. Can someone tell what happens if we have engaged handlers (inflow, outflow, faultInFlow and faultOutFlow) at both the calling end and called end? Would SOAPFault propagate through faultHandlers ? 2. Would the calling end not be able to find out that a call is being made to a non-existent action and report the error without having to hit the other Axis2 environment where that web service is deployed. Thanks, Yash ------=_NextPart_000_0001_01CA6D5C.448C88C0 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline

Hi All:

 

I have a fundamental question that came up as we did= robustness tests…

Is it possible to call a non-existent service action= ? (i.e., is it possible to call an action that is not available on the other Axis2= env)?

 

If it is possible then:

1.=        Can someone tell what happens if we have engaged handlers (inflow, outflow, faultInFlow and faultOutFlow) at both the call= ing end and called end? Would SOAPFault propagate through faultHandlers ?

2.=        Would the calling end not be able to find out tha= t a call is being made to a non-existent action and report the error without h= aving to hit the other Axis2 environment where that web service is deployed.

 

Thanks, Yash

------=_NextPart_000_0001_01CA6D5C.448C88C0--