Issue 9136: Section: 8.9 (plm-rtf) Source: (, ) Nature: Enhancement Severity: Minor Summary: New operation set_product_identification to activate a product configuration. Functionality: the product configuration defined through the given product_identification will be activated, so that the following query operations return only the objects that are provided within this product configuration. In the same way, during write or import operations, the incoming data will be checked according to the activated product configuration, before being written or imported. Input parameter is the uid of a product_identification or product_specification object. Return value is nothing (when OK) or an exception. <wsdl:operation name="set_product_identification"> <soap:operation soapAction="" style="rpc"/> <wsdl:input> <soap:header message="Session_id_header" part="session_id" use="literal"/> <soap:header message="Signature_header" part="signature" use="literal"/> <soap:body use="literal" namespace="http://www.omg.org/PLMServices1.0/PLM_connection#query"/> </wsdl:input> <wsdl:output> <soap:body use="literal" namespace="http://www.omg.org/PLMServices1.0/PLM_connection#query"/> </wsdl:output> <wsdl:fault name="Pid_fault"> <soap:fault name="Pid_fault" use="literal" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> </wsdl:fault> </wsdl:operation> Resolution: Revised Text: Actions taken: November 2, 2005: received issue Discussion: The resolution will be part of the changes in PLM Services 2.0. End of Annotations:===== m: webmaster@omg.org Date: 02 Nov 2005 03:31:15 -0500 To: Subject: Issue/Bug Report -------------------------------------------------------------------------------- Name: Guillaume Hirel Company: T-Systems International GmbH mailFrom: Guillaume.Hirel@T-Systems.com Notification: Yes Specification: PLM Services Section: 8.9 FormalNumber: dtc/2005-03-08 Version: 1.0 RevisionDate: 05-03-08 Page: 329 Nature: Enhancement Severity: Minor HTTP User Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Description New operation set_product_identification to activate a product configuration. Functionality: the product configuration defined through the given product_identification will be activated, so that the following query operations return only the objects that are provided within this product configuration. In the same way, during write or import operations, the incoming data will be checked according to the activated product configuration, before being written or imported. Input parameter is the uid of a product_identification or product_specification object. Return value is nothing (when OK) or an exception.