How to consume faxfinder web service?

Home Forums FaxFinder How to consume faxfinder web service?

Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #6086
    Binh Duong
    Participant

    Hello,

    I am new and have a urgent task with FaxFinder, now i am trying to integrate my application with FaxFinder by using Web Service API. So there is any sample code of .NET C# to integrate with your XML based service? thank so much in advance

    Thanks,
    Binh Duong

    #6087
    Binh Duong
    Participant
    #6088
    Mike Gadda
    Blocked
    #6089
    Binh Duong
    Participant

    That is great, you saved my day. I will have a look on your sample code and feedback later, thanks Mike so much

    #6107
    Binh Duong
    Participant

    I able to integrate my app to call Fax Finder via web service, thank Mike so much. I also have a question about the coordinate among the ports, we have 4 available ports in FF440 if one or two of them are busy. FF440 will switch to another available ports (3,4) automatically OR we need to specific which port will be used to send? Thank in advance, your help is much really appreciate

    #6108
    Mike Gadda
    Blocked

    If ports are busy and new faxes are scheduled it will use other available ports that are set for the outbound or both directions.

    #6109
    Binh Duong
    Participant

    As my case, my FF440 has 4 ports. I just only plug only 1 line into port #1 but when i send a fax message. Port 3 is initialing and dialing for that message? it’s strange for me now and of course the message was failed sending

    • This reply was modified 9 years, 5 months ago by Binh Duong.
    #6111
    Mike Gadda
    Blocked

    If you don’t have all ports connected then go into the web interface Modem config page and set the ports not connected to the direction of Inbound Only. That way if all connected ports are in use, the faxed will be queued until a line is available.

    #6112
    Binh Duong
    Participant

    Thank Mike for your response, i also have questions about the loading of FF440? could you please advice us your valued suggestion about this? how about the hardwares RAM, CPU and Storage of Fax Server FF440 can load into its system? if i do a stress test to FF440, it means i will send roughly 1K fax messages per day and it will be continuously for a week. Is the FF440 can take this kind test?

    #6113
    Mike Gadda
    Blocked

    Currently the only expansion that can be done to the FF440 is adding an expansion module for more ports via the USB connections. The Faxfinder is designed to be able to run continuously.

    There is a chart on the following link that can be used as a guideline for faxes sent:

    http://www.multitech.co.uk/en_US/DOCUMENTS/Families/FaxFinder/comparisons.aspx

    #6114
    Binh Duong
    Participant

    How about the log or anything needs the storage? it will be truncated automatically?

    #6117
    Mike Gadda
    Blocked

    The Faxfinder does system maintenance by overwriting the oldest faxes/logs. You can set when to purge/email the logs if you want that done on a particular time interval.

    #6118
    Binh Duong
    Participant

    Thank Mike very much, i am good with your answers now

    #6120
    Binh Duong
    Participant

    Hello Mike,

    There is any way to attach multiple URLs(Attachment) in a request to schedule a fax via web service?
    something like:
    <url>http://serveraddress/fax1.pdf</url&gt;
    <url>http://serveraddress/fax2.pdf</url&gt;

    Thanks,
    Binh

    #6121
    Bryon Davis
    Moderator

    Hi Binh,
    For multiple attachments, you should have an <attachment> element for each attachment.

    An example of multiple external attachments:

    <attachment>
    <location>external</location>
    <url>http://Example.com/fax/report1.pdf</url&gt;
    </attachment>
    <attachment>
    <location>external</location>
    <url>http://Example.com/fax/report2.pdf</url&gt;
    </attachment>

    Regards,
    Bryon

    #6124
    Binh Duong
    Participant

    Thanks Bryon very much, it worked for me.

Viewing 16 posts - 1 through 16 (of 16 total)
  • The forum ‘FaxFinder’ is closed to new topics and replies.