Return-Path: Delivered-To: apmail-ws-kandula-dev-archive@www.apache.org Received: (qmail 13317 invoked from network); 4 Oct 2007 17:25:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Oct 2007 17:25:44 -0000 Received: (qmail 83487 invoked by uid 500); 4 Oct 2007 17:25:31 -0000 Delivered-To: apmail-ws-kandula-dev-archive@ws.apache.org Received: (qmail 83449 invoked by uid 500); 4 Oct 2007 17:25:31 -0000 Mailing-List: contact kandula-dev-help@ws.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list kandula-dev@ws.apache.org Received: (qmail 83426 invoked by uid 99); 4 Oct 2007 17:25:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Oct 2007 10:25:31 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [62.99.145.22] (HELO mx.inode.at) (62.99.145.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Oct 2007 17:25:31 +0000 Received: from [85.124.21.214] (port=7592 helo=margarita.erven.at) by smartmx-20.inode.at with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1IdURM-0000wN-Od; Thu, 04 Oct 2007 19:24:48 +0200 Received: from [127.0.0.1] (localhost [127.0.0.1]) by margarita.erven.at (Postfix) with ESMTP id 05B222391B5; Thu, 4 Oct 2007 19:24:46 +0200 (CEST) Message-ID: <470521F3.2020805@erven.at> Date: Thu, 04 Oct 2007 19:25:07 +0200 From: Hannes Erven User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: Dominik Heller CC: kandula-dev@ws.apache.org Subject: Re: Help for Kandula 1 References: <20071004083945.4930@gmx.net> <4704D02A.8080302@erven.at> <20071004135113.4930@gmx.net> <4704F536.8060005@erven.at> <20071004155612.120000@gmx.net> In-Reply-To: <20071004155612.120000@gmx.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi Dominik, a really quick explanation of the config files (actually, they belong to Apache Axis so if you are interested in details, the Axis project is a good start). server-config.wsdd everything that relates to the AXIS SOAP server = inbound web service calls client-config.wsdd everything that relates to the AXIS SOAP client = outbound web service calls Kandula uses outbound web service calls on all roles, so the client-config file needs to be deployed with every Kandula instance. > 17:11:34,377 ERROR [AddressingHandler] Exception in AddressingHandler > org.apache.axis.types.URI$MalformedURIException: Cannot initialize URI with empty parameters. This happens when there is a message without a specified SOAP Action. Please check if the invoked service's WSDL sets soap Action URIs, like this: ... The actual value is not that important, you can safely use http://xxx/xxx since it only acts as an identifier. If you need to modify the WSDLs, please remember to regenerate client and server stubs. HTH, -hannes --------------------------------------------------------------------- To unsubscribe, e-mail: kandula-dev-unsubscribe@ws.apache.org For additional commands, e-mail: kandula-dev-help@ws.apache.org