Welcome to MSDN Blogs
Sign in
|
Join
|
Help
NathanA's Sometimes XAML and Sometimes Web Services Blog
This Blog
Email
Syndication
RSS 2.0
Atom 1.0
Search
Tags
No tags have been created or used yet.
Archives
July 2009 (1)
May 2009 (2)
October 2008 (2)
September 2007 (3)
May 2007 (4)
February 2007 (1)
November 2006 (1)
October 2006 (1)
May 2006 (1)
February 2006 (3)
January 2006 (4)
December 2005 (1)
November 2005 (8)
September 2005 (1)
August 2005 (2)
July 2005 (3)
May 2007 - Posts
Tuesday, May 29, 2007 1:59 PM
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
Tuesday, May 29, 2007 1:29 PM
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
Sunday, May 13, 2007 3:49 PM
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
Sunday, May 13, 2007 3:14 PM
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