Skip to Main Content

Integration

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!

Importing xsd file into wsdl file

429166Jan 29 2005
Hi,

I have written test.wsdl file and data.xsd file.I am importing data.xsd file into test.wsdl file.I have tested wsdl file with ws-i test tool and tests are passed.When I am calling this webservice from oracle bpel I am getting error

THE SYSTEM CANNOT LOCATE the object specified:
http://localhost:8085/jmetro/axis/services/Data.xsd

What is the solution? I am using axis for deploying the webservice.
Here is the wsdl lines for importing the Data.xsd,

test.wsdl
<wsdl:definitions
name="JMetroWebService"
targetNamespace="http://www.actiontech.com/jmetro/webservice/client"
xmlns:client="http://www.actiontech.com/jmetro/webservice/client"
xmlns:transaction="http://www.actiontech.com/jmetro/webservice/Transactions.wsdl"
xmlns:data="http://www.actiontech.com/jmetro/webservice/Data.xsd"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:wsi="http://ws-i.org/schemas/conformanceClaim/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<wsdl:types>

<xsd:schema
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
elementFormDefault="qualified"
targetNamespace="http://www.actiontech.com/jmetro/webservice/Transactions.wsdl">
<xsd:import namespace="http://www.actiontech.com/jmetro/webservice/Data.xsd" schemaLocation="Data.xsd"/>

Thanks in advance,

Sanjay
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 26 2005
Added on Jan 29 2005
0 comments
283 views