Hi,
2008/3/19, Thilina Gunarathne <[EMAIL PROTECTED]>:
> Hi,
> Looks like a data binding issue.. If possible please post a message stack
> trace of the response.
>
I've captured the messages with Microsofts netmon:
Client Request:
-------------------
- HTTP: Request, POST /DmsBatch/FileTransfer/
- Request:
Command: POST
+ URI: /DmsBatch/FileTransfer/
ProtocolVersion: HTTP/1.1
ContentType: text/xml; charset=UTF-8
SOAPAction:
"http://www.dummy.de/DmsService/IFileTransfer/CheckOutDocument"
UserAgent: Axis2
Host: ntfe:8013
ContentLength: 427
HeaderEnd: CRLF
- payload: HttpContentType = text/xml; charset=UTF-8
- XmlPayload:
<?xml version="1.0" encoding="UTF-8"?>
- <soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
- <soapenv:Header>
- <axis2ns2:DmsUserID xmlns:axis2ns2="Dummy.Profile.DmsService">
aeacd9ad-52c6-42fe-b546-1a7959da606b
</axis2ns2:DmsUserID>
</soapenv:Header>
- <soapenv:Body>
- <ns2:CheckOutDocument xmlns:ns2="http://www.dummy.de/DmsService">
- <ns2:id>
408848
</ns2:id>
</ns2:CheckOutDocument>
</soapenv:Body>
</soapenv:Envelope>
-------------------
Service Response 1:
-------------------
- HTTP: Response, HTTP/1.1, Status Code = 200
- Response:
ProtocolVersion: HTTP/1.1
StatusCode: 200, Ok
Reason: OK
TransferEncoding: chunked
ContentType: multipart/related;
type="application/xop+xml";start="<http://tempuri.org/0>";boundary="uuid:99a8dc80-2ed9-4a0e-abf8-438bf117ca1c+id=9";start-info="text/xml"
Server: Microsoft-HTTPAPI/1.0
MIME-Version: 1.0
Date: Fri, 28 Mar 2008 08:50:13 GMT
HeaderEnd: CRLF
- payload: HttpContentType = multipart/related;
type="application/xop+xml";start="<http://tempuri.org/0>";boundary="uuid:99a8dc80-2ed9-4a0e-abf8-438bf117ca1c+id=9";start-info="text/xml"
- XmlPayload:
225
--uuid:99a8dc80-2ed9-4a0e-abf8-438bf117ca1c+id=9
Content-ID:
- <http://tempuri.org/0>
Content-Transfer-Encoding: 8bit
Content-Type: application/xop+xml;charset=utf-8;type="text/xml"
- <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/">
- <s:Body>
- <CheckOutDocumentResponse xmlns="http://www.dummy.de/DmsService">
- <CheckOutDocumentResult>
<xop:Include
href="cid:http%3A%2F%2Ftempuri.org%2F1%2F633422946136935910"
xmlns:xop="http://www.w3.org/2004/08/xop/include"/>
</CheckOutDocumentResult>
</CheckOutDocumentResponse>
</s:Body>
</s:Envelope>
-------------------
Service Response 2:
-------------------
- HTTP: HTTP Payload
- payload: HttpContentType =
Body: 4000
Body:
Body: --uuid:99a8dc80-2ed9-4a0e-abf8-438bf117ca1c+id=9
Body: Content-ID: <http://tempuri.org/1/633422946136935910>
Body: Content-Transfer-Encoding: binary
Body: Content-Type: application/octet-stream
...
-------------------
> Also what's the Axis2 version you are using.. Axis2 1.3 has the following
> known bug, which is fixed in the head..
> https://issues.apache.org/jira/browse/AXIS2-3196
>
> Axis2 supports MTOM and it has proven interoperability with .net except for
> the above mentioned bug which appeared in Axis2 1.3 as a result of a
> optimization..
>
I'm on Axis2 version 1.3.
Thanks
Andreas
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]