Author: ffang
Date: Fri Jul 24 05:26:11 2009
New Revision: 797324
URL: http://svn.apache.org/viewvc?rev=797324&view=rev
Log:
[SM-1878]refactor client.html used in cxf-wsdl-first
Modified:
servicemix/smx3/branches/servicemix-3.2/samples/cxf-wsdl-first/client.html
Modified:
servicemix/smx3/branches/servicemix-3.2/samples/cxf-wsdl-first/client.html
URL:
http://svn.apache.org/viewvc/servicemix/smx3/branches/servicemix-3.2/samples/cxf-wsdl-first/client.html?rev=797324&r1=797323&r2=797324&view=diff
==============================================================================
--- servicemix/smx3/branches/servicemix-3.2/samples/cxf-wsdl-first/client.html
(original)
+++ servicemix/smx3/branches/servicemix-3.2/samples/cxf-wsdl-first/client.html
Fri Jul 24 05:26:11 2009
@@ -109,10 +109,9 @@
<tr>
<td>
<textarea id="request" style="width:600px;height:400px"
onKeyUp="send();"><?xml version="1.0" encoding="UTF-8"?>
-<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
-
xmlns:tns="http://servicemix.apache.org/samples/wsdl-first/types">
+<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
<env:Body>
- <tns:GetPerson>
+ <tns:GetPerson
xmlns:tns="http://servicemix.apache.org/samples/wsdl-first/types">
<tns:personId>world</tns:personId>
</tns:GetPerson>
</env:Body>