Hi there.
I’m getting this error
com.wm.app.b2b.server.ServiceException: javax.wsdl.WSDLException: WSDLException (at /wsdl:definitions/wsdl:types/xs:schema): faultCode=OTHER_ERROR: An error occurred trying to resolve schema referenced at ‘…/…/…/…/…/schema/payments/message/fault/Fault.xsd’, relative to ‘file:/C:/CCA/Aravind_First/WEB-INF/WEB-INF/wsdl/payments/account/service/financialSummary/’.: java.io.FileNotFoundException: This file was not found: file:/C:/CCA/Aravind_First/WEB-INF/WEB-INF/schema/payments/message/fault/Fault.xsd
at wm.server.ws.wsdl2wsd(ws.java:1132)
when attempting to create a consumer WSD for a WSDL containing this fragment
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions xmlns=“http://schemas.xmlsoap.org/wsdl/” xmlns:tns=“http://www.orange.com/payments/account/service/financialSummary” xmlns:flt=“http://www.orange.com/payments/message/fault” xmlns:xs=“XML Schema” xmlns:wsdl=“http://schemas.xmlsoap.org/wsdl/” xmlns:soap=“http://schemas.xmlsoap.org/wsdl/soap/” targetNamespace=“http://www.orange.com/payments/account/service/financialSummary” name=“FinancialAccountSummary”>
wsdl:types
<xs:schema targetNamespace=“http://www.orange.com/payments/account/service/financialSummary” xmlns=“XML Schema” xmlns:flt=“http://www.orange.com/payments/message/fault”>
</xs:schema>
The Fault.xsd file is exactly where it should be, that is, exactly where the relative path in the schemaLocation says it is.
What am I doing wrong?
Are relative paths allowed?
Developer
Version 7.1.2.0.124
Integration Server
Version 7.1.2.0
Updates None
Build Number 124
SSL Strong (128-bit)
Thanks very much.