NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: spot1701 on November 30, 2012, 02:05:41 AM

Title: Uploading File To A Soap Server
Post by: spot1701 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.
Title: Re: Uploading File To A Soap Server
Post by: Bruce on November 30, 2012, 04:46:42 AM
the short answer is yes.

Are you writing the remote application? In clarion?

cheers
Bruce
Title: Re: Uploading File To A Soap Server
Post by: spot1701 on November 30, 2012, 04:53:04 AM
Yes. Using a nettalk webserver in Clarion.