soap

package
v1.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 11, 2023 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Namespace = "http://www.ca.com/UnicenterServicePlus/ServiceDesk"

Namespace was auto-generated from WSDL.

Functions

func ExtractError

func ExtractError(errData *SoapError) string

ExtractError is extracting Error struct to SDM SOAP-like template

Deprecated.

func FakeRoundTrip

func FakeRoundTrip(c *MockClient, action Method, in, out soap.Message) error

FakeRoundTrip is endconing input request, comparing with mock data and returning decoded response back

func IntPtr

func IntPtr(n int) *int

IntPtr is a wrapper to create inline pointer to int

func NewLoginArtifact

func NewLoginArtifact(userid, artifact string) *loginArtifact

NewLoginArtifact is a built-in function to create an instance of SoapLogin compatible struct. With authorization by CA SDM userid and EEM artifact.

*NOT IMPLEMENTED*

func NewLoginManaged

func NewLoginManaged(policy, cert string) *loginManaged

NewLoginManaged is a built-in function to create an instance of SoapLogin compatible struct. With authorization by CA SDM policy and certificate.

Pre-requirement steps:

  1. Create new Policy under Admin Tab > SOAP > Policies;
  2. Specify Proxy Contact
  3. Run `pdm_pki -p <POLICY_NAME> -f`
  4. Distribute newly created `<POLICY_NAME>.p12` file

func NewLoginUserPassword

func NewLoginUserPassword(username, password, policy string) *loginUserPassword

NewLoginUserPassword is a built-in function to create an instance of SoapLogin compatible struct. With authorization by CA SDM username, password, and policy.

func StringPtr

func StringPtr(s string) *string

StringPtr is a wrapper to create inline pointer to string

func UmarshalError

func UmarshalError()

Types

type AddAssetLog

type AddAssetLog struct {
	Sid           *int    `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	AssetHandle   *string `xml:"assetHandle,omitempty" json:"assetHandle,omitempty" yaml:"assetHandle,omitempty"`
	ContactHandle *string `xml:"contactHandle,omitempty" json:"contactHandle,omitempty" yaml:"contactHandle,omitempty"`
	LogText       *string `xml:"logText,omitempty" json:"logText,omitempty" yaml:"logText,omitempty"`
}

AddAssetLog was auto-generated from WSDL.

type AddAssetLogResponse

type AddAssetLogResponse struct {
}

AddAssetLogResponse was auto-generated from WSDL.

type AddBookmark

type AddBookmark struct {
	Sid       *int    `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	ContactId *string `xml:"contactId,omitempty" json:"contactId,omitempty" yaml:"contactId,omitempty"`
	DocId     *int    `xml:"docId,omitempty" json:"docId,omitempty" yaml:"docId,omitempty"`
}

AddBookmark was auto-generated from WSDL.

type AddBookmarkResponse

type AddBookmarkResponse struct {
	AddBookmarkReturn *string `xml:"addBookmarkReturn,omitempty" json:"addBookmarkReturn,omitempty" yaml:"addBookmarkReturn,omitempty"`
}

AddBookmarkResponse was auto-generated from WSDL.

type AddComment

type AddComment struct {
	Sid       *int    `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	Comment   *string `xml:"comment,omitempty" json:"comment,omitempty" yaml:"comment,omitempty"`
	DocId     *int    `xml:"docId,omitempty" json:"docId,omitempty" yaml:"docId,omitempty"`
	Email     *string `xml:"email,omitempty" json:"email,omitempty" yaml:"email,omitempty"`
	Username  *string `xml:"username,omitempty" json:"username,omitempty" yaml:"username,omitempty"`
	ContactId *string `xml:"contactId,omitempty" json:"contactId,omitempty" yaml:"contactId,omitempty"`
}

AddComment was auto-generated from WSDL.

type AddCommentResponse

type AddCommentResponse struct {
	AddCommentReturn *string `xml:"addCommentReturn,omitempty" json:"addCommentReturn,omitempty" yaml:"addCommentReturn,omitempty"`
}

AddCommentResponse was auto-generated from WSDL.

type AddMemberToGroup

type AddMemberToGroup struct {
	Sid           *int    `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	ContactHandle *string `xml:"contactHandle,omitempty" json:"contactHandle,omitempty" yaml:"contactHandle,omitempty"`
	GroupHandle   *string `xml:"groupHandle,omitempty" json:"groupHandle,omitempty" yaml:"groupHandle,omitempty"`
}

AddMemberToGroup was auto-generated from WSDL.

type AddMemberToGroupResponse

type AddMemberToGroupResponse struct {
}

AddMemberToGroupResponse was auto-generated from WSDL.

type ArrayOfInt

type ArrayOfInt struct {
	Integer []*int `xml:"integer,omitempty" json:"integer,omitempty" yaml:"integer,omitempty"`
}

ArrayOfInt was auto-generated from WSDL.

func ArrToAOI

func ArrToAOI(arr []int) *ArrayOfInt

ArrToAOI is a wrapper to create inline pointer to Array of Int

type ArrayOfString

type ArrayOfString struct {
	String []*string `xml:"string,omitempty" json:"string,omitempty" yaml:"string,omitempty"`
}

ArrayOfString was auto-generated from WSDL.

func ArrToAOS

func ArrToAOS(arr []string) *ArrayOfString

ArrToAOS is a wrapper to create inline pointer to Array of String

type AttachChangeToRequest

type AttachChangeToRequest struct {
	Sid            *int           `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	Creator        *string        `xml:"creator,omitempty" json:"creator,omitempty" yaml:"creator,omitempty"`
	RequestHandle  *string        `xml:"requestHandle,omitempty" json:"requestHandle,omitempty" yaml:"requestHandle,omitempty"`
	ChangeHandle   *string        `xml:"changeHandle,omitempty" json:"changeHandle,omitempty" yaml:"changeHandle,omitempty"`
	ChangeAttrVals *ArrayOfString `xml:"changeAttrVals,omitempty" json:"changeAttrVals,omitempty" yaml:"changeAttrVals,omitempty"`
	Description    *string        `xml:"description,omitempty" json:"description,omitempty" yaml:"description,omitempty"`
}

AttachChangeToRequest was auto-generated from WSDL.

type AttachChangeToRequestResponse

type AttachChangeToRequestResponse struct {
	AttachChangeToRequestReturn *string `` /* 133-byte string literal not displayed */
}

AttachChangeToRequestResponse was auto-generated from WSDL.

type AttachURLLink struct {
	Sid         *int    `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	DocId       *int    `xml:"docId,omitempty" json:"docId,omitempty" yaml:"docId,omitempty"`
	Url         *string `xml:"url,omitempty" json:"url,omitempty" yaml:"url,omitempty"`
	AttmntName  *string `xml:"attmntName,omitempty" json:"attmntName,omitempty" yaml:"attmntName,omitempty"`
	Description *string `xml:"description,omitempty" json:"description,omitempty" yaml:"description,omitempty"`
}

AttachURLLink was auto-generated from WSDL.

type AttachURLLinkResponse

type AttachURLLinkResponse struct {
	AttachURLLinkReturn *int `xml:"attachURLLinkReturn,omitempty" json:"attachURLLinkReturn,omitempty" yaml:"attachURLLinkReturn,omitempty"`
}

AttachURLLinkResponse was auto-generated from WSDL.

type AttachURLLinkToTicket

type AttachURLLinkToTicket struct {
	Sid          *int    `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	TicketHandle *string `xml:"ticketHandle,omitempty" json:"ticketHandle,omitempty" yaml:"ticketHandle,omitempty"`
	Url          *string `xml:"url,omitempty" json:"url,omitempty" yaml:"url,omitempty"`
	AttmntName   *string `xml:"attmntName,omitempty" json:"attmntName,omitempty" yaml:"attmntName,omitempty"`
	Description  *string `xml:"description,omitempty" json:"description,omitempty" yaml:"description,omitempty"`
}

AttachURLLinkToTicket was auto-generated from WSDL.

type AttachURLLinkToTicketResponse

type AttachURLLinkToTicketResponse struct {
	AttachURLLinkToTicketReturn *string `` /* 133-byte string literal not displayed */
}

AttachURLLinkToTicketResponse was auto-generated from WSDL.

type AttmntFolderLinkCount

type AttmntFolderLinkCount struct {
	Sid      *int `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	FolderId *int `xml:"folderId,omitempty" json:"folderId,omitempty" yaml:"folderId,omitempty"`
}

AttmntFolderLinkCount was auto-generated from WSDL.

type AttmntFolderLinkCountResponse

type AttmntFolderLinkCountResponse struct {
	AttmntFolderLinkCountReturn *int `` /* 133-byte string literal not displayed */
}

AttmntFolderLinkCountResponse was auto-generated from WSDL.

type CallServerMethod

type CallServerMethod struct {
	Sid         *int           `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	MethodName  *string        `xml:"methodName,omitempty" json:"methodName,omitempty" yaml:"methodName,omitempty"`
	FactoryName *string        `xml:"factoryName,omitempty" json:"factoryName,omitempty" yaml:"factoryName,omitempty"`
	FormatList  *string        `xml:"formatList,omitempty" json:"formatList,omitempty" yaml:"formatList,omitempty"`
	Parameters  *ArrayOfString `xml:"parameters,omitempty" json:"parameters,omitempty" yaml:"parameters,omitempty"`
}

CallServerMethod was auto-generated from WSDL.

type CallServerMethodResponse

type CallServerMethodResponse struct {
	CallServerMethodReturn *string `xml:"callServerMethodReturn,omitempty" json:"callServerMethodReturn,omitempty" yaml:"callServerMethodReturn,omitempty"`
}

CallServerMethodResponse was auto-generated from WSDL.

type ChangeStatus

type ChangeStatus struct {
	Sid             *int    `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	Creator         *string `xml:"creator,omitempty" json:"creator,omitempty" yaml:"creator,omitempty"`
	ObjectHandle    *string `xml:"objectHandle,omitempty" json:"objectHandle,omitempty" yaml:"objectHandle,omitempty"`
	Description     *string `xml:"description,omitempty" json:"description,omitempty" yaml:"description,omitempty"`
	NewStatusHandle *string `xml:"newStatusHandle,omitempty" json:"newStatusHandle,omitempty" yaml:"newStatusHandle,omitempty"`
}

ChangeStatus was auto-generated from WSDL.

type ChangeStatusResponse

type ChangeStatusResponse struct {
	ChangeStatusReturn *string `xml:"changeStatusReturn,omitempty" json:"changeStatusReturn,omitempty" yaml:"changeStatusReturn,omitempty"`
}

ChangeStatusResponse was auto-generated from WSDL.

type ClearNotification

type ClearNotification struct {
	Sid      *int    `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	LrObject *string `xml:"lrObject,omitempty" json:"lrObject,omitempty" yaml:"lrObject,omitempty"`
	ClearBy  *string `xml:"clearBy,omitempty" json:"clearBy,omitempty" yaml:"clearBy,omitempty"`
}

ClearNotification was auto-generated from WSDL.

type ClearNotificationResponse

type ClearNotificationResponse struct {
	ClearNotificationReturn *int `xml:"clearNotificationReturn,omitempty" json:"clearNotificationReturn,omitempty" yaml:"clearNotificationReturn,omitempty"`
}

ClearNotificationResponse was auto-generated from WSDL.

type CloseTicket

type CloseTicket struct {
	Sid          *int    `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	Description  *string `xml:"description,omitempty" json:"description,omitempty" yaml:"description,omitempty"`
	TicketHandle *string `xml:"ticketHandle,omitempty" json:"ticketHandle,omitempty" yaml:"ticketHandle,omitempty"`
}

CloseTicket was auto-generated from WSDL.

type CloseTicketResponse

type CloseTicketResponse struct {
	CloseTicketReturn *string `xml:"closeTicketReturn,omitempty" json:"closeTicketReturn,omitempty" yaml:"closeTicketReturn,omitempty"`
}

CloseTicketResponse was auto-generated from WSDL.

type CreateActivityLog

type CreateActivityLog struct {
	Sid          *int    `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	Creator      *string `xml:"creator,omitempty" json:"creator,omitempty" yaml:"creator,omitempty"`
	ObjectHandle *string `xml:"objectHandle,omitempty" json:"objectHandle,omitempty" yaml:"objectHandle,omitempty"`
	Description  *string `xml:"description,omitempty" json:"description,omitempty" yaml:"description,omitempty"`
	LogType      *string `xml:"logType,omitempty" json:"logType,omitempty" yaml:"logType,omitempty"`
	TimeSpent    *int    `xml:"timeSpent,omitempty" json:"timeSpent,omitempty" yaml:"timeSpent,omitempty"`
	Internal     *bool   `xml:"internal,omitempty" json:"internal,omitempty" yaml:"internal,omitempty"`
}

CreateActivityLog was auto-generated from WSDL.

type CreateActivityLogResponse

type CreateActivityLogResponse struct {
	CreateActivityLogReturn *string `xml:"createActivityLogReturn,omitempty" json:"createActivityLogReturn,omitempty" yaml:"createActivityLogReturn,omitempty"`
}

CreateActivityLogResponse was auto-generated from WSDL.

type CreateAsset

type CreateAsset struct {
	Sid                *int           `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	AttrVals           *ArrayOfString `xml:"attrVals,omitempty" json:"attrVals,omitempty" yaml:"attrVals,omitempty"`
	Attributes         *ArrayOfString `xml:"attributes,omitempty" json:"attributes,omitempty" yaml:"attributes,omitempty"`
	CreateAssetResult  *string        `xml:"createAssetResult,omitempty" json:"createAssetResult,omitempty" yaml:"createAssetResult,omitempty"`
	NewAssetHandle     *string        `xml:"newAssetHandle,omitempty" json:"newAssetHandle,omitempty" yaml:"newAssetHandle,omitempty"`
	NewExtensionHandle *string        `xml:"newExtensionHandle,omitempty" json:"newExtensionHandle,omitempty" yaml:"newExtensionHandle,omitempty"`
	NewExtensionName   *string        `xml:"newExtensionName,omitempty" json:"newExtensionName,omitempty" yaml:"newExtensionName,omitempty"`
}

CreateAsset was auto-generated from WSDL.

type CreateAssetParentChildRelationship

type CreateAssetParentChildRelationship struct {
	Sid          *int    `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	ParentHandle *string `xml:"parentHandle,omitempty" json:"parentHandle,omitempty" yaml:"parentHandle,omitempty"`
	ChildHandle  *string `xml:"childHandle,omitempty" json:"childHandle,omitempty" yaml:"childHandle,omitempty"`
}

CreateAssetParentChildRelationship was auto-generated from WSDL.

type CreateAssetParentChildRelationshipResponse

type CreateAssetParentChildRelationshipResponse struct {
	CreateAssetParentChildRelationshipReturn *string `` /* 172-byte string literal not displayed */
}

CreateAssetParentChildRelationshipResponse was auto-generated from WSDL.

type CreateAssetResponse

type CreateAssetResponse struct {
	CreateAssetResult  *string `xml:"createAssetResult,omitempty" json:"createAssetResult,omitempty" yaml:"createAssetResult,omitempty"`
	NewAssetHandle     *string `xml:"newAssetHandle,omitempty" json:"newAssetHandle,omitempty" yaml:"newAssetHandle,omitempty"`
	NewExtensionHandle *string `xml:"newExtensionHandle,omitempty" json:"newExtensionHandle,omitempty" yaml:"newExtensionHandle,omitempty"`
	NewExtensionName   *string `xml:"newExtensionName,omitempty" json:"newExtensionName,omitempty" yaml:"newExtensionName,omitempty"`
}

CreateAssetResponse was auto-generated from WSDL.

type CreateAttachment

type CreateAttachment struct {
	Sid              *int    `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	RepositoryHandle *string `xml:"repositoryHandle,omitempty" json:"repositoryHandle,omitempty" yaml:"repositoryHandle,omitempty"`
	ObjectHandle     *string `xml:"objectHandle,omitempty" json:"objectHandle,omitempty" yaml:"objectHandle,omitempty"`
	Description      *string `xml:"description,omitempty" json:"description,omitempty" yaml:"description,omitempty"`
	FileName         *string `xml:"fileName,omitempty" json:"fileName,omitempty" yaml:"fileName,omitempty"`
}

CreateAttachment was auto-generated from WSDL.

type CreateAttachmentResponse

type CreateAttachmentResponse struct {
	CreateAttachmentReturn *string `xml:"createAttachmentReturn,omitempty" json:"createAttachmentReturn,omitempty" yaml:"createAttachmentReturn,omitempty"`
}

CreateAttachmentResponse was auto-generated from WSDL.

type CreateAttmnt

type CreateAttmnt struct {
	Sid              *int    `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	RepositoryHandle *string `xml:"repositoryHandle,omitempty" json:"repositoryHandle,omitempty" yaml:"repositoryHandle,omitempty"`
	FolderId         *int    `xml:"folderId,omitempty" json:"folderId,omitempty" yaml:"folderId,omitempty"`
	ObjectHandle     *int    `xml:"objectHandle,omitempty" json:"objectHandle,omitempty" yaml:"objectHandle,omitempty"`
	Description      *string `xml:"description,omitempty" json:"description,omitempty" yaml:"description,omitempty"`
	FileName         *string `xml:"fileName,omitempty" json:"fileName,omitempty" yaml:"fileName,omitempty"`
}

CreateAttmnt was auto-generated from WSDL.

type CreateAttmntResponse

type CreateAttmntResponse struct {
	CreateAttmntReturn *string `xml:"createAttmntReturn,omitempty" json:"createAttmntReturn,omitempty" yaml:"createAttmntReturn,omitempty"`
}

CreateAttmntResponse was auto-generated from WSDL.

type CreateChangeOrder

type CreateChangeOrder struct {
	Sid             *int           `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	CreatorHandle   *string        `xml:"creatorHandle,omitempty" json:"creatorHandle,omitempty" yaml:"creatorHandle,omitempty"`
	AttrVals        *ArrayOfString `xml:"attrVals,omitempty" json:"attrVals,omitempty" yaml:"attrVals,omitempty"`
	PropertyValues  *ArrayOfString `xml:"propertyValues,omitempty" json:"propertyValues,omitempty" yaml:"propertyValues,omitempty"`
	Template        *string        `xml:"template,omitempty" json:"template,omitempty" yaml:"template,omitempty"`
	Attributes      *ArrayOfString `xml:"attributes,omitempty" json:"attributes,omitempty" yaml:"attributes,omitempty"`
	NewChangeHandle *string        `xml:"newChangeHandle,omitempty" json:"newChangeHandle,omitempty" yaml:"newChangeHandle,omitempty"`
	NewChangeNumber *string        `xml:"newChangeNumber,omitempty" json:"newChangeNumber,omitempty" yaml:"newChangeNumber,omitempty"`
}

CreateChangeOrder was auto-generated from WSDL.

type CreateChangeOrderResponse

type CreateChangeOrderResponse struct {
	CreateChangeOrderReturn *string `xml:"createChangeOrderReturn,omitempty" json:"createChangeOrderReturn,omitempty" yaml:"createChangeOrderReturn,omitempty"`
	NewChangeHandle         *string `xml:"newChangeHandle,omitempty" json:"newChangeHandle,omitempty" yaml:"newChangeHandle,omitempty"`
	NewChangeNumber         *string `xml:"newChangeNumber,omitempty" json:"newChangeNumber,omitempty" yaml:"newChangeNumber,omitempty"`
}

CreateChangeOrderResponse was auto-generated from WSDL.

type CreateDocument

type CreateDocument struct {
	Sid          *int           `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	KdAttributes *ArrayOfString `xml:"kdAttributes,omitempty" json:"kdAttributes,omitempty" yaml:"kdAttributes,omitempty"`
}

CreateDocument was auto-generated from WSDL.

type CreateDocumentResponse

type CreateDocumentResponse struct {
	CreateDocumentReturn *string `xml:"createDocumentReturn,omitempty" json:"createDocumentReturn,omitempty" yaml:"createDocumentReturn,omitempty"`
}

CreateDocumentResponse was auto-generated from WSDL.

type CreateFolder

type CreateFolder struct {
	Sid            *int    `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	ParentFolderId *int    `xml:"parentFolderId,omitempty" json:"parentFolderId,omitempty" yaml:"parentFolderId,omitempty"`
	RepId          *int    `xml:"repId,omitempty" json:"repId,omitempty" yaml:"repId,omitempty"`
	FolderType     *int    `xml:"folderType,omitempty" json:"folderType,omitempty" yaml:"folderType,omitempty"`
	Description    *string `xml:"description,omitempty" json:"description,omitempty" yaml:"description,omitempty"`
	FolderName     *string `xml:"folderName,omitempty" json:"folderName,omitempty" yaml:"folderName,omitempty"`
}

CreateFolder was auto-generated from WSDL.

type CreateFolderResponse

type CreateFolderResponse struct {
	CreateFolderReturn *string `xml:"createFolderReturn,omitempty" json:"createFolderReturn,omitempty" yaml:"createFolderReturn,omitempty"`
}

CreateFolderResponse was auto-generated from WSDL.

type CreateIssue

type CreateIssue struct {
	Sid            *int           `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	CreatorHandle  *string        `xml:"creatorHandle,omitempty" json:"creatorHandle,omitempty" yaml:"creatorHandle,omitempty"`
	AttrVals       *ArrayOfString `xml:"attrVals,omitempty" json:"attrVals,omitempty" yaml:"attrVals,omitempty"`
	PropertyValues *ArrayOfString `xml:"propertyValues,omitempty" json:"propertyValues,omitempty" yaml:"propertyValues,omitempty"`
	Template       *string        `xml:"template,omitempty" json:"template,omitempty" yaml:"template,omitempty"`
	Attributes     *ArrayOfString `xml:"attributes,omitempty" json:"attributes,omitempty" yaml:"attributes,omitempty"`
	NewIssueHandle *string        `xml:"newIssueHandle,omitempty" json:"newIssueHandle,omitempty" yaml:"newIssueHandle,omitempty"`
	NewIssueNumber *string        `xml:"newIssueNumber,omitempty" json:"newIssueNumber,omitempty" yaml:"newIssueNumber,omitempty"`
}

CreateIssue was auto-generated from WSDL.

type CreateIssueResponse

type CreateIssueResponse struct {
	CreateIssueReturn *string `xml:"createIssueReturn,omitempty" json:"createIssueReturn,omitempty" yaml:"createIssueReturn,omitempty"`
	NewIssueHandle    *string `xml:"newIssueHandle,omitempty" json:"newIssueHandle,omitempty" yaml:"newIssueHandle,omitempty"`
	NewIssueNumber    *string `xml:"newIssueNumber,omitempty" json:"newIssueNumber,omitempty" yaml:"newIssueNumber,omitempty"`
}

CreateIssueResponse was auto-generated from WSDL.

type CreateLrelRelationships

type CreateLrelRelationships struct {
	Sid              *int           `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	ContextObject    *string        `xml:"contextObject,omitempty" json:"contextObject,omitempty" yaml:"contextObject,omitempty"`
	LrelName         *string        `xml:"lrelName,omitempty" json:"lrelName,omitempty" yaml:"lrelName,omitempty"`
	AddObjectHandles *ArrayOfString `xml:"addObjectHandles,omitempty" json:"addObjectHandles,omitempty" yaml:"addObjectHandles,omitempty"`
}

CreateLrelRelationships was auto-generated from WSDL.

type CreateLrelRelationshipsResponse

type CreateLrelRelationshipsResponse struct {
}

CreateLrelRelationshipsResponse was auto-generated from WSDL.

type CreateObject

type CreateObject struct {
	Sid                *int           `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	ObjectType         *string        `xml:"objectType,omitempty" json:"objectType,omitempty" yaml:"objectType,omitempty"`
	AttrVals           *ArrayOfString `xml:"attrVals,omitempty" json:"attrVals,omitempty" yaml:"attrVals,omitempty"`
	Attributes         *ArrayOfString `xml:"attributes,omitempty" json:"attributes,omitempty" yaml:"attributes,omitempty"`
	CreateObjectResult *string        `xml:"createObjectResult,omitempty" json:"createObjectResult,omitempty" yaml:"createObjectResult,omitempty"`
	NewHandle          *string        `xml:"newHandle,omitempty" json:"newHandle,omitempty" yaml:"newHandle,omitempty"`
}

CreateObject was auto-generated from WSDL.

type CreateObjectResponse

type CreateObjectResponse struct {
	CreateObjectResult *string `xml:"createObjectResult,omitempty" json:"createObjectResult,omitempty" yaml:"createObjectResult,omitempty"`
	NewHandle          *string `xml:"newHandle,omitempty" json:"newHandle,omitempty" yaml:"newHandle,omitempty"`
}

CreateObjectResponse was auto-generated from WSDL.

type CreateQuickTicket

type CreateQuickTicket struct {
	Sid             *int    `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	CustomerHandle  *string `xml:"customerHandle,omitempty" json:"customerHandle,omitempty" yaml:"customerHandle,omitempty"`
	Description     *string `xml:"description,omitempty" json:"description,omitempty" yaml:"description,omitempty"`
	NewTicketHandle *string `xml:"newTicketHandle,omitempty" json:"newTicketHandle,omitempty" yaml:"newTicketHandle,omitempty"`
	NewTicketNumber *string `xml:"newTicketNumber,omitempty" json:"newTicketNumber,omitempty" yaml:"newTicketNumber,omitempty"`
}

CreateQuickTicket was auto-generated from WSDL.

type CreateQuickTicketResponse

type CreateQuickTicketResponse struct {
	CreateQuickTicketReturn *string `xml:"createQuickTicketReturn,omitempty" json:"createQuickTicketReturn,omitempty" yaml:"createQuickTicketReturn,omitempty"`
	NewTicketHandle         *string `xml:"newTicketHandle,omitempty" json:"newTicketHandle,omitempty" yaml:"newTicketHandle,omitempty"`
	NewTicketNumber         *string `xml:"newTicketNumber,omitempty" json:"newTicketNumber,omitempty" yaml:"newTicketNumber,omitempty"`
}

CreateQuickTicketResponse was auto-generated from WSDL.

type CreateRequest

