Return-Path: Delivered-To: apmail-ws-general-archive@www.apache.org Received: (qmail 20341 invoked from network); 21 Aug 2005 17:52:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 21 Aug 2005 17:52:49 -0000 Received: (qmail 46733 invoked by uid 500); 21 Aug 2005 17:52:43 -0000 Delivered-To: apmail-ws-general-archive@ws.apache.org Received: (qmail 46247 invoked by uid 500); 21 Aug 2005 17:52:41 -0000 Mailing-List: contact general-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: general@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list general@ws.apache.org Received: (qmail 46232 invoked by uid 99); 21 Aug 2005 17:52:41 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 21 Aug 2005 10:52:41 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 05CAF13 for ; Sun, 21 Aug 2005 19:52:40 +0200 (CEST) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: general@ws.apache.org Date: Sun, 21 Aug 2005 17:52:39 -0000 Message-ID: <20050821175239.30134.88642@ajax.apache.org> Subject: [Ws Wiki] Update of "FrontPage/ws-sandesha/sandesha1/faq" by ChamikaraJayalath X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ws Wiki" for change notification. The following page has been changed by ChamikaraJayalath: http://wiki.apache.org/ws/FrontPage/ws-sandesha/sandesha1/faq ------------------------------------------------------------------------------ === Client side === - '''Q15. I get the exception " No client transport named 'RMTransport' found!" ?''' + '''Q14. I get the exception " No client transport named 'RMTransport' found!" ?''' When running Sandesha client you should have the client-config.wsdd supplied with the Sandesha distribution (see Q9 ) in your classpath. Please add this. - '''Q16. I get the exception "To perform the operation, ReplyTo address must be specified." ?''' + '''Q15. I get the exception "To perform the operation, ReplyTo address must be specified." ?''' According to the way you have written your client code you must specify a ReplyTo address. Please add this to your client code. An example is given below.