Problem of reference with external enum type

Hi,

I have a web service that uses a consumer. Since some modifications of the external webservice, I need to refresh the consumer.

When I try to recreate my web service descriptor I have this error :

 [ISC.0081.9164] Exception occurred during generation of WSDL for service wsCRMClient: [ISC.0124.9011] Document to XSD error: Simple type typeReferenceEnum
 {http://client.personne.service.portal.innovsoft.com/} does not exist
Caused by: com.wm.lang.ns.NSException: [ISC.0081.9164] Exception occurred during generation of WSDL for service wsCRMClient: [ISC.0124.9011] 
Document to XSD error: Simple type typeReferenceEnum {http://client.personne.service.portal.innovsoft.com/} does not exist

Do you see any reason that could cause this error please ?

The EnumType is not imported in the docTypes folder of the Documents’ consumer but the the values of the EnumType can be seen with the ContentType button (after having selected the concerned field).

Regards

Can you please share your IS version with fix levels?

Also try the below extended IS setting and re-create WSD

  • watt.server.wsdl.validateWSDLSchemaUsingXerces=false
  • watt.core.schema.validateIncomingXSDUsingXerces=false

I have :

Product webMethods Integration Server
Version 9.8.0.0
Updates IS_9.8_Core_Fix6
IS_9.8_SPM_Fix1

Thank you for the advices. Im’ going to try it.

Regards

Unfortunately, adding these 2 params did not change the problem.
I hope understanding the problem, to keep this validation.

Regards