Welcome to MSDN Blogs Sign in | Join | Help

May 2007 - Posts

Custom SOAP Headers: WCF and ASMX

First the good news, WCF clients should just work with ASMX services that use custom SOAP headers. Now the not so good news, ASMX clients will work with WCF services that use headers, but the object model is pretty funky. Say you want to do something
Posted by NathanA | 5 Comments

Custom SOAP Headers: WCF and Java

First the good news, WCF clients should just work with Java services that use custom SOAP headers. Now the not so good news, Java proxies generated from the default WCF WSDL won't include the SOAP headers in the object model. The root problem is most
Posted by NathanA | 1 Comments

How do I get a DateTime from a UNIX timestamp?

Often when consuming data from a web site, it will represent time with a UNIX timestamp. This is the number of seconds since January 1, 1970. It would be nice to turn this into a System.DateTime, but how? DateTime FromUnixTime( Int64 unixTime) { DateTime
Posted by NathanA | 2 Comments

Coming soon...

I have done much posting in more or less forever, but I have some new stuff on deck. In the meantime, check out the recent posts at Steve Maine's blog for some of the stuff I've been working on.
Posted by NathanA | 0 Comments
 
Page view tracker