Create or update Resource

Support for SOAP is deprecated starting with Unifier 23.10.

Description

This method creates (and updates) Resource Manager Resources.

Support

This method can only support creating and updating Resources at the company level.

Installation: ASP and Self host

Level Yes or No
Company Level Yes
Project/Shell Level No

Prototype

public XMLObject createUpdateResource (String shortname, String authcode, String resourceXML);

Parameters

Parameter Description
shortname identifier of the company, company's short name
authcode authentication key for the company, in text string
resourceXML Information of the resource(s) that will be created or updated

Return Value

See Appendix B: Return Values.

Sample Method

createUpdateResource("acme", "acme_authcode", XML)

Additional Information

_resource tag can repeat to create multiple resources.