XM Fax Web Service
Soap API to send and manage faxes

◆ findOutboundFaxesAdvanced()

OutboundUserFaxResponse com.faxserver.xm.ws.FaxService.findOutboundFaxesAdvanced ( @WebParam(name="userId") String  userId,
@WebParam(name="startIndex") int  startIndex,
@WebParam(name="maxCount") int  maxCount,
@WebParam(name="sortInfo") OutboundSortInfo  sortInfo,
@WebParam(name="searchInfo") OutboundUserSearchInfo  searchInfo,
@WebParam(name="keywordInfo") OutboundUserKeywordInfo  keywordInfo 
) throws FaxException

Find the fax(es) in the outbound history by providing search information, for a specified user.

It can be used in 2 manners:

  1. By using the keyword search
  2. By using the search information for each property


It is also possible to mix the both modes.

Parameters
userIdThe SMTP address of the user
startIndexThe index to start the search from
maxCountThe maximum number of fax(es) to return (minimum 1).
sortInfoThe sort information (optional). See OutboundSortInfo
searchInfoThe search information for each property (optional). See OutboundUserSearchInfo
keywordInfoThe keyword search mode (optional). See OutboundUserKeywordInfo
Returns
The list of FAX(es) according to the given search parameters. See OutboundUserFaxResponse
Exceptions
FaxExceptionIn case of error in finding fax(es)