Year: 2004

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>…

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

I got it to work, with modification. Here’s a snippet of what the client was trying: <StartEvaluation xmlns="http://ottawa.byu.edu/Emar"> <parameters href="#id0" xmlns=""/> </StartEvaluation> <multiRef id="id0" ...> <PIN xsi:type="xsd:string">TESTPIN</PIN> <QuestionnaireName xsi:type="xsd:string">READY</QuestionnaireName> </multiRef>…

WebMethods GLUE

WebMethods GLUE, which MSDN pushes as the tool of choice for Java towork with WSE on the .NET level, appears to be incompatible with thelatest version of Microsoft’s WSE toolkit.…