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 pr...@apache.org on 2005/06/21 18:31:55 UTC

cvs commit: ws-axis/c/tests/auto_build/testcases/output nillableComplexType.cpp.out nillableComplexType.expected

prestonf    2005/06/21 09:31:55

  Added:       c/tests/auto_build/testcases/output
                        nillableComplexType.cpp.out
                        nillableComplexType.expected
  Log:
  Added an additional unit test: nillableComplexType
  
  Revision  Changes    Path
  1.1                  ws-axis/c/tests/auto_build/testcases/output/nillableComplexType.cpp.out
  
  Index: nillableComplexType.cpp.out
  ===================================================================
  The result is HelloFRED0
  ---------------------- TEST COMPLETE -----------------------------
  
  
  
  1.1                  ws-axis/c/tests/auto_build/testcases/output/nillableComplexType.expected
  
  Index: nillableComplexType.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
  
  1C2
  <?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><ReportReturn xmlns="http://localhost/axis/nillableComplexType"><ReportReturn>HelloFRED0</ReportReturn></ReportReturn></soapenv:Body></soapenv:Envelope>
  0