Open GoogleCodeExporter opened 9 years ago
After two hours of dealing with WCF I think I should clarify what I'm exactly
trying to implement.
My goal is to have .Net client that talks with Java App Server. I want .Net
client to use WCF in a way of talking to the server via HTTP/HTTPS calls as it
does with default WCF XmlSerializer but instead of having XML in body of HTTP
POST request to have protobuf binary in it.
Is it possible? So far I can't achieve it :( Moreover even when I use code
shown above WCF client never calls ProtoOperationBehavior.CreateSerializer. It
uses DataContractSerializerOperationBehavior anyway.
Original comment by rusl...@gmail.com
on 30 Jul 2010 at 7:38
Is that using WCF in REST mode? If so, then it might be a pain. I'm not 100%
what API your java server is using, but I wonder if it is simpler (for REST) to
handle the serialization externally for now, for example via `WebClient` to get
bytes. Just a thought.
Original comment by marc.gravell
on 30 Jul 2010 at 8:09
Hi Marc. I created C# client that uses WCF and talks via REST calls to
Java-based application server (Google App Engine in my case). If you wish I can
write wiki page here with sample code that other people can use.
Original comment by rusl...@gmail.com
on 4 Aug 2010 at 7:04
Hi rusl
is it possible to use silverlight enabled WCF service along with a silverlight
application in the Google Apps Engine ?
i you have any sample code that uses WCF and talks to GAE, Please do write in
wiki with the same and send the link to me.
Original comment by yoosufsh...@gmail.com
on 26 May 2011 at 9:46
@rusl - GAE would presumably need a very specific format (of which I am not
aware) - which may or may not involve protobufs (you don't state). I'm not sure
this is a protobuf query, is it? ultimately though, I doubt GAE is going to
want to talk WCF.
Original comment by marc.gravell
on 26 May 2011 at 10:05
[deleted comment]
Wow, it's been almost a year :) Marc, if you want I can post working sample of
integration with GAE on your wiki.
Original comment by rusl...@gmail.com
on 26 May 2011 at 5:34
@rusl - sorry, I realise I copied the wrong name - I meant to reply to
"yoosufsh..." - sorry about that. But if you *have* such an example I'd be
overjoyed. But I genuinely never intended to put you to any trouble.
Somehow this must have slipped me by - I had a bit of a crazy/busy time late
last year, hence why protobuf-net took a bit of a pause.
Original comment by marc.gravell
on 26 May 2011 at 8:17
Original issue reported on code.google.com by
rusl...@gmail.com
on 30 Jul 2010 at 5:50