Hi,
I've extracted the posted zip file in a new workspace. And then i've done File/import/ Existing project into workspace. After I've choosen the previously directory where the files have been extracted.
The project seems to open correctly and the designer is able to generate and compile the BPEL.
I'm using Intalio Designer Version: 4.1.2 Build: 010.
I've no idea about why you are still unable to see the process.
intf:numeroAr is assigned to the element ND from activity.xsd, but it's not the issue.
Our problem is at the end of the process, we aren't able to map the single element of the response. The process instance seems to freeze at this point
| Code: : |
<copy>
<from>$etudierEligibiliteResponse/parameters/BusinessServi:etudierEligibiliteResponse/BusinessServi:etudierEligibiliteReturn/BusinessServi:eligibilite</from>
<to>$responseData/response/tns:response/status</to>
</copy>
|
Of course the
| Code: : |
$etudierEligibiliteRequest/parameters/BusinessServi:etudierEligibilite
|
has been previously initialized with a bpel:literal
If the response mapping isn't made the whole process works fine but of course thats returns always the same value from the bpel literal initialization.
So how must i map the response data (responseprocess.xsd) with a value incoming from a webservice call?
Regards, Jerome
Post edited by: jerome, at: 2006/04/19 07:12