Skip to Main Content

Java User Groups

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Error in creating web service proxy from WSDL - java.io.FileNotFoundException

3611051Jul 3 2018 — edited Jul 17 2018

Hi Everyone,

I have a WSDL for a service.

But when I try to create a Web Service Proxy for that WSDL in JDeveloper, it is throwing the following exception.

Error Title :

Validation Failed

Error Message:

oracle.jdeveloper.webservices.model.WebServiceException:

[ERROR] IOException thrown when processing "wsdlhttp://x.x.x.x:port/isgctx/isgapp/plsql/xpa_p6_pa_import_pkg/APPS_XPA_P6_PA_IMPORT_PKG_PROCESS.xsd". Exception: java.io.FileNotFoundException: http://x.x.x.x:port/isgctx/isgapp/plsql/xpa_p6_pa_import_pkg/APPS_XPA_P6_PA_IMPORT_PKG_PROCESS.xsd.

  line -1 of (null)

[ERROR] IOException thrown when processing "wsdlhttp://x.x.x.x:port/isgctx/isgapp/plsql/xpa_p6_pa_import_pkg/APPS_XPA_P6_PA_IMPORT_PKG_PROCESS.xsd". Exception: java.io.FileNotFoundException: http://x.x.x.x:port/isgctx/isgapp/plsql/xpa_p6_pa_import_pkg/APPS_XPA_P6_PA_IMPORT_PKG_PROCESS.xsd.

  line -1 of (null)

[ERROR] IOException thrown when processing "wsdlx.x.x.x:port/isgctx/isgapp/plsql/xpa_p6_pa_import_pkg/ISGServiceFault.xsd". Exception: java.io.FileNotFoundException: http://x.x.x.x:port/isgctx/isgapp/plsql/xpa_p6_pa_import_pkg/ISGServiceFault.xsd.

  line -1 of (null)

Any idea why I'm getting this exception?

Thanks & Regards,

Rinu

This post has been answered by karianna on Jul 4 2018
Jump to Answer
Comments
Post Details
Added on Jul 3 2018
2 comments
1,231 views