type CreateRequest struct {
	Sid              *int           `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	CreatorHandle    *string        `xml:"creatorHandle,omitempty" json:"creatorHandle,omitempty" yaml:"creatorHandle,omitempty"`
	AttrVals         *ArrayOfString `xml:"attrVals,omitempty" json:"attrVals,omitempty" yaml:"attrVals,omitempty"`
	PropertyValues   *ArrayOfString `xml:"propertyValues,omitempty" json:"propertyValues,omitempty" yaml:"propertyValues,omitempty"`
	Template         *string        `xml:"template,omitempty" json:"template,omitempty" yaml:"template,omitempty"`
	Attributes       *ArrayOfString `xml:"attributes,omitempty" json:"attributes,omitempty" yaml:"attributes,omitempty"`
	NewRequestHandle *string        `xml:"newRequestHandle,omitempty" json:"newRequestHandle,omitempty" yaml:"newRequestHandle,omitempty"`
	NewRequestNumber *string        `xml:"newRequestNumber,omitempty" json:"newRequestNumber,omitempty" yaml:"newRequestNumber,omitempty"`
}

CreateRequest was auto-generated from WSDL.

type CreateRequestResponse

type CreateRequestResponse struct {
	CreateRequestReturn *string `xml:"createRequestReturn,omitempty" json:"createRequestReturn,omitempty" yaml:"createRequestReturn,omitempty"`
	NewRequestHandle    *string `xml:"newRequestHandle,omitempty" json:"newRequestHandle,omitempty" yaml:"newRequestHandle,omitempty"`
	NewRequestNumber    *string `xml:"newRequestNumber,omitempty" json:"newRequestNumber,omitempty" yaml:"newRequestNumber,omitempty"`
}

CreateRequestResponse was auto-generated from WSDL.

type CreateTicket

type CreateTicket struct {
	Sid                   *int    `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	Description           *string `xml:"description,omitempty" json:"description,omitempty" yaml:"description,omitempty"`
	Problem_type          *string `xml:"problem_type,omitempty" json:"problem_type,omitempty" yaml:"problem_type,omitempty"`
	Userid                *string `xml:"userid,omitempty" json:"userid,omitempty" yaml:"userid,omitempty"`
	Asset                 *string `xml:"asset,omitempty" json:"asset,omitempty" yaml:"asset,omitempty"`
	Duplication_id        *string `xml:"duplication_id,omitempty" json:"duplication_id,omitempty" yaml:"duplication_id,omitempty"`
	NewTicketHandle       *string `xml:"newTicketHandle,omitempty" json:"newTicketHandle,omitempty" yaml:"newTicketHandle,omitempty"`
	NewTicketNumber       *string `xml:"newTicketNumber,omitempty" json:"newTicketNumber,omitempty" yaml:"newTicketNumber,omitempty"`
	ReturnUserData        *string `xml:"returnUserData,omitempty" json:"returnUserData,omitempty" yaml:"returnUserData,omitempty"`
	ReturnApplicationData *string `xml:"returnApplicationData,omitempty" json:"returnApplicationData,omitempty" yaml:"returnApplicationData,omitempty"`
}

CreateTicket was auto-generated from WSDL.

type CreateTicketResponse

type CreateTicketResponse struct {
	CreateTicketReturn    *string `xml:"createTicketReturn,omitempty" json:"createTicketReturn,omitempty" yaml:"createTicketReturn,omitempty"`
	NewTicketHandle       *string `xml:"newTicketHandle,omitempty" json:"newTicketHandle,omitempty" yaml:"newTicketHandle,omitempty"`
	NewTicketNumber       *string `xml:"newTicketNumber,omitempty" json:"newTicketNumber,omitempty" yaml:"newTicketNumber,omitempty"`
	ReturnUserData        *string `xml:"returnUserData,omitempty" json:"returnUserData,omitempty" yaml:"returnUserData,omitempty"`
	ReturnApplicationData *string `xml:"returnApplicationData,omitempty" json:"returnApplicationData,omitempty" yaml:"returnApplicationData,omitempty"`
}

CreateTicketResponse was auto-generated from WSDL.

type CreateWorkFlowTask

type CreateWorkFlowTask struct {
	Sid                      *int           `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	AttrVals                 *ArrayOfString `xml:"attrVals,omitempty" json:"attrVals,omitempty" yaml:"attrVals,omitempty"`
	ObjectHandle             *string        `xml:"objectHandle,omitempty" json:"objectHandle,omitempty" yaml:"objectHandle,omitempty"`
	CreatorHandle            *string        `xml:"creatorHandle,omitempty" json:"creatorHandle,omitempty" yaml:"creatorHandle,omitempty"`
	SelectedWorkFlow         *string        `xml:"selectedWorkFlow,omitempty" json:"selectedWorkFlow,omitempty" yaml:"selectedWorkFlow,omitempty"`
	TaskType                 *string        `xml:"taskType,omitempty" json:"taskType,omitempty" yaml:"taskType,omitempty"`
	Attributes               *ArrayOfString `xml:"attributes,omitempty" json:"attributes,omitempty" yaml:"attributes,omitempty"`
	CreateWorkFlowTaskResult *string        `xml:"createWorkFlowTaskResult,omitempty" json:"createWorkFlowTaskResult,omitempty" yaml:"createWorkFlowTaskResult,omitempty"`
	NewHandle                *string        `xml:"newHandle,omitempty" json:"newHandle,omitempty" yaml:"newHandle,omitempty"`
}

CreateWorkFlowTask was auto-generated from WSDL.

type CreateWorkFlowTaskResponse

type CreateWorkFlowTaskResponse struct {
	CreateWorkFlowTaskResult *string `xml:"createWorkFlowTaskResult,omitempty" json:"createWorkFlowTaskResult,omitempty" yaml:"createWorkFlowTaskResult,omitempty"`
	NewHandle                *string `xml:"newHandle,omitempty" json:"newHandle,omitempty" yaml:"newHandle,omitempty"`
}

CreateWorkFlowTaskResponse was auto-generated from WSDL.

type DeleteBookmark

type DeleteBookmark struct {
	Sid       *int    `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	ContactId *string `xml:"contactId,omitempty" json:"contactId,omitempty" yaml:"contactId,omitempty"`
	DocId     *int    `xml:"docId,omitempty" json:"docId,omitempty" yaml:"docId,omitempty"`
}

DeleteBookmark was auto-generated from WSDL.

type DeleteBookmarkResponse

type DeleteBookmarkResponse struct {
	DeleteBookmarkReturn *int `xml:"deleteBookmarkReturn,omitempty" json:"deleteBookmarkReturn,omitempty" yaml:"deleteBookmarkReturn,omitempty"`
}

DeleteBookmarkResponse was auto-generated from WSDL.

type DeleteComment

type DeleteComment struct {
	Sid       *int `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	CommentId *int `xml:"commentId,omitempty" json:"commentId,omitempty" yaml:"commentId,omitempty"`
}

DeleteComment was auto-generated from WSDL.

type DeleteCommentResponse

type DeleteCommentResponse struct {
	DeleteCommentReturn *int `xml:"deleteCommentReturn,omitempty" json:"deleteCommentReturn,omitempty" yaml:"deleteCommentReturn,omitempty"`
}

DeleteCommentResponse was auto-generated from WSDL.

type DeleteDocument

type DeleteDocument struct {
	Sid   *int `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	DocId *int `xml:"docId,omitempty" json:"docId,omitempty" yaml:"docId,omitempty"`
}

DeleteDocument was auto-generated from WSDL.

type DeleteDocumentResponse

type DeleteDocumentResponse struct {
	DeleteDocumentReturn *int `xml:"deleteDocumentReturn,omitempty" json:"deleteDocumentReturn,omitempty" yaml:"deleteDocumentReturn,omitempty"`
}

DeleteDocumentResponse was auto-generated from WSDL.

type DeleteWorkFlowTask

type DeleteWorkFlowTask struct {
	Sid            *int    `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	WorkFlowHandle *string `xml:"workFlowHandle,omitempty" json:"workFlowHandle,omitempty" yaml:"workFlowHandle,omitempty"`
	ObjectHandle   *string `xml:"objectHandle,omitempty" json:"objectHandle,omitempty" yaml:"objectHandle,omitempty"`
}

DeleteWorkFlowTask was auto-generated from WSDL.

type DeleteWorkFlowTaskResponse

type DeleteWorkFlowTaskResponse struct {
}

DeleteWorkFlowTaskResponse was auto-generated from WSDL.

type DetachChangeFromRequest

type DetachChangeFromRequest struct {
	Sid           *int    `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	Creator       *string `xml:"creator,omitempty" json:"creator,omitempty" yaml:"creator,omitempty"`
	RequestHandle *string `xml:"requestHandle,omitempty" json:"requestHandle,omitempty" yaml:"requestHandle,omitempty"`
	Description   *string `xml:"description,omitempty" json:"description,omitempty" yaml:"description,omitempty"`
}

DetachChangeFromRequest was auto-generated from WSDL.

type DetachChangeFromRequestResponse

type DetachChangeFromRequestResponse struct {
	DetachChangeFromRequestReturn *string `` /* 139-byte string literal not displayed */
}

DetachChangeFromRequestResponse was auto-generated from WSDL.

type DoQuery

type DoQuery struct {
	Sid         *int    `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	ObjectType  *string `xml:"objectType,omitempty" json:"objectType,omitempty" yaml:"objectType,omitempty"`
	WhereClause *string `xml:"whereClause,omitempty" json:"whereClause,omitempty" yaml:"whereClause,omitempty"`
}

DoQuery was auto-generated from WSDL.

type DoQueryResponse

type DoQueryResponse struct {
	DoQueryReturn *ListResult `xml:"doQueryReturn,omitempty" json:"doQueryReturn,omitempty" yaml:"doQueryReturn,omitempty"`
}

DoQueryResponse was auto-generated from WSDL.

type DoSelect

type DoSelect struct {
	Sid         *int           `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	ObjectType  *string        `xml:"objectType,omitempty" json:"objectType,omitempty" yaml:"objectType,omitempty"`
	WhereClause *string        `xml:"whereClause,omitempty" json:"whereClause,omitempty" yaml:"whereClause,omitempty"`
	MaxRows     *int           `xml:"maxRows,omitempty" json:"maxRows,omitempty" yaml:"maxRows,omitempty"`
	Attributes  *ArrayOfString `xml:"attributes,omitempty" json:"attributes,omitempty" yaml:"attributes,omitempty"`
}

DoSelect was auto-generated from WSDL.

type DoSelectKD

type DoSelectKD struct {
	Sid         *int           `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	WhereClause *string        `xml:"whereClause,omitempty" json:"whereClause,omitempty" yaml:"whereClause,omitempty"`
	SortBy      *string        `xml:"sortBy,omitempty" json:"sortBy,omitempty" yaml:"sortBy,omitempty"`
	Desc        *bool          `xml:"desc,omitempty" json:"desc,omitempty" yaml:"desc,omitempty"`
	MaxRows     *int           `xml:"maxRows,omitempty" json:"maxRows,omitempty" yaml:"maxRows,omitempty"`
	Attributes  *ArrayOfString `xml:"attributes,omitempty" json:"attributes,omitempty" yaml:"attributes,omitempty"`
	Skip        *int           `xml:"skip,omitempty" json:"skip,omitempty" yaml:"skip,omitempty"`
}

DoSelectKD was auto-generated from WSDL.

type DoSelectKDResponse

type DoSelectKDResponse struct {
	DoSelectKDReturn *string `xml:"doSelectKDReturn,omitempty" json:"doSelectKDReturn,omitempty" yaml:"doSelectKDReturn,omitempty"`
}

DoSelectKDResponse was auto-generated from WSDL.

type DoSelectResponse

type DoSelectResponse struct {
	DoSelectReturn *string `xml:"doSelectReturn,omitempty" json:"doSelectReturn,omitempty" yaml:"doSelectReturn,omitempty"`
}

DoSelectResponse was auto-generated from WSDL.

type Escalate

type Escalate struct {
	Sid                   *int    `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	Creator               *string `xml:"creator,omitempty" json:"creator,omitempty" yaml:"creator,omitempty"`
	ObjectHandle          *string `xml:"objectHandle,omitempty" json:"objectHandle,omitempty" yaml:"objectHandle,omitempty"`
	Description           *string `xml:"description,omitempty" json:"description,omitempty" yaml:"description,omitempty"`
	SetAssignee           *bool   `xml:"setAssignee,omitempty" json:"setAssignee,omitempty" yaml:"setAssignee,omitempty"`
	NewAssigneeHandle     *string `xml:"newAssigneeHandle,omitempty" json:"newAssigneeHandle,omitempty" yaml:"newAssigneeHandle,omitempty"`
	SetGroup              *bool   `xml:"setGroup,omitempty" json:"setGroup,omitempty" yaml:"setGroup,omitempty"`
	NewGroupHandle        *string `xml:"newGroupHandle,omitempty" json:"newGroupHandle,omitempty" yaml:"newGroupHandle,omitempty"`
	SetOrganization       *bool   `xml:"setOrganization,omitempty" json:"setOrganization,omitempty" yaml:"setOrganization,omitempty"`
	NewOrganizationHandle *string `xml:"newOrganizationHandle,omitempty" json:"newOrganizationHandle,omitempty" yaml:"newOrganizationHandle,omitempty"`
	SetPriority           *bool   `xml:"setPriority,omitempty" json:"setPriority,omitempty" yaml:"setPriority,omitempty"`
	NewPriorityHandle     *string `xml:"newPriorityHandle,omitempty" json:"newPriorityHandle,omitempty" yaml:"newPriorityHandle,omitempty"`
}

Escalate was auto-generated from WSDL.

type EscalateResponse

type EscalateResponse struct {
	EscalateReturn *string `xml:"escalateReturn,omitempty" json:"escalateReturn,omitempty" yaml:"escalateReturn,omitempty"`
}

EscalateResponse was auto-generated from WSDL.

type Faq

type Faq struct {
	Sid          *int    `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	CategoryIds  *string `xml:"categoryIds,omitempty" json:"categoryIds,omitempty" yaml:"categoryIds,omitempty"`
	ResultSize   *int    `xml:"resultSize,omitempty" json:"resultSize,omitempty" yaml:"resultSize,omitempty"`
	PropertyList *string `xml:"propertyList,omitempty" json:"propertyList,omitempty" yaml:"propertyList,omitempty"`
	SortBy       *string `xml:"sortBy,omitempty" json:"sortBy,omitempty" yaml:"sortBy,omitempty"`
	Descending   *bool   `xml:"descending,omitempty" json:"descending,omitempty" yaml:"descending,omitempty"`
	WhereClause  *string `xml:"whereClause,omitempty" json:"whereClause,omitempty" yaml:"whereClause,omitempty"`
	MaxDocIDs    *int    `xml:"maxDocIDs,omitempty" json:"maxDocIDs,omitempty" yaml:"maxDocIDs,omitempty"`
}

Faq was auto-generated from WSDL.

type FaqResponse

type FaqResponse struct {
	FaqReturn *string `xml:"faqReturn,omitempty" json:"faqReturn,omitempty" yaml:"faqReturn,omitempty"`
}

FaqResponse was auto-generated from WSDL.

type FindContacts

type FindContacts struct {
	Sid          *int    `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	UserName     *string `xml:"userName,omitempty" json:"userName,omitempty" yaml:"userName,omitempty"`
	LastName     *string `xml:"lastName,omitempty" json:"lastName,omitempty" yaml:"lastName,omitempty"`
	FirstName    *string `xml:"firstName,omitempty" json:"firstName,omitempty" yaml:"firstName,omitempty"`
	Email        *string `xml:"email,omitempty" json:"email,omitempty" yaml:"email,omitempty"`
	AccessType   *string `xml:"accessType,omitempty" json:"accessType,omitempty" yaml:"accessType,omitempty"`
	InactiveFlag *int    `xml:"inactiveFlag,omitempty" json:"inactiveFlag,omitempty" yaml:"inactiveFlag,omitempty"`
}

FindContacts was auto-generated from WSDL.

type FindContactsResponse

type FindContactsResponse struct {
	FindContactsReturn *string `xml:"findContactsReturn,omitempty" json:"findContactsReturn,omitempty" yaml:"findContactsReturn,omitempty"`
}

FindContactsResponse was auto-generated from WSDL.

type FreeListHandles

type FreeListHandles struct {
	Sid     *int        `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	Handles *ArrayOfInt `xml:"handles,omitempty" json:"handles,omitempty" yaml:"handles,omitempty"`
}

FreeListHandles was auto-generated from WSDL.

type FreeListHandlesResponse

type FreeListHandlesResponse struct {
}

FreeListHandlesResponse was auto-generated from WSDL.

type GetAccessTypeForContact

type GetAccessTypeForContact struct {
	Sid           *int    `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	ContactHandle *string `xml:"contactHandle,omitempty" json:"contactHandle,omitempty" yaml:"contactHandle,omitempty"`
}

GetAccessTypeForContact was auto-generated from WSDL.

type GetAccessTypeForContactResponse

type GetAccessTypeForContactResponse struct {
	GetAccessTypeForContactReturn *string `` /* 139-byte string literal not displayed */
}

GetAccessTypeForContactResponse was auto-generated from WSDL.

type GetArtifact

type GetArtifact struct {
	Sid     *int    `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	Contact *string `xml:"contact,omitempty" json:"contact,omitempty" yaml:"contact,omitempty"`
	Passwd  *string `xml:"passwd,omitempty" json:"passwd,omitempty" yaml:"passwd,omitempty"`
}

GetArtifact was auto-generated from WSDL.

type GetArtifactResponse

type GetArtifactResponse struct {
	GetArtifactReturn *string `xml:"getArtifactReturn,omitempty" json:"getArtifactReturn,omitempty" yaml:"getArtifactReturn,omitempty"`
}

GetArtifactResponse was auto-generated from WSDL.

type GetAssetExtensionInformation

type GetAssetExtensionInformation struct {
	Sid                   *int           `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	AssetHandle           *string        `xml:"assetHandle,omitempty" json:"assetHandle,omitempty" yaml:"assetHandle,omitempty"`
	Attributes            *ArrayOfString `xml:"attributes,omitempty" json:"attributes,omitempty" yaml:"attributes,omitempty"`
	GetAssetExtInfoResult *string        `xml:"getAssetExtInfoResult,omitempty" json:"getAssetExtInfoResult,omitempty" yaml:"getAssetExtInfoResult,omitempty"`
	ExtensionHandle       *string        `xml:"extensionHandle,omitempty" json:"extensionHandle,omitempty" yaml:"extensionHandle,omitempty"`
	ExtensionName         *string        `xml:"extensionName,omitempty" json:"extensionName,omitempty" yaml:"extensionName,omitempty"`
}

GetAssetExtensionInformation was auto-generated from WSDL.

type GetAssetExtensionInformationResponse

type GetAssetExtensionInformationResponse struct {
	GetAssetExtInfoResult *string `xml:"getAssetExtInfoResult,omitempty" json:"getAssetExtInfoResult,omitempty" yaml:"getAssetExtInfoResult,omitempty"`
	ExtensionHandle       *string `xml:"extensionHandle,omitempty" json:"extensionHandle,omitempty" yaml:"extensionHandle,omitempty"`
	ExtensionName         *string `xml:"extensionName,omitempty" json:"extensionName,omitempty" yaml:"extensionName,omitempty"`
}

GetAssetExtensionInformationResponse was auto-generated from WSDL.

type GetAttmntInfo

type GetAttmntInfo struct {
	Sid      *int `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	AttmntId *int `xml:"attmntId,omitempty" json:"attmntId,omitempty" yaml:"attmntId,omitempty"`
}

GetAttmntInfo was auto-generated from WSDL.

type GetAttmntInfoResponse

type GetAttmntInfoResponse struct {
	GetAttmntInfoReturn *string `xml:"getAttmntInfoReturn,omitempty" json:"getAttmntInfoReturn,omitempty" yaml:"getAttmntInfoReturn,omitempty"`
}

GetAttmntInfoResponse was auto-generated from WSDL.

type GetAttmntList

type GetAttmntList struct {
	Sid      *int `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	FolderId *int `xml:"folderId,omitempty" json:"folderId,omitempty" yaml:"folderId,omitempty"`
	RepId    *int `xml:"repId,omitempty" json:"repId,omitempty" yaml:"repId,omitempty"`
}

GetAttmntList was auto-generated from WSDL.

type GetAttmntListPerKD

type GetAttmntListPerKD struct {
	Sid   *int `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	DocId *int `xml:"docId,omitempty" json:"docId,omitempty" yaml:"docId,omitempty"`
}

GetAttmntListPerKD was auto-generated from WSDL.

type GetAttmntListPerKDResponse

type GetAttmntListPerKDResponse struct {
	GetAttmntListPerKDReturn *string `xml:"getAttmntListPerKDReturn,omitempty" json:"getAttmntListPerKDReturn,omitempty" yaml:"getAttmntListPerKDReturn,omitempty"`
}

GetAttmntListPerKDResponse was auto-generated from WSDL.

type GetAttmntListResponse

type GetAttmntListResponse struct {
	GetAttmntListReturn *string `xml:"getAttmntListReturn,omitempty" json:"getAttmntListReturn,omitempty" yaml:"getAttmntListReturn,omitempty"`
}

GetAttmntListResponse was auto-generated from WSDL.

type GetBookmarks

type GetBookmarks struct {
	Sid       *int    `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	ContactId *string `xml:"contactId,omitempty" json:"contactId,omitempty" yaml:"contactId,omitempty"`
}

GetBookmarks was auto-generated from WSDL.

type GetBookmarksResponse

type GetBookmarksResponse struct {
	GetBookmarksReturn *string `xml:"getBookmarksReturn,omitempty" json:"getBookmarksReturn,omitempty" yaml:"getBookmarksReturn,omitempty"`
}

GetBookmarksResponse was auto-generated from WSDL.

type GetBopsid

type GetBopsid struct {
	Sid     *int    `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	Contact *string `xml:"contact,omitempty" json:"contact,omitempty" yaml:"contact,omitempty"`
}

GetBopsid was auto-generated from WSDL.

type GetBopsidResponse

type GetBopsidResponse struct {
	GetBopsidReturn *string `xml:"getBopsidReturn,omitempty" json:"getBopsidReturn,omitempty" yaml:"getBopsidReturn,omitempty"`
}

GetBopsidResponse was auto-generated from WSDL.

type GetCategory

type GetCategory struct {
	Sid              *int  `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	CatId            *int  `xml:"catId,omitempty" json:"catId,omitempty" yaml:"catId,omitempty"`
	GetCategoryPaths *bool `xml:"getCategoryPaths,omitempty" json:"getCategoryPaths,omitempty" yaml:"getCategoryPaths,omitempty"`
}

GetCategory was auto-generated from WSDL.

type GetCategoryResponse

type GetCategoryResponse struct {
	GetCategoryReturn *string `xml:"getCategoryReturn,omitempty" json:"getCategoryReturn,omitempty" yaml:"getCategoryReturn,omitempty"`
}

GetCategoryResponse was auto-generated from WSDL.

type GetComments

type GetComments struct {
	Sid    *int    `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	DocIds *string `xml:"docIds,omitempty" json:"docIds,omitempty" yaml:"docIds,omitempty"`
}

GetComments was auto-generated from WSDL.

type GetCommentsResponse

type GetCommentsResponse struct {
	GetCommentsReturn *string `xml:"getCommentsReturn,omitempty" json:"getCommentsReturn,omitempty" yaml:"getCommentsReturn,omitempty"`
}

GetCommentsResponse was auto-generated from WSDL.

type GetConfigurationMode

type GetConfigurationMode struct {
	Sid *int `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
}

GetConfigurationMode was auto-generated from WSDL.

type GetConfigurationModeResponse

type GetConfigurationModeResponse struct {
	GetConfigurationModeReturn *string `` /* 130-byte string literal not displayed */
}

GetConfigurationModeResponse was auto-generated from WSDL.

type GetContact

type GetContact struct {
	Sid       *int    `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	ContactId *string `xml:"contactId,omitempty" json:"contactId,omitempty" yaml:"contactId,omitempty"`
}

GetContact was auto-generated from WSDL.

type GetContactResponse

type GetContactResponse struct {
	GetContactReturn *string `xml:"getContactReturn,omitempty" json:"getContactReturn,omitempty" yaml:"getContactReturn,omitempty"`
}

GetContactResponse was auto-generated from WSDL.

type GetDecisionTrees

type GetDecisionTrees struct {
	Sid          *int    `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	PropertyList *string `xml:"propertyList,omitempty" json:"propertyList,omitempty" yaml:"propertyList,omitempty"`
	SortBy       *string `xml:"sortBy,omitempty" json:"sortBy,omitempty" yaml:"sortBy,omitempty"`
	Descending   *bool   `xml:"descending,omitempty" json:"descending,omitempty" yaml:"descending,omitempty"`
}

GetDecisionTrees was auto-generated from WSDL.

type GetDecisionTreesResponse

type GetDecisionTreesResponse struct {
	GetDecisionTreesReturn *string `xml:"getDecisionTreesReturn,omitempty" json:"getDecisionTreesReturn,omitempty" yaml:"getDecisionTreesReturn,omitempty"`
}

GetDecisionTreesResponse was auto-generated from WSDL.

type GetDependentAttrControls

type GetDependentAttrControls struct {
	Sid      *int           `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	Handle   *string        `xml:"handle,omitempty" json:"handle,omitempty" yaml:"handle,omitempty"`
	AttrVals *ArrayOfString `xml:"attrVals,omitempty" json:"attrVals,omitempty" yaml:"attrVals,omitempty"`
}

GetDependentAttrControls was auto-generated from WSDL.

type GetDependentAttrControlsResponse

type GetDependentAttrControlsResponse struct {
	GetDependentAttrControlsReturn *string `` /* 142-byte string literal not displayed */
}

GetDependentAttrControlsResponse was auto-generated from WSDL.

type GetDocument

type GetDocument struct {
	Sid          *int    `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	DocId        *int    `xml:"docId,omitempty" json:"docId,omitempty" yaml:"docId,omitempty"`
	PropertyList *string `xml:"propertyList,omitempty" json:"propertyList,omitempty" yaml:"propertyList,omitempty"`
	RelatedDoc   *bool   `xml:"relatedDoc,omitempty" json:"relatedDoc,omitempty" yaml:"relatedDoc,omitempty"`
	GetAttmnt    *bool   `xml:"getAttmnt,omitempty" json:"getAttmnt,omitempty" yaml:"getAttmnt,omitempty"`
	GetHistory   *bool   `xml:"getHistory,omitempty" json:"getHistory,omitempty" yaml:"getHistory,omitempty"`
	GetComment   *bool   `xml:"getComment,omitempty" json:"getComment,omitempty" yaml:"getComment,omitempty"`
	GetNotiList  *bool   `xml:"getNotiList,omitempty" json:"getNotiList,omitempty" yaml:"getNotiList,omitempty"`
}

