Author: Andrew Arnott

NHibernate rocks

NHibernate rocks. I’vebeen investigating it these past few weeks as an alternative to acustom object persistence framework I wrote before NHibernate hadmatured. Well, it has matured much, and I am…

Betas 2005 Unleashed

Microsoft has been working hard on the next generation of development tools and database technologies. Visual Studio 2005 and SQL Server 2005 are two of the most anticipated technologies to…

VP of UCNUG

I recently became the vice-president of the Utah County .NET Users Group .I’ve come home with the new Visual Studio 2005 Beta software, and manynew ideas for projects or implementing…

Java client for an ASP.NET web service, part 4

I tried this: <?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Body> <StartEvaluation xmlns="http://ottawa.byu.edu/Emar" href="#id0" > </StartEvaluation> <multiRef id="id0" soapenc:root="0" soapenv:encodingStyle="" xsi:type="ns1:StartEvaluation" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1="http://ottawa.byu.edu/Emar"> <PIN xsi:type="xsd:string">TESTPIN</PIN> <QuestionnaireName xsi:type="xsd:string">READY</QuestionnaireName> </multiRef> </soapenv:Body> </soapenv:Envelope>…