Show badSaveUser.xml syntax highlighted
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<SOAP-ENV:Body>
<addUserXML>
<user>
<userName>Fred</userName>
<email>badEmailAddress</email>
</user>
</addUserXML>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
See more files for this project here