how to call oracle ucm webservice using plsql
Is there any way to call a Oracle UCM server from an Oracle EBS server using plsql? I am using the utl_dbws APIs to call the webservice, but getting the following error:
Error report:
SQL Error: ORA-29532: Java call terminated by uncaught Java exception: HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed: Bad Set-Cookie header: IntradocLoginState=1; path=/;, JSESSIONID=nPFgZKqPbbMWQh5qzthS15Z4lQGQpLpTqCsQVJ7wtXQnzh13mjMn!-1264886142; path=/; HttpOnly
No '=' found for token starting at position 116
ORA-06512: at "SYS.UTL_DBWS", line 404
ORA-06512: at "SYS.UTL_DBWS", line 401
ORA-06512: at "APPS.call_UCM", line 86