Code Search for Developers
 
 
  

badSaveUser.xml from Frame2 Web Application Framework at Krugle


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

Frame2 Web Application Framework

Frame2 is an alternative to using Struts for web application development. Frame2 also supports web services in an MVC context.

Project homepage: http://sourceforge.net/projects/frame2
Programming language(s): Java,JSP,XML
License: other

  badSaveUser.xml
  saveUser.xml
  soaptest.xml