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 Belgrano wrote:

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 <harbour...@syenar.hu>:
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/textcasing.wso?WSDL')
? oSoapClient:InvertStringCase( "lower UPPER" )

InKey( 0)
RETURN
// end test

What do I need to install to get MSSOAP.SoapClient object
on my machine?

Brgds,
Viktor

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour



--
Massimo Belgrano
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to