Re: [Harbour] Web Services in Harbour

2009-10-21 Thread Massimo Belgrano
PZUZ) : >>-Original Message- >>From: Viktor Szakáts [mailto:harbour...@syenar.hu] >>Sent: Thursday, October 15, 2009 10:01 AM >>To: Harbour Project Main Developer List. >>Subject: Re: [Harbour] Web Services in Harbour >> >>Hi Marek, >> >>Is ther

RE: [Harbour] Web Services in Harbour

2009-10-21 Thread Horodyski Marek (PZUZ)
>-Original Message- >From: Viktor Szakáts [mailto:harbour...@syenar.hu] >Sent: Thursday, October 15, 2009 10:01 AM >To: Harbour Project Main Developer List. >Subject: Re: [Harbour] Web Services in Harbour > >Hi Marek, > >Is there any sort of existing library

RE: [Harbour] Web Services in Harbour

2009-10-21 Thread Horodyski Marek (PZUZ)
>-Original Message- >From: Massimo Belgrano [mailto:mbelgr...@deltain.it] >Sent: Thursday, October 15, 2009 12:01 PM >To: Harbour Project Main Developer List. >Subject: Re: [Harbour] Web Services in Harbour > >Here is a very simple soap server >http://www.vivtek.

RE: RE: Re: [Harbour] Web Services in Harbour

2009-10-16 Thread Horodyski Marek (PZUZ)
>-Original Message- >From: ToninhoFWi [mailto:toninho...@yahoo.com.br] >Sent: Thursday, October 15, 2009 6:01 PM >To: Harbour Project Main Developer List. >Subject: Re: RE: Re: [Harbour] Web Services in Harbour > >Hi Marek > >>Can I receive as a result of the

Re: RE: Re: [Harbour] Web Services in Harbour

2009-10-15 Thread ToninhoFWi
Hi Marek >Can I receive as a result of the complex result (array, object ) ? There are a lot of samples in pockesoap home. As I can see pocketsoap is much more complete compared to mssoap, but is more hard to use, maybe because it have more features ? BTW try to use WsdlWizard from that site. Ws

Re: [Harbour] Web Services in Harbour

2009-10-15 Thread Massimo Belgrano
gt; Viktor > > On 2009 Oct 15, at 09:54, Horodyski Marek (PZUZ) wrote: > >>> -Original Message- >>> From: Massimo Belgrano [mailto:mbelgr...@deltain.it] >>> Sent: Wednesday, October 14, 2009 9:31 PM >>> To: Harbour Project Main Developer List. >

Re: [Harbour] Web Services in Harbour

2009-10-15 Thread Viktor Szakáts
Thanks Lorenzo. Surely XML is missing. I started creating wrappers for libxml2, maybe I'll publish it, but only if there is interested and others are willing to contribute. Brgds, Viktor On 2009 Oct 15, at 11:48, Lorenzo Fiorini wrote: On Thu, Oct 15, 2009 at 10:00 AM, Viktor Szakáts 0...@syen

Re: [Harbour] Web Services in Harbour

2009-10-15 Thread Lorenzo Fiorini
On Thu, Oct 15, 2009 at 10:00 AM, Viktor Szakáts wrote: > So, is there anything we could use? We services are essentially mutithreading, sockets and XML, so we surely lack a strong XML support. Harbour need a server or a container ( like Tomcat, Geronimo, .Net ) that dynamically loads small mo

Re: [Harbour] Web Services in Harbour

2009-10-15 Thread Viktor Szakáts
SOAP is supposed to be an open standard (although it does seem quite MS centric regardless), so I suppose such server side functionality may exist somewhere already, and shouldn't be written from ground up for tools like Harbour. So, is there anything we could use? I do not know. Do not even kn

RE: [Harbour] Web Services in Harbour

2009-10-15 Thread Horodyski Marek (PZUZ)
>-Original Message- >From: Viktor Szakáts [mailto:harbour...@syenar.hu] >Sent: Thursday, October 15, 2009 10:01 AM >To: Harbour Project Main Developer List. >Subject: Re: [Harbour] Web Services in Harbour > >Hi Marek, > >Is there any sort of existing library

Re: [Harbour] Web Services in Harbour

2009-10-15 Thread Viktor Szakáts
rbour Project Main Developer List. Subject: Re: [Harbour] Web Services in Harbour Hi Marek harbour have a solution for SOAP.CLIENT and afaik is not possible a soap server, but harbour have a lot of capability underground Not yet, but in the future ? Today seems to be necessary. In the company we

RE: [Harbour] Web Services in Harbour

2009-10-15 Thread Horodyski Marek (PZUZ)
>-Original Message- >From: Massimo Belgrano [mailto:mbelgr...@deltain.it] >Sent: Wednesday, October 14, 2009 9:31 PM >To: Harbour Project Main Developer List. >Subject: Re: [Harbour] Web Services in Harbour > >Hi Marek > >harbour have a solution for SO

RE: Re: [Harbour] Web Services in Harbour

2009-10-15 Thread Horodyski Marek (PZUZ)
>-Original Message- >From: ToninhoFWi [mailto:toninho...@yahoo.com.br] >Sent: Wednesday, October 14, 2009 9:19 PM >To: Harbour Project Main Developer List. >Subject: Re: Re: [Harbour] Web Services in Harbour > ... >This is a working sample: > >

Re: [Harbour] Web Services in Harbour

