Hi, How do I resolve the relative path defined in SchemaLocation? Any ideas. The generated WSDL is <?xml version="1.0" encoding="UTF-8"?> <definitions name="BankServices" targetNamespace="http://localhost:8080/my-app/services/BankServices" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://localhost:8080/my-app/services/BankServices" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:bank="http://localhost:8080/my-app/services/BankServices/types" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"> <types> <xsd:schema> <xsd:import namespace="http://localhost:8080/my-app/services/BankServices/types" schemaLocation="BankServices?xsd=xsd0.xsd"/> </xsd:schema> </types>
I am using PHP to consume the service
