Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » .NET Framework   (RSS)

Web Services Quiz: Issue 10 - the Answer

The correct answer to Issue 10 was already mentioned by Andrew & Mario : Service T1 will deny access, and therefore return a HTTP status 401 error: “Access Denied” If we want to allow the called services to impersonate the caller’s identity, we have
Posted by beatsch | 1 Comments

Link to the XSD Object Generator download site

For all who attended my Web Services Competency Workshop in Madrid : Here’s a link to the XSDObjectGen.exe tool.
Posted by beatsch | 3 Comments

Interested in Z#?

A. Wöß and H. Mössenböck from the University of Linz just published the following courseware: Compiler Construction - Concepts and Practical Application to .NET This course builds a complete compiler for the programming language Z# (= subset of C#) that
Posted by beatsch | 2 Comments
Filed under: ,

What's wrong with rpc-literal?

This post is part of Issue 8’s answer To say it as clear and simple as possible: rpc style encoding is more about the service implementation than the message on the wire itself. That’s just wrong! As already discussed in this answer series , every rpc-literal
Posted by beatsch | 1 Comments

How to consume an rpc-literal WS using .NET?

This post is part of Issue 8’s answer The previous post in this answer series discussed rpc-literal from a platform independent standpoint, where this post focuses on the consumption of such services using .NET . You may ask why consumption only? Well,
Posted by beatsch | 3 Comments

What is rpc-literal anyway?

Although it’s a longtime ago, I want to follow up with the promised explanations for Issue 8 : Prolog: WS BP 1.0 prohibits the usage of rpc-encoded but explicitly allows rpc-literal. But what is rpc-literal anyway? Rpc stands for remote procedure call.
Posted by beatsch | 5 Comments

Security Roadshow for Developers: All Slides and Demos are Online ...

Back from the road again… The Security Roadshow for Developers was a true success. For many attendees it was the start of a long journey… All the slides and demos can be found here
Posted by beatsch | 1 Comments
Filed under: ,

Web Services Quiz: Issue 8 - the Answer

The number one problem in dealing with rpc-literal Web Services is the fact that they are unsupported on the .NET platform, yet. However, every rpc-literal message can be “built” using a doc-literal based implementations. By doing so, the .NET stub for
Posted by beatsch | 5 Comments

Web Services Quiz: Issue 8

Given the following WSDL, how does your .NET proxy and stub look like? As always, answer and explanation will follow… Note, it’s rpc-literal … <? xml version ="1.0" encoding ="utf-8"?> < wsdl:definitions targetNamespace ="uri.test.com"
Posted by beatsch | 5 Comments

Web Services Quiz: Issue 7 - the Answer

The answer to Issue 7 is the following: < wsdl:binding name ="CalculatorSoap" type ="tns:CalculatorPortType"> < soap:binding style ="rpc" transport ="http://schemas.xmlsoap.org/soap/http"/> < wsdl:operation name ="Add"> < soap:operation

.NET CodeDOM Demystified - the Recording

The recorded MSDN CodeDOM Webcast can be found here .
Posted by beatsch | 2 Comments
Filed under: ,

Web Services Quiz: Issue 7

The following Issue arose out of several enquires. Here is the consolidated question: How does the corresponding SOAP binding look like if you want to get a WS-I compliant WSDL? As always, answer and explanation will follow… <? xml version ="1.0"
Posted by beatsch | 3 Comments

.NET CodeDOM Demystified - the Demos

The demos are now available for download!
Posted by beatsch | 3 Comments
Filed under: ,

.NET CodeDOM Demystified - the Agenda

For everybody interested in attending my live MSDN Webcast tomorrow, here is the agenda: CodeDOM Introduction Assembly compilation Source code generation Source code parsing Advanced concepts Template based source code generation On-the-fly proxy generation
Posted by beatsch | 9 Comments
Filed under: ,
More Posts Next page »
 
Page view tracker