Hi All,
One of our partners gave us a WSDL file and I am trying to create a webservice connector from it. But when i select the WSDL file and click finish, the developer pops out an error message
ITD.0012.0012] Error occurred while creating Web Service Connector
[ITU.0001.0003] The system cannot find the specified file.
Yes, it does mention a schema location in the WSDL. So what do i do in such a situation. Do i have to import the schema first and then create a connector?
thanks for you reply. I tried the first option of merging the WSDL and XSD, but that isnt work. It still throws me the same error. If i merge them, Do i name that file as .XSD or .wsdl?
Repeat the steps for all the schema imports and then validate the WSDL in eclipse and make sure it is a valid WSDL.
Import the WSDL in the Developer and see if it creates all the artifacts.
Cons:
You will have to edit the WSDL, it means you take the ownership of the client WSDL and the pains to maintain the versions of it.
If there is a change in the schema’s, you will have to re-import the xsd’s and repeat the above steps. In other words there will be multiple places where the WSDL and the xsd’s will have to be maintained.