Return-Path: X-Original-To: apmail-tuscany-user-archive@www.apache.org Delivered-To: apmail-tuscany-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CAABD7F58 for ; Mon, 21 Nov 2011 14:47:14 +0000 (UTC) Received: (qmail 39956 invoked by uid 500); 21 Nov 2011 14:47:11 -0000 Delivered-To: apmail-tuscany-user-archive@tuscany.apache.org Received: (qmail 39912 invoked by uid 500); 21 Nov 2011 14:47:11 -0000 Mailing-List: contact user-help@tuscany.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@tuscany.apache.org Delivered-To: mailing list user@tuscany.apache.org Received: (qmail 39866 invoked by uid 99); 21 Nov 2011 14:47:11 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Nov 2011 14:47:11 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of scottkurz@gmail.com designates 209.85.161.181 as permitted sender) Received: from [209.85.161.181] (HELO mail-gx0-f181.google.com) (209.85.161.181) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Nov 2011 14:47:03 +0000 Received: by ggnv2 with SMTP id v2so6320703ggn.26 for ; Mon, 21 Nov 2011 06:46:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=5sGFO2xOBRQEgtHZMCQ3f2zBbI647RJKYXzFU5GEWvU=; b=Wu9MSB4GL8UU6cMA09OyiJdYVtlG4QCBNbSdeyGrOCByqMykLKHLCGKGZJ67iP7s31 wPDS0DogxtoOnrlmaG5q8gpNXu0fvjCAX7VjEZjyrOENKQJp4gl2VMjMNh53BTyUgxxm rSV4Rv3DToGWpeVc8q/HVVTppE45JUxUngIiA= MIME-Version: 1.0 Received: by 10.236.129.165 with SMTP id h25mr19356930yhi.106.1321886803089; Mon, 21 Nov 2011 06:46:43 -0800 (PST) Sender: scottkurz@gmail.com Received: by 10.147.98.7 with HTTP; Mon, 21 Nov 2011 06:46:42 -0800 (PST) In-Reply-To: <32F15738E8E5524DA4F01A0FA4A8E4906C90C467@hqmbx2.eur.ad.sag> References: <32F15738E8E5524DA4F01A0FA4A8E4906C90C467@hqmbx2.eur.ad.sag> Date: Mon, 21 Nov 2011 09:46:42 -0500 X-Google-Sender-Auth: ZhQQX3Lebwm6sDndDNgaDrXSCc8 Message-ID: Subject: Re: Wrong result type in web service operation From: Scott Kurz To: user@tuscany.apache.org Content-Type: multipart/alternative; boundary=20cf301af35f54d7b604b23fc1a9 X-Virus-Checked: Checked by ClamAV on apache.org --20cf301af35f54d7b604b23fc1a9 Content-Type: text/plain; charset=ISO-8859-1 Hmm... I wonder if you are hitting this issue with the SOAPAction incorrectly generated: https://issues.apache.org/jira/browse/TUSCANY-3824 I'd imagine it would be simple to patch this to get your SAP service invoked... but it might take a bit more thought to fix in a way as to not break our Tuscany tests. I can't promise when I could do this, but the offending code is in binding-ws-wsdlgen/src/main/java/org/apache/tuscany/sca/binding/ws/wsdlgen/Interface2WSDLGenerator.java if you have the source downloaded and are willing to give that a try. (I know this is the user list not the dev list... but it's probably better to mention that than just say nothing at all). Scott --20cf301af35f54d7b604b23fc1a9 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hmm...

I wonder if you are hitting this issue with the SOAPAction i= ncorrectly generated:
=A0
=A0=A0 https://issues.apache.org/jira/browse/TUSCANY-38= 24

I'd imagine it would be simple to patch this to get your SAP servic= e invoked... but it might take a bit more thought to fix in a way as to not= break our Tuscany tests.

I can't promise when I could do this, = but the offending code is in

=A0 binding-ws-wsdlgen/src/main/java/org/apache/tuscany/sca/binding/ws/= wsdlgen/Interface2WSDLGenerator.java

if you have the source download= ed and are willing to give that a try.=A0=A0=A0

(I know this is the= user list not the dev list... but it's probably better to mention that= than just say nothing at all).

Scott




--20cf301af35f54d7b604b23fc1a9--