Published by Matias Woloski on April 6th, 2006 12:29 am under Architecture, CAB, CoolStuff, GAT, General, Indigo, MBI, Shadowfax, WSE, Xml
Don Smith announced today that Service BAT Service Factory is finally a public project. I’ve been part of this project since the beginning of the year and I can tell you that I’m pretty excited about it. Jason Hogg said that this were going to change the way we develop SO applications. This is a... read more
One of the challenges presented when developing Service-Oriented application is how to setup the authorization for services. That means "Role salesman is granted to access CreateOrder service" The ideal would be: to have a pipe & filters pluggable architecture where you could add/remove components without affecting the code of the services (this is also called... read more
Setup secure conversation using WSE 3 was very simple. You just need to add two attributes to the secure policy assertion (usernameOverCertificate, mutual, etc). establishSecurityContext="true" renewExpiredSecurityContext="true" The problem was when I wanted to establish the secure conversation, get the token and use it in further requests. Secure conversation means just this: Send a first request... read more
I’ve been playing with WSE 3 because I wanted to fully understand how Policy Assertions, SoapFilters and the Pipeline work. My tools were: Reflector and a test harness example consisting of a custom Policy Assertion that creates a SoapFilter that logs to an xml file. Note: I’ve used WSE 3.0.5152 which is the June CTP... read more