I have a problem when I try to add a WDSL to my repository. In order to explain my problem, those are steps I followed :
- I created a service "test" in version 1.0.0 (service namespace = "common")
- I added this service to my repository
- I added a schema "test0.xsd" with a namespace "http://datamodel.etab.test.fr" in version 1.0.0
When I try to add finally a WSDL with this definition :
<wsdl:definitions targetNamespace="http://ged.bo.test.fr/"
xmlns:testged="http://datamodel.ged.bo.test.fr/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:tns="http://ged.bo.test.fr/"
xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
xmlns:p="http://www.w3.org/2001/XMLSchema"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/">"
I get the following error :
"Unable to upload file File upload failed. Failed to add resource /_system/governance/trunk/wsdls/@{namespace}/1.0.0/TestGedService.wsdl. Invalid WSDL definition found"
I do not know at all where is the error(s) and why I have this message.