Thank you Marek.

It works perfectly. In my case, I only need ws client, like your sample.

BTW I read on the internet that SOAP was replaced by net framework. Will be so 
good if we have an example how access ws via net framework too.

Thank you again,

Best regards,

Toninho.
 

--- Em sex, 25/9/09, Horodyski Marek (PZUZ) <m.horody...@pzuzycie.com.pl> 
escreveu:

> De: Horodyski Marek (PZUZ) <m.horody...@pzuzycie.com.pl>
> Assunto: RE: [Harbour] Web Services in Harbour
> Para: "Harbour Project Main Developer List." <harbour@harbour-project.org>
> Data: Sexta-feira, 25 de Setembro de 2009, 5:06
> >-----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, 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
> 
> But I do not know how cam mad build server of webservices
> :(
> 
> Regards,
> Marek Horodyski
> _______________________________________________
> Harbour mailing list
> Harbour@harbour-project.org
> http://lists.harbour-project.org/mailman/listinfo/harbour
> 


      
____________________________________________________________________________________
Veja quais são os assuntos do momento no Yahoo! +Buscados
http://br.maisbuscados.yahoo.com
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to