Issues while calling Siebel webservice from BPEL 12c
Hi all,
I have a urgent requirement to call a Siebel web service to create a service request . When I invoke the Siebel URL from BPEL 12c , I am getting below error message :
” Unable to invoke endpoint URI "http://xxxxx.xx.oracle.com:7777/eai_enu/start.swe?SWEExtSource=WebService&SWEExtCmd=Execute&Username=SADMIN&Password=SADMIN" successfully due to: javax.xml.soap.SOAPException: javax.xml.soap.SOAPException: Bad response: 400 Bad Request”
I am calling the same Siebel webservice in BPEL 11g it works fine.
I have compared the requests of 11g and 12c that are going to Siebel from BPEL in Siebel logs. Both are same, yet 11g is successful and 12c fails.