« REST API for Yahoo Web Search | Main | ANN: Axis2 tutorial scholarships and iPod giveaways at ApacheCon '05 »

Is OptimizedMimeSerialization part of WS-Policy spec?

We are working on some code for Indigo Interop PlugFest and came across this gem of a policy assertion.


<wsp:Policy wsu:Id="BasicHttpBinding_IMtomTest_policy">
	<wsp:ExactlyOne>
		<wsp:All>
			<wsoma:OptimizedMimeSerialization 
				xmlns:wsoma="http://schemas.xmlsoap.org/ws/2004/09/policy/optimizedmimeserialization"/>
			<wspe:Utf816FFFECharacterEncoding 
				xmlns:wspe="http://schemas.xmlsoap.org/ws/2004/09/policy/encoding"/>
		</wsp:All>
	</wsp:ExactlyOne>
</wsp:Policy>
<wsp:UsingPolicy/>

Point #1:
Seeing "http://schemas.xmlsoap.org/ws/2004/09/policy/" one would Utf816FFFECharacterEncoding and OptimizedMimeSerialization are part of WS-Policy Specification. But guess what, they are *NOT* in the WS-Policy spec.

Point #2:
Even more interesting is there are just 2 google hits for OptimizedMimeSerialization:


The first one is SUN's source code for JWSDP and the second one is a joint spec with Intel et al.

So how are we mere mortals supposed to understand the meaning of these 2 assertions in Indigo/WCF...go figure :)

TrackBack

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

Post a comment