While developing on JDeveloper 11.1.1.6 I’ve noticed a strange behavior, that I consider as a bug.
(I could find this problem also on 11.1.1.5 version, but not on previous versions)
When I tried to add another message type to my bpel component, I got a compilation error:
XML-20190: (Fatal Error) Whitespace required.
The above error was the main error, followed by other errors like:
Error(15,84): Cannot find Port Type “{http://xmlns.oracle.com/MyWorkBpel/Project3/BpelProcess1” for “project_client_ep” in WSDL Manager
The error was generated because my main bpel wsdl was corrupted.
The question now is what happened?!