NetTalk Central

Author Topic: Send data of retail sales to server remote using webservices  (Read 3432 times)

franjava

  • Newbie
  • *
  • Posts: 11
    • View Profile
    • Email
Send data of retail sales to server remote using webservices
« on: February 27, 2015, 07:40:58 AM »
Hi friends

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

but have questions

¿is it posible?
how read in netWebService method  data of header sale, ítems detail and payments?
one o several packets of data?
 
i see the examples but the questions continue

thanks for your help

Atte.
Francisco J. Valencia
Clarion 8 and NetTalk 8.35

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Send data of retail sales to server remote using webservices
« Reply #1 on: March 01, 2015, 11:31:49 PM »
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


franjava

  • Newbie
  • *
  • Posts: 11
    • View Profile
    • Email
Re: Send data of retail sales to server remote using webservices
« Reply #2 on: March 02, 2015, 12:28:00 PM »
Thanks Bruce.

nice explication.

Atte
Francisco