Jonathan D
Jonathan D

Reputation: 1364

Soap Server Images

What the best way of passing images over a soap server?

I'm using WCF 4.0 and flex for my front end.

Upvotes: 0

Views: 133

Answers (1)

Rob Goodwin
Rob Goodwin

Reputation: 2777

I cannot say if this is the best, but I have used Base64 encoding to send binary data as XML within SOAP as well as AMQP. Worked well for what I needed, but YMMV.

Upvotes: 1

Related Questions