GetDocument was auto-generated from WSDL.

type GetDocumentResponse

type GetDocumentResponse struct {
	GetDocumentReturn *string `xml:"getDocumentReturn,omitempty" json:"getDocumentReturn,omitempty" yaml:"getDocumentReturn,omitempty"`
}

GetDocumentResponse was auto-generated from WSDL.

type GetDocumentTypes

type GetDocumentTypes struct {
	Sid *int `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
}

GetDocumentTypes was auto-generated from WSDL.

type GetDocumentTypesResponse

type GetDocumentTypesResponse struct {
	GetDocumentTypesReturn *string `xml:"getDocumentTypesReturn,omitempty" json:"getDocumentTypesReturn,omitempty" yaml:"getDocumentTypesReturn,omitempty"`
}

GetDocumentTypesResponse was auto-generated from WSDL.

type GetDocumentsByIDs

type GetDocumentsByIDs struct {
	Sid          *int    `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	DocIds       *string `xml:"docIds,omitempty" json:"docIds,omitempty" yaml:"docIds,omitempty"`
	PropertyList *string `xml:"propertyList,omitempty" json:"propertyList,omitempty" yaml:"propertyList,omitempty"`
	SortBy       *string `xml:"sortBy,omitempty" json:"sortBy,omitempty" yaml:"sortBy,omitempty"`
	Descending   *bool   `xml:"descending,omitempty" json:"descending,omitempty" yaml:"descending,omitempty"`
}

GetDocumentsByIDs was auto-generated from WSDL.

type GetDocumentsByIDsResponse

type GetDocumentsByIDsResponse struct {
	GetDocumentsByIDsReturn *string `xml:"getDocumentsByIDsReturn,omitempty" json:"getDocumentsByIDsReturn,omitempty" yaml:"getDocumentsByIDsReturn,omitempty"`
}

GetDocumentsByIDsResponse was auto-generated from WSDL.

type GetFolderInfo

type GetFolderInfo struct {
	Sid      *int `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	FolderId *int `xml:"folderId,omitempty" json:"folderId,omitempty" yaml:"folderId,omitempty"`
}

GetFolderInfo was auto-generated from WSDL.

type GetFolderInfoResponse

type GetFolderInfoResponse struct {
	GetFolderInfoReturn *string `xml:"getFolderInfoReturn,omitempty" json:"getFolderInfoReturn,omitempty" yaml:"getFolderInfoReturn,omitempty"`
}

GetFolderInfoResponse was auto-generated from WSDL.

type GetFolderList

type GetFolderList struct {
	Sid            *int `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	ParentFolderId *int `xml:"parentFolderId,omitempty" json:"parentFolderId,omitempty" yaml:"parentFolderId,omitempty"`
	RepId          *int `xml:"repId,omitempty" json:"repId,omitempty" yaml:"repId,omitempty"`
}

GetFolderList was auto-generated from WSDL.

type GetFolderListResponse

type GetFolderListResponse struct {
	GetFolderListReturn *string `xml:"getFolderListReturn,omitempty" json:"getFolderListReturn,omitempty" yaml:"getFolderListReturn,omitempty"`
}

GetFolderListResponse was auto-generated from WSDL.

type GetGroupMemberListValues

type GetGroupMemberListValues struct {
	Sid         *int           `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	WhereClause *string        `xml:"whereClause,omitempty" json:"whereClause,omitempty" yaml:"whereClause,omitempty"`
	NumToFetch  *int           `xml:"numToFetch,omitempty" json:"numToFetch,omitempty" yaml:"numToFetch,omitempty"`
	Attributes  *ArrayOfString `xml:"attributes,omitempty" json:"attributes,omitempty" yaml:"attributes,omitempty"`
}

GetGroupMemberListValues was auto-generated from WSDL.

type GetGroupMemberListValuesResponse

type GetGroupMemberListValuesResponse struct {
	GetGroupMemberListValuesReturn *string `` /* 142-byte string literal not displayed */
}

GetGroupMemberListValuesResponse was auto-generated from WSDL.

type GetHandleForUserid

type GetHandleForUserid struct {
	Sid    *int    `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	UserID *string `xml:"userID,omitempty" json:"userID,omitempty" yaml:"userID,omitempty"`
}

GetHandleForUserid was auto-generated from WSDL.

type GetHandleForUseridResponse

type GetHandleForUseridResponse struct {
	GetHandleForUseridReturn *string `xml:"getHandleForUseridReturn,omitempty" json:"getHandleForUseridReturn,omitempty" yaml:"getHandleForUseridReturn,omitempty"`
}

GetHandleForUseridResponse was auto-generated from WSDL.

type GetKDListPerAttmnt

type GetKDListPerAttmnt struct {
	Sid      *int `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	AttmntId *int `xml:"attmntId,omitempty" json:"attmntId,omitempty" yaml:"attmntId,omitempty"`
}

GetKDListPerAttmnt was auto-generated from WSDL.

type GetKDListPerAttmntResponse

type GetKDListPerAttmntResponse struct {
	GetKDListPerAttmntReturn *string `xml:"getKDListPerAttmntReturn,omitempty" json:"getKDListPerAttmntReturn,omitempty" yaml:"getKDListPerAttmntReturn,omitempty"`
}

GetKDListPerAttmntResponse was auto-generated from WSDL.

type GetListValues

type GetListValues struct {
	Sid            *int           `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	ListHandle     *int           `xml:"listHandle,omitempty" json:"listHandle,omitempty" yaml:"listHandle,omitempty"`
	StartIndex     *int           `xml:"startIndex,omitempty" json:"startIndex,omitempty" yaml:"startIndex,omitempty"`
	EndIndex       *int           `xml:"endIndex,omitempty" json:"endIndex,omitempty" yaml:"endIndex,omitempty"`
	AttributeNames *ArrayOfString `xml:"attributeNames,omitempty" json:"attributeNames,omitempty" yaml:"attributeNames,omitempty"`
}

GetListValues was auto-generated from WSDL.

type GetListValuesResponse

type GetListValuesResponse struct {
	GetListValuesReturn *string `xml:"getListValuesReturn,omitempty" json:"getListValuesReturn,omitempty" yaml:"getListValuesReturn,omitempty"`
}

GetListValuesResponse was auto-generated from WSDL.

type GetLrelLength

type GetLrelLength struct {
	Sid           *int    `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	ContextObject *string `xml:"contextObject,omitempty" json:"contextObject,omitempty" yaml:"contextObject,omitempty"`
	LrelName      *string `xml:"lrelName,omitempty" json:"lrelName,omitempty" yaml:"lrelName,omitempty"`
}

GetLrelLength was auto-generated from WSDL.

type GetLrelLengthResponse

type GetLrelLengthResponse struct {
	GetLrelLengthReturn *int `xml:"getLrelLengthReturn,omitempty" json:"getLrelLengthReturn,omitempty" yaml:"getLrelLengthReturn,omitempty"`
}

GetLrelLengthResponse was auto-generated from WSDL.

type GetLrelValues

type GetLrelValues struct {
	Sid           *int           `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	ContextObject *string        `xml:"contextObject,omitempty" json:"contextObject,omitempty" yaml:"contextObject,omitempty"`
	LrelName      *string        `xml:"lrelName,omitempty" json:"lrelName,omitempty" yaml:"lrelName,omitempty"`
	StartIndex    *int           `xml:"startIndex,omitempty" json:"startIndex,omitempty" yaml:"startIndex,omitempty"`
	EndIndex      *int           `xml:"endIndex,omitempty" json:"endIndex,omitempty" yaml:"endIndex,omitempty"`
	Attributes    *ArrayOfString `xml:"attributes,omitempty" json:"attributes,omitempty" yaml:"attributes,omitempty"`
}

GetLrelValues was auto-generated from WSDL.

type GetLrelValuesResponse

type GetLrelValuesResponse struct {
	GetLrelValuesReturn *string `xml:"getLrelValuesReturn,omitempty" json:"getLrelValuesReturn,omitempty" yaml:"getLrelValuesReturn,omitempty"`
}

GetLrelValuesResponse was auto-generated from WSDL.

type GetNotificationsForContact

type GetNotificationsForContact struct {
	Sid           *int    `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	ContactHandle *string `xml:"contactHandle,omitempty" json:"contactHandle,omitempty" yaml:"contactHandle,omitempty"`
	QueryStatus   *int    `xml:"queryStatus,omitempty" json:"queryStatus,omitempty" yaml:"queryStatus,omitempty"`
}

GetNotificationsForContact was auto-generated from WSDL.

type GetNotificationsForContactResponse

type GetNotificationsForContactResponse struct {
	GetNotificationsForContactReturn *ListResult `` /* 148-byte string literal not displayed */
}

GetNotificationsForContactResponse was auto-generated from WSDL.

type GetObjectTypeInformation

type GetObjectTypeInformation struct {
	Sid     *int    `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	Factory *string `xml:"factory,omitempty" json:"factory,omitempty" yaml:"factory,omitempty"`
}

GetObjectTypeInformation was auto-generated from WSDL.

type GetObjectTypeInformationResponse

type GetObjectTypeInformationResponse struct {
	GetObjectTypeInformationReturn *string `` /* 142-byte string literal not displayed */
}

GetObjectTypeInformationResponse was auto-generated from WSDL.

type GetObjectValues

type GetObjectValues struct {
	Sid          *int           `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	ObjectHandle *string        `xml:"objectHandle,omitempty" json:"objectHandle,omitempty" yaml:"objectHandle,omitempty"`
	Attributes   *ArrayOfString `xml:"attributes,omitempty" json:"attributes,omitempty" yaml:"attributes,omitempty"`
}

GetObjectValues was auto-generated from WSDL.

type GetObjectValuesResponse

type GetObjectValuesResponse struct {
	GetObjectValuesReturn *string `xml:"getObjectValuesReturn,omitempty" json:"getObjectValuesReturn,omitempty" yaml:"getObjectValuesReturn,omitempty"`
}

GetObjectValuesResponse was auto-generated from WSDL.

type GetPendingChangeTaskListForContact

type GetPendingChangeTaskListForContact struct {
	Sid           *int    `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	ContactHandle *string `xml:"contactHandle,omitempty" json:"contactHandle,omitempty" yaml:"contactHandle,omitempty"`
}

GetPendingChangeTaskListForContact was auto-generated from WSDL.

type GetPendingChangeTaskListForContactResponse

type GetPendingChangeTaskListForContactResponse struct {
	GetPendingChangeTaskListForContactReturn *ListResult `` /* 172-byte string literal not displayed */
}

GetPendingChangeTaskListForContactResponse was auto-generated from WSDL.

type GetPendingIssueTaskListForContact

type GetPendingIssueTaskListForContact struct {
	Sid           *int    `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	ContactHandle *string `xml:"contactHandle,omitempty" json:"contactHandle,omitempty" yaml:"contactHandle,omitempty"`
}

GetPendingIssueTaskListForContact was auto-generated from WSDL.

type GetPendingIssueTaskListForContactResponse

type GetPendingIssueTaskListForContactResponse struct {
	GetPendingIssueTaskListForContactReturn *ListResult `` /* 169-byte string literal not displayed */
}

GetPendingIssueTaskListForContactResponse was auto-generated from WSDL.

type GetPermissionGroups

type GetPermissionGroups struct {
	Sid     *int `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	GroupId *int `xml:"groupId,omitempty" json:"groupId,omitempty" yaml:"groupId,omitempty"`
}

GetPermissionGroups was auto-generated from WSDL.

type GetPermissionGroupsResponse

type GetPermissionGroupsResponse struct {
	GetPermissionGroupsReturn *string `` /* 127-byte string literal not displayed */
}

GetPermissionGroupsResponse was auto-generated from WSDL.

type GetPolicyInfo

type GetPolicyInfo struct {
	Sid *int `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
}

GetPolicyInfo was auto-generated from WSDL.

type GetPolicyInfoResponse

type GetPolicyInfoResponse struct {
	GetPolicyInfoReturn *string `xml:"getPolicyInfoReturn,omitempty" json:"getPolicyInfoReturn,omitempty" yaml:"getPolicyInfoReturn,omitempty"`
}

GetPolicyInfoResponse was auto-generated from WSDL.

type GetPriorities

type GetPriorities struct {
	Sid *int `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
}

GetPriorities was auto-generated from WSDL.

type GetPrioritiesResponse

type GetPrioritiesResponse struct {
	GetPrioritiesReturn *string `xml:"getPrioritiesReturn,omitempty" json:"getPrioritiesReturn,omitempty" yaml:"getPrioritiesReturn,omitempty"`
}

GetPrioritiesResponse was auto-generated from WSDL.

type GetPropertyInfoForCategory

type GetPropertyInfoForCategory struct {
	Sid            *int           `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	CategoryHandle *string        `xml:"categoryHandle,omitempty" json:"categoryHandle,omitempty" yaml:"categoryHandle,omitempty"`
	Attributes     *ArrayOfString `xml:"attributes,omitempty" json:"attributes,omitempty" yaml:"attributes,omitempty"`
}

GetPropertyInfoForCategory was auto-generated from WSDL.

type GetPropertyInfoForCategoryResponse

type GetPropertyInfoForCategoryResponse struct {
	GetPropertyInfoForCategoryReturn *string `` /* 148-byte string literal not displayed */
}

GetPropertyInfoForCategoryResponse was auto-generated from WSDL.

type GetQuestionsAsked

type GetQuestionsAsked struct {
	Sid        *int  `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	ResultSize *int  `xml:"resultSize,omitempty" json:"resultSize,omitempty" yaml:"resultSize,omitempty"`
	Descending *bool `xml:"descending,omitempty" json:"descending,omitempty" yaml:"descending,omitempty"`
}

GetQuestionsAsked was auto-generated from WSDL.

type GetQuestionsAskedResponse

type GetQuestionsAskedResponse struct {
	GetQuestionsAskedReturn *string `xml:"getQuestionsAskedReturn,omitempty" json:"getQuestionsAskedReturn,omitempty" yaml:"getQuestionsAskedReturn,omitempty"`
}

GetQuestionsAskedResponse was auto-generated from WSDL.

type GetRelatedList

type GetRelatedList struct {
	Sid          *int    `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	ObjectHandle *string `xml:"objectHandle,omitempty" json:"objectHandle,omitempty" yaml:"objectHandle,omitempty"`
	ListName     *string `xml:"listName,omitempty" json:"listName,omitempty" yaml:"listName,omitempty"`
}

GetRelatedList was auto-generated from WSDL.

type GetRelatedListResponse

type GetRelatedListResponse struct {
	GetRelatedListReturn *ListResult `xml:"getRelatedListReturn,omitempty" json:"getRelatedListReturn,omitempty" yaml:"getRelatedListReturn,omitempty"`
}

GetRelatedListResponse was auto-generated from WSDL.

type GetRelatedListValues

type GetRelatedListValues struct {
	Sid                        *int           `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	ObjectHandle               *string        `xml:"objectHandle,omitempty" json:"objectHandle,omitempty" yaml:"objectHandle,omitempty"`
	ListName                   *string        `xml:"listName,omitempty" json:"listName,omitempty" yaml:"listName,omitempty"`
	NumToFetch                 *int           `xml:"numToFetch,omitempty" json:"numToFetch,omitempty" yaml:"numToFetch,omitempty"`
	Attributes                 *ArrayOfString `xml:"attributes,omitempty" json:"attributes,omitempty" yaml:"attributes,omitempty"`
	GetRelatedListValuesResult *string        `` /* 130-byte string literal not displayed */
	NumRowsFound               *int           `xml:"numRowsFound,omitempty" json:"numRowsFound,omitempty" yaml:"numRowsFound,omitempty"`
}

GetRelatedListValues was auto-generated from WSDL.

type GetRelatedListValuesResponse

type GetRelatedListValuesResponse struct {
	GetRelatedListValuesResult *string `` /* 130-byte string literal not displayed */
	NumRowsFound               *int    `xml:"numRowsFound,omitempty" json:"numRowsFound,omitempty" yaml:"numRowsFound,omitempty"`
}

GetRelatedListValuesResponse was auto-generated from WSDL.

type GetRepositoryInfo

type GetRepositoryInfo struct {
	Sid          *int `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	RepositoryId *int `xml:"repositoryId,omitempty" json:"repositoryId,omitempty" yaml:"repositoryId,omitempty"`
}

GetRepositoryInfo was auto-generated from WSDL.

type GetRepositoryInfoResponse

type GetRepositoryInfoResponse struct {
	GetRepositoryInfoReturn *string `xml:"getRepositoryInfoReturn,omitempty" json:"getRepositoryInfoReturn,omitempty" yaml:"getRepositoryInfoReturn,omitempty"`
}

GetRepositoryInfoResponse was auto-generated from WSDL.

type GetStatuses

type GetStatuses struct {
	Sid *int `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
}

GetStatuses was auto-generated from WSDL.

type GetStatusesResponse

type GetStatusesResponse struct {
	GetStatusesReturn *string `xml:"getStatusesReturn,omitempty" json:"getStatusesReturn,omitempty" yaml:"getStatusesReturn,omitempty"`
}

GetStatusesResponse was auto-generated from WSDL.

type GetTaskListValues

type GetTaskListValues struct {
	Sid          *int           `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	ObjectHandle *string        `xml:"objectHandle,omitempty" json:"objectHandle,omitempty" yaml:"objectHandle,omitempty"`
	Attributes   *ArrayOfString `xml:"attributes,omitempty" json:"attributes,omitempty" yaml:"attributes,omitempty"`
}

GetTaskListValues was auto-generated from WSDL.

type GetTaskListValuesResponse

type GetTaskListValuesResponse struct {
	GetTaskListValuesReturn *string `xml:"getTaskListValuesReturn,omitempty" json:"getTaskListValuesReturn,omitempty" yaml:"getTaskListValuesReturn,omitempty"`
}

GetTaskListValuesResponse was auto-generated from WSDL.

type GetTemplateList

type GetTemplateList struct {
	Sid *int `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
}

GetTemplateList was auto-generated from WSDL.

type GetTemplateListResponse

type GetTemplateListResponse struct {
	GetTemplateListReturn *string `xml:"getTemplateListReturn,omitempty" json:"getTemplateListReturn,omitempty" yaml:"getTemplateListReturn,omitempty"`
}

GetTemplateListResponse was auto-generated from WSDL.

type GetValidTaskTransitions

type GetValidTaskTransitions struct {
	Sid        *int           `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	TaskHandle *string        `xml:"taskHandle,omitempty" json:"taskHandle,omitempty" yaml:"taskHandle,omitempty"`
	Attributes *ArrayOfString `xml:"attributes,omitempty" json:"attributes,omitempty" yaml:"attributes,omitempty"`
}

GetValidTaskTransitions was auto-generated from WSDL.

type GetValidTaskTransitionsResponse

type GetValidTaskTransitionsResponse struct {
	GetValidTaskTransitionsReturn *string `` /* 139-byte string literal not displayed */
}

GetValidTaskTransitionsResponse was auto-generated from WSDL.

type GetValidTransitions

type GetValidTransitions struct {
	Sid           *int    `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	Handle        *string `xml:"handle,omitempty" json:"handle,omitempty" yaml:"handle,omitempty"`
	TicketFactory *string `xml:"ticketFactory,omitempty" json:"ticketFactory,omitempty" yaml:"ticketFactory,omitempty"`
}

GetValidTransitions was auto-generated from WSDL.

type GetValidTransitionsResponse

type GetValidTransitionsResponse struct {
	GetValidTransitionsReturn *string `` /* 127-byte string literal not displayed */
}

GetValidTransitionsResponse was auto-generated from WSDL.

type GetWorkFlowTemplates

type GetWorkFlowTemplates struct {
	Sid          *int           `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	ObjectHandle *string        `xml:"objectHandle,omitempty" json:"objectHandle,omitempty" yaml:"objectHandle,omitempty"`
	Attributes   *ArrayOfString `xml:"attributes,omitempty" json:"attributes,omitempty" yaml:"attributes,omitempty"`
}

GetWorkFlowTemplates was auto-generated from WSDL.

type GetWorkFlowTemplatesResponse

type GetWorkFlowTemplatesResponse struct {
	GetWorkFlowTemplatesReturn *string `` /* 130-byte string literal not displayed */
}

GetWorkFlowTemplatesResponse was auto-generated from WSDL.

type GetWorkflowTemplateList

type GetWorkflowTemplateList struct {
	Sid *int `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
}

GetWorkflowTemplateList was auto-generated from WSDL.

type GetWorkflowTemplateListResponse

type GetWorkflowTemplateListResponse struct {
	GetWorkflowTemplateListReturn *string `` /* 139-byte string literal not displayed */
}

GetWorkflowTemplateListResponse was auto-generated from WSDL.

type Impersonate

type Impersonate struct {
	Sid    *int    `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	Userid *string `xml:"userid,omitempty" json:"userid,omitempty" yaml:"userid,omitempty"`
}

Impersonate was auto-generated from WSDL.

type ImpersonateResponse

type ImpersonateResponse struct {
	ImpersonateReturn *int `xml:"impersonateReturn,omitempty" json:"impersonateReturn,omitempty" yaml:"impersonateReturn,omitempty"`
}

ImpersonateResponse was auto-generated from WSDL.

type IsAttmntLinkedKD

type IsAttmntLinkedKD struct {
	Sid      *int `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	AttmntId *int `xml:"attmntId,omitempty" json:"attmntId,omitempty" yaml:"attmntId,omitempty"`
}

IsAttmntLinkedKD was auto-generated from WSDL.

type IsAttmntLinkedKDResponse

type IsAttmntLinkedKDResponse struct {
	IsAttmntLinkedKDReturn *int `xml:"isAttmntLinkedKDReturn,omitempty" json:"isAttmntLinkedKDReturn,omitempty" yaml:"isAttmntLinkedKDReturn,omitempty"`
}

IsAttmntLinkedKDResponse was auto-generated from WSDL.

type ListResult

type ListResult struct {
	ListHandle *int `xml:"listHandle,omitempty" json:"listHandle,omitempty" yaml:"listHandle,omitempty"`
	ListLength *int `xml:"listLength,omitempty" json:"listLength,omitempty" yaml:"listLength,omitempty"`
}

ListResult was auto-generated from WSDL.

type LogComment

type LogComment struct {
	Sid          *int    `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	TicketHandle *string `xml:"ticketHandle,omitempty" json:"ticketHandle,omitempty" yaml:"ticketHandle,omitempty"`
	Comment      *string `xml:"comment,omitempty" json:"comment,omitempty" yaml:"comment,omitempty"`
	InternalFlag *int    `xml:"internalFlag,omitempty" json:"internalFlag,omitempty" yaml:"internalFlag,omitempty"`
}

LogComment was auto-generated from WSDL.

type LogCommentResponse

type LogCommentResponse struct {
}

LogCommentResponse was auto-generated from WSDL.

type Login

type Login struct {
	Username *string `xml:"username,omitempty" json:"username,omitempty" yaml:"username,omitempty"`
	Password *string `xml:"password,omitempty" json:"password,omitempty" yaml:"password,omitempty"`
}

Login was auto-generated from WSDL.

type LoginIntfc

type LoginIntfc interface {
	// Login returns sid (session id) in case of successfull login.
	// SID is the first argument in the most of WSDL methods.
	Login(SoapWebService) (*int, error)
}

LoginIntfc is an interface for unified login structs

type LoginResponse

type LoginResponse struct {
	LoginReturn *int `xml:"loginReturn,omitempty" json:"loginReturn,omitempty" yaml:"loginReturn,omitempty"`
}

LoginResponse was auto-generated from WSDL.

type LoginService

type LoginService struct {
	Username *string `xml:"username,omitempty" json:"username,omitempty" yaml:"username,omitempty"`
	Password *string `xml:"password,omitempty" json:"password,omitempty" yaml:"password,omitempty"`
	Policy   *string `xml:"policy,omitempty" json:"policy,omitempty" yaml:"policy,omitempty"`
}

LoginService was auto-generated from WSDL.

type LoginServiceManaged

type LoginServiceManaged struct {
	Policy           *string `xml:"policy,omitempty" json:"policy,omitempty" yaml:"policy,omitempty"`
	Encrypted_policy *string `xml:"encrypted_policy,omitempty" json:"encrypted_policy,omitempty" yaml:"encrypted_policy,omitempty"`
}

LoginServiceManaged was auto-generated from WSDL.

type LoginServiceManagedResponse

type LoginServiceManagedResponse struct {
	LoginServiceManagedReturn *string `` /* 127-byte string literal not displayed */
}

LoginServiceManagedResponse was auto-generated from WSDL.

type LoginServiceResponse

type LoginServiceResponse struct {
	LoginServiceReturn *int `xml:"loginServiceReturn,omitempty" json:"loginServiceReturn,omitempty" yaml:"loginServiceReturn,omitempty"`
}

LoginServiceResponse was auto-generated from WSDL.

type LoginWithArtifact

type LoginWithArtifact struct {
	Userid   *string `xml:"userid,omitempty" json:"userid,omitempty" yaml:"userid,omitempty"`
	Artifact *string `xml:"artifact,omitempty" json:"artifact,omitempty" yaml:"artifact,omitempty"`
}

LoginWithArtifact was auto-generated from WSDL.

type LoginWithArtifactResponse

type LoginWithArtifactResponse struct {
	LoginWithArtifactReturn *int `xml:"loginWithArtifactReturn,omitempty" json:"loginWithArtifactReturn,omitempty" yaml:"loginWithArtifactReturn,omitempty"`
}

LoginWithArtifactResponse was auto-generated from WSDL.

type Logout

type Logout struct {
	Sid *int `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
}

