thanks for the reply.
I have created action name called Upload() then added the below thing.
public String upload() {
getFlowservicename().getParameters().getInput().setUploadfile(getFileItem().get());
getFlowservicename().refresh();
resolveDataBinding(UPLOAD_PROPERTY_BINDINGS, this, "upload.this", true, false);
return OUTCOME_OK;
}
but binding between from FileItem to Flowservice input is not happening. so how to bind the value.
In the above binding setUploadfile() method showing error like not defined type object.
#MWS-CAF-Task-Engine#webMethods#webMethods-BPMS