complexType createObjectRequestType
diagram BusinessObjectServiceWSDL_diagrams/BusinessObjectServiceWSDL_p12.png
namespace http://xmlns.oracle.com/Agile/e6/core/BusinessObject/V1
type extension of tns:RequestHeaderType
properties
base ns1:RequestHeaderType
children messageId messageName plmObject plmResult
used by
elements createObject/createObjectRequest createObjectBulkRequestType/requests
source <xsd:complexType name="createObjectRequestType">
 
<xsd:complexContent>
   
<xsd:extension base="ns1:RequestHeaderType">
     
<xsd:sequence>
       
<xsd:element name="plmObject" type="ns1:plmObject"/>
       
<xsd:element name="plmResult" type="ns1:plmResult" minOccurs="0"/>
     
</xsd:sequence>
   
</xsd:extension>
 
</xsd:complexContent>
</xsd:complexType>

WSDL documentation generated by XMLSpy WSDL Editor http://www.altova.com/xmlspy