Logout was auto-generated from WSDL.

type LogoutResponse

type LogoutResponse struct {
}

LogoutResponse was auto-generated from WSDL.

type Method

type Method string

Method should match mocked method. All lowercase.

func NewMethod

func NewMethod(name string) Method

NewMethod converts string to method by lowering case, nothing special

type MockClient

type MockClient struct {
	Mocks MockDataSet
}

MockClient is a mock SOAP client.

func (*MockClient) RoundTrip

func (c *MockClient) RoundTrip(in, out soap.Message) error

RoundTrip is required to match client interface

func (*MockClient) RoundTripSoap12

func (c *MockClient) RoundTripSoap12(action string, in, out soap.Message) error

RoundTripSoap12 is required to match client interface

func (*MockClient) RoundTripWithAction

func (c *MockClient) RoundTripWithAction(soapAction string, in, out soap.Message) error

RoundTripWithAction is required to match client interface

type MockData

type MockData struct {
	Requests []Request
	Response
}

MockData is a set of data that be validated, if every element in Requests match incoming request, Response part would be processed.

Empty Requests array always trigger Response return, use it as switch-like "default" case.

type MockDataSet

type MockDataSet map[Method][]MockData

MockDataSet must contain all mocket method with their data.

type ModifyDocument

type ModifyDocument struct {
	Sid          *int           `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	DocId        *int           `xml:"docId,omitempty" json:"docId,omitempty" yaml:"docId,omitempty"`
	KdAttributes *ArrayOfString `xml:"kdAttributes,omitempty" json:"kdAttributes,omitempty" yaml:"kdAttributes,omitempty"`
}

ModifyDocument was auto-generated from WSDL.

type ModifyDocumentResponse

type ModifyDocumentResponse struct {
	ModifyDocumentReturn *string `xml:"modifyDocumentReturn,omitempty" json:"modifyDocumentReturn,omitempty" yaml:"modifyDocumentReturn,omitempty"`
}

ModifyDocumentResponse was auto-generated from WSDL.

type NotifyContacts

type NotifyContacts struct {
	Sid           *int           `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	Creator       *string        `xml:"creator,omitempty" json:"creator,omitempty" yaml:"creator,omitempty"`
	ContextObject *string        `xml:"contextObject,omitempty" json:"contextObject,omitempty" yaml:"contextObject,omitempty"`
	MessageTitle  *string        `xml:"messageTitle,omitempty" json:"messageTitle,omitempty" yaml:"messageTitle,omitempty"`
	MessageBody   *string        `xml:"messageBody,omitempty" json:"messageBody,omitempty" yaml:"messageBody,omitempty"`
	NotifyLevel   *int           `xml:"notifyLevel,omitempty" json:"notifyLevel,omitempty" yaml:"notifyLevel,omitempty"`
	Notifyees     *ArrayOfString `xml:"notifyees,omitempty" json:"notifyees,omitempty" yaml:"notifyees,omitempty"`
	Internal      *bool          `xml:"internal,omitempty" json:"internal,omitempty" yaml:"internal,omitempty"`
}

NotifyContacts was auto-generated from WSDL.

type NotifyContactsResponse

type NotifyContactsResponse struct {
	NotifyContactsReturn *string `xml:"notifyContactsReturn,omitempty" json:"notifyContactsReturn,omitempty" yaml:"notifyContactsReturn,omitempty"`
}

NotifyContactsResponse was auto-generated from WSDL.

type OperationAddAssetLogRequest

type OperationAddAssetLogRequest struct {
	AddAssetLog *AddAssetLog `xml:"addAssetLog,omitempty" json:"addAssetLog,omitempty" yaml:"addAssetLog,omitempty"`
}

Operation wrapper for AddAssetLog. OperationAddAssetLogRequest was auto-generated from WSDL.

type OperationAddAssetLogResponse

type OperationAddAssetLogResponse struct {
	AddAssetLogResponse *AddAssetLogResponse `xml:"addAssetLogResponse,omitempty" json:"addAssetLogResponse,omitempty" yaml:"addAssetLogResponse,omitempty"`
}

Operation wrapper for AddAssetLog. OperationAddAssetLogResponse was auto-generated from WSDL.

type OperationAddBookmarkRequest

type OperationAddBookmarkRequest struct {
	AddBookmark *AddBookmark `xml:"addBookmark,omitempty" json:"addBookmark,omitempty" yaml:"addBookmark,omitempty"`
}

Operation wrapper for AddBookmark. OperationAddBookmarkRequest was auto-generated from WSDL.

type OperationAddBookmarkResponse

type OperationAddBookmarkResponse struct {
	AddBookmarkResponse *AddBookmarkResponse `xml:"addBookmarkResponse,omitempty" json:"addBookmarkResponse,omitempty" yaml:"addBookmarkResponse,omitempty"`
}

Operation wrapper for AddBookmark. OperationAddBookmarkResponse was auto-generated from WSDL.

type OperationAddCommentRequest

type OperationAddCommentRequest struct {
	AddComment *AddComment `xml:"addComment,omitempty" json:"addComment,omitempty" yaml:"addComment,omitempty"`
}

Operation wrapper for AddComment. OperationAddCommentRequest was auto-generated from WSDL.

type OperationAddCommentResponse

type OperationAddCommentResponse struct {
	AddCommentResponse *AddCommentResponse `xml:"addCommentResponse,omitempty" json:"addCommentResponse,omitempty" yaml:"addCommentResponse,omitempty"`
}

Operation wrapper for AddComment. OperationAddCommentResponse was auto-generated from WSDL.

type OperationAddMemberToGroupRequest

type OperationAddMemberToGroupRequest struct {
	AddMemberToGroup *AddMemberToGroup `xml:"addMemberToGroup,omitempty" json:"addMemberToGroup,omitempty" yaml:"addMemberToGroup,omitempty"`
}

Operation wrapper for AddMemberToGroup. OperationAddMemberToGroupRequest was auto-generated from WSDL.

type OperationAddMemberToGroupResponse

type OperationAddMemberToGroupResponse struct {
	AddMemberToGroupResponse *AddMemberToGroupResponse `xml:"addMemberToGroupResponse,omitempty" json:"addMemberToGroupResponse,omitempty" yaml:"addMemberToGroupResponse,omitempty"`
}

Operation wrapper for AddMemberToGroup. OperationAddMemberToGroupResponse was auto-generated from WSDL.

type OperationAttachChangeToRequestRequest

type OperationAttachChangeToRequestRequest struct {
	AttachChangeToRequest *AttachChangeToRequest `xml:"attachChangeToRequest,omitempty" json:"attachChangeToRequest,omitempty" yaml:"attachChangeToRequest,omitempty"`
}

Operation wrapper for AttachChangeToRequest. OperationAttachChangeToRequestRequest was auto-generated from WSDL.

type OperationAttachChangeToRequestResponse

type OperationAttachChangeToRequestResponse struct {
	AttachChangeToRequestResponse *AttachChangeToRequestResponse `` /* 139-byte string literal not displayed */
}

Operation wrapper for AttachChangeToRequest. OperationAttachChangeToRequestResponse was auto-generated from WSDL.

type OperationAttachURLLinkRequest

type OperationAttachURLLinkRequest struct {
	AttachURLLink *AttachURLLink `xml:"attachURLLink,omitempty" json:"attachURLLink,omitempty" yaml:"attachURLLink,omitempty"`
}

Operation wrapper for AttachURLLink. OperationAttachURLLinkRequest was auto-generated from WSDL.

type OperationAttachURLLinkResponse

type OperationAttachURLLinkResponse struct {
	AttachURLLinkResponse *AttachURLLinkResponse `xml:"attachURLLinkResponse,omitempty" json:"attachURLLinkResponse,omitempty" yaml:"attachURLLinkResponse,omitempty"`
}

Operation wrapper for AttachURLLink. OperationAttachURLLinkResponse was auto-generated from WSDL.

type OperationAttachURLLinkToTicketRequest

type OperationAttachURLLinkToTicketRequest struct {
	AttachURLLinkToTicket *AttachURLLinkToTicket `xml:"attachURLLinkToTicket,omitempty" json:"attachURLLinkToTicket,omitempty" yaml:"attachURLLinkToTicket,omitempty"`
}

Operation wrapper for AttachURLLinkToTicket. OperationAttachURLLinkToTicketRequest was auto-generated from WSDL.

type OperationAttachURLLinkToTicketResponse

type OperationAttachURLLinkToTicketResponse struct {
	AttachURLLinkToTicketResponse *AttachURLLinkToTicketResponse `` /* 139-byte string literal not displayed */
}

Operation wrapper for AttachURLLinkToTicket. OperationAttachURLLinkToTicketResponse was auto-generated from WSDL.

type OperationAttmntFolderLinkCountRequest

type OperationAttmntFolderLinkCountRequest struct {
	AttmntFolderLinkCount *AttmntFolderLinkCount `xml:"attmntFolderLinkCount,omitempty" json:"attmntFolderLinkCount,omitempty" yaml:"attmntFolderLinkCount,omitempty"`
}

Operation wrapper for AttmntFolderLinkCount. OperationAttmntFolderLinkCountRequest was auto-generated from WSDL.

type OperationAttmntFolderLinkCountResponse

type OperationAttmntFolderLinkCountResponse struct {
	AttmntFolderLinkCountResponse *AttmntFolderLinkCountResponse `` /* 139-byte string literal not displayed */
}

Operation wrapper for AttmntFolderLinkCount. OperationAttmntFolderLinkCountResponse was auto-generated from WSDL.

type OperationCallServerMethodRequest

type OperationCallServerMethodRequest struct {
	CallServerMethod *CallServerMethod `xml:"callServerMethod,omitempty" json:"callServerMethod,omitempty" yaml:"callServerMethod,omitempty"`
}

Operation wrapper for CallServerMethod. OperationCallServerMethodRequest was auto-generated from WSDL.

type OperationCallServerMethodResponse

type OperationCallServerMethodResponse struct {
	CallServerMethodResponse *CallServerMethodResponse `xml:"callServerMethodResponse,omitempty" json:"callServerMethodResponse,omitempty" yaml:"callServerMethodResponse,omitempty"`
}

Operation wrapper for CallServerMethod. OperationCallServerMethodResponse was auto-generated from WSDL.

type OperationChangeStatusRequest

type OperationChangeStatusRequest struct {
	ChangeStatus *ChangeStatus `xml:"changeStatus,omitempty" json:"changeStatus,omitempty" yaml:"changeStatus,omitempty"`
}

Operation wrapper for ChangeStatus. OperationChangeStatusRequest was auto-generated from WSDL.

type OperationChangeStatusResponse

type OperationChangeStatusResponse struct {
	ChangeStatusResponse *ChangeStatusResponse `xml:"changeStatusResponse,omitempty" json:"changeStatusResponse,omitempty" yaml:"changeStatusResponse,omitempty"`
}

Operation wrapper for ChangeStatus. OperationChangeStatusResponse was auto-generated from WSDL.

type OperationClearNotificationRequest

type OperationClearNotificationRequest struct {
	ClearNotification *ClearNotification `xml:"clearNotification,omitempty" json:"clearNotification,omitempty" yaml:"clearNotification,omitempty"`
}

Operation wrapper for ClearNotification. OperationClearNotificationRequest was auto-generated from WSDL.

type OperationClearNotificationResponse

type OperationClearNotificationResponse struct {
	ClearNotificationResponse *ClearNotificationResponse `` /* 127-byte string literal not displayed */
}

Operation wrapper for ClearNotification. OperationClearNotificationResponse was auto-generated from WSDL.

type OperationCloseTicketRequest

type OperationCloseTicketRequest struct {
	CloseTicket *CloseTicket `xml:"closeTicket,omitempty" json:"closeTicket,omitempty" yaml:"closeTicket,omitempty"`
}

Operation wrapper for CloseTicket. OperationCloseTicketRequest was auto-generated from WSDL.

type OperationCloseTicketResponse

type OperationCloseTicketResponse struct {
	CloseTicketResponse *CloseTicketResponse `xml:"closeTicketResponse,omitempty" json:"closeTicketResponse,omitempty" yaml:"closeTicketResponse,omitempty"`
}

Operation wrapper for CloseTicket. OperationCloseTicketResponse was auto-generated from WSDL.

type OperationCreateActivityLogRequest

type OperationCreateActivityLogRequest struct {
	CreateActivityLog *CreateActivityLog `xml:"createActivityLog,omitempty" json:"createActivityLog,omitempty" yaml:"createActivityLog,omitempty"`
}

Operation wrapper for CreateActivityLog. OperationCreateActivityLogRequest was auto-generated from WSDL.

type OperationCreateActivityLogResponse

type OperationCreateActivityLogResponse struct {
	CreateActivityLogResponse *CreateActivityLogResponse `` /* 127-byte string literal not displayed */
}

Operation wrapper for CreateActivityLog. OperationCreateActivityLogResponse was auto-generated from WSDL.

type OperationCreateAssetParentChildRelationshipRequest

type OperationCreateAssetParentChildRelationshipRequest struct {
	CreateAssetParentChildRelationship *CreateAssetParentChildRelationship `` /* 154-byte string literal not displayed */
}

Operation wrapper for CreateAssetParentChildRelationship. OperationCreateAssetParentChildRelationshipRequest was auto-generated from WSDL.

type OperationCreateAssetParentChildRelationshipResponse

type OperationCreateAssetParentChildRelationshipResponse struct {
	CreateAssetParentChildRelationshipResponse *CreateAssetParentChildRelationshipResponse `` /* 178-byte string literal not displayed */
}

Operation wrapper for CreateAssetParentChildRelationship. OperationCreateAssetParentChildRelationshipResponse was auto-generated from WSDL.

type OperationCreateAssetRequest

type OperationCreateAssetRequest struct {
	CreateAsset *CreateAsset `xml:"createAsset,omitempty" json:"createAsset,omitempty" yaml:"createAsset,omitempty"`
}

Operation wrapper for CreateAsset. OperationCreateAssetRequest was auto-generated from WSDL.

type OperationCreateAssetResponse

type OperationCreateAssetResponse struct {
	CreateAssetResponse *CreateAssetResponse `xml:"createAssetResponse,omitempty" json:"createAssetResponse,omitempty" yaml:"createAssetResponse,omitempty"`
}

Operation wrapper for CreateAsset. OperationCreateAssetResponse was auto-generated from WSDL.

type OperationCreateAttachmentRequest

type OperationCreateAttachmentRequest struct {
	CreateAttachment *CreateAttachment `xml:"createAttachment,omitempty" json:"createAttachment,omitempty" yaml:"createAttachment,omitempty"`
}

Operation wrapper for CreateAttachment. OperationCreateAttachmentRequest was auto-generated from WSDL.

type OperationCreateAttachmentResponse

type OperationCreateAttachmentResponse struct {
	CreateAttachmentResponse *CreateAttachmentResponse `xml:"createAttachmentResponse,omitempty" json:"createAttachmentResponse,omitempty" yaml:"createAttachmentResponse,omitempty"`
}

Operation wrapper for CreateAttachment. OperationCreateAttachmentResponse was auto-generated from WSDL.

type OperationCreateAttmntRequest

type OperationCreateAttmntRequest struct {
	CreateAttmnt *CreateAttmnt `xml:"createAttmnt,omitempty" json:"createAttmnt,omitempty" yaml:"createAttmnt,omitempty"`
}

Operation wrapper for CreateAttmnt. OperationCreateAttmntRequest was auto-generated from WSDL.

type OperationCreateAttmntResponse

type OperationCreateAttmntResponse struct {
	CreateAttmntResponse *CreateAttmntResponse `xml:"createAttmntResponse,omitempty" json:"createAttmntResponse,omitempty" yaml:"createAttmntResponse,omitempty"`
}

Operation wrapper for CreateAttmnt. OperationCreateAttmntResponse was auto-generated from WSDL.

type OperationCreateChangeOrderRequest

type OperationCreateChangeOrderRequest struct {
	CreateChangeOrder *CreateChangeOrder `xml:"createChangeOrder,omitempty" json:"createChangeOrder,omitempty" yaml:"createChangeOrder,omitempty"`
}

Operation wrapper for CreateChangeOrder. OperationCreateChangeOrderRequest was auto-generated from WSDL.

type OperationCreateChangeOrderResponse

type OperationCreateChangeOrderResponse struct {
	CreateChangeOrderResponse *CreateChangeOrderResponse `` /* 127-byte string literal not displayed */
}

Operation wrapper for CreateChangeOrder. OperationCreateChangeOrderResponse was auto-generated from WSDL.

type OperationCreateDocumentRequest

type OperationCreateDocumentRequest struct {
	CreateDocument *CreateDocument `xml:"createDocument,omitempty" json:"createDocument,omitempty" yaml:"createDocument,omitempty"`
}

Operation wrapper for CreateDocument. OperationCreateDocumentRequest was auto-generated from WSDL.

type OperationCreateDocumentResponse

type OperationCreateDocumentResponse struct {
	CreateDocumentResponse *CreateDocumentResponse `xml:"createDocumentResponse,omitempty" json:"createDocumentResponse,omitempty" yaml:"createDocumentResponse,omitempty"`
}

Operation wrapper for CreateDocument. OperationCreateDocumentResponse was auto-generated from WSDL.

type OperationCreateFolderRequest

type OperationCreateFolderRequest struct {
	CreateFolder *CreateFolder `xml:"createFolder,omitempty" json:"createFolder,omitempty" yaml:"createFolder,omitempty"`
}

Operation wrapper for CreateFolder. OperationCreateFolderRequest was auto-generated from WSDL.

type OperationCreateFolderResponse

type OperationCreateFolderResponse struct {
	CreateFolderResponse *CreateFolderResponse `xml:"createFolderResponse,omitempty" json:"createFolderResponse,omitempty" yaml:"createFolderResponse,omitempty"`
}

Operation wrapper for CreateFolder. OperationCreateFolderResponse was auto-generated from WSDL.

type OperationCreateIssueRequest

type OperationCreateIssueRequest struct {
	CreateIssue *CreateIssue `xml:"createIssue,omitempty" json:"createIssue,omitempty" yaml:"createIssue,omitempty"`
}

Operation wrapper for CreateIssue. OperationCreateIssueRequest was auto-generated from WSDL.

type OperationCreateIssueResponse

type OperationCreateIssueResponse struct {
	CreateIssueResponse *CreateIssueResponse `xml:"createIssueResponse,omitempty" json:"createIssueResponse,omitempty" yaml:"createIssueResponse,omitempty"`
}

Operation wrapper for CreateIssue. OperationCreateIssueResponse was auto-generated from WSDL.

type OperationCreateLrelRelationshipsRequest

type OperationCreateLrelRelationshipsRequest struct {
	CreateLrelRelationships *CreateLrelRelationships `xml:"createLrelRelationships,omitempty" json:"createLrelRelationships,omitempty" yaml:"createLrelRelationships,omitempty"`
}

Operation wrapper for CreateLrelRelationships. OperationCreateLrelRelationshipsRequest was auto-generated from WSDL.

type OperationCreateLrelRelationshipsResponse

type OperationCreateLrelRelationshipsResponse struct {
	CreateLrelRelationshipsResponse *CreateLrelRelationshipsResponse `` /* 145-byte string literal not displayed */
}

Operation wrapper for CreateLrelRelationships. OperationCreateLrelRelationshipsResponse was auto-generated from WSDL.

type OperationCreateObjectRequest

type OperationCreateObjectRequest struct {
	CreateObject *CreateObject `xml:"createObject,omitempty" json:"createObject,omitempty" yaml:"createObject,omitempty"`
}

Operation wrapper for CreateObject. OperationCreateObjectRequest was auto-generated from WSDL.

type OperationCreateObjectResponse

type OperationCreateObjectResponse struct {
	CreateObjectResponse *CreateObjectResponse `xml:"createObjectResponse,omitempty" json:"createObjectResponse,omitempty" yaml:"createObjectResponse,omitempty"`
}

Operation wrapper for CreateObject. OperationCreateObjectResponse was auto-generated from WSDL.

type OperationCreateQuickTicketRequest

type OperationCreateQuickTicketRequest struct {
	CreateQuickTicket *CreateQuickTicket `xml:"createQuickTicket,omitempty" json:"createQuickTicket,omitempty" yaml:"createQuickTicket,omitempty"`
}

Operation wrapper for CreateQuickTicket. OperationCreateQuickTicketRequest was auto-generated from WSDL.

type OperationCreateQuickTicketResponse

type OperationCreateQuickTicketResponse struct {
	CreateQuickTicketResponse *CreateQuickTicketResponse `` /* 127-byte string literal not displayed */
}

Operation wrapper for CreateQuickTicket. OperationCreateQuickTicketResponse was auto-generated from WSDL.

type OperationCreateRequestRequest

type OperationCreateRequestRequest struct {
	CreateRequest *CreateRequest `xml:"createRequest,omitempty" json:"createRequest,omitempty" yaml:"createRequest,omitempty"`
}

Operation wrapper for CreateRequest. OperationCreateRequestRequest was auto-generated from WSDL.

type OperationCreateRequestResponse

type OperationCreateRequestResponse struct {
	CreateRequestResponse *CreateRequestResponse `xml:"createRequestResponse,omitempty" json:"createRequestResponse,omitempty" yaml:"createRequestResponse,omitempty"`
}

Operation wrapper for CreateRequest. OperationCreateRequestResponse was auto-generated from WSDL.

type OperationCreateTicketRequest

type OperationCreateTicketRequest struct {
	CreateTicket *CreateTicket `xml:"createTicket,omitempty" json:"createTicket,omitempty" yaml:"createTicket,omitempty"`
}

Operation wrapper for CreateTicket. OperationCreateTicketRequest was auto-generated from WSDL.

type OperationCreateTicketResponse

type OperationCreateTicketResponse struct {
	CreateTicketResponse *CreateTicketResponse `xml:"createTicketResponse,omitempty" json:"createTicketResponse,omitempty" yaml:"createTicketResponse,omitempty"`
}

Operation wrapper for CreateTicket. OperationCreateTicketResponse was auto-generated from WSDL.

type OperationCreateWorkFlowTaskRequest

type OperationCreateWorkFlowTaskRequest struct {
	CreateWorkFlowTask *CreateWorkFlowTask `xml:"createWorkFlowTask,omitempty" json:"createWorkFlowTask,omitempty" yaml:"createWorkFlowTask,omitempty"`
}

Operation wrapper for CreateWorkFlowTask. OperationCreateWorkFlowTaskRequest was auto-generated from WSDL.

type OperationCreateWorkFlowTaskResponse

type OperationCreateWorkFlowTaskResponse struct {
	CreateWorkFlowTaskResponse *CreateWorkFlowTaskResponse `` /* 130-byte string literal not displayed */
}

Operation wrapper for CreateWorkFlowTask. OperationCreateWorkFlowTaskResponse was auto-generated from WSDL.

type OperationDeleteBookmarkRequest

type OperationDeleteBookmarkRequest struct {
	DeleteBookmark *DeleteBookmark `xml:"deleteBookmark,omitempty" json:"deleteBookmark,omitempty" yaml:"deleteBookmark,omitempty"`
}

Operation wrapper for DeleteBookmark. OperationDeleteBookmarkRequest was auto-generated from WSDL.

type OperationDeleteBookmarkResponse

type OperationDeleteBookmarkResponse struct {
	DeleteBookmarkResponse *DeleteBookmarkResponse `xml:"deleteBookmarkResponse,omitempty" json:"deleteBookmarkResponse,omitempty" yaml:"deleteBookmarkResponse,omitempty"`
}

Operation wrapper for DeleteBookmark. OperationDeleteBookmarkResponse was auto-generated from WSDL.

type OperationDeleteCommentRequest

type OperationDeleteCommentRequest struct {
	DeleteComment *DeleteComment `xml:"deleteComment,omitempty" json:"deleteComment,omitempty" yaml:"deleteComment,omitempty"`
}

Operation wrapper for DeleteComment. OperationDeleteCommentRequest was auto-generated from WSDL.

type OperationDeleteCommentResponse

type OperationDeleteCommentResponse struct {
	DeleteCommentResponse *DeleteCommentResponse `xml:"deleteCommentResponse,omitempty" json:"deleteCommentResponse,omitempty" yaml:"deleteCommentResponse,omitempty"`
}

Operation wrapper for DeleteComment. OperationDeleteCommentResponse was auto-generated from WSDL.

type OperationDeleteDocumentRequest

type OperationDeleteDocumentRequest struct {
	DeleteDocument *DeleteDocument `xml:"deleteDocument,omitempty" json:"deleteDocument,omitempty" yaml:"deleteDocument,omitempty"`
}

Operation wrapper for DeleteDocument. OperationDeleteDocumentRequest was auto-generated from WSDL.

type OperationDeleteDocumentResponse

type OperationDeleteDocumentResponse struct {
	DeleteDocumentResponse *DeleteDocumentResponse `xml:"deleteDocumentResponse,omitempty" json:"deleteDocumentResponse,omitempty" yaml:"deleteDocumentResponse,omitempty"`
}

Operation wrapper for DeleteDocument. OperationDeleteDocumentResponse was auto-generated from WSDL.

type OperationDeleteWorkFlowTaskRequest

type OperationDeleteWorkFlowTaskRequest struct {
	DeleteWorkFlowTask *DeleteWorkFlowTask `xml:"deleteWorkFlowTask,omitempty" json:"deleteWorkFlowTask,omitempty" yaml:"deleteWorkFlowTask,omitempty"`
}

Operation wrapper for DeleteWorkFlowTask. OperationDeleteWorkFlowTaskRequest was auto-generated from WSDL.

type OperationDeleteWorkFlowTaskResponse

type OperationDeleteWorkFlowTaskResponse struct {
	DeleteWorkFlowTaskResponse *DeleteWorkFlowTaskResponse `` /* 130-byte string literal not displayed */
}

Operation wrapper for DeleteWorkFlowTask. OperationDeleteWorkFlowTaskResponse was auto-generated from WSDL.

type OperationDetachChangeFromRequestRequest

