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></AssystUser>
</assystEJB>
What could be possibly wrong with the integration?
Any pointers are appreciated!
Thanks!