You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Sam Ruby <ru...@us.ibm.com> on 2001/07/02 00:39:42 UTC

Interop Round 2

Specs can be found at http://www.whitemesa.com/interop.htm.

The "base" types now include Base64.  Suggestions on what Java type this
should map to?  I'm leaning towards byte[].

The first "Group  B" test looks like a real doozy: three output parameters.
My temptation is to map them to a struct - in other words, if multiple
output parameters are defined, expect a class with one field/property
defined for each parameter.

Suggestions welcome...

- Sam Ruby