Invalid XML schema error is observed while resolving WSDL generated from ServiceNow.Issue Invalid XML schema error is observed while resolving WSDL generated from ServiceNow. The error looks like below on the Web Service Client: This issue has been reported for Web Service Clients like BusinessWorks, Cold Fusion and there might be some others too. ReleaseAllCauseSome web service clients require complex-types to have a name attribute parsed properly. They do not accept an element name and complex type name. In OOB instance, by default the WSDL schema will look like the following <xsd:complexType name="incidentgetKeysType"> ResolutionThis is resolved by adding the following system property - Name: glide.wsdl.complextypenames Type: String Value: False This omits complex-type name attributes in generated WSDL documents The Complex Type attribute after adding this property as mentioned above will look like the following in the WSDL: <xsd:complexType>