Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagexml
<SOAP-ENV:Envelope
	xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
	<SOAP-ENV:Header/>
	<SOAP-ENV:Body>
		<SOAP-ENV:Fault>
			<faultcode>
        SOAP<faultcode>SOAP-ENV:Client
      <Client</faultcode>
			<faultstring xml:lang="en" 
				xmlns:xml="http://www.w3.org/XML/1998/namespace">
        Authentication >Authentication failed - invalid username
			<username</faultstring>
		</SOAP-ENV:Fault>
	</SOAP-ENV:Body>
</SOAP-ENV:Envelope>