Hi Deepal and All,
We are facing a critical issue in Axis2 1.3 and this may force us to
degrade to either Axis2 1.2 or even away from Axis2. Please help us to
resolve this.
Issue: I noticed that incase of Axis2 1.3, the SOAP message corresponds
to MTOM attachment has some issues related with content id. The 'start'
attribute in the SOAP message snippet below has content id value as
"0.urn:uuid:[EMAIL PROTECTED]" but the
'Content-ID' tag has value as
<0.urn:uuid:[EMAIL PROTECTED]>. Clearly there
is a difference in '<' and '>' character. Surprisingly this doesn't
affect the Java client but impacting .NET client. The .Net client is
giving error "WSE1608: No XOP parts were located in the stream for the
specified content-id: ......string". This problem doesn't occur in Axis2
1.2.
------------------------------------------------------------------------
------------------------------------------------------------------------
--------------------------------
Server: Apache-Coyote/1.1
X-Powered-By: Servlet 2.4; JBoss-4.0.5.GA (build: CVSTag=Branch_4_0
date=200610162339)/Tomcat-5.5
Content-Type: multipart/related;
boundary=MIMEBoundaryurn_uuid_66B34B3CC8D7AF65151189477249075;
type="application/xop+xml";
start="0.urn:uuid:[EMAIL PROTECTED]";
start-info="application/soap+xml"; action="urn:getDatasetTreeResponse"
Transfer-Encoding: chunked
Date: Tue, 11 Sep 2007 02:20:49 GMT
3f9
--MIMEBoundaryurn_uuid_66B34B3CC8D7AF65151189477249075
Content-Type: application/xop+xml; charset=utf-8;
type="application/soap+xml"
Content-Transfer-Encoding: binary
Content-ID: <0.urn:uuid:[EMAIL PROTECTED]>
<?xml version='1.0' encoding='utf-8'?>
<soapenv:Envelope
xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope"
xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing">
<soapenv:Header>
<wsa:To>http://schemas.xmlsoap.org/ws/2004/08/addressing/role/anonymous<
/wsa:To>
<wsa:MessageID>urn:uuid:66B34B3CC8D7AF65151189477233307</wsa:MessageID>
<wsa:Action>urn:getDatasetTreeResponse</wsa:Action>
<wsa:RelatesTo>urn:uuid:bf41d219-356e-4a35-aa58-14c841d0a624</wsa:Relate
sTo>
</soapenv:Header>
<soapenv:Body>
<ns2:getDatasetTreeResponse xmlns:ns2="http://wsabacus/xsd">
<ns2:return>
<xop:Include
href="cid:1.urn:uuid:[EMAIL PROTECTED]"
xmlns:xop="http://www.w3.org/2004/08/xop/include" />
</ns2:return>
</ns2:getDatasetTreeResponse>
</soapenv:Body>
</soapenv:Envelope>
38
------------------------------------------------------------------------
------------------------------------------------------------------------
--------------------------------
Issue regarding this is already opened:
https://issues.apache.org/jira/browse/AXIS2-3196
Please help us to resolve this issue.
Thanks and Regards,
Ashish Arya