Browse by Tags

All Tags » .NET » Web Services (RSS)

Would you like contract first as part of Visual Studio 2005? by ChristophDotNet

Hopefully many of you have seen Christian Weyer 's contract-first tool for web services on which I was able to help out a tiny bit. My suggestion to add Christian's tool to Visual Studio 2005 to bring wider awareness about contract-first to all Visual...
Filed under: ,

C++ support in WSE 2.0 SP2 by ChristophDotNet

WSE 2.0 SP2 adds some support for adding WSE to C++ projects, which had been missing since the initial release last May. At last, the WSE Configuration Editor, the one that comes up when you right-click in the Solution Explorer and then select WSE 2.0...
Filed under: , ,

ANN: Talking in Austin on 12/13 by ChristophDotNet

I am giving a presentation on Secure Web Services and Secure Office Productivity Solutions based on IBF at ADNUG's December meeting on 12/13. 5:30pm at the Microsoft Technology Center: About the presentation: Web services are making their ways into the...
Filed under: , ,

Interface inconsistencies between ASMX Web services and System.Xml V1 and V2 by ChristophDotNet

I've been wondering why the class designs between ASMX Web services and System.Xml seem to be so disconnected. It seems like the ASMX team really doesn't get to keep up with the way things are done in System.Xml. Take the feature that you can return an...

Inconsitencies between Web Services and System.Xml by ChristophDotNet

I've been wondering why the class designs between ASMX Web services and System.Xml seem to be so disconnected. It seems like the ASMX team really doesn't get to keep up with the way things are done in System.Xml. Take the feature that you can return an...
Filed under: , ,

Enumerated types in Web service interfaces and BizTalk by ChristophDotNet

On my last Biztalk project, I had to call a Web service interface containing an operation with an enumerated data type. As it turned out, that’s a non-trivial task. You would think that importing the WSDL would create a .NET enumerated type which...
Filed under: , ,

Doug Purdy on Remoting by ChristophDotNet

About a month ago, there was a flurry of activity around the question if remoting is dead. Now some people think that it's not dead, it just smells funny. However, Doug Purdy pointed out today in his versioning talk at TechEd that a number of features...
Filed under: , ,

Message Tracing in BizTalk Web Service Proxies by ChristophDotNet

I blogged about the message tracing feature in WSE yesterday , but WSE isn’t the only recent Microsoft product with a built-in tracing feature. If you look at the code generated by the BizTalk Web Services Publishing Wizard you might notice a couple...
Filed under: ,

Tracing capablities in WSE2 by ChristophDotNet

WSE 2.0 was released at TechEd today. Congratulations to the WSE team with Rebecca Dias , Keith Ballinger and the rest of the WSE Team. Version 2 comes with support for WS-Addressing, WS-Security, WS-Policy and a few other WS-* standards. WS-Addressing...
Filed under: , ,
More Posts