Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Looking at the BPEL file, I can see that for some reason, you have not initialised the "ImportPLRequest" variable inside the foreach. You just copying the values into the variable without proper initialisation logic.</p> <p>EDITED after adding the processes WSDL.<br> Looking at your first copy statement in the updated BPEL file. Before you copy some value into "ImportPLRequest" variable's "ns1:name" element, you should initialise the "ImportPLRequest" variable. You have only provided the WSDL for the BPEL process, but this variable is created out of a message in your partner service's WSDL. If you can provide the WSDL for partner service, we can help with the initialisation block. You can refer <a href="https://svn.wso2.org/repos/wso2/carbon/platform/trunk/products/bps/modules/samples/product/src/main/resources/bpel/2.0/CreditRating/CreditRating.bpel" rel="nofollow">[1]</a> as a reference for variable initialisation. See the first copy statement.</p> <p><a href="https://svn.wso2.org/repos/wso2/carbon/platform/trunk/products/bps/modules/samples/product/src/main/resources/bpel/2.0/CreditRating/CreditRating.bpel" rel="nofollow">1</a> - <a href="https://svn.wso2.org/repos/wso2/carbon/platform/trunk/products/bps/modules/samples/product/src/main/resources/bpel/2.0/CreditRating/CreditRating.bpel" rel="nofollow">https://svn.wso2.org/repos/wso2/carbon/platform/trunk/products/bps/modules/samples/product/src/main/resources/bpel/2.0/CreditRating/CreditRating.bpel</a></p> <p>HTH</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload