| View previous topic :: View next topic |
| Author |
Message |
cwb Guest
|
Posted: Tue Mar 06, 2007 8:26 pm Post subject: Standalone webserver D2006 |
|
|
Hi.
Im trying to make our main application work as a standalone webserver
in D2006. I want to use the SOAP protocol so that i with ease can
build webservices.
I have tryed some examples using Indy9 but our main application is
using Indy10 components and using both Indy versions in one project is
not working as it should. The example from Indy9 is not working with
the indy10 components.
Is there another way to make an appliction to work as a standalone
webserver besides the Indy way. I have been googling a lot but cant
find any solution. |
|
| Back to top |
|
 |
Jean-Marie Babet Guest
|
Posted: Wed Mar 07, 2007 1:37 am Post subject: Re: Standalone webserver D2006 |
|
|
Hello,
I don't know if this would be helpful but I suspect you were using the
WebAppDebugger approach. There's also an alternate one that I'm not too
familiar with but that's documented at this location:
http://www.digicoast.com/delphi_soap_standalone.html
Cheers,
Bruneau. |
|
| Back to top |
|
 |
cwb Guest
|
Posted: Wed Mar 07, 2007 1:58 pm Post subject: Re: Standalone webserver D2006 |
|
|
On 6 Mar., 20:37, "Jean-Marie Babet" <bba...@borland.com> wrote:
| Quote: | Hello,
I don't know if this would be helpful but I suspect you were using the
WebAppDebugger approach. There's also an alternate one that I'm not too
familiar with but that's documented at this location:
http://www.digicoast.com/delphi_soap_standalone.html
Cheers,
Bruneau.
|
Yes I have tryed the WebAppDebugger and I have tryed to follow the
example from your link. The example "http://www.digicoast.com/
delphi_soap_standalone.html" works fine if I use Indy9 but I need to
use Indy10 and its not working.
But thanks for your reply. |
|
| Back to top |
|
 |
Jean-Marie Babet Guest
|
Posted: Thu Mar 08, 2007 12:31 am Post subject: Re: Standalone webserver D2006 |
|
|
Hello,
I asked the Internet/WebSnap team I'm told that the units of the
WebAppDebugger don't technically rely on Indy9... it's just something that
we have not had a chance to change and test. I wonder if anyone tried to
rebuild SockApp.pas/etc with Indy10. I assume we make these sources
available, so one could add a copy of the relevant sources directly to the
project directory and force a rebuild with Indy10. When time allows, I'll
give that a try.
Cheers,
Bruneau. |
|
| Back to top |
|
 |
cwb Guest
|
Posted: Thu Mar 08, 2007 3:24 am Post subject: Re: Standalone webserver D2006 |
|
|
On 7 Mar., 19:31, "Jean-Marie Babet" <bba...@borland.com> wrote:
| Quote: | Hello,
I asked the Internet/WebSnap team I'm told that the units of the
WebAppDebugger don't technically rely on Indy9... it's just something that
we have not had a chance to change and test. I wonder if anyone tried to
rebuild SockApp.pas/etc with Indy10. I assume we make these sources
available, so one could add a copy of the relevant sources directly to the
project directory and force a rebuild with Indy10. When time allows, I'll
give that a try.
Cheers,
Bruneau.
|
Hi.
I tryed to install a fresh d2006 without indy. Then I compiled and
installed indy10 but now I get an error when I try to use the
WebAppDebugger. The error is SockApp was compiled with a different
version of idTCPServer.
Well I'll just keep on trying until I find a solution. If I find one
I'll post it here. |
|
| Back to top |
|
 |
Don Guest
|
Posted: Fri Mar 09, 2007 4:57 pm Post subject: Re: Standalone webserver D2006 |
|
|
| Quote: | I asked the Internet/WebSnap team I'm told that the units of the
WebAppDebugger don't technically rely on Indy9... it's just something that
we have not had a chance to change and test. I wonder if anyone tried to
rebuild SockApp.pas/etc with Indy10.
I assume we make these sources
available, so one could add a copy of the relevant sources directly to the
project directory and force a rebuild with Indy10. When time allows, I'll
give that a try.
|
You'll need to expand that list to include:
* IndySockTransport.pas
* SockRequestInterpreter.pas
* SockAppNotify.pas
hth... |
|
| Back to top |
|
 |
pedro palmeiro Guest
|
Posted: Fri Mar 09, 2007 5:12 pm Post subject: Re: Standalone webserver D2006 |
|
|
I'm having the same problem here...
Don wrote:
| Quote: | I asked the Internet/WebSnap team I'm told that the units of the
WebAppDebugger don't technically rely on Indy9... it's just something that
we have not had a chance to change and test. I wonder if anyone tried to
rebuild SockApp.pas/etc with Indy10.
I assume we make these sources
available, so one could add a copy of the relevant sources directly to the
project directory and force a rebuild with Indy10. When time allows, I'll
give that a try.
You'll need to expand that list to include:
* IndySockTransport.pas
* SockRequestInterpreter.pas
* SockAppNotify.pas
hth...
|
|
|
| Back to top |
|
 |
Jean-Marie Babet Guest
|
Posted: Sat Mar 10, 2007 1:12 am Post subject: Re: Standalone webserver D2006 |
|
|
Thanks Don.
Yes, I suspect that there's a ripple effect in order to avoid the 'Unit xxxx
was build with a different version of yyyy' error messages.
Cheers,
Bruneau. |
|
| Back to top |
|
 |
De Armas, Adrian Guest
|
Posted: Thu Apr 26, 2007 5:39 am Post subject: Re: Standalone webserver D2006 |
|
|
cwb escribió:
| Quote: | Hi.
Im trying to make our main application work as a standalone webserver
in D2006. I want to use the SOAP protocol so that i with ease can
build webservices.
I have tryed some examples using Indy9 but our main application is
using Indy10 components and using both Indy versions in one project is
not working as it should. The example from Indy9 is not working with
the indy10 components.
Is there another way to make an appliction to work as a standalone
webserver besides the Indy way. I have been googling a lot but cant
find any solution.
I have a working example of this. If you want I can email it to you. |
Regards,
Adrian |
|
| Back to top |
|
 |
|