| Author |
ORA-29532: Java call terminated by uncaught Java exception:
|
Vishnu Austin
Greenhorn
Joined: Mar 30, 2012
Posts: 11
|
|
Hi,
I need to consume a secure web service from PL/SQL, either using utl_http or utl_dbws. I created the outbound SOAP request and have tested the same both using SOAP UI and SAAJ. I am using the same XML to send it through pl/sql and I am encountering the following error.
ORA-29532: Java call terminated by uncaught Java exception: port: {http://records.txdps.state.tx.us/cch/}BasicHttpBinding_ISearchService does not contain operation: validateCredentials
Appreciate all help in fixing the issue.
Thanks in advance
|
 |
William P O'Sullivan
Ranch Hand
Joined: Mar 28, 2012
Posts: 860
|
|
I wouldn't be posting real http addresses on a public forum.
As for your problem, it doesn't look like validateCredentials is available at the endpoint.
WP
|
 |
Vishnu Austin
Greenhorn
Joined: Mar 30, 2012
Posts: 11
|
|
Thanks for the quick reply
Corrected line to
l_operation_qname := UTL_DBWS.to_qname(l_namespace, 'ValidateCredentials');
I am now getting the below
ORA-29532: Java call terminated by uncaught Java exception: port: {http://records.txdps.state.tx.us/cch/}BasicHttpBinding_ISearchService does not contain operation: Envelope
|
 |
Vishnu Austin
Greenhorn
Joined: Mar 30, 2012
Posts: 11
|
|
Thanks for the quick reply
Corrected line to
l_operation_qname := UTL_DBWS.to_qname(l_namespace, 'ValidateCredentials');
I am now getting the below
ORA-29532: Java call terminated by uncaught Java exception: port: {http://records.txdps.state.tx.us/cch/}BasicHttpBinding_ISearchService does not contain operation: Envelope
|
 |
 |
|
|
subject: ORA-29532: Java call terminated by uncaught Java exception:
|
|
|