- or download this
package Wholesale::Addon;
...
#... methods omitted for brevity.
1;
- or download this
<complexType name="WholesaleAddon">
<sequence>
...
</element>
</sequence>
</complexType>
- or download this
package Wholesale;
use Wholesale::Addon;
...
}
1;
- or download this
<wsdl:operation name="list_attached_addons" parameterOrder="username">
<wsdl:documentation>doc for method.</wsdl:documentation>
...
</restriction>
</complexContent>
</complexType>