OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

provision message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: FW: SPMLv2 core and DSML profile - pstc-spml2-dsml-profile-os.pdf


Here is a comment from the list we should look at.

Jeff B.
 
-----Original Message-----
From: Woehrl, Rudolf [mailto:rudolf.woehrl@siemens.com] 
Sent: Thursday, April 26, 2007 2:55 AM
To: pstc-comment@lists.oasis-open.org
Cc: Bohren, Jeff
Subject: SPMLv2 core and DSML profile - pstc-spml2-dsml-profile-os.pdf

Hello,

We are starting to implement a SPMLv2 provider, which supports the DSML profile. When trying to build the test vectors we encountered what we consider as incompatibilities between the DSML profile and the SPMLv2 core specification.

The main issue are the <pso> elements. In most of the cases they are missing in the DSML profile. For our implementation we decided to follow the SPMLv2 core lines. 

Here some samples (namespaces omitted for brevity):

AddResponse
===========

Spml core
---------
<addResponse status="success">
	<pso>
		<psoID ID="cn=xxx"/>
	</pso>
</addResponse>

DSML profile
------------
<addResponse status="spml:success">
	<psoId ID="CN=xxx"/>
	<data>
		<dsml:attr name="CN">


ModifyResponse
=============
Spml core
---------
<modifyResponse>
	<pso>
		<psoID ID="xxx"/>
		<data>
			<dsml:attr name="name">
				<dsml:value>RoleXYZ</dsml:value>
			</dsml:attr>


Dsml profile
------------
<modifyResponse status="spml:success">
	<psoId ID="CN=Jane Doe,OU=accounting,DC=acme.com" targetID="acme.com"/>
</modifyResponse>

Lookup Response
===============

Spml core
---------
<lookupResponse requestID="125" status="success">
	<pso>
		<psoID ID="2244" targetID="target2"/>
		<data>
			<dsml:attr ... />
			
Dsml Profile
------------
<lookupResponse status="spml:success">
	<psoId ID="CN=John Doe,OU=accounting,DC=acme.com" targetID="acme.com"/>
	<data>
		<dsml:attr name="CN" .../>


With best regards
-------------------
Rudolf Wöhrl
Siemens AG

 


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]