NetTalk Central

Author Topic: Uploading File To A Soap Server  (Read 3087 times)

spot1701

  • Jr. Member
  • **
  • Posts: 77
    • View Profile
Uploading File To A Soap Server
« on: November 30, 2012, 02:05:41 AM »
I am attempting to create a soap-type server for uploading/download data from/to a remote application.
But I would like the remote application to also upload attachments (e.g. photos) via this interface as well. Can I create a server that will except images this way?
Can I encode an image as part of the XML, and then decode it back to an actual file at the server end?

Sorry it's a bit vague, but I don't know what I'm doing ;)

Thanks in advance.
Thanks

Bryan

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: Uploading File To A Soap Server
« Reply #1 on: November 30, 2012, 04:46:42 AM »
the short answer is yes.

Are you writing the remote application? In clarion?

cheers
Bruce

spot1701

  • Jr. Member
  • **
  • Posts: 77
    • View Profile
Re: Uploading File To A Soap Server
« Reply #2 on: November 30, 2012, 04:53:04 AM »
Yes. Using a nettalk webserver in Clarion.
Thanks

Bryan