|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
what does Openwsman do with a WS-Transfer Put the omits schema-optional properties?
The CIM Binding spec [1] says the following about
WS-Transfer Put operations in which some or all of the schema-optional
properties are omitted:
R6-1: Services supporting Put MUST accept instance representations that have omitted schema-optional properties and MUST interpret such omissions as a request to set the corresponding properties to a value of NULL. Services supporting Fragment-Level Put MUST also observe this behavior.The WS-Management Working Group has been investigating whether existing implementations of WS-Management conform to this requirement. Can anyone on this list tell me what Openwsman does when you send a WS-I Put with an instance representation that omits one or more schema-optional properties? [1] http://www.dmtf.org/standards/published_documents/DSP0227.pdf Gilbert Pilz | Standards Architect | Oracle Corporation ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Openwsman-devel mailing list Openwsman-devel@... https://lists.sourceforge.net/lists/listinfo/openwsman-devel |
|
|
Re: what does Openwsman do with a WS-Transfer Put the omits schema-optional properties?From what I saw in Code of OpenWSMAN In function create_instance_from_xml() used by PUT End point
for creating the instance to provide to setInstance of SFCC, The behavior is that;
OpenWSMAN does not try to make them NULL, if a property is not provided in the
client SOAP XML then its ignored and next property is taken for processing. It
does not explicitly set it to NULL. Thanks, Arun
Venkatachalam Dell R & D Centre, Bangalore. Extn - 78973 P Please consider the environment before printing this e-mail. From: Gilbert Pilz
[mailto:gilbert.pilz@...] The CIM
Binding spec [1] says the following about WS-Transfer Put operations in which
some or all of the schema-optional properties are omitted: R6-1:
Services supporting Put MUST accept instance representations that have omitted
schema-optional properties and MUST interpret such omissions as a request to
set the corresponding properties to a value of NULL. Services supporting
Fragment-Level Put MUST also observe this behavior. The
WS-Management Working Group has been investigating whether existing
implementations of WS-Management conform to this requirement. Can anyone on
this list tell me what Openwsman does when you send a WS-I Put with an instance
representation that omits one or more schema-optional properties? ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Openwsman-devel mailing list Openwsman-devel@... https://lists.sourceforge.net/lists/listinfo/openwsman-devel |
| Free embeddable forum powered by Nabble | Forum Help |