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 pe...@apache.org on 2005/01/04 16:28:14 UTC

cvs commit: ws-axis/c/tests/auto_build/testcases/output HandlerTest3Request.out HandlerTest4Request.out

perryan     2005/01/04 07:28:14

  Added:       c/tests/auto_build/testcases/output HandlerTest3Request.out
                        HandlerTest4Request.out
  Log:
  Added expected output files to compare against the actual request message on-the-wire
  
  Revision  Changes    Path
  1.1                  ws-axis/c/tests/auto_build/testcases/output/HandlerTest3Request.out
  
  Index: HandlerTest3Request.out
  ===================================================================
  POST /Calculator/services/Calculator HTTP/1.1
  Host: localhost:13260
  Content-Type: text/xml; charset=UTF-8
  SOAPAction: "Calculator#add"
  Content-Length: 518
  
  <?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:Header><ns2:getopname xmlns:ns2="http://test.axiscpp.apache.org/testheader">add</ns2:getopname></SOAP-ENV:Header>
  <SOAP-ENV:Body>
  <ns1:add xmlns:ns1="http://localhost/axis/Calculator">
  <ns1:arg_0_0>2</ns1:arg_0_0>
  <ns1:arg_1_0>3</ns1:arg_1_0>
  </ns1:add>
  </SOAP-ENV:Body>
  </SOAP-ENV:Envelope>
  
  
  
  
  1.1                  ws-axis/c/tests/auto_build/testcases/output/HandlerTest4Request.out
  
  Index: HandlerTest4Request.out
  ===================================================================
  POST /Calculator/services/Calculator HTTP/1.1
  Host: localhost:13260
  Content-Type: text/xml; charset=UTF-8
  SOAPAction: "Calculator#add"
  Content-Length: 600
  
  <?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:Header><ns2:getuser xmlns:ns2="http://test.axiscpp.apache.org/testheader"></ns2:getuser><ns3:setuser xmlns:ns3="http://test.axiscpp.apache.org/testheader">Elvis</ns3:setuser></SOAP-ENV:Header>
  <SOAP-ENV:Body>
  <ns1:add xmlns:ns1="http://localhost/axis/Calculator">
  <ns1:arg_0_0>2</ns1:arg_0_0>
  <ns1:arg_1_0>3</ns1:arg_1_0>
  </ns1:add>
  </SOAP-ENV:Body>
  </SOAP-ENV:Envelope>