-
Feature Request
-
Resolution: Cannot Reproduce
-
Major
-
None
-
None
Changing SoapAction value in Process service WSDL causes BPEL Validator to report an error.
Description Resource Path Location Type
<bpel:receive> activity "ReceivePolicyQuoteRequest" specifies a portType "orchws:PolicyQuoteProcessServicePortType", yet this portType does not match the portType derived from "myRole" of partnerLink "PolicyQuoteProcessService" defined in WSDL "platform:/resource/PolicyQuoteProcessService/bpelContent/PolicyQuoteProcessService.wsdl" PolicyQuoteProcess.bpel /PolicyQuoteProcessService/bpelContent line 61 BPEL Validation Marker
Description Resource Path Location Type
variable "PolicyQuoteRequest" of type "<wsdl:message "PolicyQuoteProcessServiceReq">" is not compatible with WSDL message "<wsdl:message "PolicyQuoteProcessServiceReq">". PolicyQuoteProcess.bpel /PolicyQuoteProcessService/bpelContent line 61 BPEL Validation Marker
Rebuilding the project does not make the error go away. The BPEL Validator appears to be too sensitive to changes in the WSDL. The SoapAction is not relevant to the BPEL process definition, changing it should not cause errors. In particular, the PortType did not change (the binding changed).