type OperationDetachChangeFromRequestRequest struct {
	DetachChangeFromRequest *DetachChangeFromRequest `xml:"detachChangeFromRequest,omitempty" json:"detachChangeFromRequest,omitempty" yaml:"detachChangeFromRequest,omitempty"`
}

Operation wrapper for DetachChangeFromRequest. OperationDetachChangeFromRequestRequest was auto-generated from WSDL.

type OperationDetachChangeFromRequestResponse

type OperationDetachChangeFromRequestResponse struct {
	DetachChangeFromRequestResponse *DetachChangeFromRequestResponse `` /* 145-byte string literal not displayed */
}

Operation wrapper for DetachChangeFromRequest. OperationDetachChangeFromRequestResponse was auto-generated from WSDL.

type OperationDoQueryRequest

type OperationDoQueryRequest struct {
	DoQuery *DoQuery `xml:"doQuery,omitempty" json:"doQuery,omitempty" yaml:"doQuery,omitempty"`
}

Operation wrapper for DoQuery. OperationDoQueryRequest was auto-generated from WSDL.

type OperationDoQueryResponse

type OperationDoQueryResponse struct {
	DoQueryResponse *DoQueryResponse `xml:"doQueryResponse,omitempty" json:"doQueryResponse,omitempty" yaml:"doQueryResponse,omitempty"`
}

Operation wrapper for DoQuery. OperationDoQueryResponse was auto-generated from WSDL.

type OperationDoSelectKDRequest

type OperationDoSelectKDRequest struct {
	DoSelectKD *DoSelectKD `xml:"doSelectKD,omitempty" json:"doSelectKD,omitempty" yaml:"doSelectKD,omitempty"`
}

Operation wrapper for DoSelectKD. OperationDoSelectKDRequest was auto-generated from WSDL.

type OperationDoSelectKDResponse

type OperationDoSelectKDResponse struct {
	DoSelectKDResponse *DoSelectKDResponse `xml:"doSelectKDResponse,omitempty" json:"doSelectKDResponse,omitempty" yaml:"doSelectKDResponse,omitempty"`
}

Operation wrapper for DoSelectKD. OperationDoSelectKDResponse was auto-generated from WSDL.

type OperationDoSelectRequest

type OperationDoSelectRequest struct {
	DoSelect *DoSelect `xml:"doSelect,omitempty" json:"doSelect,omitempty" yaml:"doSelect,omitempty"`
}

Operation wrapper for DoSelect. OperationDoSelectRequest was auto-generated from WSDL.

type OperationDoSelectResponse

type OperationDoSelectResponse struct {
	DoSelectResponse *DoSelectResponse `xml:"doSelectResponse,omitempty" json:"doSelectResponse,omitempty" yaml:"doSelectResponse,omitempty"`
}

Operation wrapper for DoSelect. OperationDoSelectResponse was auto-generated from WSDL.

type OperationEscalateRequest

type OperationEscalateRequest struct {
	Escalate *Escalate `xml:"escalate,omitempty" json:"escalate,omitempty" yaml:"escalate,omitempty"`
}

Operation wrapper for Escalate. OperationEscalateRequest was auto-generated from WSDL.

type OperationEscalateResponse

type OperationEscalateResponse struct {
	EscalateResponse *EscalateResponse `xml:"escalateResponse,omitempty" json:"escalateResponse,omitempty" yaml:"escalateResponse,omitempty"`
}

Operation wrapper for Escalate. OperationEscalateResponse was auto-generated from WSDL.

type OperationFaqRequest

type OperationFaqRequest struct {
	Faq *Faq `xml:"faq,omitempty" json:"faq,omitempty" yaml:"faq,omitempty"`
}

Operation wrapper for Faq. OperationFaqRequest was auto-generated from WSDL.

type OperationFaqResponse

type OperationFaqResponse struct {
	FaqResponse *FaqResponse `xml:"faqResponse,omitempty" json:"faqResponse,omitempty" yaml:"faqResponse,omitempty"`
}

Operation wrapper for Faq. OperationFaqResponse was auto-generated from WSDL.

type OperationFindContactsRequest

type OperationFindContactsRequest struct {
	FindContacts *FindContacts `xml:"findContacts,omitempty" json:"findContacts,omitempty" yaml:"findContacts,omitempty"`
}

Operation wrapper for FindContacts. OperationFindContactsRequest was auto-generated from WSDL.

type OperationFindContactsResponse

type OperationFindContactsResponse struct {
	FindContactsResponse *FindContactsResponse `xml:"findContactsResponse,omitempty" json:"findContactsResponse,omitempty" yaml:"findContactsResponse,omitempty"`
}

Operation wrapper for FindContacts. OperationFindContactsResponse was auto-generated from WSDL.

type OperationFreeListHandlesRequest

type OperationFreeListHandlesRequest struct {
	FreeListHandles *FreeListHandles `xml:"freeListHandles,omitempty" json:"freeListHandles,omitempty" yaml:"freeListHandles,omitempty"`
}

Operation wrapper for FreeListHandles. OperationFreeListHandlesRequest was auto-generated from WSDL.

type OperationFreeListHandlesResponse

type OperationFreeListHandlesResponse struct {
	FreeListHandlesResponse *FreeListHandlesResponse `xml:"freeListHandlesResponse,omitempty" json:"freeListHandlesResponse,omitempty" yaml:"freeListHandlesResponse,omitempty"`
}

Operation wrapper for FreeListHandles. OperationFreeListHandlesResponse was auto-generated from WSDL.

type OperationGetAccessTypeForContactRequest

type OperationGetAccessTypeForContactRequest struct {
	GetAccessTypeForContact *GetAccessTypeForContact `xml:"getAccessTypeForContact,omitempty" json:"getAccessTypeForContact,omitempty" yaml:"getAccessTypeForContact,omitempty"`
}

Operation wrapper for GetAccessTypeForContact. OperationGetAccessTypeForContactRequest was auto-generated from WSDL.

type OperationGetAccessTypeForContactResponse

type OperationGetAccessTypeForContactResponse struct {
	GetAccessTypeForContactResponse *GetAccessTypeForContactResponse `` /* 145-byte string literal not displayed */
}

Operation wrapper for GetAccessTypeForContact. OperationGetAccessTypeForContactResponse was auto-generated from WSDL.

type OperationGetArtifactRequest

type OperationGetArtifactRequest struct {
	GetArtifact *GetArtifact `xml:"getArtifact,omitempty" json:"getArtifact,omitempty" yaml:"getArtifact,omitempty"`
}

Operation wrapper for GetArtifact. OperationGetArtifactRequest was auto-generated from WSDL.

type OperationGetArtifactResponse

type OperationGetArtifactResponse struct {
	GetArtifactResponse *GetArtifactResponse `xml:"getArtifactResponse,omitempty" json:"getArtifactResponse,omitempty" yaml:"getArtifactResponse,omitempty"`
}

Operation wrapper for GetArtifact. OperationGetArtifactResponse was auto-generated from WSDL.

type OperationGetAssetExtensionInformationRequest

type OperationGetAssetExtensionInformationRequest struct {
	GetAssetExtensionInformation *GetAssetExtensionInformation `` /* 136-byte string literal not displayed */
}

Operation wrapper for GetAssetExtensionInformation. OperationGetAssetExtensionInformationRequest was auto-generated from WSDL.

type OperationGetAssetExtensionInformationResponse

type OperationGetAssetExtensionInformationResponse struct {
	GetAssetExtensionInformationResponse *GetAssetExtensionInformationResponse `` /* 160-byte string literal not displayed */
}

Operation wrapper for GetAssetExtensionInformation. OperationGetAssetExtensionInformationResponse was auto-generated from WSDL.

type OperationGetAttmntInfoRequest

type OperationGetAttmntInfoRequest struct {
	GetAttmntInfo *GetAttmntInfo `xml:"getAttmntInfo,omitempty" json:"getAttmntInfo,omitempty" yaml:"getAttmntInfo,omitempty"`
}

Operation wrapper for GetAttmntInfo. OperationGetAttmntInfoRequest was auto-generated from WSDL.

type OperationGetAttmntInfoResponse

type OperationGetAttmntInfoResponse struct {
	GetAttmntInfoResponse *GetAttmntInfoResponse `xml:"getAttmntInfoResponse,omitempty" json:"getAttmntInfoResponse,omitempty" yaml:"getAttmntInfoResponse,omitempty"`
}

Operation wrapper for GetAttmntInfo. OperationGetAttmntInfoResponse was auto-generated from WSDL.

type OperationGetAttmntListPerKDRequest

type OperationGetAttmntListPerKDRequest struct {
	GetAttmntListPerKD *GetAttmntListPerKD `xml:"getAttmntListPerKD,omitempty" json:"getAttmntListPerKD,omitempty" yaml:"getAttmntListPerKD,omitempty"`
}

Operation wrapper for GetAttmntListPerKD. OperationGetAttmntListPerKDRequest was auto-generated from WSDL.

type OperationGetAttmntListPerKDResponse

type OperationGetAttmntListPerKDResponse struct {
	GetAttmntListPerKDResponse *GetAttmntListPerKDResponse `` /* 130-byte string literal not displayed */
}

Operation wrapper for GetAttmntListPerKD. OperationGetAttmntListPerKDResponse was auto-generated from WSDL.

type OperationGetAttmntListRequest

type OperationGetAttmntListRequest struct {
	GetAttmntList *GetAttmntList `xml:"getAttmntList,omitempty" json:"getAttmntList,omitempty" yaml:"getAttmntList,omitempty"`
}

Operation wrapper for GetAttmntList. OperationGetAttmntListRequest was auto-generated from WSDL.

type OperationGetAttmntListResponse

type OperationGetAttmntListResponse struct {
	GetAttmntListResponse *GetAttmntListResponse `xml:"getAttmntListResponse,omitempty" json:"getAttmntListResponse,omitempty" yaml:"getAttmntListResponse,omitempty"`
}

Operation wrapper for GetAttmntList. OperationGetAttmntListResponse was auto-generated from WSDL.

type OperationGetBookmarksRequest

type OperationGetBookmarksRequest struct {
	GetBookmarks *GetBookmarks `xml:"getBookmarks,omitempty" json:"getBookmarks,omitempty" yaml:"getBookmarks,omitempty"`
}

Operation wrapper for GetBookmarks. OperationGetBookmarksRequest was auto-generated from WSDL.

type OperationGetBookmarksResponse

type OperationGetBookmarksResponse struct {
	GetBookmarksResponse *GetBookmarksResponse `xml:"getBookmarksResponse,omitempty" json:"getBookmarksResponse,omitempty" yaml:"getBookmarksResponse,omitempty"`
}

Operation wrapper for GetBookmarks. OperationGetBookmarksResponse was auto-generated from WSDL.

type OperationGetBopsidRequest

type OperationGetBopsidRequest struct {
	GetBopsid *GetBopsid `xml:"getBopsid,omitempty" json:"getBopsid,omitempty" yaml:"getBopsid,omitempty"`
}

Operation wrapper for GetBopsid. OperationGetBopsidRequest was auto-generated from WSDL.

type OperationGetBopsidResponse

type OperationGetBopsidResponse struct {
	GetBopsidResponse *GetBopsidResponse `xml:"getBopsidResponse,omitempty" json:"getBopsidResponse,omitempty" yaml:"getBopsidResponse,omitempty"`
}

Operation wrapper for GetBopsid. OperationGetBopsidResponse was auto-generated from WSDL.

type OperationGetCategoryRequest

type OperationGetCategoryRequest struct {
	GetCategory *GetCategory `xml:"getCategory,omitempty" json:"getCategory,omitempty" yaml:"getCategory,omitempty"`
}

Operation wrapper for GetCategory. OperationGetCategoryRequest was auto-generated from WSDL.

type OperationGetCategoryResponse

type OperationGetCategoryResponse struct {
	GetCategoryResponse *GetCategoryResponse `xml:"getCategoryResponse,omitempty" json:"getCategoryResponse,omitempty" yaml:"getCategoryResponse,omitempty"`
}

Operation wrapper for GetCategory. OperationGetCategoryResponse was auto-generated from WSDL.

type OperationGetCommentsRequest

type OperationGetCommentsRequest struct {
	GetComments *GetComments `xml:"getComments,omitempty" json:"getComments,omitempty" yaml:"getComments,omitempty"`
}

Operation wrapper for GetComments. OperationGetCommentsRequest was auto-generated from WSDL.

type OperationGetCommentsResponse

type OperationGetCommentsResponse struct {
	GetCommentsResponse *GetCommentsResponse `xml:"getCommentsResponse,omitempty" json:"getCommentsResponse,omitempty" yaml:"getCommentsResponse,omitempty"`
}

Operation wrapper for GetComments. OperationGetCommentsResponse was auto-generated from WSDL.

type OperationGetConfigurationModeRequest

type OperationGetConfigurationModeRequest struct {
	GetConfigurationMode *GetConfigurationMode `xml:"getConfigurationMode,omitempty" json:"getConfigurationMode,omitempty" yaml:"getConfigurationMode,omitempty"`
}

Operation wrapper for GetConfigurationMode. OperationGetConfigurationModeRequest was auto-generated from WSDL.

type OperationGetConfigurationModeResponse

type OperationGetConfigurationModeResponse struct {
	GetConfigurationModeResponse *GetConfigurationModeResponse `` /* 136-byte string literal not displayed */
}

Operation wrapper for GetConfigurationMode. OperationGetConfigurationModeResponse was auto-generated from WSDL.

type OperationGetContactRequest

type OperationGetContactRequest struct {
	GetContact *GetContact `xml:"getContact,omitempty" json:"getContact,omitempty" yaml:"getContact,omitempty"`
}

Operation wrapper for GetContact. OperationGetContactRequest was auto-generated from WSDL.

type OperationGetContactResponse

type OperationGetContactResponse struct {
	GetContactResponse *GetContactResponse `xml:"getContactResponse,omitempty" json:"getContactResponse,omitempty" yaml:"getContactResponse,omitempty"`
}

Operation wrapper for GetContact. OperationGetContactResponse was auto-generated from WSDL.

type OperationGetDecisionTreesRequest

type OperationGetDecisionTreesRequest struct {
	GetDecisionTrees *GetDecisionTrees `xml:"getDecisionTrees,omitempty" json:"getDecisionTrees,omitempty" yaml:"getDecisionTrees,omitempty"`
}

Operation wrapper for GetDecisionTrees. OperationGetDecisionTreesRequest was auto-generated from WSDL.

type OperationGetDecisionTreesResponse

type OperationGetDecisionTreesResponse struct {
	GetDecisionTreesResponse *GetDecisionTreesResponse `xml:"getDecisionTreesResponse,omitempty" json:"getDecisionTreesResponse,omitempty" yaml:"getDecisionTreesResponse,omitempty"`
}

Operation wrapper for GetDecisionTrees. OperationGetDecisionTreesResponse was auto-generated from WSDL.

type OperationGetDependentAttrControlsRequest

type OperationGetDependentAttrControlsRequest struct {
	GetDependentAttrControls *GetDependentAttrControls `xml:"getDependentAttrControls,omitempty" json:"getDependentAttrControls,omitempty" yaml:"getDependentAttrControls,omitempty"`
}

Operation wrapper for GetDependentAttrControls. OperationGetDependentAttrControlsRequest was auto-generated from WSDL.

type OperationGetDependentAttrControlsResponse

type OperationGetDependentAttrControlsResponse struct {
	GetDependentAttrControlsResponse *GetDependentAttrControlsResponse `` /* 148-byte string literal not displayed */
}

Operation wrapper for GetDependentAttrControls. OperationGetDependentAttrControlsResponse was auto-generated from WSDL.

type OperationGetDocumentRequest

type OperationGetDocumentRequest struct {
	GetDocument *GetDocument `xml:"getDocument,omitempty" json:"getDocument,omitempty" yaml:"getDocument,omitempty"`
}

Operation wrapper for GetDocument. OperationGetDocumentRequest was auto-generated from WSDL.

type OperationGetDocumentResponse

type OperationGetDocumentResponse struct {
	GetDocumentResponse *GetDocumentResponse `xml:"getDocumentResponse,omitempty" json:"getDocumentResponse,omitempty" yaml:"getDocumentResponse,omitempty"`
}

Operation wrapper for GetDocument. OperationGetDocumentResponse was auto-generated from WSDL.

type OperationGetDocumentTypesRequest

type OperationGetDocumentTypesRequest struct {
	GetDocumentTypes *GetDocumentTypes `xml:"getDocumentTypes,omitempty" json:"getDocumentTypes,omitempty" yaml:"getDocumentTypes,omitempty"`
}

Operation wrapper for GetDocumentTypes. OperationGetDocumentTypesRequest was auto-generated from WSDL.

type OperationGetDocumentTypesResponse

type OperationGetDocumentTypesResponse struct {
	GetDocumentTypesResponse *GetDocumentTypesResponse `xml:"getDocumentTypesResponse,omitempty" json:"getDocumentTypesResponse,omitempty" yaml:"getDocumentTypesResponse,omitempty"`
}

Operation wrapper for GetDocumentTypes. OperationGetDocumentTypesResponse was auto-generated from WSDL.

type OperationGetDocumentsByIDsRequest

type OperationGetDocumentsByIDsRequest struct {
	GetDocumentsByIDs *GetDocumentsByIDs `xml:"getDocumentsByIDs,omitempty" json:"getDocumentsByIDs,omitempty" yaml:"getDocumentsByIDs,omitempty"`
}

Operation wrapper for GetDocumentsByIDs. OperationGetDocumentsByIDsRequest was auto-generated from WSDL.

type OperationGetDocumentsByIDsResponse

type OperationGetDocumentsByIDsResponse struct {
	GetDocumentsByIDsResponse *GetDocumentsByIDsResponse `` /* 127-byte string literal not displayed */
}

Operation wrapper for GetDocumentsByIDs. OperationGetDocumentsByIDsResponse was auto-generated from WSDL.

type OperationGetFolderInfoRequest

type OperationGetFolderInfoRequest struct {
	GetFolderInfo *GetFolderInfo `xml:"getFolderInfo,omitempty" json:"getFolderInfo,omitempty" yaml:"getFolderInfo,omitempty"`
}

Operation wrapper for GetFolderInfo. OperationGetFolderInfoRequest was auto-generated from WSDL.

type OperationGetFolderInfoResponse

type OperationGetFolderInfoResponse struct {
	GetFolderInfoResponse *GetFolderInfoResponse `xml:"getFolderInfoResponse,omitempty" json:"getFolderInfoResponse,omitempty" yaml:"getFolderInfoResponse,omitempty"`
}

Operation wrapper for GetFolderInfo. OperationGetFolderInfoResponse was auto-generated from WSDL.

type OperationGetFolderListRequest

type OperationGetFolderListRequest struct {
	GetFolderList *GetFolderList `xml:"getFolderList,omitempty" json:"getFolderList,omitempty" yaml:"getFolderList,omitempty"`
}

Operation wrapper for GetFolderList. OperationGetFolderListRequest was auto-generated from WSDL.

type OperationGetFolderListResponse

type OperationGetFolderListResponse struct {
	GetFolderListResponse *GetFolderListResponse `xml:"getFolderListResponse,omitempty" json:"getFolderListResponse,omitempty" yaml:"getFolderListResponse,omitempty"`
}

Operation wrapper for GetFolderList. OperationGetFolderListResponse was auto-generated from WSDL.

type OperationGetGroupMemberListValuesRequest

type OperationGetGroupMemberListValuesRequest struct {
	GetGroupMemberListValues *GetGroupMemberListValues `xml:"getGroupMemberListValues,omitempty" json:"getGroupMemberListValues,omitempty" yaml:"getGroupMemberListValues,omitempty"`
}

Operation wrapper for GetGroupMemberListValues. OperationGetGroupMemberListValuesRequest was auto-generated from WSDL.

type OperationGetGroupMemberListValuesResponse

type OperationGetGroupMemberListValuesResponse struct {
	GetGroupMemberListValuesResponse *GetGroupMemberListValuesResponse `` /* 148-byte string literal not displayed */
}

Operation wrapper for GetGroupMemberListValues. OperationGetGroupMemberListValuesResponse was auto-generated from WSDL.

type OperationGetHandleForUseridRequest

type OperationGetHandleForUseridRequest struct {
	GetHandleForUserid *GetHandleForUserid `xml:"getHandleForUserid,omitempty" json:"getHandleForUserid,omitempty" yaml:"getHandleForUserid,omitempty"`
}

Operation wrapper for GetHandleForUserid. OperationGetHandleForUseridRequest was auto-generated from WSDL.

type OperationGetHandleForUseridResponse

type OperationGetHandleForUseridResponse struct {
	GetHandleForUseridResponse *GetHandleForUseridResponse `` /* 130-byte string literal not displayed */
}

Operation wrapper for GetHandleForUserid. OperationGetHandleForUseridResponse was auto-generated from WSDL.

type OperationGetKDListPerAttmntRequest

type OperationGetKDListPerAttmntRequest struct {
	GetKDListPerAttmnt *GetKDListPerAttmnt `xml:"getKDListPerAttmnt,omitempty" json:"getKDListPerAttmnt,omitempty" yaml:"getKDListPerAttmnt,omitempty"`
}

Operation wrapper for GetKDListPerAttmnt. OperationGetKDListPerAttmntRequest was auto-generated from WSDL.

type OperationGetKDListPerAttmntResponse

type OperationGetKDListPerAttmntResponse struct {
	GetKDListPerAttmntResponse *GetKDListPerAttmntResponse `` /* 130-byte string literal not displayed */
}

Operation wrapper for GetKDListPerAttmnt. OperationGetKDListPerAttmntResponse was auto-generated from WSDL.

type OperationGetListValuesRequest

type OperationGetListValuesRequest struct {
	GetListValues *GetListValues `xml:"getListValues,omitempty" json:"getListValues,omitempty" yaml:"getListValues,omitempty"`
}

Operation wrapper for GetListValues. OperationGetListValuesRequest was auto-generated from WSDL.

type OperationGetListValuesResponse

type OperationGetListValuesResponse struct {
	GetListValuesResponse *GetListValuesResponse `xml:"getListValuesResponse,omitempty" json:"getListValuesResponse,omitempty" yaml:"getListValuesResponse,omitempty"`
}

Operation wrapper for GetListValues. OperationGetListValuesResponse was auto-generated from WSDL.

type OperationGetLrelLengthRequest

type OperationGetLrelLengthRequest struct {
	GetLrelLength *GetLrelLength `xml:"getLrelLength,omitempty" json:"getLrelLength,omitempty" yaml:"getLrelLength,omitempty"`
}

Operation wrapper for GetLrelLength. OperationGetLrelLengthRequest was auto-generated from WSDL.

type OperationGetLrelLengthResponse

type OperationGetLrelLengthResponse struct {
	GetLrelLengthResponse *GetLrelLengthResponse `xml:"getLrelLengthResponse,omitempty" json:"getLrelLengthResponse,omitempty" yaml:"getLrelLengthResponse,omitempty"`
}

Operation wrapper for GetLrelLength. OperationGetLrelLengthResponse was auto-generated from WSDL.

type OperationGetLrelValuesRequest

type OperationGetLrelValuesRequest struct {
	GetLrelValues *GetLrelValues `xml:"getLrelValues,omitempty" json:"getLrelValues,omitempty" yaml:"getLrelValues,omitempty"`
}

Operation wrapper for GetLrelValues. OperationGetLrelValuesRequest was auto-generated from WSDL.

type OperationGetLrelValuesResponse

type OperationGetLrelValuesResponse struct {
	GetLrelValuesResponse *GetLrelValuesResponse `xml:"getLrelValuesResponse,omitempty" json:"getLrelValuesResponse,omitempty" yaml:"getLrelValuesResponse,omitempty"`
}

Operation wrapper for GetLrelValues. OperationGetLrelValuesResponse was auto-generated from WSDL.

type OperationGetNotificationsForContactRequest

type OperationGetNotificationsForContactRequest struct {
	GetNotificationsForContact *GetNotificationsForContact `` /* 130-byte string literal not displayed */
}

Operation wrapper for GetNotificationsForContact. OperationGetNotificationsForContactRequest was auto-generated from WSDL.

type OperationGetNotificationsForContactResponse

type OperationGetNotificationsForContactResponse struct {
	GetNotificationsForContactResponse *GetNotificationsForContactResponse `` /* 154-byte string literal not displayed */
}

Operation wrapper for GetNotificationsForContact. OperationGetNotificationsForContactResponse was auto-generated from WSDL.

type OperationGetObjectTypeInformationRequest

type OperationGetObjectTypeInformationRequest struct {
	GetObjectTypeInformation *GetObjectTypeInformation `xml:"getObjectTypeInformation,omitempty" json:"getObjectTypeInformation,omitempty" yaml:"getObjectTypeInformation,omitempty"`
}

Operation wrapper for GetObjectTypeInformation. OperationGetObjectTypeInformationRequest was auto-generated from WSDL.

type OperationGetObjectTypeInformationResponse

type OperationGetObjectTypeInformationResponse struct {
	GetObjectTypeInformationResponse *GetObjectTypeInformationResponse `` /* 148-byte string literal not displayed */
}

Operation wrapper for GetObjectTypeInformation. OperationGetObjectTypeInformationResponse was auto-generated from WSDL.

type OperationGetObjectValuesRequest

type OperationGetObjectValuesRequest struct {
	GetObjectValues *GetObjectValues `xml:"getObjectValues,omitempty" json:"getObjectValues,omitempty" yaml:"getObjectValues,omitempty"`
}

Operation wrapper for GetObjectValues. OperationGetObjectValuesRequest was auto-generated from WSDL.

type OperationGetObjectValuesResponse

type OperationGetObjectValuesResponse struct {
	GetObjectValuesResponse *GetObjectValuesResponse `xml:"getObjectValuesResponse,omitempty" json:"getObjectValuesResponse,omitempty" yaml:"getObjectValuesResponse,omitempty"`
}

Operation wrapper for GetObjectValues. OperationGetObjectValuesResponse was auto-generated from WSDL.

type OperationGetPendingChangeTaskListForContactRequest

type OperationGetPendingChangeTaskListForContactRequest struct {
	GetPendingChangeTaskListForContact *GetPendingChangeTaskListForContact `` /* 154-byte string literal not displayed */
}

Operation wrapper for GetPendingChangeTaskListForContact. OperationGetPendingChangeTaskListForContactRequest was auto-generated from WSDL.

type OperationGetPendingChangeTaskListForContactResponse

type OperationGetPendingChangeTaskListForContactResponse struct {
	GetPendingChangeTaskListForContactResponse *GetPendingChangeTaskListForContactResponse `` /* 178-byte string literal not displayed */
}

Operation wrapper for GetPendingChangeTaskListForContact. OperationGetPendingChangeTaskListForContactResponse was auto-generated from WSDL.

type OperationGetPendingIssueTaskListForContactRequest

type OperationGetPendingIssueTaskListForContactRequest struct {
	GetPendingIssueTaskListForContact *GetPendingIssueTaskListForContact `` /* 151-byte string literal not displayed */
}

Operation wrapper for GetPendingIssueTaskListForContact. OperationGetPendingIssueTaskListForContactRequest was auto-generated from WSDL.

type OperationGetPendingIssueTaskListForContactResponse

type OperationGetPendingIssueTaskListForContactResponse struct {
	GetPendingIssueTaskListForContactResponse *GetPendingIssueTaskListForContactResponse `` /* 175-byte string literal not displayed */
}

Operation wrapper for GetPendingIssueTaskListForContact. OperationGetPendingIssueTaskListForContactResponse was auto-generated from WSDL.

type OperationGetPermissionGroupsRequest

type OperationGetPermissionGroupsRequest struct {
	GetPermissionGroups *GetPermissionGroups `xml:"getPermissionGroups,omitempty" json:"getPermissionGroups,omitempty" yaml:"getPermissionGroups,omitempty"`
}

Operation wrapper for GetPermissionGroups. OperationGetPermissionGroupsRequest was auto-generated from WSDL.

type OperationGetPermissionGroupsResponse

type OperationGetPermissionGroupsResponse struct {
	GetPermissionGroupsResponse *GetPermissionGroupsResponse `` /* 133-byte string literal not displayed */
}

Operation wrapper for GetPermissionGroups. OperationGetPermissionGroupsResponse was auto-generated from WSDL.

type OperationGetPolicyInfoRequest

type OperationGetPolicyInfoRequest struct {
	GetPolicyInfo *GetPolicyInfo `xml:"getPolicyInfo,omitempty" json:"getPolicyInfo,omitempty" yaml:"getPolicyInfo,omitempty"`
}

Operation wrapper for GetPolicyInfo. OperationGetPolicyInfoRequest was auto-generated from WSDL.

type OperationGetPolicyInfoResponse

type OperationGetPolicyInfoResponse struct {
	GetPolicyInfoResponse *GetPolicyInfoResponse `xml:"getPolicyInfoResponse,omitempty" json:"getPolicyInfoResponse,omitempty" yaml:"getPolicyInfoResponse,omitempty"`
}

Operation wrapper for GetPolicyInfo. OperationGetPolicyInfoResponse was auto-generated from WSDL.

type OperationGetPrioritiesRequest

type OperationGetPrioritiesRequest struct {
	GetPriorities *GetPriorities `xml:"getPriorities,omitempty" json:"getPriorities,omitempty" yaml:"getPriorities,omitempty"`
}

Operation wrapper for GetPriorities. OperationGetPrioritiesRequest was auto-generated from WSDL.

type OperationGetPrioritiesResponse

type OperationGetPrioritiesResponse struct {
	GetPrioritiesResponse *GetPrioritiesResponse `xml:"getPrioritiesResponse,omitempty" json:"getPrioritiesResponse,omitempty" yaml:"getPrioritiesResponse,omitempty"`
}

Operation wrapper for GetPriorities. OperationGetPrioritiesResponse was auto-generated from WSDL.

type OperationGetPropertyInfoForCategoryRequest

type OperationGetPropertyInfoForCategoryRequest struct {
	GetPropertyInfoForCategory *GetPropertyInfoForCategory `` /* 130-byte string literal not displayed */
}

Operation wrapper for GetPropertyInfoForCategory. OperationGetPropertyInfoForCategoryRequest was auto-generated from WSDL.

type OperationGetPropertyInfoForCategoryResponse

type OperationGetPropertyInfoForCategoryResponse struct {
	GetPropertyInfoForCategoryResponse *GetPropertyInfoForCategoryResponse `` /* 154-byte string literal not displayed */
}

Operation wrapper for GetPropertyInfoForCategory. OperationGetPropertyInfoForCategoryResponse was auto-generated from WSDL.

type OperationGetQuestionsAskedRequest

type OperationGetQuestionsAskedRequest struct {
	GetQuestionsAsked *GetQuestionsAsked `xml:"getQuestionsAsked,omitempty" json:"getQuestionsAsked,omitempty" yaml:"getQuestionsAsked,omitempty"`
}

Operation wrapper for GetQuestionsAsked. OperationGetQuestionsAskedRequest was auto-generated from WSDL.

type OperationGetQuestionsAskedResponse

type OperationGetQuestionsAskedResponse struct {
	GetQuestionsAskedResponse *GetQuestionsAskedResponse `` /* 127-byte string literal not displayed */
}

Operation wrapper for GetQuestionsAsked. OperationGetQuestionsAskedResponse was auto-generated from WSDL.

type OperationGetRelatedListRequest

type OperationGetRelatedListRequest struct {
	GetRelatedList *GetRelatedList `xml:"getRelatedList,omitempty" json:"getRelatedList,omitempty" yaml:"getRelatedList,omitempty"`
}

Operation wrapper for GetRelatedList. OperationGetRelatedListRequest was auto-generated from WSDL.

type OperationGetRelatedListResponse

type OperationGetRelatedListResponse struct {
	GetRelatedListResponse *GetRelatedListResponse `xml:"getRelatedListResponse,omitempty" json:"getRelatedListResponse,omitempty" yaml:"getRelatedListResponse,omitempty"`
}

Operation wrapper for GetRelatedList. OperationGetRelatedListResponse was auto-generated from WSDL.

type OperationGetRelatedListValuesRequest

type OperationGetRelatedListValuesRequest struct {
	GetRelatedListValues *GetRelatedListValues `xml:"getRelatedListValues,omitempty" json:"getRelatedListValues,omitempty" yaml:"getRelatedListValues,omitempty"`
}

Operation wrapper for GetRelatedListValues. OperationGetRelatedListValuesRequest was auto-generated from WSDL.

type OperationGetRelatedListValuesResponse

type OperationGetRelatedListValuesResponse struct {
	GetRelatedListValuesResponse *GetRelatedListValuesResponse `` /* 136-byte string literal not displayed */
}

Operation wrapper for GetRelatedListValues. OperationGetRelatedListValuesResponse was auto-generated from WSDL.

type OperationGetRepositoryInfoRequest

type OperationGetRepositoryInfoRequest struct {
	GetRepositoryInfo *GetRepositoryInfo `xml:"getRepositoryInfo,omitempty" json:"getRepositoryInfo,omitempty" yaml:"getRepositoryInfo,omitempty"`
}

Operation wrapper for GetRepositoryInfo. OperationGetRepositoryInfoRequest was auto-generated from WSDL.

type OperationGetRepositoryInfoResponse

type OperationGetRepositoryInfoResponse struct {
	GetRepositoryInfoResponse *GetRepositoryInfoResponse `` /* 127-byte string literal not displayed */
}

Operation wrapper for GetRepositoryInfo. OperationGetRepositoryInfoResponse was auto-generated from WSDL.

type OperationGetStatusesRequest

type OperationGetStatusesRequest struct {
	GetStatuses *GetStatuses `xml:"getStatuses,omitempty" json:"getStatuses,omitempty" yaml:"getStatuses,omitempty"`
}

Operation wrapper for GetStatuses. OperationGetStatusesRequest was auto-generated from WSDL.

type OperationGetStatusesResponse

type OperationGetStatusesResponse struct {
	GetStatusesResponse *GetStatusesResponse `xml:"getStatusesResponse,omitempty" json:"getStatusesResponse,omitempty" yaml:"getStatusesResponse,omitempty"`
}

Operation wrapper for GetStatuses. OperationGetStatusesResponse was auto-generated from WSDL.

type OperationGetTaskListValuesRequest

type OperationGetTaskListValuesRequest struct {
	GetTaskListValues *GetTaskListValues `xml:"getTaskListValues,omitempty" json:"getTaskListValues,omitempty" yaml:"getTaskListValues,omitempty"`
}

Operation wrapper for GetTaskListValues. OperationGetTaskListValuesRequest was auto-generated from WSDL.

type OperationGetTaskListValuesResponse

type OperationGetTaskListValuesResponse struct {
	GetTaskListValuesResponse *GetTaskListValuesResponse `` /* 127-byte string literal not displayed */
}

Operation wrapper for GetTaskListValues. OperationGetTaskListValuesResponse was auto-generated from WSDL.

type OperationGetTemplateListRequest

type OperationGetTemplateListRequest struct {
	GetTemplateList *GetTemplateList `xml:"getTemplateList,omitempty" json:"getTemplateList,omitempty" yaml:"getTemplateList,omitempty"`
}

Operation wrapper for GetTemplateList. OperationGetTemplateListRequest was auto-generated from WSDL.

type OperationGetTemplateListResponse

type OperationGetTemplateListResponse struct {
	GetTemplateListResponse *GetTemplateListResponse `xml:"getTemplateListResponse,omitempty" json:"getTemplateListResponse,omitempty" yaml:"getTemplateListResponse,omitempty"`
}

Operation wrapper for GetTemplateList. OperationGetTemplateListResponse was auto-generated from WSDL.

type OperationGetValidTaskTransitionsRequest

type OperationGetValidTaskTransitionsRequest struct {
	GetValidTaskTransitions *GetValidTaskTransitions `xml:"getValidTaskTransitions,omitempty" json:"getValidTaskTransitions,omitempty" yaml:"getValidTaskTransitions,omitempty"`
}

Operation wrapper for GetValidTaskTransitions. OperationGetValidTaskTransitionsRequest was auto-generated from WSDL.

type OperationGetValidTaskTransitionsResponse

type OperationGetValidTaskTransitionsResponse struct {
	GetValidTaskTransitionsResponse *GetValidTaskTransitionsResponse `` /* 145-byte string literal not displayed */
}

Operation wrapper for GetValidTaskTransitions. OperationGetValidTaskTransitionsResponse was auto-generated from WSDL.

type OperationGetValidTransitionsRequest

type OperationGetValidTransitionsRequest struct {
	GetValidTransitions *GetValidTransitions `xml:"getValidTransitions,omitempty" json:"getValidTransitions,omitempty" yaml:"getValidTransitions,omitempty"`
}

Operation wrapper for GetValidTransitions. OperationGetValidTransitionsRequest was auto-generated from WSDL.

type OperationGetValidTransitionsResponse

type OperationGetValidTransitionsResponse struct {
	GetValidTransitionsResponse *GetValidTransitionsResponse `` /* 133-byte string literal not displayed */
}

Operation wrapper for GetValidTransitions. OperationGetValidTransitionsResponse was auto-generated from WSDL.

type OperationGetWorkFlowTemplatesRequest

type OperationGetWorkFlowTemplatesRequest struct {
	GetWorkFlowTemplates *GetWorkFlowTemplates `xml:"getWorkFlowTemplates,omitempty" json:"getWorkFlowTemplates,omitempty" yaml:"getWorkFlowTemplates,omitempty"`
}

Operation wrapper for GetWorkFlowTemplates. OperationGetWorkFlowTemplatesRequest was auto-generated from WSDL.

type OperationGetWorkFlowTemplatesResponse

type OperationGetWorkFlowTemplatesResponse struct {
	GetWorkFlowTemplatesResponse *GetWorkFlowTemplatesResponse `` /* 136-byte string literal not displayed */
}

Operation wrapper for GetWorkFlowTemplates. OperationGetWorkFlowTemplatesResponse was auto-generated from WSDL.

type OperationGetWorkflowTemplateListRequest

type OperationGetWorkflowTemplateListRequest struct {
	GetWorkflowTemplateList *GetWorkflowTemplateList `xml:"getWorkflowTemplateList,omitempty" json:"getWorkflowTemplateList,omitempty" yaml:"getWorkflowTemplateList,omitempty"`
}

Operation wrapper for GetWorkflowTemplateList. OperationGetWorkflowTemplateListRequest was auto-generated from WSDL.

type OperationGetWorkflowTemplateListResponse

type OperationGetWorkflowTemplateListResponse struct {
	GetWorkflowTemplateListResponse *GetWorkflowTemplateListResponse `` /* 145-byte string literal not displayed */
}

Operation wrapper for GetWorkflowTemplateList. OperationGetWorkflowTemplateListResponse was auto-generated from WSDL.

type OperationImpersonateRequest

type OperationImpersonateRequest struct {
	Impersonate *Impersonate `xml:"impersonate,omitempty" json:"impersonate,omitempty" yaml:"impersonate,omitempty"`
}

Operation wrapper for Impersonate. OperationImpersonateRequest was auto-generated from WSDL.

type OperationImpersonateResponse

type OperationImpersonateResponse struct {
	ImpersonateResponse *ImpersonateResponse `xml:"impersonateResponse,omitempty" json:"impersonateResponse,omitempty" yaml:"impersonateResponse,omitempty"`
}

Operation wrapper for Impersonate. OperationImpersonateResponse was auto-generated from WSDL.

type OperationIsAttmntLinkedKDRequest

type OperationIsAttmntLinkedKDRequest struct {
	IsAttmntLinkedKD *IsAttmntLinkedKD `xml:"isAttmntLinkedKD,omitempty" json:"isAttmntLinkedKD,omitempty" yaml:"isAttmntLinkedKD,omitempty"`
}

Operation wrapper for IsAttmntLinkedKD. OperationIsAttmntLinkedKDRequest was auto-generated from WSDL.

type OperationIsAttmntLinkedKDResponse

type OperationIsAttmntLinkedKDResponse struct {
	IsAttmntLinkedKDResponse *IsAttmntLinkedKDResponse `xml:"isAttmntLinkedKDResponse,omitempty" json:"isAttmntLinkedKDResponse,omitempty" yaml:"isAttmntLinkedKDResponse,omitempty"`
}

Operation wrapper for IsAttmntLinkedKD. OperationIsAttmntLinkedKDResponse was auto-generated from WSDL.

type OperationLogCommentRequest

type OperationLogCommentRequest struct {
	LogComment *LogComment `xml:"logComment,omitempty" json:"logComment,omitempty" yaml:"logComment,omitempty"`
}

Operation wrapper for LogComment. OperationLogCommentRequest was auto-generated from WSDL.

type OperationLogCommentResponse

type OperationLogCommentResponse struct {
	LogCommentResponse *LogCommentResponse `xml:"logCommentResponse,omitempty" json:"logCommentResponse,omitempty" yaml:"logCommentResponse,omitempty"`
}

Operation wrapper for LogComment. OperationLogCommentResponse was auto-generated from WSDL.

type OperationLoginRequest

type OperationLoginRequest struct {
	Login *Login `xml:"login,omitempty" json:"login,omitempty" yaml:"login,omitempty"`
}

Operation wrapper for Login. OperationLoginRequest was auto-generated from WSDL.

type OperationLoginResponse

type OperationLoginResponse struct {
	LoginResponse *LoginResponse `xml:"loginResponse,omitempty" json:"loginResponse,omitempty" yaml:"loginResponse,omitempty"`
}

Operation wrapper for Login. OperationLoginResponse was auto-generated from WSDL.

type OperationLoginServiceManagedRequest

type OperationLoginServiceManagedRequest struct {
	LoginServiceManaged *LoginServiceManaged `xml:"loginServiceManaged,omitempty" json:"loginServiceManaged,omitempty" yaml:"loginServiceManaged,omitempty"`
}

Operation wrapper for LoginServiceManaged. OperationLoginServiceManagedRequest was auto-generated from WSDL.

type OperationLoginServiceManagedResponse

type OperationLoginServiceManagedResponse struct {
	LoginServiceManagedResponse *LoginServiceManagedResponse `` /* 133-byte string literal not displayed */
}

Operation wrapper for LoginServiceManaged. OperationLoginServiceManagedResponse was auto-generated from WSDL.

type OperationLoginServiceRequest

type OperationLoginServiceRequest struct {
	LoginService *LoginService `xml:"loginService,omitempty" json:"loginService,omitempty" yaml:"loginService,omitempty"`
}

Operation wrapper for LoginService. OperationLoginServiceRequest was auto-generated from WSDL.

type OperationLoginServiceResponse

type OperationLoginServiceResponse struct {
	LoginServiceResponse *LoginServiceResponse `xml:"loginServiceResponse,omitempty" json:"loginServiceResponse,omitempty" yaml:"loginServiceResponse,omitempty"`
}

Operation wrapper for LoginService. OperationLoginServiceResponse was auto-generated from WSDL.

type OperationLoginWithArtifactRequest

type OperationLoginWithArtifactRequest struct {
	LoginWithArtifact *LoginWithArtifact `xml:"loginWithArtifact,omitempty" json:"loginWithArtifact,omitempty" yaml:"loginWithArtifact,omitempty"`
}

Operation wrapper for LoginWithArtifact. OperationLoginWithArtifactRequest was auto-generated from WSDL.

type OperationLoginWithArtifactResponse

type OperationLoginWithArtifactResponse struct {
	LoginWithArtifactResponse *LoginWithArtifactResponse `` /* 127-byte string literal not displayed */
}

Operation wrapper for LoginWithArtifact. OperationLoginWithArtifactResponse was auto-generated from WSDL.

type OperationLogoutRequest

type OperationLogoutRequest struct {
	Logout *Logout `xml:"logout,omitempty" json:"logout,omitempty" yaml:"logout,omitempty"`
}

Operation wrapper for Logout. OperationLogoutRequest was auto-generated from WSDL.

type OperationLogoutResponse

type OperationLogoutResponse struct {
	LogoutResponse *LogoutResponse `xml:"logoutResponse,omitempty" json:"logoutResponse,omitempty" yaml:"logoutResponse,omitempty"`
}

Operation wrapper for Logout. OperationLogoutResponse was auto-generated from WSDL.

type OperationModifyDocumentRequest

type OperationModifyDocumentRequest struct {
	ModifyDocument *ModifyDocument `xml:"modifyDocument,omitempty" json:"modifyDocument,omitempty" yaml:"modifyDocument,omitempty"`
}

Operation wrapper for ModifyDocument. OperationModifyDocumentRequest was auto-generated from WSDL.

type OperationModifyDocumentResponse

type OperationModifyDocumentResponse struct {
	ModifyDocumentResponse *ModifyDocumentResponse `xml:"modifyDocumentResponse,omitempty" json:"modifyDocumentResponse,omitempty" yaml:"modifyDocumentResponse,omitempty"`
}

Operation wrapper for ModifyDocument. OperationModifyDocumentResponse was auto-generated from WSDL.

type OperationNotifyContactsRequest

type OperationNotifyContactsRequest struct {
	NotifyContacts *NotifyContacts `xml:"notifyContacts,omitempty" json:"notifyContacts,omitempty" yaml:"notifyContacts,omitempty"`
}

Operation wrapper for NotifyContacts. OperationNotifyContactsRequest was auto-generated from WSDL.

type OperationNotifyContactsResponse

type OperationNotifyContactsResponse struct {
	NotifyContactsResponse *NotifyContactsResponse `xml:"notifyContactsResponse,omitempty" json:"notifyContactsResponse,omitempty" yaml:"notifyContactsResponse,omitempty"`
}

Operation wrapper for NotifyContacts. OperationNotifyContactsResponse was auto-generated from WSDL.

type OperationRateDocumentRequest

type OperationRateDocumentRequest struct {
	RateDocument *RateDocument `xml:"rateDocument,omitempty" json:"rateDocument,omitempty" yaml:"rateDocument,omitempty"`
}

Operation wrapper for RateDocument. OperationRateDocumentRequest was auto-generated from WSDL.

type OperationRateDocumentResponse

type OperationRateDocumentResponse struct {
	RateDocumentResponse *RateDocumentResponse `xml:"rateDocumentResponse,omitempty" json:"rateDocumentResponse,omitempty" yaml:"rateDocumentResponse,omitempty"`
}

Operation wrapper for RateDocument. OperationRateDocumentResponse was auto-generated from WSDL.

type OperationRemoveAttachmentRequest

type OperationRemoveAttachmentRequest struct {
	RemoveAttachment *RemoveAttachment `xml:"removeAttachment,omitempty" json:"removeAttachment,omitempty" yaml:"removeAttachment,omitempty"`
}

Operation wrapper for RemoveAttachment. OperationRemoveAttachmentRequest was auto-generated from WSDL.

type OperationRemoveAttachmentResponse

type OperationRemoveAttachmentResponse struct {
	RemoveAttachmentResponse *RemoveAttachmentResponse `xml:"removeAttachmentResponse,omitempty" json:"removeAttachmentResponse,omitempty" yaml:"removeAttachmentResponse,omitempty"`
}

Operation wrapper for RemoveAttachment. OperationRemoveAttachmentResponse was auto-generated from WSDL.

type OperationRemoveLrelRelationshipsRequest

type OperationRemoveLrelRelationshipsRequest struct {
	RemoveLrelRelationships *RemoveLrelRelationships `xml:"removeLrelRelationships,omitempty" json:"removeLrelRelationships,omitempty" yaml:"removeLrelRelationships,omitempty"`
}

Operation wrapper for RemoveLrelRelationships. OperationRemoveLrelRelationshipsRequest was auto-generated from WSDL.

type OperationRemoveLrelRelationshipsResponse

type OperationRemoveLrelRelationshipsResponse struct {
	RemoveLrelRelationshipsResponse *RemoveLrelRelationshipsResponse `` /* 145-byte string literal not displayed */
}

Operation wrapper for RemoveLrelRelationships. OperationRemoveLrelRelationshipsResponse was auto-generated from WSDL.

type OperationRemoveMemberFromGroupRequest

type OperationRemoveMemberFromGroupRequest struct {
	RemoveMemberFromGroup *RemoveMemberFromGroup `xml:"removeMemberFromGroup,omitempty" json:"removeMemberFromGroup,omitempty" yaml:"removeMemberFromGroup,omitempty"`
}

Operation wrapper for RemoveMemberFromGroup. OperationRemoveMemberFromGroupRequest was auto-generated from WSDL.

type OperationRemoveMemberFromGroupResponse

type OperationRemoveMemberFromGroupResponse struct {
	RemoveMemberFromGroupResponse *RemoveMemberFromGroupResponse `` /* 139-byte string literal not displayed */
}

Operation wrapper for RemoveMemberFromGroup. OperationRemoveMemberFromGroupResponse was auto-generated from WSDL.

type OperationSearchRequest

type OperationSearchRequest struct {
	Search *Search `xml:"search,omitempty" json:"search,omitempty" yaml:"search,omitempty"`
}

Operation wrapper for Search. OperationSearchRequest was auto-generated from WSDL.

type OperationSearchResponse

type OperationSearchResponse struct {
	SearchResponse *SearchResponse `xml:"searchResponse,omitempty" json:"searchResponse,omitempty" yaml:"searchResponse,omitempty"`
}

Operation wrapper for Search. OperationSearchResponse was auto-generated from WSDL.

type OperationServerStatusRequest

type OperationServerStatusRequest struct {
	ServerStatus *ServerStatus `xml:"serverStatus,omitempty" json:"serverStatus,omitempty" yaml:"serverStatus,omitempty"`
}

Operation wrapper for ServerStatus. OperationServerStatusRequest was auto-generated from WSDL.

type OperationServerStatusResponse

type OperationServerStatusResponse struct {
	ServerStatusResponse *ServerStatusResponse `xml:"serverStatusResponse,omitempty" json:"serverStatusResponse,omitempty" yaml:"serverStatusResponse,omitempty"`
}

Operation wrapper for ServerStatus. OperationServerStatusResponse was auto-generated from WSDL.

type OperationTransferRequest

type OperationTransferRequest struct {
	Transfer *Transfer `xml:"transfer,omitempty" json:"transfer,omitempty" yaml:"transfer,omitempty"`
}

Operation wrapper for Transfer. OperationTransferRequest was auto-generated from WSDL.

type OperationTransferResponse

type OperationTransferResponse struct {
	TransferResponse *TransferResponse `xml:"transferResponse,omitempty" json:"transferResponse,omitempty" yaml:"transferResponse,omitempty"`
}

Operation wrapper for Transfer. OperationTransferResponse was auto-generated from WSDL.

type OperationUpdateObjectRequest

type OperationUpdateObjectRequest struct {
	UpdateObject *UpdateObject `xml:"updateObject,omitempty" json:"updateObject,omitempty" yaml:"updateObject,omitempty"`
}

Operation wrapper for UpdateObject. OperationUpdateObjectRequest was auto-generated from WSDL.

type OperationUpdateObjectResponse

type OperationUpdateObjectResponse struct {
	UpdateObjectResponse *UpdateObjectResponse `xml:"updateObjectResponse,omitempty" json:"updateObjectResponse,omitempty" yaml:"updateObjectResponse,omitempty"`
}

Operation wrapper for UpdateObject. OperationUpdateObjectResponse was auto-generated from WSDL.

type OperationUpdateRatingRequest

type OperationUpdateRatingRequest struct {
	UpdateRating *UpdateRating `xml:"updateRating,omitempty" json:"updateRating,omitempty" yaml:"updateRating,omitempty"`
}

Operation wrapper for UpdateRating. OperationUpdateRatingRequest was auto-generated from WSDL.

type OperationUpdateRatingResponse

type OperationUpdateRatingResponse struct {
	UpdateRatingResponse *UpdateRatingResponse `xml:"updateRatingResponse,omitempty" json:"updateRatingResponse,omitempty" yaml:"updateRatingResponse,omitempty"`
}

Operation wrapper for UpdateRating. OperationUpdateRatingResponse was auto-generated from WSDL.

type RateDocument

type RateDocument struct {
	Sid              *int    `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	DocId            *int    `xml:"docId,omitempty" json:"docId,omitempty" yaml:"docId,omitempty"`
	Rating           *int    `xml:"rating,omitempty" json:"rating,omitempty" yaml:"rating,omitempty"`
	Multiplier       *int    `xml:"multiplier,omitempty" json:"multiplier,omitempty" yaml:"multiplier,omitempty"`
	TicketPerId      *string `xml:"ticketPerId,omitempty" json:"ticketPerId,omitempty" yaml:"ticketPerId,omitempty"`
	OnTicketAccept   *bool   `xml:"onTicketAccept,omitempty" json:"onTicketAccept,omitempty" yaml:"onTicketAccept,omitempty"`
	SolveUserProblem *bool   `xml:"solveUserProblem,omitempty" json:"solveUserProblem,omitempty" yaml:"solveUserProblem,omitempty"`
	IsDefault        *bool   `xml:"isDefault,omitempty" json:"isDefault,omitempty" yaml:"isDefault,omitempty"`
}

RateDocument was auto-generated from WSDL.

type RateDocumentResponse

type RateDocumentResponse struct {
	RateDocumentReturn *string `xml:"rateDocumentReturn,omitempty" json:"rateDocumentReturn,omitempty" yaml:"rateDocumentReturn,omitempty"`
}

RateDocumentResponse was auto-generated from WSDL.

type RemoveAttachment

type RemoveAttachment struct {
	Sid       *int    `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	AttHandle *string `xml:"attHandle,omitempty" json:"attHandle,omitempty" yaml:"attHandle,omitempty"`
}

RemoveAttachment was auto-generated from WSDL.

type RemoveAttachmentResponse

type RemoveAttachmentResponse struct {
	RemoveAttachmentReturn *int `xml:"removeAttachmentReturn,omitempty" json:"removeAttachmentReturn,omitempty" yaml:"removeAttachmentReturn,omitempty"`
}

RemoveAttachmentResponse was auto-generated from WSDL.

type RemoveLrelRelationships

type RemoveLrelRelationships struct {
	Sid                 *int           `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	ContextObject       *string        `xml:"contextObject,omitempty" json:"contextObject,omitempty" yaml:"contextObject,omitempty"`
	LrelName            *string        `xml:"lrelName,omitempty" json:"lrelName,omitempty" yaml:"lrelName,omitempty"`
	RemoveObjectHandles *ArrayOfString `xml:"removeObjectHandles,omitempty" json:"removeObjectHandles,omitempty" yaml:"removeObjectHandles,omitempty"`
}

RemoveLrelRelationships was auto-generated from WSDL.

type RemoveLrelRelationshipsResponse

type RemoveLrelRelationshipsResponse struct {
}

RemoveLrelRelationshipsResponse was auto-generated from WSDL.

type RemoveMemberFromGroup

type RemoveMemberFromGroup struct {
	Sid           *int    `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	ContactHandle *string `xml:"contactHandle,omitempty" json:"contactHandle,omitempty" yaml:"contactHandle,omitempty"`
	GroupHandle   *string `xml:"groupHandle,omitempty" json:"groupHandle,omitempty" yaml:"groupHandle,omitempty"`
}

RemoveMemberFromGroup was auto-generated from WSDL.

type RemoveMemberFromGroupResponse

type RemoveMemberFromGroupResponse struct {
}

RemoveMemberFromGroupResponse was auto-generated from WSDL.

type Request

type Request struct {
	Attr  string
	Value string
}

Request contains key:value pair where key is presented as request attribute

type Response

type Response struct {
	ResponseData soap.Message
	Error        error
}

Response should contain Operation level of SOAP response struct in ResponseData, ex: OperationLoginResponse{LoginResponse:{LoginReturn:{data}}}

type SdmSoap

type SdmSoap struct {
	SdmSoapInterface
}

SdmSoap is a struct that implements Client for CA Service Desk SOAP API

func NewSdmSoap

func NewSdmSoap(url string) *SdmSoap

NewSdmSoap is a quick definition of a proper CA Service Desk SOAP WebServices Client with default implementation.

func NewSdmSoapWithCli

func NewSdmSoapWithCli(cli SdmSoapInterface) *SdmSoap

NewSdmRestWithCli is a quick definition of a proper CA Service Desk SOAP WebServices Client with custom implementation.

func (*SdmSoap) AddAssetLog

func (p *SdmSoap) AddAssetLog(AddAssetLog *AddAssetLog) (*AddAssetLogResponse, error)

AddAssetLog was auto-generated from WSDL.

func (*SdmSoap) AddBookmark

func (p *SdmSoap) AddBookmark(AddBookmark *AddBookmark) (*AddBookmarkResponse, error)

AddBookmark was auto-generated from WSDL.

func (*SdmSoap) AddComment

func (p *SdmSoap) AddComment(AddComment *AddComment) (*AddCommentResponse, error)

AddComment was auto-generated from WSDL.

func (*SdmSoap) AddMemberToGroup

func (p *SdmSoap) AddMemberToGroup(AddMemberToGroup *AddMemberToGroup) (*AddMemberToGroupResponse, error)

AddMemberToGroup was auto-generated from WSDL.

func (*SdmSoap) AttachChangeToRequest

func (p *SdmSoap) AttachChangeToRequest(AttachChangeToRequest *AttachChangeToRequest) (*AttachChangeToRequestResponse, error)

AttachChangeToRequest was auto-generated from WSDL.

func (p *SdmSoap) AttachURLLink(AttachURLLink *AttachURLLink) (*AttachURLLinkResponse, error)

AttachURLLink was auto-generated from WSDL.

func (*SdmSoap) AttachURLLinkToTicket

func (p *SdmSoap) AttachURLLinkToTicket(AttachURLLinkToTicket *AttachURLLinkToTicket) (*AttachURLLinkToTicketResponse, error)

AttachURLLinkToTicket was auto-generated from WSDL.

func (*SdmSoap) AttmntFolderLinkCount

func (p *SdmSoap) AttmntFolderLinkCount(AttmntFolderLinkCount *AttmntFolderLinkCount) (*AttmntFolderLinkCountResponse, error)

AttmntFolderLinkCount was auto-generated from WSDL.

func (*SdmSoap) CallServerMethod

func (p *SdmSoap) CallServerMethod(CallServerMethod *CallServerMethod) (*CallServerMethodResponse, error)

CallServerMethod was auto-generated from WSDL.

func (*SdmSoap) ChangeStatus

func (p *SdmSoap) ChangeStatus(ChangeStatus *ChangeStatus) (*ChangeStatusResponse, error)

ChangeStatus was auto-generated from WSDL.

func (*SdmSoap) ClearNotification

func (p *SdmSoap) ClearNotification(ClearNotification *ClearNotification) (*ClearNotificationResponse, error)

ClearNotification was auto-generated from WSDL.

func (*SdmSoap) CloseTicket

func (p *SdmSoap) CloseTicket(CloseTicket *CloseTicket) (*CloseTicketResponse, error)

CloseTicket was auto-generated from WSDL.

func (*SdmSoap) CreateActivityLog

func (p *SdmSoap) CreateActivityLog(CreateActivityLog *CreateActivityLog) (*CreateActivityLogResponse, error)

CreateActivityLog was auto-generated from WSDL.

func (*SdmSoap) CreateAsset

func (p *SdmSoap) CreateAsset(CreateAsset *CreateAsset) (*CreateAssetResponse, error)

CreateAsset was auto-generated from WSDL.

func (*SdmSoap) CreateAssetParentChildRelationship

func (p *SdmSoap) CreateAssetParentChildRelationship(CreateAssetParentChildRelationship *CreateAssetParentChildRelationship) (*CreateAssetParentChildRelationshipResponse, error)

CreateAssetParentChildRelationship was auto-generated from WSDL.

func (*SdmSoap) CreateAttachment

func (p *SdmSoap) CreateAttachment(CreateAttachment *CreateAttachment) (*CreateAttachmentResponse, error)

CreateAttachment was auto-generated from WSDL.

func (*SdmSoap) CreateAttmnt

func (p *SdmSoap) CreateAttmnt(CreateAttmnt *CreateAttmnt) (*CreateAttmntResponse, error)

CreateAttmnt was auto-generated from WSDL.

func (*SdmSoap) CreateChangeOrder

func (p *SdmSoap) CreateChangeOrder(CreateChangeOrder *CreateChangeOrder) (*CreateChangeOrderResponse, error)

CreateChangeOrder was auto-generated from WSDL.

func (*SdmSoap) CreateDocument

func (p *SdmSoap) CreateDocument(CreateDocument *CreateDocument) (*CreateDocumentResponse, error)

CreateDocument was auto-generated from WSDL.

func (*SdmSoap) CreateFolder

func (p *SdmSoap) CreateFolder(CreateFolder *CreateFolder) (*CreateFolderResponse, error)

CreateFolder was auto-generated from WSDL.

func (*SdmSoap) CreateIssue

func (p *SdmSoap) CreateIssue(CreateIssue *CreateIssue) (*CreateIssueResponse, error)

CreateIssue was auto-generated from WSDL.

func (*SdmSoap) CreateLrelRelationships

func (p *SdmSoap) CreateLrelRelationships(CreateLrelRelationships *CreateLrelRelationships) (*CreateLrelRelationshipsResponse, error)

CreateLrelRelationships was auto-generated from WSDL.

func (*SdmSoap) CreateObject

func (p *SdmSoap) CreateObject(CreateObject *CreateObject) (*CreateObjectResponse, error)

CreateObject was auto-generated from WSDL.

func (*SdmSoap) CreateQuickTicket

func (p *SdmSoap) CreateQuickTicket(CreateQuickTicket *CreateQuickTicket) (*CreateQuickTicketResponse, error)

CreateQuickTicket was auto-generated from WSDL.

func (*SdmSoap) CreateRequest

func (p *SdmSoap) CreateRequest(CreateRequest *CreateRequest) (*CreateRequestResponse, error)

CreateRequest was auto-generated from WSDL.

func (*SdmSoap) CreateTicket

func (p *SdmSoap) CreateTicket(CreateTicket *CreateTicket) (*CreateTicketResponse, error)

CreateTicket was auto-generated from WSDL.

func (*SdmSoap) CreateWorkFlowTask

func (p *SdmSoap) CreateWorkFlowTask(CreateWorkFlowTask *CreateWorkFlowTask) (*CreateWorkFlowTaskResponse, error)

CreateWorkFlowTask was auto-generated from WSDL.

func (*SdmSoap) DeleteBookmark

func (p *SdmSoap) DeleteBookmark(DeleteBookmark *DeleteBookmark) (*DeleteBookmarkResponse, error)

DeleteBookmark was auto-generated from WSDL.

func (*SdmSoap) DeleteComment

func (p *SdmSoap) DeleteComment(DeleteComment *DeleteComment) (*DeleteCommentResponse, error)

DeleteComment was auto-generated from WSDL.

func (*SdmSoap) DeleteDocument

func (p *SdmSoap) DeleteDocument(DeleteDocument *DeleteDocument) (*DeleteDocumentResponse, error)

DeleteDocument was auto-generated from WSDL.

func (*SdmSoap) DeleteWorkFlowTask

func (p *SdmSoap) DeleteWorkFlowTask(DeleteWorkFlowTask *DeleteWorkFlowTask) (*DeleteWorkFlowTaskResponse, error)

DeleteWorkFlowTask was auto-generated from WSDL.

func (*SdmSoap) DetachChangeFromRequest

func (p *SdmSoap) DetachChangeFromRequest(DetachChangeFromRequest *DetachChangeFromRequest) (*DetachChangeFromRequestResponse, error)

DetachChangeFromRequest was auto-generated from WSDL.

func (*SdmSoap) DoQuery

func (p *SdmSoap) DoQuery(DoQuery *DoQuery) (*DoQueryResponse, error)

DoQuery was auto-generated from WSDL.

func (*SdmSoap) DoSelect

func (p *SdmSoap) DoSelect(DoSelect *DoSelect) (*DoSelectResponse, error)

DoSelect was auto-generated from WSDL.

func (*SdmSoap) DoSelectKD

func (p *SdmSoap) DoSelectKD(DoSelectKD *DoSelectKD) (*DoSelectKDResponse, error)

DoSelectKD was auto-generated from WSDL.

func (*SdmSoap) Escalate

func (p *SdmSoap) Escalate(Escalate *Escalate) (*EscalateResponse, error)

Escalate was auto-generated from WSDL.

func (*SdmSoap) Faq

func (p *SdmSoap) Faq(Faq *Faq) (*FaqResponse, error)

Faq was auto-generated from WSDL.

func (*SdmSoap) FindContacts

func (p *SdmSoap) FindContacts(FindContacts *FindContacts) (*FindContactsResponse, error)

FindContacts was auto-generated from WSDL.

func (*SdmSoap) FreeListHandles

func (p *SdmSoap) FreeListHandles(FreeListHandles *FreeListHandles) (*FreeListHandlesResponse, error)

FreeListHandles was auto-generated from WSDL.

func (*SdmSoap) GetAccessTypeForContact

func (p *SdmSoap) GetAccessTypeForContact(GetAccessTypeForContact *GetAccessTypeForContact) (*GetAccessTypeForContactResponse, error)

GetAccessTypeForContact was auto-generated from WSDL.

func (*SdmSoap) GetArtifact

func (p *SdmSoap) GetArtifact(GetArtifact *GetArtifact) (*GetArtifactResponse, error)

GetArtifact was auto-generated from WSDL.

func (*SdmSoap) GetAssetExtensionInformation

func (p *SdmSoap) GetAssetExtensionInformation(GetAssetExtensionInformation *GetAssetExtensionInformation) (*GetAssetExtensionInformationResponse, error)

GetAssetExtensionInformation was auto-generated from WSDL.

func (*SdmSoap) GetAttmntInfo

func (p *SdmSoap) GetAttmntInfo(GetAttmntInfo *GetAttmntInfo) (*GetAttmntInfoResponse, error)

GetAttmntInfo was auto-generated from WSDL.

func (*SdmSoap) GetAttmntList

func (p *SdmSoap) GetAttmntList(GetAttmntList *GetAttmntList) (*GetAttmntListResponse, error)

GetAttmntList was auto-generated from WSDL.

func (*SdmSoap) GetAttmntListPerKD

func (p *SdmSoap) GetAttmntListPerKD(GetAttmntListPerKD *GetAttmntListPerKD) (*GetAttmntListPerKDResponse, error)

GetAttmntListPerKD was auto-generated from WSDL.

func (*SdmSoap) GetBookmarks

func (p *SdmSoap) GetBookmarks(GetBookmarks *GetBookmarks) (*GetBookmarksResponse, error)

GetBookmarks was auto-generated from WSDL.

func (*SdmSoap) GetBopsid

func (p *SdmSoap) GetBopsid(GetBopsid *GetBopsid) (*GetBopsidResponse, error)

GetBopsid was auto-generated from WSDL.

func (*SdmSoap) GetCategory

func (p *SdmSoap) GetCategory(GetCategory *GetCategory) (*GetCategoryResponse, error)

GetCategory was auto-generated from WSDL.

func (*SdmSoap) GetComments

func (p *SdmSoap) GetComments(GetComments *GetComments) (*GetCommentsResponse, error)

GetComments was auto-generated from WSDL.

func (*SdmSoap) GetConfigurationMode

func (p *SdmSoap) GetConfigurationMode(GetConfigurationMode *GetConfigurationMode) (*GetConfigurationModeResponse, error)

GetConfigurationMode was auto-generated from WSDL.

func (*SdmSoap) GetContact

func (p *SdmSoap) GetContact(GetContact *GetContact) (*GetContactResponse, error)

GetContact was auto-generated from WSDL.

func (*SdmSoap) GetDecisionTrees

func (p *SdmSoap) GetDecisionTrees(GetDecisionTrees *GetDecisionTrees) (*GetDecisionTreesResponse, error)

GetDecisionTrees was auto-generated from WSDL.

func (*SdmSoap) GetDependentAttrControls

func (p *SdmSoap) GetDependentAttrControls(GetDependentAttrControls *GetDependentAttrControls) (*GetDependentAttrControlsResponse, error)

GetDependentAttrControls was auto-generated from WSDL.

func (*SdmSoap) GetDocument

func (p *SdmSoap) GetDocument(GetDocument *GetDocument) (*GetDocumentResponse, error)

GetDocument was auto-generated from WSDL.

func (*SdmSoap) GetDocumentTypes

func (p *SdmSoap) GetDocumentTypes(GetDocumentTypes *GetDocumentTypes) (*GetDocumentTypesResponse, error)

GetDocumentTypes was auto-generated from WSDL.

func (*SdmSoap) GetDocumentsByIDs

func (p *SdmSoap) GetDocumentsByIDs(GetDocumentsByIDs *GetDocumentsByIDs) (*GetDocumentsByIDsResponse, error)

GetDocumentsByIDs was auto-generated from WSDL.

func (*SdmSoap) GetFolderInfo

func (p *SdmSoap) GetFolderInfo(GetFolderInfo *GetFolderInfo) (*GetFolderInfoResponse, error)

GetFolderInfo was auto-generated from WSDL.

func (*SdmSoap) GetFolderList

func (p *SdmSoap) GetFolderList(GetFolderList *GetFolderList) (*GetFolderListResponse, error)

GetFolderList was auto-generated from WSDL.

func (*SdmSoap) GetGroupMemberListValues

func (p *SdmSoap) GetGroupMemberListValues(GetGroupMemberListValues *GetGroupMemberListValues) (*GetGroupMemberListValuesResponse, error)

GetGroupMemberListValues was auto-generated from WSDL.

func (*SdmSoap) GetHandleForUserid

func (p *SdmSoap) GetHandleForUserid(GetHandleForUserid *GetHandleForUserid) (*GetHandleForUseridResponse, error)

GetHandleForUserid was auto-generated from WSDL.

func (*SdmSoap) GetKDListPerAttmnt

func (p *SdmSoap) GetKDListPerAttmnt(GetKDListPerAttmnt *GetKDListPerAttmnt) (*GetKDListPerAttmntResponse, error)

GetKDListPerAttmnt was auto-generated from WSDL.

func (*SdmSoap) GetListValues

func (p *SdmSoap) GetListValues(GetListValues *GetListValues) (*GetListValuesResponse, error)

GetListValues was auto-generated from WSDL.

func (*SdmSoap) GetLrelLength

func (p *SdmSoap) GetLrelLength(GetLrelLength *GetLrelLength) (*GetLrelLengthResponse, error)

GetLrelLength was auto-generated from WSDL.

func (*SdmSoap) GetLrelValues

func (p *SdmSoap) GetLrelValues(GetLrelValues *GetLrelValues) (*GetLrelValuesResponse, error)

GetLrelValues was auto-generated from WSDL.

func (*SdmSoap) GetNotificationsForContact

func (p *SdmSoap) GetNotificationsForContact(GetNotificationsForContact *GetNotificationsForContact) (*GetNotificationsForContactResponse, error)

GetNotificationsForContact was auto-generated from WSDL.

func (*SdmSoap) GetObjectTypeInformation

func (p *SdmSoap) GetObjectTypeInformation(GetObjectTypeInformation *GetObjectTypeInformation) (*GetObjectTypeInformationResponse, error)

GetObjectTypeInformation was auto-generated from WSDL.

func (*SdmSoap) GetObjectValues

func (p *SdmSoap) GetObjectValues(GetObjectValues *GetObjectValues) (*GetObjectValuesResponse, error)

GetObjectValues was auto-generated from WSDL.

func (*SdmSoap) GetPendingChangeTaskListForContact

func (p *SdmSoap) GetPendingChangeTaskListForContact(GetPendingChangeTaskListForContact *GetPendingChangeTaskListForContact) (*GetPendingChangeTaskListForContactResponse, error)

GetPendingChangeTaskListForContact was auto-generated from WSDL.

func (*SdmSoap) GetPendingIssueTaskListForContact

func (p *SdmSoap) GetPendingIssueTaskListForContact(GetPendingIssueTaskListForContact *GetPendingIssueTaskListForContact) (*GetPendingIssueTaskListForContactResponse, error)

GetPendingIssueTaskListForContact was auto-generated from WSDL.

func (*SdmSoap) GetPermissionGroups

func (p *SdmSoap) GetPermissionGroups(GetPermissionGroups *GetPermissionGroups) (*GetPermissionGroupsResponse, error)

GetPermissionGroups was auto-generated from WSDL.

func (*SdmSoap) GetPolicyInfo

func (p *SdmSoap) GetPolicyInfo(GetPolicyInfo *GetPolicyInfo) (*GetPolicyInfoResponse, error)

GetPolicyInfo was auto-generated from WSDL.

func (*SdmSoap) GetPriorities

func (p *SdmSoap) GetPriorities(GetPriorities *GetPriorities) (*GetPrioritiesResponse, error)

GetPriorities was auto-generated from WSDL.

func (*SdmSoap) GetPropertyInfoForCategory

func (p *SdmSoap) GetPropertyInfoForCategory(GetPropertyInfoForCategory *GetPropertyInfoForCategory) (*GetPropertyInfoForCategoryResponse, error)

GetPropertyInfoForCategory was auto-generated from WSDL.

func (*SdmSoap) GetQuestionsAsked

func (p *SdmSoap) GetQuestionsAsked(GetQuestionsAsked *GetQuestionsAsked) (*GetQuestionsAskedResponse, error)

GetQuestionsAsked was auto-generated from WSDL.

func (*SdmSoap) GetRelatedList

func (p *SdmSoap) GetRelatedList(GetRelatedList *GetRelatedList) (*GetRelatedListResponse, error)

GetRelatedList was auto-generated from WSDL.

func (*SdmSoap) GetRelatedListValues

func (p *SdmSoap) GetRelatedListValues(GetRelatedListValues *GetRelatedListValues) (*GetRelatedListValuesResponse, error)

GetRelatedListValues was auto-generated from WSDL.

func (*SdmSoap) GetRepositoryInfo

func (p *SdmSoap) GetRepositoryInfo(GetRepositoryInfo *GetRepositoryInfo) (*GetRepositoryInfoResponse, error)

GetRepositoryInfo was auto-generated from WSDL.

func (*SdmSoap) GetStatuses

func (p *SdmSoap) GetStatuses(GetStatuses *GetStatuses) (*GetStatusesResponse, error)

GetStatuses was auto-generated from WSDL.

func (*SdmSoap) GetTaskListValues

func (p *SdmSoap) GetTaskListValues(GetTaskListValues *GetTaskListValues) (*GetTaskListValuesResponse, error)

GetTaskListValues was auto-generated from WSDL.

func (*SdmSoap) GetTemplateList

func (p *SdmSoap) GetTemplateList(GetTemplateList *GetTemplateList) (*GetTemplateListResponse, error)

GetTemplateList was auto-generated from WSDL.

func (*SdmSoap) GetValidTaskTransitions

func (p *SdmSoap) GetValidTaskTransitions(GetValidTaskTransitions *GetValidTaskTransitions) (*GetValidTaskTransitionsResponse, error)

GetValidTaskTransitions was auto-generated from WSDL.

func (*SdmSoap) GetValidTransitions

func (p *SdmSoap) GetValidTransitions(GetValidTransitions *GetValidTransitions) (*GetValidTransitionsResponse, error)

GetValidTransitions was auto-generated from WSDL.

func (*SdmSoap) GetWorkFlowTemplates

func (p *SdmSoap) GetWorkFlowTemplates(GetWorkFlowTemplates *GetWorkFlowTemplates) (*GetWorkFlowTemplatesResponse, error)

GetWorkFlowTemplates was auto-generated from WSDL.

func (*SdmSoap) GetWorkflowTemplateList

func (p *SdmSoap) GetWorkflowTemplateList(GetWorkflowTemplateList *GetWorkflowTemplateList) (*GetWorkflowTemplateListResponse, error)

GetWorkflowTemplateList was auto-generated from WSDL.

func (*SdmSoap) Impersonate

func (p *SdmSoap) Impersonate(Impersonate *Impersonate) (*ImpersonateResponse, error)

Impersonate was auto-generated from WSDL.

func (*SdmSoap) IsAttmntLinkedKD

func (p *SdmSoap) IsAttmntLinkedKD(IsAttmntLinkedKD *IsAttmntLinkedKD) (*IsAttmntLinkedKDResponse, error)

IsAttmntLinkedKD was auto-generated from WSDL.

func (*SdmSoap) LogComment

func (p *SdmSoap) LogComment(LogComment *LogComment) (*LogCommentResponse, error)

LogComment was auto-generated from WSDL.

func (*SdmSoap) Login

func (p *SdmSoap) Login(Login *Login) (*LoginResponse, error)

Login was auto-generated from WSDL.

func (*SdmSoap) LoginCall

func (p *SdmSoap) LoginCall(login LoginIntfc) (*int, error)

LoginCall is unified login method which reduces need to implement preparation for each method manually.

Func name caused by conflict w/ SOAP legacy Login method.

func (*SdmSoap) LoginService

func (p *SdmSoap) LoginService(LoginService *LoginService) (*LoginServiceResponse, error)

LoginService was auto-generated from WSDL.

func (*SdmSoap) LoginServiceManaged

func (p *SdmSoap) LoginServiceManaged(LoginServiceManaged *LoginServiceManaged) (*LoginServiceManagedResponse, error)

LoginServiceManaged was auto-generated from WSDL.

func (*SdmSoap) LoginWithArtifact

func (p *SdmSoap) LoginWithArtifact(LoginWithArtifact *LoginWithArtifact) (*LoginWithArtifactResponse, error)

LoginWithArtifact was auto-generated from WSDL.

func (*SdmSoap) Logout

func (p *SdmSoap) Logout(Logout *Logout) (*LogoutResponse, error)

Logout was auto-generated from WSDL.

func (*SdmSoap) ModifyDocument

func (p *SdmSoap) ModifyDocument(ModifyDocument *ModifyDocument) (*ModifyDocumentResponse, error)

ModifyDocument was auto-generated from WSDL.

func (*SdmSoap) NotifyContacts

func (p *SdmSoap) NotifyContacts(NotifyContacts *NotifyContacts) (*NotifyContactsResponse, error)

NotifyContacts was auto-generated from WSDL.

func (*SdmSoap) RateDocument

