Author: ffang
Date: Fri Jul 24 05:26:20 2009
New Revision: 797325

URL: http://svn.apache.org/viewvc?rev=797325&view=rev
Log:
[SM-1878]refactor client.html used in cxf-wsdl-first

Modified:
    servicemix/smx3/trunk/samples/cxf-wsdl-first/client.html

Modified: servicemix/smx3/trunk/samples/cxf-wsdl-first/client.html
URL: 
http://svn.apache.org/viewvc/servicemix/smx3/trunk/samples/cxf-wsdl-first/client.html?rev=797325&r1=797324&r2=797325&view=diff
==============================================================================
--- servicemix/smx3/trunk/samples/cxf-wsdl-first/client.html (original)
+++ servicemix/smx3/trunk/samples/cxf-wsdl-first/client.html Fri Jul 24 
05:26:20 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>


Reply via email to