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:19:45 UTC

cvs commit: ws-axis/c/tests/auto_build/testcases/output DynamicSetSOAPMethodAttrTest1.expected DynamicSetSOAPMethodAttrTest1Request.out

jamejose    2005/06/21 07:19:45

  Added:       c/tests/auto_build/testcases/output
                        DynamicSetSOAPMethodAttrTest1.expected
                        DynamicSetSOAPMethodAttrTest1Request.out
  Log:
  Adding expected output file for setSOAPMethodAttribute Test
  
  Revision  Changes    Path
  1.1                  ws-axis/c/tests/auto_build/testcases/output/DynamicSetSOAPMethodAttrTest1.expected
  
  Index: DynamicSetSOAPMethodAttrTest1.expected
  ===================================================================
  
  5
  ----------------------------TEST COMPLETE--------------------------------
  
  
  
  1.1                  ws-axis/c/tests/auto_build/testcases/output/DynamicSetSOAPMethodAttrTest1Request.out
  
  Index: DynamicSetSOAPMethodAttrTest1Request.out
  ===================================================================
  POST /Calculator/services/Calculator HTTP/1.1
  Host: localhost:13260
  Content-Type: text/xml; charset=UTF-8
  SOAPAction: "Calculator#div"
  Content-Length: 435
  
  <?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" Type="Open Source">
  <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>