"No WSDL document could be found at the URL..." when creating Web Service Proxy
(Doc ID 473714.1)
Last updated on JULY 18, 2024
Applies to:
Oracle JDeveloper - Version 10.1.3.3.0 and laterInformation in this document applies to any platform.
Symptoms
Building a proxy with WSDL in JDeveloper 10.1.3.3 (standalone) as follows:
Highlight the project in the tool the follow the menu path:
New-> Business Tier-> Web Services-> Web Services Proxy-> copy the WSDL URL to the field <WSDL Document URL> then click Next
At this point a message pops up:
“No WSDL document could be found at the URL...”.
But if the domain part of URL is removed, the process proceeds and the client that is built from this process works fine.
The WSDL URL is:
http://<host>.<domain>:<port>/<...>/<...>WSDL
The WSDL URL after removing domain is:
http://<host>:<port>/<...>/<...>WSDL
Changes
Under the Tools-> Preferences-> Web Browser and Proxy menu setting, the 'Use HTTP Proxy Server' checkbox has been checked, even though there is no proxy in your environment.
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 |