I am attaching the WSDLs and BPEL files.
From: "Matthieu Riou" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] To: ode-user@incubator.apache.org Subject: Re: Invalid response state for mex ASYNCH Date: Wed, 25 Apr 2007 14:57:57 -0700 MIME-Version: 1.0Received: from mail.apache.org ([140.211.11.2]) by bay0-mc2-f1.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2668); Wed, 25 Apr 2007 14:58:20 -0700Received: (qmail 82899 invoked by uid 500); 25 Apr 2007 21:58:26 -0000 Received: (qmail 82890 invoked by uid 99); 25 Apr 2007 21:58:26 -0000Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Apr 2007 14:58:26 -0700 Received: pass (herse.apache.org: domain of [EMAIL PROTECTED] designates 66.249.82.232 as permitted sender) Received: from [66.249.82.232] (HELO wx-out-0506.google.com) (66.249.82.232) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Apr 2007 14:58:17 -0700 Received: by wx-out-0506.google.com with SMTP id i26so473810wxd for <ode-user@incubator.apache.org>; Wed, 25 Apr 2007 14:57:57 -0700 (PDT) Received: by 10.90.56.14 with SMTP id e14mr1575275aga.1177538277163; Wed, 25 Apr 2007 14:57:57 -0700 (PDT)Received: by 10.90.84.12 with HTTP; Wed, 25 Apr 2007 14:57:57 -0700 (PDT)X-Message-Info: LsUYwwHHNt3660MmjhEvYg2f34OAemlK+ZzoV09lDsZmbz8QigGIQtU5Yvr3lK0PMailing-List: contact [EMAIL PROTECTED]; run by ezmlm Precedence: bulk List-Help: <mailto:[EMAIL PROTECTED]> List-Unsubscribe: <mailto:[EMAIL PROTECTED]> List-Post: <mailto:ode-user@incubator.apache.org> List-Id: <ode-user.incubator.apache.org> Delivered-To: mailing list ode-user@incubator.apache.org X-ASF-Spam-Status: No, hits=2.0 required=10.0tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.orgDKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:references; b=em05OWcnYCWleIp12yV57hmdwusP140xJ0xQnfTEJAumMK53M6twpYbBZWwc3tRJkCqMPBKpEeXqzrctItsujx+6scKOlUPSUVWqhQXu+ZCRgszg+o7GHpgdq+0dzFJflCCC7O4oY1tKlhr7Ji5jVDF4a17nggHw/FPWWRu0FNA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:references; b=DIcxMutalFtc1uaJuwtA5gTDre7A1y9a17pHwDQh2ez0TkJBklSU1+ZbAP3dVxFjLXvSxFZ3vmzD5tAWwms8Z2DD9WGaLYjWK67/J4YfQVZ0swzM+xhAmTXJrq96Cs3jclRjlRDRrNVtxyU7iR5IWD/uS/p4ztbDG4hmjVldyjI=References: <[EMAIL PROTECTED]> X-Virus-Checked: Checked by ClamAV on apache.orgReturn-Path: [EMAIL PROTECTED] X-OriginalArrivalTime: 25 Apr 2007 21:58:20.0583 (UTC) FILETIME=[D6669B70:01C78784]Hi, We're not seeing these errors with the scenarios we have, we would need a way to reproduce the problem. Could you attach your process and service so that we could reproduce the problem and fix it? Thanks, Matthieu On 4/25/07, Vipul Sabhaya <[EMAIL PROTECTED]> wrote:I know others are seeing this error too. I did a build today, and started getting this error, wondering if there has been a fix or a workaround. Thanks. _________________________________________________________________ Need a break? Find your escape route with Live Search Maps. http://maps.live.com/default.aspx?ss=Restaurants~Hotels~Amusement%20Park&cp=33.832922~-117.915659&style=r&lvl=13&tilt=-90&dir=0&alt=-1000&scene=1118863&encType=1&FORM=MGAC01
_________________________________________________________________The average US Credit Score is 675. The cost to see yours: $0 by Experian. http://www.freecreditreport.com/pm/default.aspx?sc=660600&bcd=EMAILFOOTERAVERAGE
<!-- ~ Licensed to the Apache Software Foundation (ASF) under one ~ or more contributor license agreements. See the NOTICE file ~ distributed with this work for additional information ~ regarding copyright ownership. The ASF licenses this file ~ to you under the Apache License, Version 2.0 (the ~ "License"); you may not use this file except in compliance ~ with the License. You may obtain a copy of the License at ~ ~ http://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required by applicable law or agreed to in writing, ~ software distributed under the License is distributed on an ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY ~ KIND, either express or implied. See the License for the ~ specific language governing permissions and limitations ~ under the License. --> <deploy xmlns="http://www.apache.org/ode/schemas/dd/2007/03" xmlns:main="http://bpel.test.com/process" xmlns:mws="http://wsdl.test.com/engine-process.wsdl" xmlns:ews="http://interfaces.etc.test.com/TransformerService" > <process name="main:EngineTest"> <active>true</active> <provide partnerLink="engineProcess1PartnerLink"> <service name="mws:EngineProcess1Service" port="EngineProcess1Port"/> </provide> <invoke partnerLink="transformerServicePartnerLink"> <service name="ews:TransformerService" port="TransformerServiceMulePort"/> </invoke> </process> </deploy>
<!-- ~ Licensed to the Apache Software Foundation (ASF) under one ~ or more contributor license agreements. See the NOTICE file ~ distributed with this work for additional information ~ regarding copyright ownership. The ASF licenses this file ~ to you under the Apache License, Version 2.0 (the ~ "License"); you may not use this file except in compliance ~ with the License. You may obtain a copy of the License at ~ ~ http://www.apache.org/licenses/LICENSE-2.0 ~ ~ Unless required by applicable law or agreed to in writing, ~ software distributed under the License is distributed on an ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY ~ KIND, either express or implied. See the License for the ~ specific language governing permissions and limitations ~ under the License. --> <process name="EngineTest" targetNamespace="http://bpel.test.com/process" xmlns:bpws="http://docs.oasis-open.org/wsbpel/2.0/process/executable" xmlns="http://docs.oasis-open.org/wsbpel/2.0/process/executable" xmlns:tns="http://bpel.test.com/process" xmlns:engn="http://interfaces.etc.test.com/TransformerService" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:test="http://wsdl.test.com/engine-process.wsdl" xmlns:packetschema="http://packet.xml.test.com" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" queryLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0" expressionLanguage="urn:oasis:names:tc:wsbpel:2.0:sublang:xpath2.0"><import location="EngineProcess1.wsdl" namespace="http://wsdl.test.com/engine-process.wsdl"
importType="http://schemas.xmlsoap.org/wsdl/" /><import location="TransformerService.wsdl" namespace="http://interfaces.etc.test.com/TransformerService" importType="http://schemas.xmlsoap.org/wsdl/" />
<partnerLinks><partnerLink name="engineProcess1PartnerLink" partnerLinkType="test:EngineProcess1PartnerLinkType" myRole="me"/> <partnerLink name="transformerServicePartnerLink" partnerLinkType="engn:TransformerServicePartnerLinkType" partnerRole="engine" initializePartnerRole="yes"/>
</partnerLinks> <variables><variable name="engnProcessInputVar" messageType="test:engineProcess1Request"/>
<variable name="transervReqVar" messageType="engn:runRequest"/> <variable name="transervStrVar" type="xsd:string"/> <variable name="transervRespVar" messageType="engn:runResponse"/><variable name="engnProcessRespVar" messageType="test:engineProcess1Response"/>
</variables> <sequence> <receive name="start" partnerLink="engineProcess1PartnerLink" portType="test:engineProcess1PortType" operation="begin" variable="engnProcessInputVar" createInstance="yes"/> <!-- /////////////////////// Prep call to TransformerService /////////////////////// --> <assign> <copy> <from variable="engnProcessInputVar" part="engineProcess1In"/> <to variable="transervReqVar" part="in0"/> </copy> </assign> <assign> <copy> <from>'Test Transformer'</from> <to variable="transervStrVar" /> </copy> </assign> <assign> <copy> <from variable="transervStrVar" /> <to variable="transervReqVar" part="in1" /> </copy> </assign><invoke name="engine-call" partnerLink="transformerServicePartnerLink" portType="engn:TransformerServicePortType" operation="run" inputVariable="transervReqVar" outputVariable="transervRespVar">
</invoke> <assign> <copy> <from>$transervRespVar</from> <to variable="engnProcessRespVar" part="Packet"/> </copy> </assign> <reply name="end" partnerLink="engineProcess1PartnerLink"portType="test:engineProcess1PortType" operation="begin" variable="engnProcessRespVar">
</reply> </sequence> </process>
EngineProcess1.wsdl
Description: application/xml
TransformerService.wsdl
Description: application/xml