When Invoking Web Services from DB 10.2 Using Callout Utility Getting the Error: ORA-29532: Java call terminated by uncaught Java exception: service: {http://hostname/}ServiceName does not contain port
(Doc ID 1336627.1)
Last updated on FEBRUARY 14, 2025
Applies to:
Web Services - Version 10.1.3.1.0 and laterInformation in this document applies to any platform.
Symptoms
When invoking a web service from inside an Oracle Database version 10.2 or later using the UTL_DBWS callout utility, an error similar to the following is seen:
ORA-29532: Java call terminated by uncaught Java exception: service:
{http://<hostname>/}ServiceName does not contain port:
oracle.jpub.runtime.dbws.DbwsProxy$ServiceProxy@
service: {http://<hostname>/}ServiceName does not
contain port: {http://<hostname>/}ServiceName
at oracle.j2ee.ws.client.dii.ConfiguredService.portNotFoundException(ConfiguredService.java:143)
at oracle.j2ee.ws.client.dii.ConfiguredService.createCall(ConfiguredService.java:116)
at oracle.jpub.runtime.dbws.DbwsProxy$CallProxy.<init>(Unknown Source)
at oracle.jpub.runtime.dbws.DbwsProxy$CallProxy.<init>(Unknown Source)
at oracle.jpub.runtime.dbws.DbwsProxy$ServiceProxy.createCall(Unknown Source)
at oracle.jpub.runtime.dbws.DbwsProxy$ServiceProxy.access$1300(Unknown Source)
at oracle.jpub.runtime.dbws.DbwsProxy.createCall(Unknown Source)
-29532 ORA-29532: Java call terminated by uncaught Java exception: service:
{http://<hostname>/}ServiceName does not contain port:
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |