Cloud Fax and Notifications Account API 2.6 Documentation
User Credentials and SOAP Header Elements
Cloud Fax and Notifications API Forums Home  
    prev  next        Table of Contents  User Credentials and SOAP Header Elements  

2.2 Request

The Request element is used in the Header of every SOAP message sent from the user to the Cloud Fax and Notifications API. It may contain information about the requesting and effective user.

There are several different namespaces containing the Request element - consult the WSDL to determine the appropriate schema to use for any particular request. For current function versions, the appropriate namespace is also shown in these pages in each function's Overview page.


Tag Name
& type
#Description
Request    
   @[any] ##any0-1Arbitrary attributes are allowed. This permits adding WS-Security Id if desired.
   SenderKey
xs:anyURI
0-1URI associated with the sender of the message.
   ReceiverKey
xs:anyURI
1URI associated with the receiver. Generally this should be the URL to which the request was sent.
   RequestID
xs:string
0-1A string that may be included to identify a specific request. If provided, it will be echoed in the Response element of the reply.
   Authentication0-1Contains information about the user making the request.
If user credentials are being provided by including the userid and password, this element is necessary.
If user credentials are being provided via an X.509 certificate and XML signature, then this element is only necessary if a RequesterType is necessary, or if a different user is specified as a TargetID.
   XDDSAuth
XDDSAuthType
1When user credentials are being provided by supplying a userid and password, this element must be used.
   RequesterID
UIDType
1The user id of the user sending the request.
A user "alias" can be used instead of the ordinary user id, if the alias type is indicated using the aliasType attribute. This is most commonly done for Fax2Mail/Mail2Fax users who have registered their email address as an alias - the email address is the value of this element, and the aliasType attribute is set to "M2F". (Fax2Mail-only users must use this form.)
   @aliasType
xs:string
0-1If a user alias is used as the RequesterID, the type of alias must be specified using this attribute. If this attribute is not present, the ID will be assumed to be an ordinary user id.
The most common alias type in use is M2F (or INTERNET), and using this alias type in a JobSubmit request has the side effect of marking the job as a mail2fax job. (Fax2Mail-only users must therefore use this form.)
Other aliases recognized by the system may also be used, although only M2F (or INTERNET) has the side effect of marking submitted jobs as a specific type. The following alias types are supported:
M2F  INTERNET
F2M  INBOUND_FAX
SMS  SMS_SHORT_CODE
MPI  MOBILE_PHONE_ID
   TargetID
UIDType
0-1This identifies the user on whose behalf the request is being sent. Currently, the ability to submit requests on behalf of other users may only be used by Fax2Mail "admin" users to perform certain actions on behalf of members of their administrative group.
This element may contain a user id, or (if aliasType is used) a user alias, such as a registered email address.
   @aliasType
xs:string
0-1If a user alias is used as the TargetID, the type of alias must be specified using this attribute. If this attribute is not present, the ID will be assumed to be an ordinary user id.
The most common alias type in use is M2F (or INTERNET), and using this alias type in a JobSubmit request has the side effect of marking the job as a mail2fax job. (Fax2Mail-only users must therefore use this form.) The job type indicated by a TargetID alias overrides any such indication in the RequesterID.
Other aliases recognized by the system may also be used, although only M2F (or INTERNET) has the side effect of marking submitted jobs as a specific type. The following alias types are supported:
M2F  INTERNET
F2M  INBOUND_FAX
SMS  SMS_SHORT_CODE
MPI  MOBILE_PHONE_ID
   Password
xs:string
1Password associated with the RequesterID
WSSAuth
WSSAuthType
1When user credentials are being provided via an X.509 certificate and XML signature, then this element should be used if it is necessary to specify a RequesterType or TargetID.
If this additional information is not needed, then neither WSSAuth or the Authentication elements are necessary, although a Request element must still be present in the SOAP Header.
   RequesterType
xs:string
0-1An X.509 certificate identifies the requesting user, but correct processing may depend on the type of user indicated in the request. This is mainly true for JobSubmit, where a RequesterType of M2F (or INTERNET) will cause the job to be marked as a mail2fax job. Specifying a RequesterType is functionally equivalent to specifying an aliasType for RequesterID.
The following RequesterType values (alias types) are supported:
M2F  INTERNET
F2M  INBOUND_FAX
SMS  SMS_SHORT_CODE
MPI  MOBILE_PHONE_ID
   TargetID
UIDType
0-1This identifies the user on whose behalf the request is being sent. Currently, the ability to submit requests on behalf of other users may only be used by Fax2Mail "admin" users to perform certain actions on behalf of members of their administrative group.
This element may contain a user id, or (if aliasType is used) a user alias, such as a registered email address.
   @aliasType
xs:string
0-1If a user alias is used as the TargetID, the type of alias must be specified using this attribute. If this attribute is not present, the ID will be assumed to be an ordinary user id.
The most common alias type in use is M2F (or INTERNET), and using this alias type in a JobSubmit request has the side effect of marking the job as a mail2fax job. (Fax2Mail-only users must therefore use this form.) The job type indicated by a TargetID alias overrides any such indication in the RequesterType.
Other aliases recognized by the system may also be used, although only M2F (or INTERNET) has the side effect of marking submitted jobs as a specific type. The following alias types are supported:
M2F  INTERNET
F2M  INBOUND_FAX
SMS  SMS_SHORT_CODE
MPI  MOBILE_PHONE_ID
   InputChannel
xs:string
0-1Switch activity may be influenced by an input channel value assigned to a user. If one has been assigned, the assigned value should be supplied in this element.
   ResultOption0-This element may be used to specify additional options for processing the request or returning the result. No such options are currently defined.
   @name
xs:string
0-1If options are defined that require a name as well as a value, this attribute will be used for the name. No such options are currently defined.
 
    prev  next        Table of Contents  User Credentials and SOAP Header Elements  
© Copyright 2020 OpenText Corp. All Rights Reserved.
Privacy Policy | Cookie Policy
This information is subject to change. Please check frequently for updates.
Modified October 06, 2020