You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ja...@apache.org on 2005/06/21 16:25:29 UTC

cvs commit: ws-axis/c/tests/auto_build/testcases/output DynamicSetSOAPMethodAttrTest2Request.out DynamicSetSOAPMethodAttrTest2.expected

jamejose    2005/06/21 07:25:29

  Added:       c/tests/auto_build/testcases/output
                        DynamicSetSOAPMethodAttrTest2Request.out
                        DynamicSetSOAPMethodAttrTest2.expected
  Log:
  Adding expected output for DynamicSetSOAPMethodAttr2 Test
  
  Revision  Changes    Path
  1.1                  ws-axis/c/tests/auto_build/testcases/output/DynamicSetSOAPMethodAttrTest2Request.out
  
  Index: DynamicSetSOAPMethodAttrTest2Request.out
  ===================================================================
  POST /Calculator/services/Calculator HTTP/1.1
  Host: localhost:13260
  Content-Type: text/xml; charset=UTF-8
  SOAPAction: "Calculator#div"
  Content-Length: 510
  
  <?xml version='1.0' encoding='utf-8' ?>
  <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <SOAP-ENV:Body>
  <ns1:div xmlns:ns1="http://localhost/axis/Calculator" ns1:Name="Axis" ns1:Type="Open Source" xmlns:ns2="http://axis.apache.org" ns2:Lang="C++" Attr="withoutPrefix">
  <ns1:arg_0_3>100</ns1:arg_0_3>
  <ns1:arg_1_3>20</ns1:arg_1_3>
  </ns1:div>
  </SOAP-ENV:Body>
  </SOAP-ENV:Envelope>
  
  
  
  
  1.1                  ws-axis/c/tests/auto_build/testcases/output/DynamicSetSOAPMethodAttrTest2.expected
  
  Index: DynamicSetSOAPMethodAttrTest2.expected
  ===================================================================
  
  5
  ----------------------------TEST COMPLETE--------------------------------