Hi Francisco,
>> I need send data of retail sales from the store to a remote server. one sale then send. one at a time
>> I think the way is using webservices
correct. You will use a NetWebClient to talk to the remote server.
Exactly what you need to do will depend a bit on the server you are talking to.
You might want to watch my ClarionLive webinars #300 and #302 to understand more about how WebServices work.
So far we've covered the Server (#300) and also REST (#302) which includes both server and client functionality. At the moment I'm planning for #304 which will _probably_ be on making a WSDL based client.
>> ¿is it posible?
yes.
>> how read in netWebService method data of header sale, ítems detail and payments?
one o several packets of data?
the NetWebService and NetWebServiceMethod are tools for making a _server_ whereas I think you are needing to make a Client - yes?
cheers
Bruce