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 had to install SOAP Toolkit 3.0. After
little modification of OLE object name (adding '30')
it works OK.

Thank you for input.

Brgds,
Viktor

On 2009 Oct 13, at 19:02, Massimo Belgrano wrote:

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=1111223

But you can also other way like
CreateObject("MSSOAP.SoapClient30")


2009/10/13 Viktor Szakáts <[email protected]>:
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 <[email protected]>:

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
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour



--
Massimo Belgrano
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour




--
Massimo Belgrano
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to