Hi,
Orabpel-10902: Compilation failed
Description :in "bpel.xml", XML parsing failed because "undefined part element.In WSDL at "http://localhost:9700/orabpel/default/RapidDistributors/RapidDistributors?wsdl", message part element "{
http://schemas.xmlsoap.org/ws/2003/03/addressing}ReplyTo" is not defined in any of the schemas.Please make sure the spelling of the element QName is correct and the WSDL import is complete.".
Potential fix: n/a.
This is one of the errors during compilation.
In my case what happened was:
1)All the processes were created in 10.1.3.3 and then we migrated to 10.1.3.4,suddenly all processes which were running on 10.1.3.3 started throwing this error.
After checking all the properties in the Jdev i found this thing.
There is a Property
Use Http Proxy,which is in the Tools->Preferences->Web Browser and Proxy
This needs to be uncehcked.
After unchecking this compile the processes again,error gone.
The Http was not able to fetch the WSDL which was causing this error.
Happy Learning