Confused about SOAP 1.2

2004-12-10 Thread Robert Bateman
Apologies in advance! Most of my reading material on SOAP is still 1.1 with references to what 1.2 is "supposed" to look like. I am attempting to pass a message into a SOAP 1.2 server running on Tomcat with Axis 1.2RC2 at the host side. My message to the server is supposed to be a doc/lit (some

Confused about SOAP 1.2

2004-10-03 Thread Ian Dickinson
Hi, I'm trying to write some junit tests for a custom serializer for a local knowledge representation language. My KR language includes wrappers for scalar values, so I want to deserialise integer values from the soap body to my KsInt class, rather than java.lang.Integer. My type mapping for