3.1.4.6 CreateItem
This protocol uses the CreateItem operation specified in [MS-OXWSCORE] section 3.1.4.2 to create contact (2) item elements.
-
<wsdl:operation name="CreateItem"> <wsdl:input message="tns:CreateItemSoapIn" /> <wsdl:output message="tns:CreateItemSoapOut" /> </wsdl:operation>
Request
Message format |
Description |
---|---|
tns:CreateItemSoapIn ([MS-OXWSCORE] section 3.1.4.2.1.1) |
Specifies the SOAP message that defines the contact (2) item to create. The Items child element of the CreateItem ([MS-OXWSCORE] section 3.1.4.2.2.1) child element that specifies the XML request MUST contain one or more t:ContactItemType elements (section 2.2.4.3). All other elements MUST be empty. The contact (2) item MUST be created in a Contacts folder, or ErrorCannotCreateContactInNonContactFolder ([MS-OXWSCDATA] section 2.2.5.24) will be returned. |
Response
Message format |
Description |
---|---|
tns:CreateItemSoapOut ([MS-OXWSCORE] section 3.1.4.2.1.2) |
Specifies the SOAP message returned by the server in response. |