VC++ DLL for Borland Delphi 7

Cancelled Posted 6 years ago Paid on delivery
Cancelled Paid on delivery

I need a VC++ DLL that can be used in Borland Delphi 7.

We need to send a Parameter with a path in disk of a xml file.

DLL must send this xml to a https webservice

DLL must save the result of the webservice in a different file (we should provide also the name and path of the result).

We must also provide an APIKey, username and password

We must also provide the Webservice URL

So, 6 input parameters.

1.- Path and name of the input XML (i.e. c:\test\[login to view URL])

2.- path and name of the result (i.e. c:\testresult\[login to view URL])

3.- API key (String)

4.- Username (String)

5.- Password (String)

6.- URL (String)

The webservice uses https so DLL must include openssl Dlls

This is a working example in C# (This is how we invoke the WS in C#)

class TimbradoCliente

{

private const string Url="https url from DLL Params";

private const string ApiKey = "APIKEY from DLL Params";

private const string Usuario = "user from DLL Params";

private const string Password = "Password from DLL Params";

public void timbrar(string xml)

{

HttpClient client = new HttpClient();

[login to view URL]("x-api-key", ApiKey);

var content = new FormUrlEncodedContent(new[]

{

new KeyValuePair<string, string>("usuario", Usuario),

new KeyValuePair<string, string>("password", Password),

new KeyValuePair<string, string>("xml", xml)

});

var result = [login to view URL](Url, content).Result;

string resultContent = [login to view URL]().Result;

[login to view URL](resultContent);

}

}

Above is a C# Example, we need a VC++ DLL that make the same as the above C# Code.

Regards,

Mario

C Programming C++ Programming Delphi

Project ID: #16027367

About the project

2 proposals Remote project Active 6 years ago

2 freelancers are bidding on average $250 for this job

xiqian88

Hello How are you ? I read your whole proposal and thanks for your post on my good experience. I think i can do it in high quality I look forward to working together Regards Relevant Skills and Experience C, C++, C# More

$250 USD in 3 days
(32 Reviews)
6.4
narendragautam

Hi, I am interested. thanks Narendra Relevant Skills and Experience C++ Proposed Milestones $250 USD - m1

$250 USD in 5 days
(9 Reviews)
4.3