Hi all,

I tried to make a WS with Axis on a JBoss Application Server,
this WS works with complex types (HashMap) :

HashTable test() {
        HashTable test = new HashTable();
        test.put("1", "one");
        return (test);
}

I made a reference in Visual Studio 2003 to the WSDL of this WS
but .NET didn't understand the HashTable Type.
I tried to make my own type and to compile WSDL with it, and .NET
retrieve only NULL values in type class attributes.

Does anyone have an idea ?

Best regards

S.BLANCHARD
Directeur Technique
Alpha System
4 Villa Carnot
94160 St Mandé
France
Tel : +33 1 53 66 17 44
Fax : +33 1 43 74 00 14
mail : [EMAIL PROTECTED]
BEGIN:VCARD
VERSION:2.1
N:Blanchard;Sébastien
FN:Sébastien Blanchard
ORG:Alpha System
TITLE:Directeur Technique
TEL;WORK;VOICE:+33 (1) 53 66 17 44
TEL;WORK;FAX:+33 (1) 43 74 00 14
ADR;WORK:;;4 villa Carnot;St Mandé;;94160;France
LABEL;WORK;ENCODING=QUOTED-PRINTABLE:4 villa Carnot=0D=0ASt Mand=E9 94160=0D=0AFrance
EMAIL;PREF;INTERNET:[EMAIL PROTECTED]
REV:20031204T090340Z
END:VCARD

Reply via email to