kama56 - 2005-05-17

I have a problem to generate a message from the client to the server.

I don't know how to call a fonction which take parameter enumeration type with nusoap.

<simpleType name="AlcUserSalutation">
<restriction base="xsd:string">
<enumeration value="MR"/>
<enumeration value="MRS"/>
<enumeration value="MISS"/>
</restriction>
</simpleType>

Thanks

Kama