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

Reply via email to