You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by ja...@apache.org on 2005/07/12 07:16:03 UTC

cvs commit: ws-axis/c/tests/auto_build/testcases/output AttDataHandlerImage_ServerResponse.expected AttPlainText.expected AttDataHandlerExecuteClassRequest.out AttNillableAttachment.expected AttDataHandlerExecuteClass.expected AttNillableAttachmentRequest.out AttDataHandlerImage.expected AttPlainText_ServerResponse.expected AttDataHandlerImageRequest.out AttMultiAttachmentFaultRequest.out AttMultiSameAttachment_ServerResponse.expected AttMultiSameAttachmentRequest.out AttMultiAttachmentFault.expected AttMultiAttachment_ServerResponse.expected AttDataHandlerExecuteClass_ServerResponse.expected AttMultiAttachment.expected AttNillableAttachment_ServerResponse.expected AttMultiAttachmentFault_ServerResponse.expected AttMultiAttachmentRequest.out AttPlainTextRequest.out AttMultiSameAttachment.expected

jamejose    2005/07/11 22:16:03

  Added:       c/tests/auto_build/testcases/output
                        AttDataHandlerImage_ServerResponse.expected
                        AttPlainText.expected
                        AttDataHandlerExecuteClassRequest.out
                        AttNillableAttachment.expected
                        AttDataHandlerExecuteClass.expected
                        AttNillableAttachmentRequest.out
                        AttDataHandlerImage.expected
                        AttPlainText_ServerResponse.expected
                        AttDataHandlerImageRequest.out
                        AttMultiAttachmentFaultRequest.out
                        AttMultiSameAttachment_ServerResponse.expected
                        AttMultiSameAttachmentRequest.out
                        AttMultiAttachmentFault.expected
                        AttMultiAttachment_ServerResponse.expected
                        AttDataHandlerExecuteClass_ServerResponse.expected
                        AttMultiAttachment.expected
                        AttNillableAttachment_ServerResponse.expected
                        AttMultiAttachmentFault_ServerResponse.expected
                        AttMultiAttachmentRequest.out
                        AttPlainTextRequest.out
                        AttMultiSameAttachment.expected
  Log:
  Expected Output files for Attachment Testcases
  
  Revision  Changes    Path
  1.1                  ws-axis/c/tests/auto_build/testcases/output/AttDataHandlerImage_ServerResponse.expected
  
  Index: AttDataHandlerImage_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
  
  1c9
  <?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><getNoOfBytesResponse xmlns="http://datahandler.attachment.test.org"><getNoOfBytesReturn>6654</getNoOfBytesReturn></getNoOfBytesResponse></soapenv:Body></soapenv:Envelope>
  0
  
  
  
  
  1.1                  ws-axis/c/tests/auto_build/testcases/output/AttPlainText.expected
  
  Index: AttPlainText.expected
  ===================================================================
  This is a test message for attachment
  ---------------------- TEST COMPLETE -----------------------------
  
  
  
  1.1                  ws-axis/c/tests/auto_build/testcases/output/AttDataHandlerExecuteClassRequest.out
  
  Index: AttDataHandlerExecuteClassRequest.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: 1470
  
  
  --------=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:executeClass xmlns:ns1="http://datahandler.attachment.test.org">
  <ns1:arg_0_4 href="cid:1"
     xsi:type="ns2:DataHandler"
     xmlns:ns2="http://xml.apache.org/xml-soap"/>
  <ns1:arg_1_4>TestClass</ns1:arg_1_4>
  </ns1:executeClass>
  </SOAP-ENV:Body>
  </SOAP-ENV:Envelope>
  
  
  --------=MIME_BOUNDARY
  Content-Id: <1>
  Content-Type: plain/text
  Content-Transfer-Encoding: base64
  
  yv66vgAAAC4AIgEACVRlc3RDbGFzcwcAAQEAEGphdmEvbGFuZy9PYmplY3QHAAMBAAY8aW5pdD4BAAMoKVYBAARDb2RlDAAFAAYKAAQACAEAD0xpbmVOdW1iZXJUYWJsZQEAEkxvY2FsVmFyaWFibGVUYWJsZQEABHRoaXMBAAtMVGVzdENsYXNzOwEABG1haW4BABYoW0xqYXZhL2xhbmcvU3RyaW5nOylWAQAQamF2YS9sYW5nL1N5c3RlbQcAEAEAA291dAEAFUxqYXZhL2lvL1ByaW50U3RyZWFtOwwAEgATCQARABQBAAtIZWxsbyBXb3JsZAgAFgEAE2phdmEvaW8vUHJpbnRTdHJlYW0HABgBAAdwcmludGxuAQAVKExqYXZhL2xhbmcvU3RyaW5nOylWDAAaABsKABkAHAEABGFyZ3MBABNbTGphdmEvbGFuZy9TdHJpbmc7AQAKU291cmNlRmlsZQEADlRlc3RDbGFzcy5qYXZhACEAAgAEAAAAAAACAAEABQAGAAEABwAAAC8AAQABAAAABSq3AAmxAAAAAgAKAAAABgABAAAAAgALAAAADAABAAAABQAMAA0AAAAJAA4ADwABAAcAAAA3AAIAAQAAAAmyABUSF7YAHbEAAAACAAoAAAAKAAIAAAAEAAgABQALAAAADAABAAAACQAeAB8AAAABACAAAAACACE=
  
  --------=MIME_BOUNDARY--
  
  
  
  1.1                  ws-axis/c/tests/auto_build/testcases/output/AttNillableAttachment.expected
  
  Index: AttNillableAttachment.expected
  ===================================================================
  <?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><ns:TestHeader xmlns:ns="http://ws.apache.org/" ns:Name="AXIS"><Project TYPE="Open Source"></Project></ns:TestHeader></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>
  ---------------------- TEST COMPLETE -----------------------------
  
  
  
  1.1                  ws-axis/c/tests/auto_build/testcases/output/AttDataHandlerExecuteClass.expected
  
  Index: AttDataHandlerExecuteClass.expected
  ===================================================================
  Hello World
  ---------------------- TEST COMPLETE -----------------------------
  
  
  
  1.1                  ws-axis/c/tests/auto_build/testcases/output/AttNillableAttachmentRequest.out
  
  Index: AttNillableAttachmentRequest.out
  ===================================================================
  POST /AttachmentService/services/AttachmentService HTTP/1.1
  Host: localhost:13260
  SOAPAction: ""
  Content-Type: multipart/related; type="text/xml"; boundary="------=MIME_BOUNDARY"; start="<4>"
  Content-Length: 1683
  
  
  --------=MIME_BOUNDARY
  Content-Type: text/xml; charset=UTF-8
  Content-Transfer-Encoding: binary
  Content-Id: <4>
  
  <?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:nillableAttachment xmlns:ns1="http://attachment.test.org">
  <ns1:arg_0_1 href="cid:1"
     xsi:type="ns2:DataHandler"
     xmlns:ns2="http://xml.apache.org/xml-soap"/>
  <ns1:arg_1_1 xsi:nil="true"
     xsi:type="ns2:Image"
     xmlns:ns2="http://xml.apache.org/xml-soap"/>
  <ns1:arg_2_1 xsi:nil="true"
     xsi:type="ns2:Source"
     xmlns:ns2="http://xml.apache.org/xml-soap"/>
  <ns1:arg_3_1>hello</ns1:arg_3_1>
  </ns1:nillableAttachment>
  </SOAP-ENV:Body>
  </SOAP-ENV:Envelope>
  
  
  --------=MIME_BOUNDARY
  Content-Id: <1>
  Content-Type: text/xml
  Content-Transfer-Encoding: base64
  
  PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0ndXRmLTgnID8+PFNPQVAtRU5WOkVudmVsb3BlIHhtbG5zOlNPQVAtRU5WPSJodHRwOi8vc2NoZW1hcy54bWxzb2FwLm9yZy9zb2FwL2VudmVsb3BlLyIgeG1sbnM6eHNkPSJodHRwOi8vd3d3LnczLm9yZy8yMDAxL1hNTFNjaGVtYSIgeG1sbnM6eHNpPSJodHRwOi8vd3d3LnczLm9yZy8yMDAxL1hNTFNjaGVtYS1pbnN0YW5jZSI+PFNPQVAtRU5WOkhlYWRlcj48bnM6VGVzdEhlYWRlciB4bWxuczpucz0iaHR0cDovL3dzLmFwYWNoZS5vcmcvIiBuczpOYW1lPSJBWElTIj48UHJvamVjdCBUWVBFPSJPcGVuIFNvdXJjZSI+PC9Qcm9qZWN0PjwvbnM6VGVzdEhlYWRlcj48L1NPQVAtRU5WOkhlYWRlcj48U09BUC1FTlY6Qm9keT48bnMxOmFkZCB4bWxuczpuczE9Imh0dHA6Ly9sb2NhbGhvc3QvYXhpcy9DYWxjdWxhdG9yIj48bnMxOmFyZ18wXzA+MjwvbnMxOmFyZ18wXzA+PG5zMTphcmdfMV8wPjM8L25zMTphcmdfMV8wPjwvbnMxOmFkZD48L1NPQVAtRU5WOkJvZHk+PC9TT0FQLUVOVjpFbnZlbG9wZT4=
  
  --------=MIME_BOUNDARY--
  
  
  
  1.1                  ws-axis/c/tests/auto_build/testcases/output/AttDataHandlerImage.expected
  
  Index: AttDataHandlerImage.expected
  ===================================================================
  6654
  ---------------------- TEST COMPLETE -----------------------------
  
  
  
  1.1                  ws-axis/c/tests/auto_build/testcases/output/AttPlainText_ServerResponse.expected
  
  Index: AttPlainText_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
  
  1ce
  <?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><echoTextResponse xmlns="http://PlainTextAttachment"><echoTextReturn>This is a test message for attachment</echoTextReturn></echoTextResponse></soapenv:Body></soapenv:Envelope>
  0
  
  
  
  
  1.1                  ws-axis/c/tests/auto_build/testcases/output/AttDataHandlerImageRequest.out
  
  Index: AttDataHandlerImageRequest.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: 9597
  
  
  --------=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:getNoOfBytes xmlns:ns1="http://datahandler.attachment.test.org">
  <ns1:arg_0_3 href="cid:1"
     xsi:type="ns2:DataHandler"
     xmlns:ns2="http://xml.apache.org/xml-soap"/>
  </ns1:getNoOfBytes>
  </SOAP-ENV:Body>
  </SOAP-ENV:Envelope>
  
  
  --------=MIME_BOUNDARY
  Content-Id: <1>
  Content-Type: image/jpeg
  Content-Transfer-Encoding: base64
  
  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
  
  --------=MIME_BOUNDARY--
  
  
  
  1.1                  ws-axis/c/tests/auto_build/testcases/output/AttMultiAttachmentFaultRequest.out
  
  Index: AttMultiAttachmentFaultRequest.out
  ===================================================================
  POST /AttachmentService/services/AttachmentService HTTP/1.1
  Host: localhost:13260
  SOAPAction: ""
  Content-Type: multipart/related; type="text/xml"; boundary="------=MIME_BOUNDARY"; start="<7>"
  Content-Length: 1408
  
  
  --------=MIME_BOUNDARY
  Content-Type: text/xml; charset=UTF-8
  Content-Transfer-Encoding: binary
  Content-Id: <7>
  
  <?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:multiAttachment xmlns:ns1="http://attachment.test.org">
  <ns1:arg_0_0 xsi:nil="true"
     xsi:type="ns2:DataHandler"
     xmlns:ns2="http://xml.apache.org/xml-soap"/>
  <ns1:arg_1_0 href="cid:2"
     xsi:type="ns2:DataHandler"
     xmlns:ns2="http://xml.apache.org/xml-soap"/>
  <ns1:arg_2_0 href="cid:5"
     xsi:type="ns2:Image"
     xmlns:ns2="http://xml.apache.org/xml-soap"/>
  <ns1:arg_3_0 href="cid:4"
     xsi:type="ns2:DataHandler"
     xmlns:ns2="http://xml.apache.org/xml-soap"/>
  </ns1:multiAttachment>
  </SOAP-ENV:Body>
  </SOAP-ENV:Envelope>
  
  
  --------=MIME_BOUNDARY
  Content-Id: <2>
  Content-Type: text/plain
  Content-Transfer-Encoding: base64
  
  VGhpcyBpcyBhIHRlc3QgbWVzc2FnZSBmb3IgYXR0YWNobWVudA==
  
  --------=MIME_BOUNDARY
  Content-Id: <4>
  Content-Type: text/plain
  Content-Transfer-Encoding: base64
  
  VGhpcyBpcyBhIHRlc3QgbWVzc2FnZSBmb3IgYXR0YWNobWVudA==
  
  --------=MIME_BOUNDARY
  Content-Id: <5>
  Content-Type: image/jpeg
  Content-Transfer-Encoding: base64
  
  VGhpcyBpcyBhIHRlc3QgbWVzc2FnZSBmb3IgYXR0YWNobWVudA==
  
  --------=MIME_BOUNDARY--
  
  
  
  1.1                  ws-axis/c/tests/auto_build/testcases/output/AttMultiSameAttachment_ServerResponse.expected
  
  Index: AttMultiSameAttachment_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
  
  27a
  <?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><multiAttachmentResponse xmlns="http://attachment.test.org"><multiAttachmentReturn>text/plain</multiAttachmentReturn><multiAttachmentReturn>text/plain</multiAttachmentReturn><multiAttachmentReturn>Image Type</multiAttachmentReturn><multiAttachmentReturn>text/plain</multiAttachmentReturn></multiAttachmentResponse></soapenv:Body></soapenv:Envelope>
  0
  
  
  
  
  1.1                  ws-axis/c/tests/auto_build/testcases/output/AttMultiSameAttachmentRequest.out
  
  Index: AttMultiSameAttachmentRequest.out
  ===================================================================
  POST /AttachmentService/services/AttachmentService HTTP/1.1
  Host: localhost:13260
  SOAPAction: ""
  Content-Type: multipart/related; type="text/xml"; boundary="------=MIME_BOUNDARY"; start="<3>"
  Content-Length: 1714
  
  
  --------=MIME_BOUNDARY
  Content-Type: text/xml; charset=UTF-8
  Content-Transfer-Encoding: binary
  Content-Id: <3>
  
  <?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:multiAttachment xmlns:ns1="http://attachment.test.org">
  <ns1:arg_0_0 href="cid:1"
     xsi:type="ns2:DataHandler"   
     xmlns:ns2="http://xml.apache.org/xml-soap"/>
  <ns1:arg_1_0 href="cid:1"
     xsi:type="ns2:DataHandler"   
     xmlns:ns2="http://xml.apache.org/xml-soap"/>
  <ns1:arg_2_0 href="cid:5"
     xsi:type="ns2:Image"
     xmlns:ns2="http://xml.apache.org/xml-soap"/>
  <ns1:arg_3_0 href="cid:1"
     xsi:type="ns2:DataHandler"   
     xmlns:ns2="http://xml.apache.org/xml-soap"/>
  </ns1:multiAttachment>
  </SOAP-ENV:Body>
  </SOAP-ENV:Envelope>
  
  
  --------=MIME_BOUNDARY
  Content-Id: <1>
  Content-Type: text/plain
  Content-Transfer-Encoding: base64
  
  VGhpcyBpcyBhIHRlc3QgbWVzc2FnZSBmb3IgYXR0YWNobWVudA==
  
  --------=MIME_BOUNDARY
  Content-Id: <5>
  Content-Type: image/jpeg
  Content-Transfer-Encoding: base64
  
  VGhpcyBpcyBhIHRlc3QgbWVzc2FnZSBmb3IgYXR0YWNobWVudA==
  
  --------=MIME_BOUNDARY--
  
  
  
  1.1                  ws-axis/c/tests/auto_build/testcases/output/AttMultiAttachmentFault.expected
  
  Index: AttMultiAttachmentFault.expected
  ===================================================================
  java.lang.NullPointerException
  ---------------------- TEST COMPLETE -----------------------------
  
  
  
  1.1                  ws-axis/c/tests/auto_build/testcases/output/AttMultiAttachment_ServerResponse.expected
  
  Index: AttMultiAttachment_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
  
  27a
  <?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><multiAttachmentResponse xmlns="http://attachment.test.org"><multiAttachmentReturn>text/plain</multiAttachmentReturn><multiAttachmentReturn>text/plain</multiAttachmentReturn><multiAttachmentReturn>Image Type</multiAttachmentReturn><multiAttachmentReturn>text/plain</multiAttachmentReturn></multiAttachmentResponse></soapenv:Body></soapenv:Envelope>
  0
  
  
  
  
  1.1                  ws-axis/c/tests/auto_build/testcases/output/AttDataHandlerExecuteClass_ServerResponse.expected
  
  Index: AttDataHandlerExecuteClass_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
  
  1d0
  <?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><executeClassResponse xmlns="http://datahandler.attachment.test.org"><executeClassReturn>Hello World</executeClassReturn></executeClassResponse></soapenv:Body></soapenv:Envelope>
  0
  
  
  
  
  1.1                  ws-axis/c/tests/auto_build/testcases/output/AttMultiAttachment.expected
  
  Index: AttMultiAttachment.expected
  ===================================================================
  text/plain
  text/plain
  Image Type
  text/plain
  ---------------------- TEST COMPLETE -----------------------------
  
  
  
  1.1                  ws-axis/c/tests/auto_build/testcases/output/AttNillableAttachment_ServerResponse.expected
  
  Index: AttNillableAttachment_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
  
  4ac
  <?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><nillableAttachmentResponse xmlns="http://attachment.test.org"><nillableAttachmentReturn>&lt;?xml version=&apos;1.0&apos; encoding=&apos;utf-8&apos; ?&gt;&lt;SOAP-ENV:Envelope xmlns:SOAP-ENV=&quot;http://schemas.xmlsoap.org/soap/envelope/&quot; xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;&gt;&lt;SOAP-ENV:Header&gt;&lt;ns:TestHeader xmlns:ns=&quot;http://ws.apache.org/&quot; ns:Name=&quot;AXIS&quot;&gt;&lt;Project TYPE=&quot;Open Source&quot;&gt;&lt;/Project&gt;&lt;/ns:TestHeader&gt;&lt;/SOAP-ENV:Header&gt;&lt;SOAP-ENV:Body&gt;&lt;ns1:add xmlns:ns1=&quot;http://localhost/axis/Calculator&quot;&gt;&lt;ns1:arg_0_0&gt;2&lt;/ns1:arg_0_0&gt;&lt;ns1:arg_1_0&gt;3&lt;/ns1:arg_1_0&gt;&lt;/ns1:add&gt;&lt;/SOAP-ENV:Body&gt;&lt;/SOAP-ENV:Envelope&gt;</nillableAttachmentReturn></nillableAttachmentResponse></soapenv:Body></soapenv:Envelope>
  0
  
  
  
  
  1.1                  ws-axis/c/tests/auto_build/testcases/output/AttMultiAttachmentFault_ServerResponse.expected
  
  Index: AttMultiAttachmentFault_ServerResponse.expected
  ===================================================================
  HTTP/1.1 500 Internal Server Error
  Server: WebSphere Application Server/5.1
  Content-Type: text/xml; charset=utf-8
  Content-Language: en-US
  Transfer-Encoding: chunked
  
  1f6
  <?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><soapenv:Fault><faultcode xmlns="">Server.generalException</faultcode><faultstring xmlns=""><![CDATA[java.lang.NullPointerException]]></faultstring><detail xmlns=""/></soapenv:Fault></soapenv:Body></soapenv:Envelope>
  0
  
  
  
  
  1.1                  ws-axis/c/tests/auto_build/testcases/output/AttMultiAttachmentRequest.out
  
  Index: AttMultiAttachmentRequest.out
  ===================================================================
  POST /AttachmentService/services/AttachmentService HTTP/1.1
  Host: localhost:13260
  SOAPAction: ""
  Content-Type: multipart/related; type="text/xml"; boundary="------=MIME_BOUNDARY"; start="<6>"
  Content-Length: 1566
  
  
  --------=MIME_BOUNDARY
  Content-Type: text/xml; charset=UTF-8
  Content-Transfer-Encoding: binary
  Content-Id: <6>
  
  <?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:multiAttachment xmlns:ns1="http://attachment.test.org">
  <ns1:arg_0_0 href="cid:1"
     xsi:type="ns2:DataHandler"
     xmlns:ns2="http://xml.apache.org/xml-soap"/>
  <ns1:arg_1_0 href="cid:2"
     xsi:type="ns2:DataHandler"
     xmlns:ns2="http://xml.apache.org/xml-soap"/>
  <ns1:arg_2_0 href="cid:5"
     xsi:type="ns2:Image"
     xmlns:ns2="http://xml.apache.org/xml-soap"/>
  <ns1:arg_3_0 href="cid:4"
     xsi:type="ns2:DataHandler"
     xmlns:ns2="http://xml.apache.org/xml-soap"/>
  </ns1:multiAttachment>
  </SOAP-ENV:Body>
  </SOAP-ENV:Envelope>
  
  
  --------=MIME_BOUNDARY
  Content-Id: <1>
  Content-Type: text/plain
  Content-Transfer-Encoding: base64
  
  VGhpcyBpcyBhIHRlc3QgbWVzc2FnZSBmb3IgYXR0YWNobWVudA==
  
  --------=MIME_BOUNDARY
  Content-Id: <2>
  Content-Type: text/plain
  Content-Transfer-Encoding: base64
  
  VGhpcyBpcyBhIHRlc3QgbWVzc2FnZSBmb3IgYXR0YWNobWVudA==
  
  --------=MIME_BOUNDARY
  Content-Id: <4>
  Content-Type: text/plain
  Content-Transfer-Encoding: base64
  
  VGhpcyBpcyBhIHRlc3QgbWVzc2FnZSBmb3IgYXR0YWNobWVudA==
  
  --------=MIME_BOUNDARY
  Content-Id: <5>
  Content-Type: image/jpeg
  Content-Transfer-Encoding: base64
  
  VGhpcyBpcyBhIHRlc3QgbWVzc2FnZSBmb3IgYXR0YWNobWVudA==
  
  --------=MIME_BOUNDARY--
  
  
  
  1.1                  ws-axis/c/tests/auto_build/testcases/output/AttPlainTextRequest.out
  
  Index: AttPlainTextRequest.out
  ===================================================================
  POST /PlainTextAttachment/services/PlainTextAttachment HTTP/1.1
  Host: localhost:13260
  SOAPAction: ""
  Content-Type: multipart/related; type="text/xml"; boundary="------=MIME_BOUNDARY"; start="<2>"
  Content-Length: 752
  
  
  --------=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:echoText xmlns:ns1="http://PlainTextAttachment">
  <ns1:arg2 href="cid:1"
     xsi:type="ns2:PlainText"
     xmlns:ns2="http://xml.apache.org/xml-soap"/>
  </ns1:echoText>
  </SOAP-ENV:Body>
  </SOAP-ENV:Envelope>
  
  
  --------=MIME_BOUNDARY
  Content-Id: <1>
  Content-Type: text/plain
  Content-Transfer-Encoding: base64
  
  VGhpcyBpcyBhIHRlc3QgbWVzc2FnZSBmb3IgYXR0YWNobWVudA==
  
  --------=MIME_BOUNDARY--
  
  
  
  1.1                  ws-axis/c/tests/auto_build/testcases/output/AttMultiSameAttachment.expected
  
  Index: AttMultiSameAttachment.expected
  ===================================================================
  text/plain
  text/plain
  Image Type
  text/plain
  ---------------------- TEST COMPLETE -----------------------------