Did I mention that the web service is external. I am trying to make calls to that service using the functions and procedures in that SOAP_API package. I know that it is not completing the xml contents, but where. The SOAP_API uses UTL_HTTP, I can not trace it because it is Oracle's code. Do you think it is a firewall problem, that the port is not open? Is there any way for me to test that idea, using PL/SQL?
Main Topics
Browse All Topics





by: sdstuberPosted on 2009-10-31 at 06:55:21ID: 25709787
based on the error it looks like your xml content isn't valid
you have something like this...
<HR>
<stuff></stuff>
<otherstuff></otherstuff>
</body>