How can use HTTPRIO componentes inside Outlook using Delphi.net

Add-in Express™ Support Service
That's what is more important than anything else

How can use HTTPRIO componentes inside Outlook using Delphi.net
HTTPRIO components to connect a webservice 
fernando ontiveros




Posts: 2
Joined: 2006-05-09
I need to instance HTTPRIO components inside my Addon,

Recently I bought the Add-in-Express.Net for Delphi,
and now this addon must connect to a web service in other server to syncronize information between outlook and my DataBase Server,

But the HTTPRIO it doesn't appear in the Tool Palette, :!: and I can't send data to my webservice. :(

Please anyone knows how can I do this?
Posted 09 May, 2006 22:09:54 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Fernando.

What version of Delphi do you use?
Posted 10 May, 2006 07:03:56 Top
fernando ontiveros




Posts: 2
Joined: 2006-05-09
Hi Sergey, I'm using Borland Developer Studio Delphi 2005 update 3.
I have many programs using webservices with HTTPRIO and was compiled with the same Delphi.
Posted 10 May, 2006 08:47:45 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Fernando, you need to use the 'Add Web Reference' dialog to add a new web proxy class to the Delphi project. Then you can use this class to communicate with your web service.
Posted 10 May, 2006 09:29:19 Top