Execute SendFax() using HTTP Post method

3 posts / 0 new
Last post
zevenseas
Offline
Joined: 23 Dec 2008
Execute SendFax() using HTTP Post method

Hi,

There is a problem with the HTTP POST method and SendFax. For me it isn't an alternative to use SOAP because we use all SOAP services that we support through HTTP POST.

I'm 100% sure we do the right thing and I noticed there are other people with this problem.

To be clear, we love your API and the functionality it offers but it would be great if it worked with HTTP POST too.

Is there a way you can solve this or test it?

Thanks in advance.

Adam M
Offline
Joined: 19 Jun 2009

I have created local scripts to test this and found that while HTTP POST works with the HTTP POST technique which is auto-documented in method SendCharFax, I cannot get HTTP POST to work for Sendfax, which is consistent with your experience.

An alternative approach for you would be to submit the entire XML structure, as documented on that page, to http:ws.interfax.net/dfs.asmx. This is what a SOAP library would do. In return, you would get an XML structure back as a confirmation.

AITC
Offline
Joined: 9 Feb 2009

Adam M can you post a link that saw the alternative approach?
How do I do it?

Login or register to post comments