|
From: Hummel, M. <Mik...@qu...> - 2004-08-13 18:00:05
|
I'm looking to generate the following in WSDL via nusoap code:
=20
=
<simpleType name=3D"Sex" >
<restriction base=3D"string" =
>
<enumeration value=3D"Male" />
<enumeration v=
alue=3D"Female" />
</restriction>
</simpleType>
=20=
=20
What would be the appropriate nusoap code to get this to occur=
?
($nusoap->addSimpleType(xxx) ?)
=20
-mike
|