Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Issue while invoking external webservice

2655429May 8 2014 — edited Feb 26 2020

Hello,

I am trying to call webservice from BPEL which fails with the following error -

Unable to invoke endpoint URI "http:----------------" successfully due to: javax.xml.soap.SOAPException: Unable to read response: org.xml.sax.SAXParseException: Content is not allowed in prolog.

When I try to test the webservice standalone, it returns the following data -


<assystEJB>

<AssystUser>

<id>

<![CDATA[ 1409 ]]>

</id>

<shortCode>

<![CDATA[ TESTUSER ]]>

</shortCode>

</AssystUser>

</assystEJB>


What could be possibly wrong with the integration?

Any pointers are appreciated!


Thanks!



This post has been answered by 2655429 on May 13 2014
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 10 2014
Added on May 8 2014
3 comments
1,731 views