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
>-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
>-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.
>-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
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
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.
>
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
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
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
>-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
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
>-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
>-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:
>
>
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
>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
>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
>-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
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
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
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
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.
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
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
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
>-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
/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
>-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
27 matches
Mail list logo