Search found 172 matches

by Diego Euri Almanzar
Sun Jun 23, 2024 8:11 pm
Forum: CXP / Web Development
Topic: How to publish an httpendpoint API in IIS
Replies: 8
Views: 899

Re: How to publish an httpendpoint API in IIS

Hello, dear Slavko Dam

Brilliant. Thanks for the help.
by Diego Euri Almanzar
Fri Jun 21, 2024 7:22 pm
Forum: CXP / Web Development
Topic: How to publish an httpendpoint API in IIS
Replies: 8
Views: 899

Re: How to publish an httpendpoint API in IIS

Hello, SlavkoDam It is evident that you have a great command of all programming and computer science topics. I will study your recommendations step by step. I appreciate it a lot. While I try to understand, I would like you to do me the favor of answering the following. It is evident that Fecth Java...
by Diego Euri Almanzar
Tue Jun 18, 2024 10:43 pm
Forum: CXP / Web Development
Topic: How to publish an httpendpoint API in IIS
Replies: 8
Views: 899

Re: How to publish an httpendpoint API in IIS

Hello, SlavkoDam Thanks for the information. I will study it day after day, until I understand it. Meanwhile, I leave you the link where I found the way to program the HTTPENDPOINT, it is a forum that has Xbase++ https://ilx.alaska-software.com/index.php?ams/how-to-use-the-win-acme-client-to-request...
by Diego Euri Almanzar
Mon Jun 17, 2024 6:55 pm
Forum: CXP / Web Development
Topic: How to publish an httpendpoint API in IIS
Replies: 8
Views: 899

Re: How to publish an httpendpoint API in IIS

Hello, SlavkoDam I appreciate a lot your help. I'll show you what I've developed so far: // // first case // #define PORT 443 oHttpEndpoint := HttpEndpoint():new( PORT, "*" ) oHttpEndpoint:setCertificateFromFile( "c:\mycerts\ www.megasoftrd.com.pfx", "blue5712") lStarted := oHttpEndpoint:start() // ...
by Diego Euri Almanzar
Mon Jun 03, 2024 1:24 pm
Forum: CXP / Web Development
Topic: How to publish an httpendpoint API in IIS
Replies: 8
Views: 899

How to publish an httpendpoint API in IIS

Hello, dear friends. I hope that everybody are very well. I was able to successfully develop an API using HTTPENDPOINT. I manage it on port 81. However, when I try to use port 443, HTTPS, the certificate problem appears. The documentation that Alaska Software has for managing Web hosting is very poo...
by Diego Euri Almanzar
Mon Apr 22, 2024 3:32 pm
Forum: eXpress++ Support
Topic: How can I develop a DLL IN Xbase++ to use it in a C# program
Replies: 19
Views: 9815

Re: How can I develop a DLL IN Xbase++ to use it in a C# program

K-insis, very good recommendation. You are very right. At the moment, I'm only looking to get from a C# application to the functions that I develop in Xbase++ That would allow me to not have to rewrite much of the source code in C#. If the API works, I'll save a lot of time. And, since it is only to...
by Diego Euri Almanzar
Mon Apr 22, 2024 3:20 pm
Forum: Did you Know?
Topic: A web service for your data
Replies: 14
Views: 14539

Re: A web service for your data

Excellent, SlavkoDam

Thank you.
by Diego Euri Almanzar
Fri Apr 19, 2024 9:13 pm
Forum: eXpress++ Support
Topic: How can I develop a DLL IN Xbase++ to use it in a C# program
Replies: 19
Views: 9815

Re: How can I develop a DLL IN Xbase++ to use it in a C# program

SlavkoDam, K-inisis

Excellent explanations and examples. I am very grateful to you.

Best regards.
by Diego Euri Almanzar
Fri Apr 19, 2024 1:43 pm
Forum: Did you Know?
Topic: A web service for your data
Replies: 14
Views: 14539

Re: A web service for your data

Excellent explanation, Roger Also, over the course of this day, I was studying a little more, and I realized that CXPendpoint is not the same as HTTPendpoint Since I have been developing CXP programs, I thought it was all the same, but it is not. Today, I understood that HTTPendpoint is where APIs a...
by Diego Euri Almanzar
Thu Apr 18, 2024 9:16 pm
Forum: Did you Know?
Topic: A web service for your data
Replies: 14
Views: 14539

Re: A web service for your data

Hello dear Roger Hope you're well. As always, your ideas are great. Precisely, 3 days ago, I published a topic on your forum, asking for help to use Xbase++ DLL libraries, in a C# program, so as not to lose my code, or many things that I have developed in Xbase++. The distinguished forum members adv...