Saturday 6 September 2014

Xml Parsing Failed Because =

Many times when we compile our bpel code we tend to find this error which is very hard to identify.On click "go to source" it shoots straight to top to bpel xml file without exact notification.


Please look into below steps for resolution of this issue:


1>This error might be because of duplicate wsdl file.

2>This error might be because of duplicate xsd file.


3> This error might be because of  change in wsdl file.Delete old variable and create new input/output variable to refer  new/changed wsdl.

4>Check in your client and target endpoints.Your operation might have got removed.

5>Save your bpel code.Save close it.Then try to recompile it.


Hope this helps.I will post  as I discover more.Happy Programming!!!!




4 comments:

  1. Thanks.. It helped us in finding the issue.

    ReplyDelete
  2. This blog really helped me. I was clueless for last three days as my BPEL process was failing at the compilation and didn't provide any clue about the actual issue.

    I was really stuck and was thinking about redoing the process from the start (which is a 1 month effort).

    ReplyDelete
    Replies
    1. good to know it helped to resolve your issues.

      Delete