8/5/11: Update near bottom of post I\'m trying to call my WCF web service method from my Android app using kSOAP. The method takes 4 parameters. 3 of them are of type Guid (for which marshalling Java
I am forced to use what looks to be a very old wsdl to generate web service clients. So old in fact that the jdk\'s wsimport refuses to parse it. Axis 1.4 however succedes in generating a web-service
My xml document has aelement that can contains multiplechild elements. In my class, I declare the property 开发者_开发技巧as:
I\'m working with DelayedJob and I need to override a method that I thought was being used when an object is deserialized from YAML: self.yaml_new (defined in in delayed/serialization/active_record)
I\'m working on cli开发者_开发技巧ent/server application which uses AsyncSocket. For transferring data, it uses NSData.
I have an automation addin (implementing Extensibility.IDTExtensibility2), written in C# 4, in which I\'m trying to load some (binary) serialized data.It works perfectly in unit tests, but fails when
I\'m trying to deserialize some JSON I receive from an external source (no way to change it) and I\'m having some problems with开发者_高级运维 it. I\'m using JSON.net to deserialize, and this is an ex
I\'m using VS2008.I\'ve referenced the Newtonsoft.Json (Json.Net) library (v. 3.5) (just the dll...didn\'t see documentation on what to do with the .pdb and xml file).I\'m running .Net 3.5 on server 2
There is a need to provide some sort of interface(save/edit/load) to dynamically generated styles that are formed from GeometryDrawings. The problem is distinction between them in situation they lack
I have a problem in a system where ~500 servers are communicating with central server through JMS over ~1000 topics. It\'s a 10 year old system and it worked good until few months ago.