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/07/06 13:12:18 UTC

cvs commit: ws-axis/c/tests/auto_build/testcases/output AttDataHandlerText.expected AttDataHandlerText_ServerResponse.expected AttDataHandlerTextRequest.out

jamejose    2005/07/06 04:12:18

  Added:       c/tests/auto_build/testcases/output
                        AttDataHandlerText.expected
                        AttDataHandlerText_ServerResponse.expected
                        AttDataHandlerTextRequest.out
  Log:
  Expected messages for AttDataHandlerText
  
  Revision  Changes    Path
  1.1                  ws-axis/c/tests/auto_build/testcases/output/AttDataHandlerText.expected
  
  Index: AttDataHandlerText.expected
  ===================================================================
  This is a test message for attachment
  text/plain
  ---------------------- TEST COMPLETE -----------------------------
  
  
  
  1.1                  ws-axis/c/tests/auto_build/testcases/output/AttDataHandlerText_ServerResponse.expected
  
  Index: AttDataHandlerText_ServerResponse.expected
  ===================================================================
  HTTP/1.1 200 OK
  Server: WebSphere Application Server/5.1
  Content-Type: text/xml; charset=utf-8
  Content-Language: en-US
  Transfer-Encoding: chunked
  
  1e6
  <?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:Body><echoContentResponse xmlns="http://datahandler.attachment.test.org"><echoContentReturn>This is a test message for attachment</echoContentReturn></echoContentResponse></soapenv:Body></soapenv:Envelope>
  0
  
  HTTP/1.1 200 OK
  Server: WebSphere Application Server/5.1
  Content-Type: text/xml; charset=utf-8
  Content-Language: en-US
  Transfer-Encoding: chunked
  
  1d7
  <?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:Body><getContentTypeResponse xmlns="http://datahandler.attachment.test.org"><getContentTypeReturn>text/plain</getContentTypeReturn></getContentTypeResponse></soapenv:Body></soapenv:Envelope>
  0
  
  
  
  
  
  
  1.1                  ws-axis/c/tests/auto_build/testcases/output/AttDataHandlerTextRequest.out
  
  Index: AttDataHandlerTextRequest.out
  ===================================================================
  POST /DataHandlerService/services/DataHandlerService HTTP/1.1
  Host: localhost:13260
  SOAPAction: ""
  Content-Type: multipart/related; type="text/xml"; boundary="------=MIME_BOUNDARY"; start="<2>"
  Content-Length: 775
  
  
  --------=MIME_BOUNDARY
  Content-Type: text/xml; charset=UTF-8
  Content-Transfer-Encoding: binary
  Content-Id: <2>
  
  <?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:echoContent xmlns:ns1="http://datahandler.attachment.test.org">
  <ns1:arg_0_2 href="cid:1"
     xsi:type="ns2:DataHandler"
     xmlns:ns2="http://xml.apache.org/xml-soap"/>
  </ns1:echoContent>
  </SOAP-ENV:Body>
  </SOAP-ENV:Envelope>
  
  
  --------=MIME_BOUNDARY
  Content-Id: <1>
  Content-Type: text/plain
  Content-Transfer-Encoding: base64
  
  VGhpcyBpcyBhIHRlc3QgbWVzc2FnZSBmb3IgYXR0YWNobWVudA==
  
  --------=MIME_BOUNDARY--
  POST /DataHandlerService/services/DataHandlerService HTTP/1.1
  Host: localhost:13260
  SOAPAction: ""
  Content-Type: multipart/related; type="text/xml"; boundary="------=MIME_BOUNDARY"; start="<2>"
  Content-Length: 859
  
  
  --------=MIME_BOUNDARY
  Content-Type: text/xml; charset=UTF-8
  Content-Transfer-Encoding: binary
  Content-Id: <2>
  
  <?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:getContentType xmlns:ns1="http://datahandler.attachment.test.org">
  <ns1:arg_0_0 href="cid:1"
     xsi:type="ns2:DataHandler"
     xmlns:ns2="http://xml.apache.org/xml-soap"
     xsi:type="ns2:DataHandler"
     xmlns:ns2="http://xml.apache.org/xml-soap"/>
  </ns1:getContentType>
  </SOAP-ENV:Body>
  </SOAP-ENV:Envelope>
  
  
  --------=MIME_BOUNDARY
  Content-Id: <1>
  Content-Type: text/plain
  Content-Transfer-Encoding: base64
  
  VGhpcyBpcyBhIHRlc3QgbWVzc2FnZSBmb3IgYXR0YWNobWVudA==
  
  --------=MIME_BOUNDARY--