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 ha...@apache.org on 2005/06/10 10:34:48 UTC

cvs commit: ws-axis/c/tests/auto_build/testcases/output CalculatorDoc_ServerResponse.expected

hawkeye     2005/06/10 01:34:48

  Added:       c/tests/auto_build/testcases/output
                        CalculatorDoc_ServerResponse.expected
  Log:
  Creating "Unit test" system
  
  Revision  Changes    Path
  1.1                  ws-axis/c/tests/auto_build/testcases/output/CalculatorDoc_ServerResponse.expected
  
  Index: CalculatorDoc_ServerResponse.expected
  ===================================================================
  HTTP/1.1 200 OK
  Server: WebSphere Application Server/5.1
  Content-Type: text/xml; charset=utf-8
  Content-Language: en-GB
  Transfer-Encoding: chunked
  
  1ad
  <?xml version="1.0" encoding="utf-8"?>
  <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><soapenv:Header/><soapenv:Body><addResponse xmlns="http://localhost/axis/Calculator"><addReturn>5</addReturn></addResponse></soapenv:Body></soapenv:Envelope>
  0