« Please fix iTunes XML Parser | Main | WS-Security and Patents »

More bugs in WSE 3.0 CTP's MTOM

#1: Apparently a mime boundary like "----_AxIs2_Def_boundary_42214532" is not acceptable, because it has 4 underscores as prefix. WSE wants only 2 underscores.

#2: A long content-type is usually split into multiple lines, but WSE does not like it. it wants the whole thing in one line like this:
Content-Type: multipart/related; boundary=--MIMEBoundary632569798927416768; type="application/xop+xml"; start="cid:0.632569798927416768@example.org"; start-info="text/xml; charset=utf-8"

Someone please point them to the example in the RFC (http://www.faqs.org/rfcs/rfc2387.html)

There are other weird things like for example in the mime part the content-id, content-type are all lower case. which looks odd but is ok.

/me wonders what other hoops the JAX-WS EA folks had to do for getting their interop against 3.0 CTP.

TrackBack

TrackBack URL for this entry:
http://blogs.cocoondev.org/MT/mt-tb.cgi/2405

Listed below are links to weblogs that reference More bugs in WSE 3.0 CTP's MTOM:

Comments

Hi Davanum,

I have been unable to see either problem on the July WSE CTP. You can get it here: http://www.microsoft.com/downloads/details.aspx?FamilyId=77AE2E71-C5EB-4C4D-B24D-C6C289B49A95&displaylang=en

If you're still having problems, please add any necessary information and open a bug at MSDN Product Feedback.

Thank you for your report.

Nathan Anderson
MSFT

Post a comment