This documentation supports the 19.11 version of BMC CMDB, which is available only to BMC Helix subscribers (SaaS).

To view an earlier version, select the version from the Product version menu.

Suite_Product_Association_WS function

Associates a product with a suite.

Web service URL


http:// _midtierServer_:8080/arsys/WSDL/public/  _serverName_
/ PDL_Suite_Product_Association_WS

WSDL operation


<wsdl:operation name="Suite_Product_Association_WS">
  <wsdl:input message="s0:Suite_Product_Association_WSSoapIn" /> 
  <wsdl:output message="s0:Suite_Product_Association_WSSoapOut" /> 
</wsdl:operation>

WSDL messages


<wsdl:message name="Suite_Product_Association_WSSoapIn">
  <wsdl:part element="s0:Suite_Product_Association_WS" name="parameters" /> 
</wsdl:message>
<wsdl:message name="Suite_Product_Association_WSSoapOut">
  <wsdl:part element="s0:Suite_Product_Association_WSResponse" name="parameters" /> 
</wsdl:message>

XSD schema


<xsd:schema elementFormDefault="qualified" targetWeb service URL="urn:PDL_Suite_Product_Association_WS">
  <xsd:element name="Suite_Product_Association_WS" type="s0:CreateInputMap" /> 
- <xsd:complexType name="CreateInputMap">
- <xsd:sequence>
  <xsd:element name="Assigned_To" type="xsd:string" /> 
  <xsd:element name="Assignee_Groups" type="xsd:string" /> 
  <xsd:element name="DataTags" type="xsd:string" /> 
  <xsd:element name="instanceId" type="xsd:string" /> 
  <xsd:element name="Product_ID" type="xsd:string" /> 
  <xsd:element name="Product_Instance_ID" type="xsd:string" /> 
  <xsd:element name="Short_Description" type="xsd:string" /> 
  <xsd:element name="Status" type="s0:StatusType" /> 
  <xsd:element name="Submitter" type="xsd:string" /> 
  <xsd:element name="Suite_ID" type="xsd:string" /> 
  <xsd:element name="Suite_Instance_ID" type="xsd:string" /> 
  <xsd:element name="Suite_Name" type="xsd:string" /> 
  <xsd:element name="Vendor_Assignee_Groups" type="xsd:string" /> 
  <xsd:element name="z1D_ExistingIID" type="xsd:string" /> 
  <xsd:element name="z1D_Manufacturer" type="xsd:string" /> 
  <xsd:element name="z1D_Manufacturer2" type="xsd:string" /> 
  <xsd:element name="z1D_ModelVersion" type="xsd:string" /> 
  <xsd:element name="z1D_ModelVersion2" type="xsd:string" /> 
  <xsd:element name="z1D_ProductName" type="xsd:string" /> 
  <xsd:element name="z1D_ProductName2" type="xsd:string" /> 
  <xsd:element name="zTmpField1" type="xsd:string" /> 
  </xsd:sequence>
  </xsd:complexType>
- <xsd:simpleType name="StatusType">
- <xsd:restriction base="xsd:string">
  <xsd:enumeration value="New" /> 
  <xsd:enumeration value="Assigned" /> 
  <xsd:enumeration value="Fixed" /> 
  <xsd:enumeration value="Rejected" /> 
  <xsd:enumeration value="Closed" /> 
  </xsd:restriction>
  </xsd:simpleType>
  <xsd:element name="Suite_Product_Association_WSResponse" type="s0:CreateOutputMap" /> 
- <xsd:complexType name="CreateOutputMap">
- <xsd:sequence>
  <xsd:element name="Request_ID" type="xsd:string" /> 
  </xsd:sequence>
  </xsd:complexType>

Required input arguments

Product_ID

Product ID which is to be associated with a suite.

Product_Instance_ID

Product instance id with the about product ID.

Suite_ID

The suite product ID.

Suite_Instance_ID

The suite instance ID.

z1D_Manufacturer2

The manufacturer name of the suite.

z1D_ModelVersion2

The product model/version of the suite.

z1D_ProductName2

The suite product name.

z1D_Manufacturer

The manufacturer name of the product.

z1D_ModelVersion

The product model/version of the product.

z1D_ProductName

The product name.

Short_Description

Limited length description.

Status

Valid values are: New Assigned Fixed Rejected Closed

Submitter

The name of the user who is currently logged into the system. Example: pcadmin.

Return value

Request_ID

Returned after successful association of the product with the suite.

Was this page helpful? Yes No Submitting... Thank you

Comments