Noggin Software
Rein Hillmann's software development blog.
Rein Hillmann's software development blog.
Apr 16th
This is the second part of the series of posts where we’ll look at how to use Django to stub existing ASP.NET web services. In this part we’ll create a basic Django project, configure it to listen for POSTs and check the SOAPAction header on the request.
More >
Apr 14th
This is part 1 of my series on how to use Django to stub ASP.NET Web Services. In this part I’ll briefly describe the problem I’m trying to solve and what solutions there might be. I’ll also dig through the service definition and extract the vital information that we’ll need from the definition.
More >