When using the VIP CDK to generate a client, it returns an IBM Serialization error
WebServicesFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
faultString: java.io.IOException: WSWS3037E: Error: Serialization cannot occur for com.symantec.service.DeactivateTokenType.
faultActor: null
faultDetail:
java.io.IOException: WSWS3037E: Error: Serialization cannot occur for com.symantec.service.DeactivateTokenType.
at com.ibm.ws.webservices.engine.WebServicesFault.makeFault(WebServicesFault.java:283)
at com.ibm.ws.webservices.engine.SOAPPart.writeTo(SOAPPart.java:925)
at com.ibm.ws.webservices.engine.SOAPPart.writeTo(SOAPPart.java:840)
at com.ibm.ws.webservices.engine.SOAPPart._getWebServicesInputSource(SOAPPart.java:974)
...
In the WSDL2Java tab, make sure the "Generate Java files for all types" option is selected.