2009-10-14 Thread Viktor Szakáts
Thanks Toninho. It works fine, I've added it to testole.prg. The interface seem much more "elaborate" than MS SOAP, but this one is alive :) Brgds, Viktor On 2009 Oct 14, at 21:18, ToninhoFWi wrote: What do I need to install to get MSSOAP.SoapClient object on my machine? Viktor, IMO the bes

Re: [Harbour] Web Services in Harbour

2009-10-14 Thread Massimo Belgrano
>To: Harbour Project Main Developer List. >>Subject: Re: [Harbour] Web Services in Harbour >> >>Hi marek >>You have made an interesting question follow my info i have >>not an harbour reply but somebody can help, translate > > [...] > >>UDDI (Universal Desc

Re: Re: [Harbour] Web Services in Harbour

2009-10-14 Thread ToninhoFWi
>What do I need to install to get MSSOAP.SoapClient object >on my machine? Viktor, IMO the best is change to PocketSoap, since Microsoft abandoned MSSOAP. This is a working sample: ---cut--- local oEnvelope := Win_OleCreateObject( "PocketSOAP.Envelope.2" ) local oHttp := Win_OleCreateObject( "Po

RE: [Harbour] Web Services in Harbour

2009-10-14 Thread Horodyski Marek (PZUZ)
>-Original Message- >From: Massimo Belgrano [mailto:mbelgr...@deltain.it] >Sent: Wednesday, October 14, 2009 10:10 AM >To: Harbour Project Main Developer List. >Subject: Re: [Harbour] Web Services in Harbour > >Hi marek >You have made an interesting question follow

Re: [Harbour] Web Services in Harbour

2009-10-14 Thread Massimo Belgrano
Hi marek You have made an interesting question follow my info i have not an harbour reply but somebody can help, translate >But I do not know how cam mad build server of web services Web Services can convert your application into a Web-application, which can publish its function or message

Re: [Harbour] Web Services in Harbour

2009-10-13 Thread Massimo Belgrano
Glad to be usefull, and thanks for your effort 2009/10/13 Viktor Szakáts : > I've found these links on Google also. > > Anyhow I realized how it works now, while SOAP Toolkit > is "superceded" by .NET Framework, in MS parlance > this means that SOAP Toolkit is *abandoned*, and instead > you must u

Re: [Harbour] Web Services in Harbour

2009-10-13 Thread Viktor Szakáts
I've found these links on Google also. Anyhow I realized how it works now, while SOAP Toolkit is "superceded" by .NET Framework, in MS parlance this means that SOAP Toolkit is *abandoned*, and instead you must use .NET Framework to access similar functionality through other means. Which means I

Re: [Harbour] Web Services in Harbour

2009-10-13 Thread Massimo Belgrano
Hope be usefull http://objectmix.com/dotnet/107166-where-get-mssoap-soapclient.html http://support.microsoft.com/kb/307033/it http://www.codeproject.com/KB/XML/vcsoapclient.aspx?msg=223 But you can also other way like CreateObject("MSSOAP.SoapClient30") 2009/10/13 Viktor Szakáts : > Thanks.

Re: [Harbour] Web Services in Harbour

2009-10-13 Thread Viktor Szakáts
Thanks. SOAP Toolkit is deprecated by .NET Framework. I have the latter on the machine, it was a prerequisite of MSVS 2008, I've installed it (them) through Windows Update after installing the VM. Yet, this example doesn't work. Any ideas? Brgds, Viktor On 2009 Oct 13, at 18:25, Massimo Bel

Re: [Harbour] Web Services in Harbour

2009-10-13 Thread Massimo Belgrano
IMO dotnet framework or soap sdk 3.0 toolkit http://www.microsoft.com/downloads/details.aspx?FamilyId=C943C0DD-CEEC-4088-9753-86F052EC8450&displaylang=en 2009/10/13 Viktor Szakáts : > Hi Marek, > >> Toninho, pls. test this code, it work for my : >> >> // test Web Servicess >> PROCEDURE Main() >> L

Re: [Harbour] Web Services in Harbour

2009-10-13 Thread Viktor Szakáts
Hi Marek, Toninho, pls. test this code, it work for my : // test Web Servicess PROCEDURE Main() LOCAL oSoapClient := CreateObject( "MSSOAP.SoapClient" ) Cls ? 'Test czy typ klienta jest dostępny :', ValType( oSoapClient) oSoapClient:msSoapInit( 'http://www.dataaccess.com/ webservicesserver/t

RE: [Harbour] Web Services in Harbour

2009-09-25 Thread Horodyski Marek (PZUZ)
>-Original Message- >From: Antonio Carlos [mailto:toninho...@yahoo.com.br] >Sent: Friday, September 25, 2009 12:48 PM >To: Harbour Project Main Developer List. >Subject: RE: [Harbour] Web Services in Harbour > >Thank you Marek. > >It works perfectly. In my

RE: [Harbour] Web Services in Harbour

2009-09-25 Thread Antonio Carlos
/09, Horodyski Marek (PZUZ) escreveu: > De: Horodyski Marek (PZUZ) > Assunto: RE: [Harbour] Web Services in Harbour > Para: "Harbour Project Main Developer List." > Data: Sexta-feira, 25 de Setembro de 2009, 5:06 > >-Original Message- > >From: ToninhoF

RE: [Harbour] Web Services in Harbour

2009-09-25 Thread Horodyski Marek (PZUZ)
>-Original Message- >From: ToninhoFWi [mailto:toninho...@yahoo.com.br] >Sent: Thursday, September 24, 2009 10:46 PM >To: harbour@harbour-project.org >Subject: [Harbour] Web Services in Harbour > >Hi ppl, > >How I do to access web services in Harbour please ? Toninho, pls. test this code