problème d'output dans une application de composition de services avec BPEL
Bonsoir à tous
Je suis en train de faire une application de composition de services web sur netbeans 6.5 en utilisant BPEL. En fait l'application peut renvoyer plusieurs output à un input par exemple input=date=29/03/2012 on peut avoir plusieurs vols (output) Paris-Milan c'est pour cette raison j'ai utilisé l'activité j'ai tout fait mais à la fin en faisant le test voila le message d'output reçu
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://schemas.xmlsoap.org/soap/envelope/ http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Body>
<SOAP-ENV:Fault>
<faultcode xmlns="">SOAP-ENV:Server</faultcode>
<faultstring xmlns="">BPCOR-6135:A fault was not handled in the process scope; Fault Name is {http://docs.oasis-open.org/wsbpel/2.0/process/executable}uninitializedVariable; Fault Data is null. Sending errors for the pending requests in the process scope before terminating the process instance</faultstring>
<faultactor xmlns="">sun-bpel-engine</faultactor>
<detail xmlns="">
<detailText>BPCOR-6135:A fault was not handled in the process scope; Fault Name is {http://docs.oasis-open.org/wsbpel/2.0/process/executable}uninitializedVariable; Fault Data is null. Sending errors for the pending requests in the process scope before terminating the process instance
Caused by: I18N: BPCOR-3068: attempt to access the value of an uninitialized variable &quot;AppartmentByAddressWSOut&quot;
BPCOR-6129:Line Number is 30
BPCOR-6130:Activity Name is ForEach1</detailText>
</detail>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope> |
Je suis vraiment inquiète quelqu'un peut m'aider?? je serai vraiment reconnaissante. Merci d'avance