From your wsdl, it seems like the target namespace for the schema in which reasonMessages is defined is "urn:abc-pcr:exampleone". Therefore, it's expected that reasonMessages falls within the same namespace as GetSourceSystemInfoResponse (which is "urn:abc-pcr:exampleone"). You could change your wsdl to put reasonMessages in a schema where targetNamespace="" and then add a reference to that ...



