Its simple , I need to import an xsd into my WSDL (Web service definition)
Here is the line I added to the WSDL that i got off the webservice by appending ?WSDL to the end of the webservice address :
<xs:import namespace="http://www.w3.org/2001/XMLSchema" schemaLocation= "Routes.xsd"/>...