function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Rupali PophaliyaRupali Pophaliya 

Error: Unsupported schema type: {http://www.w3.org/2001/XMLSchema}unsignedByte

Hi,

We are trying to generate apex classes by converting WSDL. While doing this, we are getting the following error.  What is the supported type for a unsignedByte?

Error: Unsupported schema type: {http://www.w3.org/2001/XMLSchema}unsignedByte

How to fix this?

Thanks,
Rupali
Lochana RajputLochana Rajput
Hi,
I faced the same error for byte.I changed   type="xsd:byte"   to type="xsd:short"