Hi,
I have web service that calls a consumer. After an update of the consumer (Refreshing web descriptor), when deploying the web service I’ve met for the first time that error in the Delpoyer which is blocking my upgrade :
My web service contains 4 operations :
[38208]2016-09-16 16:45:49 CEST [ISS.0026.0008C] Error: Exception serializing Flow Service com.wm.app.b2b.server.ServiceSetupException: com.wm.lang.flow.FlowException: com.wm.lang.xml.WMDocumentException: [ISC.0042.9327] Expecting </DOCUMENT> got </>
[38207]2016-09-16 16:45:46 CEST [ISS.0026.0008C] Error: Exception serializing Flow Service com.wm.app.b2b.server.ServiceSetupException: com.wm.lang.flow.FlowException: com.wm.lang.xml.WMDocumentException: [ISC.0042.9327] Expecting </DOCUMENT> got </>
[38206]2016-09-16 16:45:46 CEST [ISS.0026.0008C] Error: Exception serializing Flow Service com.wm.app.b2b.server.ServiceSetupException: com.wm.lang.flow.FlowException: com.wm.lang.xml.WMDocumentException: [ISC.0042.9327] Expecting </DOCUMENT> got </>
[38205]2016-09-16 16:45:45 CEST [ISS.0026.0008C] Error: Exception serializing Flow Service com.wm.app.b2b.server.ServiceSetupException: com.wm.lang.flow.FlowException: com.wm.lang.xml.WMDocumentException: [ISC.0042.9327] Expecting </DOCUMENT> got </>
[38016]2016-09-16 16:28:16 CEST [ISS.0026.0002E] Failure while loading service mifMetier.synchrone.ws.consumer.crm.getIdentitesCRM_.responseServices:IClientWebService_getAllReference_Response: com.wm.lang.flow.FlowException: com.wm.lang.xml.WMDocumentException: [ISC.0042.9327] Expecting </DOCUMENT> got </>
[38015]2016-09-16 16:28:16 CEST [ISS.0026.0002E] Failure while loading service mifMetier.synchrone.ws.consumer.crm.getIdentitesCRM_.responseServices:IClientWebService_updateClient_Response: com.wm.lang.flow.FlowException: com.wm.lang.xml.WMDocumentException: [ISC.0042.9327] Expecting </DOCUMENT> got </>
[38014]2016-09-16 16:28:16 CEST [ISS.0026.0002E] Failure while loading service mifMetier.synchrone.ws.consumer.crm.getIdentitesCRM_.responseServices:IClientWebService_getAllPays_Response: com.wm.lang.flow.FlowException: com.wm.lang.xml.WMDocumentException: [ISC.0042.9327] Expecting </DOCUMENT> got </>
[38013]2016-09-16 16:28:15 CEST [ISS.0026.0002E] Failure while loading service mifMetier.synchrone.ws.consumer.crm.getIdentitesCRM_.responseServices:IClientWebService_getClientByNumeroClientA_Response: com.wm.lang.flow.FlowException: com.wm.lang.xml.WMDocumentException: [ISC.0042.9327] Expecting </DOCUMENT> got </>
What could be the cause of this error please ?
The consumer has been impacted with two minor modifications (addition of a new field in the WSDL, and changment of order of a field)