![]() |
|
|
| Welcome | User Tools | Developer Tools | Prices | Help | Sign up | Login |
| Overview | Web Service | Email Interface | COM Object | Forum | Developer Registration |
| You are here:
Home > Developer Tools > Fax Web Service > Samples > VB6 - How to send a binary file |
||
Fax Web Service Code SampleVB6 - How to send a binary fileDownload the associated project files.
' Sample of using InterFAX binary files
' Warning: No error handling is provided in this sample... ' Const WSDL = "http://ws.interfax.net/dfs.asmx?WSDL" ' To achieve a better performance, it is HIGHLY recommended to ' save the WSDL as a LOCAL file, thus eliminatig the need to ' download it before EACH access to InterFAX. In such case, ' replace the CONST statement with something like: ' Dim WSDL as string ' WSDL = App.Path & "\DfsWsdl.wsdl" ' Private Sub cmdSend_Click() Dim B() As Byte End Sub Note: If you are faxing from behind a proxy using MS SOAP v.3, you can use one of the two following options: Option 1 - Use automatic detection by: objSoap.ConnectorProperty("EnableAutoProxy") = TrueOption 2 - Specify a proxy server: objSoap.ConnectorProperty("ProxyServer") = "192.168.0.100"and optionally, if the proxy server is password-protected specify: objSoap.ConnectorProperty("ProxyUser") = "Proxy Username" |
||
| About | Contact | Privacy | Terms | Partners | Login | System Status © Interfax Inc |