func (p *SdmSoap) RateDocument(RateDocument *RateDocument) (*RateDocumentResponse, error)

RateDocument was auto-generated from WSDL.

func (*SdmSoap) RemoveAttachment

func (p *SdmSoap) RemoveAttachment(RemoveAttachment *RemoveAttachment) (*RemoveAttachmentResponse, error)

RemoveAttachment was auto-generated from WSDL.

func (*SdmSoap) RemoveLrelRelationships

func (p *SdmSoap) RemoveLrelRelationships(RemoveLrelRelationships *RemoveLrelRelationships) (*RemoveLrelRelationshipsResponse, error)

RemoveLrelRelationships was auto-generated from WSDL.

func (*SdmSoap) RemoveMemberFromGroup

func (p *SdmSoap) RemoveMemberFromGroup(RemoveMemberFromGroup *RemoveMemberFromGroup) (*RemoveMemberFromGroupResponse, error)

RemoveMemberFromGroup was auto-generated from WSDL.

func (*SdmSoap) Search

func (p *SdmSoap) Search(Search *Search) (*SearchResponse, error)

Search was auto-generated from WSDL.

func (*SdmSoap) ServerStatus

func (p *SdmSoap) ServerStatus(ServerStatus *ServerStatus) (*ServerStatusResponse, error)

ServerStatus was auto-generated from WSDL.

func (*SdmSoap) Transfer

func (p *SdmSoap) Transfer(Transfer *Transfer) (*TransferResponse, error)

Transfer was auto-generated from WSDL.

func (*SdmSoap) UpdateObject

func (p *SdmSoap) UpdateObject(UpdateObject *UpdateObject) (*UpdateObjectResponse, error)

UpdateObject was auto-generated from WSDL.

func (*SdmSoap) UpdateRating

func (p *SdmSoap) UpdateRating(UpdateRating *UpdateRating) (*UpdateRatingResponse, error)

UpdateRating was auto-generated from WSDL.

type SdmSoapInterface

type SdmSoapInterface interface {
	RoundTrip(in, out soap.Message) error
	RoundTripWithAction(soapAction string, in, out soap.Message) error
	RoundTripSoap12(action string, in, out soap.Message) error
}

SdmSoapInterface implements soap.Clinet interface

func NewMockClient

func NewMockClient(mocks MockDataSet) SdmSoapInterface

NewMockClient is a quick definition of a proper Mocked USD WebServices ClientInterface

type Search struct {
	Sid               *int    `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	Problem           *string `xml:"problem,omitempty" json:"problem,omitempty" yaml:"problem,omitempty"`
	ResultSize        *int    `xml:"resultSize,omitempty" json:"resultSize,omitempty" yaml:"resultSize,omitempty"`
	Properties        *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
	SortBy            *string `xml:"sortBy,omitempty" json:"sortBy,omitempty" yaml:"sortBy,omitempty"`
	Descending        *bool   `xml:"descending,omitempty" json:"descending,omitempty" yaml:"descending,omitempty"`
	RelatedCategories *bool   `xml:"relatedCategories,omitempty" json:"relatedCategories,omitempty" yaml:"relatedCategories,omitempty"`
	SearchType        *int    `xml:"searchType,omitempty" json:"searchType,omitempty" yaml:"searchType,omitempty"`
	MatchType         *int    `xml:"matchType,omitempty" json:"matchType,omitempty" yaml:"matchType,omitempty"`
	SearchField       *int    `xml:"searchField,omitempty" json:"searchField,omitempty" yaml:"searchField,omitempty"`
	CategoryPath      *string `xml:"categoryPath,omitempty" json:"categoryPath,omitempty" yaml:"categoryPath,omitempty"`
	WhereClause       *string `xml:"whereClause,omitempty" json:"whereClause,omitempty" yaml:"whereClause,omitempty"`
	MaxDocIDs         *int    `xml:"maxDocIDs,omitempty" json:"maxDocIDs,omitempty" yaml:"maxDocIDs,omitempty"`
}

Search was auto-generated from WSDL.

type SearchResponse

type SearchResponse struct {
	SearchReturn *string `xml:"searchReturn,omitempty" json:"searchReturn,omitempty" yaml:"searchReturn,omitempty"`
}

SearchResponse was auto-generated from WSDL.

type ServerStatus

type ServerStatus struct {
	Sid *int `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
}

ServerStatus was auto-generated from WSDL.

type ServerStatusResponse

type ServerStatusResponse struct {
	ServerStatusReturn *int `xml:"serverStatusReturn,omitempty" json:"serverStatusReturn,omitempty" yaml:"serverStatusReturn,omitempty"`
}

ServerStatusResponse was auto-generated from WSDL.

type SoapError

type SoapError struct {
	XMLName     xml.Name `xml:"Envelope"`
	FaultCode   string   `xml:"Body>Fault>faultcode"`
	FaultString string   `xml:"Body>Fault>faultstring"`
	FaultActor  string   `xml:"Body>Fault>faultactor"`
	ErrorCode   int      `xml:"Body>Fault>detail>ErrorCode"`
	ErrorMsg    string   `xml:"Body>Fault>detail>ErrorMessage"`
}

SoapError used for unmarshaling Service Desk SOAP API errors

func ParseSoapError

func ParseSoapError(err error) *SoapError

func (*SoapError) Error

func (e *SoapError) Error() string

type SoapWebService

type SoapWebService interface {
	// AddAssetLog was auto-generated from WSDL.
	AddAssetLog(AddAssetLog *AddAssetLog) (*AddAssetLogResponse, error)

	// AddBookmark was auto-generated from WSDL.
	AddBookmark(AddBookmark *AddBookmark) (*AddBookmarkResponse, error)

	// AddComment was auto-generated from WSDL.
	AddComment(AddComment *AddComment) (*AddCommentResponse, error)

	// AddMemberToGroup was auto-generated from WSDL.
	AddMemberToGroup(AddMemberToGroup *AddMemberToGroup) (*AddMemberToGroupResponse, error)

	// AttachChangeToRequest was auto-generated from WSDL.
	AttachChangeToRequest(AttachChangeToRequest *AttachChangeToRequest) (*AttachChangeToRequestResponse, error)

	// AttachURLLink was auto-generated from WSDL.
	AttachURLLink(AttachURLLink *AttachURLLink) (*AttachURLLinkResponse, error)

	// AttachURLLinkToTicket was auto-generated from WSDL.
	AttachURLLinkToTicket(AttachURLLinkToTicket *AttachURLLinkToTicket) (*AttachURLLinkToTicketResponse, error)

	// AttmntFolderLinkCount was auto-generated from WSDL.
	AttmntFolderLinkCount(AttmntFolderLinkCount *AttmntFolderLinkCount) (*AttmntFolderLinkCountResponse, error)

	// CallServerMethod was auto-generated from WSDL.
	CallServerMethod(CallServerMethod *CallServerMethod) (*CallServerMethodResponse, error)

	// ChangeStatus was auto-generated from WSDL.
	ChangeStatus(ChangeStatus *ChangeStatus) (*ChangeStatusResponse, error)

	// ClearNotification was auto-generated from WSDL.
	ClearNotification(ClearNotification *ClearNotification) (*ClearNotificationResponse, error)

	// CloseTicket was auto-generated from WSDL.
	CloseTicket(CloseTicket *CloseTicket) (*CloseTicketResponse, error)

	// CreateActivityLog was auto-generated from WSDL.
	CreateActivityLog(CreateActivityLog *CreateActivityLog) (*CreateActivityLogResponse, error)

	// CreateAsset was auto-generated from WSDL.
	CreateAsset(CreateAsset *CreateAsset) (*CreateAssetResponse, error)

	// CreateAssetParentChildRelationship was auto-generated from WSDL.
	CreateAssetParentChildRelationship(CreateAssetParentChildRelationship *CreateAssetParentChildRelationship) (*CreateAssetParentChildRelationshipResponse, error)

	// CreateAttachment was auto-generated from WSDL.
	CreateAttachment(CreateAttachment *CreateAttachment) (*CreateAttachmentResponse, error)

	// CreateAttmnt was auto-generated from WSDL.
	CreateAttmnt(CreateAttmnt *CreateAttmnt) (*CreateAttmntResponse, error)

	// CreateChangeOrder was auto-generated from WSDL.
	CreateChangeOrder(CreateChangeOrder *CreateChangeOrder) (*CreateChangeOrderResponse, error)

	// CreateDocument was auto-generated from WSDL.
	CreateDocument(CreateDocument *CreateDocument) (*CreateDocumentResponse, error)

	// CreateFolder was auto-generated from WSDL.
	CreateFolder(CreateFolder *CreateFolder) (*CreateFolderResponse, error)

	// CreateIssue was auto-generated from WSDL.
	CreateIssue(CreateIssue *CreateIssue) (*CreateIssueResponse, error)

	// CreateLrelRelationships was auto-generated from WSDL.
	CreateLrelRelationships(CreateLrelRelationships *CreateLrelRelationships) (*CreateLrelRelationshipsResponse, error)

	// CreateObject was auto-generated from WSDL.
	CreateObject(CreateObject *CreateObject) (*CreateObjectResponse, error)

	// CreateQuickTicket was auto-generated from WSDL.
	CreateQuickTicket(CreateQuickTicket *CreateQuickTicket) (*CreateQuickTicketResponse, error)

	// CreateRequest was auto-generated from WSDL.
	CreateRequest(CreateRequest *CreateRequest) (*CreateRequestResponse, error)

	// CreateTicket was auto-generated from WSDL.
	CreateTicket(CreateTicket *CreateTicket) (*CreateTicketResponse, error)

	// CreateWorkFlowTask was auto-generated from WSDL.
	CreateWorkFlowTask(CreateWorkFlowTask *CreateWorkFlowTask) (*CreateWorkFlowTaskResponse, error)

	// DeleteBookmark was auto-generated from WSDL.
	DeleteBookmark(DeleteBookmark *DeleteBookmark) (*DeleteBookmarkResponse, error)

	// DeleteComment was auto-generated from WSDL.
	DeleteComment(DeleteComment *DeleteComment) (*DeleteCommentResponse, error)

	// DeleteDocument was auto-generated from WSDL.
	DeleteDocument(DeleteDocument *DeleteDocument) (*DeleteDocumentResponse, error)

	// DeleteWorkFlowTask was auto-generated from WSDL.
	DeleteWorkFlowTask(DeleteWorkFlowTask *DeleteWorkFlowTask) (*DeleteWorkFlowTaskResponse, error)

	// DetachChangeFromRequest was auto-generated from WSDL.
	DetachChangeFromRequest(DetachChangeFromRequest *DetachChangeFromRequest) (*DetachChangeFromRequestResponse, error)

	// DoQuery was auto-generated from WSDL.
	DoQuery(DoQuery *DoQuery) (*DoQueryResponse, error)

	// DoSelect was auto-generated from WSDL.
	DoSelect(DoSelect *DoSelect) (*DoSelectResponse, error)

	// DoSelectKD was auto-generated from WSDL.
	DoSelectKD(DoSelectKD *DoSelectKD) (*DoSelectKDResponse, error)

	// Escalate was auto-generated from WSDL.
	Escalate(Escalate *Escalate) (*EscalateResponse, error)

	// Faq was auto-generated from WSDL.
	Faq(Faq *Faq) (*FaqResponse, error)

	// FindContacts was auto-generated from WSDL.
	FindContacts(FindContacts *FindContacts) (*FindContactsResponse, error)

	// FreeListHandles was auto-generated from WSDL.
	FreeListHandles(FreeListHandles *FreeListHandles) (*FreeListHandlesResponse, error)

	// GetAccessTypeForContact was auto-generated from WSDL.
	GetAccessTypeForContact(GetAccessTypeForContact *GetAccessTypeForContact) (*GetAccessTypeForContactResponse, error)

	// GetArtifact was auto-generated from WSDL.
	GetArtifact(GetArtifact *GetArtifact) (*GetArtifactResponse, error)

	// GetAssetExtensionInformation was auto-generated from WSDL.
	GetAssetExtensionInformation(GetAssetExtensionInformation *GetAssetExtensionInformation) (*GetAssetExtensionInformationResponse, error)

	// GetAttmntInfo was auto-generated from WSDL.
	GetAttmntInfo(GetAttmntInfo *GetAttmntInfo) (*GetAttmntInfoResponse, error)

	// GetAttmntList was auto-generated from WSDL.
	GetAttmntList(GetAttmntList *GetAttmntList) (*GetAttmntListResponse, error)

	// GetAttmntListPerKD was auto-generated from WSDL.
	GetAttmntListPerKD(GetAttmntListPerKD *GetAttmntListPerKD) (*GetAttmntListPerKDResponse, error)

	// GetBookmarks was auto-generated from WSDL.
	GetBookmarks(GetBookmarks *GetBookmarks) (*GetBookmarksResponse, error)

	// GetBopsid was auto-generated from WSDL.
	GetBopsid(GetBopsid *GetBopsid) (*GetBopsidResponse, error)

	// GetCategory was auto-generated from WSDL.
	GetCategory(GetCategory *GetCategory) (*GetCategoryResponse, error)

	// GetComments was auto-generated from WSDL.
	GetComments(GetComments *GetComments) (*GetCommentsResponse, error)

	// GetConfigurationMode was auto-generated from WSDL.
	GetConfigurationMode(GetConfigurationMode *GetConfigurationMode) (*GetConfigurationModeResponse, error)

	// GetContact was auto-generated from WSDL.
	GetContact(GetContact *GetContact) (*GetContactResponse, error)

	// GetDecisionTrees was auto-generated from WSDL.
	GetDecisionTrees(GetDecisionTrees *GetDecisionTrees) (*GetDecisionTreesResponse, error)

	// GetDependentAttrControls was auto-generated from WSDL.
	GetDependentAttrControls(GetDependentAttrControls *GetDependentAttrControls) (*GetDependentAttrControlsResponse, error)

	// GetDocument was auto-generated from WSDL.
	GetDocument(GetDocument *GetDocument) (*GetDocumentResponse, error)

	// GetDocumentTypes was auto-generated from WSDL.
	GetDocumentTypes(GetDocumentTypes *GetDocumentTypes) (*GetDocumentTypesResponse, error)

	// GetDocumentsByIDs was auto-generated from WSDL.
	GetDocumentsByIDs(GetDocumentsByIDs *GetDocumentsByIDs) (*GetDocumentsByIDsResponse, error)

	// GetFolderInfo was auto-generated from WSDL.
	GetFolderInfo(GetFolderInfo *GetFolderInfo) (*GetFolderInfoResponse, error)

	// GetFolderList was auto-generated from WSDL.
	GetFolderList(GetFolderList *GetFolderList) (*GetFolderListResponse, error)

	// GetGroupMemberListValues was auto-generated from WSDL.
	GetGroupMemberListValues(GetGroupMemberListValues *GetGroupMemberListValues) (*GetGroupMemberListValuesResponse, error)

	// GetHandleForUserid was auto-generated from WSDL.
	GetHandleForUserid(GetHandleForUserid *GetHandleForUserid) (*GetHandleForUseridResponse, error)

	// GetKDListPerAttmnt was auto-generated from WSDL.
	GetKDListPerAttmnt(GetKDListPerAttmnt *GetKDListPerAttmnt) (*GetKDListPerAttmntResponse, error)

	// GetListValues was auto-generated from WSDL.
	GetListValues(GetListValues *GetListValues) (*GetListValuesResponse, error)

	// GetLrelLength was auto-generated from WSDL.
	GetLrelLength(GetLrelLength *GetLrelLength) (*GetLrelLengthResponse, error)

	// GetLrelValues was auto-generated from WSDL.
	GetLrelValues(GetLrelValues *GetLrelValues) (*GetLrelValuesResponse, error)

	// GetNotificationsForContact was auto-generated from WSDL.
	GetNotificationsForContact(GetNotificationsForContact *GetNotificationsForContact) (*GetNotificationsForContactResponse, error)

	// GetObjectTypeInformation was auto-generated from WSDL.
	GetObjectTypeInformation(GetObjectTypeInformation *GetObjectTypeInformation) (*GetObjectTypeInformationResponse, error)

	// GetObjectValues was auto-generated from WSDL.
	GetObjectValues(GetObjectValues *GetObjectValues) (*GetObjectValuesResponse, error)

	// GetPendingChangeTaskListForContact was auto-generated from WSDL.
	GetPendingChangeTaskListForContact(GetPendingChangeTaskListForContact *GetPendingChangeTaskListForContact) (*GetPendingChangeTaskListForContactResponse, error)

	// GetPendingIssueTaskListForContact was auto-generated from WSDL.
	GetPendingIssueTaskListForContact(GetPendingIssueTaskListForContact *GetPendingIssueTaskListForContact) (*GetPendingIssueTaskListForContactResponse, error)

	// GetPermissionGroups was auto-generated from WSDL.
	GetPermissionGroups(GetPermissionGroups *GetPermissionGroups) (*GetPermissionGroupsResponse, error)

	// GetPolicyInfo was auto-generated from WSDL.
	GetPolicyInfo(GetPolicyInfo *GetPolicyInfo) (*GetPolicyInfoResponse, error)

	// GetPriorities was auto-generated from WSDL.
	GetPriorities(GetPriorities *GetPriorities) (*GetPrioritiesResponse, error)

	// GetPropertyInfoForCategory was auto-generated from WSDL.
	GetPropertyInfoForCategory(GetPropertyInfoForCategory *GetPropertyInfoForCategory) (*GetPropertyInfoForCategoryResponse, error)

	// GetQuestionsAsked was auto-generated from WSDL.
	GetQuestionsAsked(GetQuestionsAsked *GetQuestionsAsked) (*GetQuestionsAskedResponse, error)

	// GetRelatedList was auto-generated from WSDL.
	GetRelatedList(GetRelatedList *GetRelatedList) (*GetRelatedListResponse, error)

	// GetRelatedListValues was auto-generated from WSDL.
	GetRelatedListValues(GetRelatedListValues *GetRelatedListValues) (*GetRelatedListValuesResponse, error)

	// GetRepositoryInfo was auto-generated from WSDL.
	GetRepositoryInfo(GetRepositoryInfo *GetRepositoryInfo) (*GetRepositoryInfoResponse, error)

	// GetStatuses was auto-generated from WSDL.
	GetStatuses(GetStatuses *GetStatuses) (*GetStatusesResponse, error)

	// GetTaskListValues was auto-generated from WSDL.
	GetTaskListValues(GetTaskListValues *GetTaskListValues) (*GetTaskListValuesResponse, error)

	// GetTemplateList was auto-generated from WSDL.
	GetTemplateList(GetTemplateList *GetTemplateList) (*GetTemplateListResponse, error)

	// GetValidTaskTransitions was auto-generated from WSDL.
	GetValidTaskTransitions(GetValidTaskTransitions *GetValidTaskTransitions) (*GetValidTaskTransitionsResponse, error)

	// GetValidTransitions was auto-generated from WSDL.
	GetValidTransitions(GetValidTransitions *GetValidTransitions) (*GetValidTransitionsResponse, error)

	// GetWorkFlowTemplates was auto-generated from WSDL.
	GetWorkFlowTemplates(GetWorkFlowTemplates *GetWorkFlowTemplates) (*GetWorkFlowTemplatesResponse, error)

	// GetWorkflowTemplateList was auto-generated from WSDL.
	GetWorkflowTemplateList(GetWorkflowTemplateList *GetWorkflowTemplateList) (*GetWorkflowTemplateListResponse, error)

	// Impersonate was auto-generated from WSDL.
	Impersonate(Impersonate *Impersonate) (*ImpersonateResponse, error)

	// IsAttmntLinkedKD was auto-generated from WSDL.
	IsAttmntLinkedKD(IsAttmntLinkedKD *IsAttmntLinkedKD) (*IsAttmntLinkedKDResponse, error)

	// LogComment was auto-generated from WSDL.
	LogComment(LogComment *LogComment) (*LogCommentResponse, error)

	// Login was auto-generated from WSDL.
	Login(Login *Login) (*LoginResponse, error)

	// LoginService was auto-generated from WSDL.
	LoginService(LoginService *LoginService) (*LoginServiceResponse, error)

	// LoginServiceManaged was auto-generated from WSDL.
	LoginServiceManaged(LoginServiceManaged *LoginServiceManaged) (*LoginServiceManagedResponse, error)

	// LoginWithArtifact was auto-generated from WSDL.
	LoginWithArtifact(LoginWithArtifact *LoginWithArtifact) (*LoginWithArtifactResponse, error)

	// Logout was auto-generated from WSDL.
	Logout(Logout *Logout) (*LogoutResponse, error)

	// ModifyDocument was auto-generated from WSDL.
	ModifyDocument(ModifyDocument *ModifyDocument) (*ModifyDocumentResponse, error)

	// NotifyContacts was auto-generated from WSDL.
	NotifyContacts(NotifyContacts *NotifyContacts) (*NotifyContactsResponse, error)

	// RateDocument was auto-generated from WSDL.
	RateDocument(RateDocument *RateDocument) (*RateDocumentResponse, error)

	// RemoveAttachment was auto-generated from WSDL.
	RemoveAttachment(RemoveAttachment *RemoveAttachment) (*RemoveAttachmentResponse, error)

	// RemoveLrelRelationships was auto-generated from WSDL.
	RemoveLrelRelationships(RemoveLrelRelationships *RemoveLrelRelationships) (*RemoveLrelRelationshipsResponse, error)

	// RemoveMemberFromGroup was auto-generated from WSDL.
	RemoveMemberFromGroup(RemoveMemberFromGroup *RemoveMemberFromGroup) (*RemoveMemberFromGroupResponse, error)

	// Search was auto-generated from WSDL.
	Search(Search *Search) (*SearchResponse, error)

	// ServerStatus was auto-generated from WSDL.
	ServerStatus(ServerStatus *ServerStatus) (*ServerStatusResponse, error)

	// Transfer was auto-generated from WSDL.
	Transfer(Transfer *Transfer) (*TransferResponse, error)

	// UpdateObject was auto-generated from WSDL.
	UpdateObject(UpdateObject *UpdateObject) (*UpdateObjectResponse, error)

	// UpdateRating was auto-generated from WSDL.
	UpdateRating(UpdateRating *UpdateRating) (*UpdateRatingResponse, error)
}

SoapWebService was auto-generated from WSDL and defines interface for the remote service. Useful for testing.

type Transfer

type Transfer struct {
	Sid                   *int    `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	Creator               *string `xml:"creator,omitempty" json:"creator,omitempty" yaml:"creator,omitempty"`
	ObjectHandle          *string `xml:"objectHandle,omitempty" json:"objectHandle,omitempty" yaml:"objectHandle,omitempty"`
	Description           *string `xml:"description,omitempty" json:"description,omitempty" yaml:"description,omitempty"`
	SetAssignee           *bool   `xml:"setAssignee,omitempty" json:"setAssignee,omitempty" yaml:"setAssignee,omitempty"`
	NewAssigneeHandle     *string `xml:"newAssigneeHandle,omitempty" json:"newAssigneeHandle,omitempty" yaml:"newAssigneeHandle,omitempty"`
	SetGroup              *bool   `xml:"setGroup,omitempty" json:"setGroup,omitempty" yaml:"setGroup,omitempty"`
	NewGroupHandle        *string `xml:"newGroupHandle,omitempty" json:"newGroupHandle,omitempty" yaml:"newGroupHandle,omitempty"`
	SetOrganization       *bool   `xml:"setOrganization,omitempty" json:"setOrganization,omitempty" yaml:"setOrganization,omitempty"`
	NewOrganizationHandle *string `xml:"newOrganizationHandle,omitempty" json:"newOrganizationHandle,omitempty" yaml:"newOrganizationHandle,omitempty"`
}

Transfer was auto-generated from WSDL.

type TransferResponse

type TransferResponse struct {
	TransferReturn *string `xml:"transferReturn,omitempty" json:"transferReturn,omitempty" yaml:"transferReturn,omitempty"`
}

TransferResponse was auto-generated from WSDL.

type USDObject

type USDObject struct {
	Handle     string           `xml:"Handle" json:"persistent_id"`
	Attributes []USDObjectAttrs `xml:"Attributes>Attribute" json:"attr"`
}

USDObject is for

type USDObjectAttrs

type USDObjectAttrs struct {
	AttrName  string `xml:"AttrName" json:"a"`
	AttrValue string `xml:"AttrValue" json:"v"`
}

USDObjectAttrs is for

type USDObjectList

type USDObjectList struct {
	XMLName   xml.Name    `xml:"UDSObjectList" json:"xml_name"`
	UDSObject []USDObject `xml:"UDSObject" json:"uds_object"`
}

USDObjectList is for

type UpdateObject

type UpdateObject struct {
	Sid          *int           `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	ObjectHandle *string        `xml:"objectHandle,omitempty" json:"objectHandle,omitempty" yaml:"objectHandle,omitempty"`
	AttrVals     *ArrayOfString `xml:"attrVals,omitempty" json:"attrVals,omitempty" yaml:"attrVals,omitempty"`
	Attributes   *ArrayOfString `xml:"attributes,omitempty" json:"attributes,omitempty" yaml:"attributes,omitempty"`
}

UpdateObject was auto-generated from WSDL.

type UpdateObjectResponse

type UpdateObjectResponse struct {
	UpdateObjectReturn *string `xml:"updateObjectReturn,omitempty" json:"updateObjectReturn,omitempty" yaml:"updateObjectReturn,omitempty"`
}

UpdateObjectResponse was auto-generated from WSDL.

type UpdateRating

type UpdateRating struct {
	Sid  *int `xml:"sid,omitempty" json:"sid,omitempty" yaml:"sid,omitempty"`
	BuId *int `xml:"buId,omitempty" json:"buId,omitempty" yaml:"buId,omitempty"`
	Rate *int `xml:"rate,omitempty" json:"rate,omitempty" yaml:"rate,omitempty"`
}

UpdateRating was auto-generated from WSDL.

type UpdateRatingResponse

type UpdateRatingResponse struct {
	UpdateRatingReturn *string `xml:"updateRatingReturn,omitempty" json:"updateRatingReturn,omitempty" yaml:"updateRatingReturn,omitempty"`
}

UpdateRatingResponse was auto-generated from WSDL.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL