<?xml-stylesheet type="text/xsl" href="/xforms-tests/xsltforms/xsltforms.xsl"?>
<html xmlns:my="http://www.example.com" xmlns:txs="http://sourceforge.net/projects/txs" xmlns="http://www.w3.org/1999/xhtml" xmlns:req="http://www.agencexml.com/requests" xmlns:xforms="http://www.w3.org/2002/xforms" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:my1="http://www.example.com" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <head>
    <title>11.11.3.c SOAP HTTP binding</title>
    <link rel="stylesheet" href="../../../driverPages/forms/TestSuite11.css" type="text/css"/>
    <xforms:model>
		<xforms:instance id="selectedInst">       
			<SOAP-ENV:Envelope>
			  <SOAP-ENV:Body>
			    <my1:start>
			    	<data xmlns=""/>
			    </my1:start>
			  </SOAP-ENV:Body>
			</SOAP-ENV:Envelope>
		</xforms:instance>
		<xforms:submission id="submit" action="http://www.agencexml.com/xforms-tests/xsltforms/echo.php" method="post" mediatype="application/soap+xml; charset=ASCII; action=http://www.google.com"/>
    </xforms:model>
  </head>
  <body>
  	<xforms:group>
  		<xforms:label class="title">11.11.3.c SOAP HTTP binding</xforms:label>
  	</xforms:group>
  	<xforms:group>
  		<xforms:label>
  		  Activate the Submit SOAP submit control to replace this page with the form data. 
  		  The value of the content type header must be "text/xml". 
  		  and contain the value "ASCII". The value of the SOAP action header must be 
  		  "http://www.google.com". 
  		</xforms:label>
  	</xforms:group>
	<xforms:submit submission="submit">
		<xforms:label>Submit SOAP</xforms:label>
	</xforms:submit>
  </body>  
</html>
