We also get error 3701 every now and then in our logs, but we always have more details with it.
See for example this stack trace (our custom logging format), where our XML response contains an illegal character:
WebServiceException:PaginationService:callMemoDetailsNew() - javax.xml.ws.soap.SOAPFaultException:
2230: Caught exception and rethrowing (ch.*.iib.*.BisAccount.*ServiceWorker.SOAPExtract)
2230: Caught exception and rethrowing (ch.*.iib.*.BisAccount.*ServiceWorker.PurgeHeaders2)
3752: Error occurred in ImbSOAPReplyHelper::makeSOAPReply() (ch.*.iib.*.BisAccount.SOAPReply)
3701: Error Making JNI Call: method_com_ibm_broker_axis2_Axis2Invoker_prepareToSendReplyNonSOAP (method_com_ibm_broker_axis2_Axis2Invoker_prepareToSendReplyNonSOAP, org.apache.axiom.om.OMException: javax.xml.stream.XMLStreamException: An invalid XML character (Unicode: 0x0) was found in the element content of the document.
Could it be that you do not log
all the Insert segments of your ExceptionList?
------------------------------
Daniel Steinmann
------------------------------
Original Message:
Sent: Tue September 06, 2022 09:31 AM
From: Renan Lima
Subject: Soap Extract
Friends, good morning! I'm new here at and in technology, I'm getting this soap extract error, have I ever consulted for something like that? can you help me?
ExceptionList
RecoverableException
File:CHARACTER:F:\build\slot2\S1000_P\src\DataFlowEngine\MessageServices\ImbDataFlowNode.cpp
Line:INTEGER:1251
Function:CHARACTER:ImbDataFlowNode::createExceptionList
Type:CHARACTER:ComIbmSOAPInputNode
Name:CHARACTER:GerenciarCentralSaude#FCMComposite_1_1
Label:CHARACTER:GerenciarCentralSaude.SOAP Input
Catalog:CHARACTER:BIPmsgs
Severity:INTEGER:3
Number:INTEGER:2230
Text:CHARACTER:Node throwing exception
Insert
Type:INTEGER:14
Text:CHARACTER:GerenciarCentralSaude.SOAP Input
RecoverableException
File:CHARACTER:F:\build\slot2\S1000_P\src\DataFlowEngine\PluginInterface\ImbJniNode.cpp
Line:INTEGER:1267
Function:CHARACTER:ImbJniNode::evaluate
Type:CHARACTER:ComIbmSOAPExtractNode
Name:CHARACTER:GerenciarCentralSaude#FCMComposite_1_2.GerenciaDadosSegurado#FCMComposite_1_5
Label:CHARACTER:GerenciarCentralSaude.GerenciaDadosSegurado.SOAP Extract
Catalog:CHARACTER:BIPmsgs
Severity:INTEGER:3
Number:INTEGER:2230
Text:CHARACTER:Caught exception and rethrowing
Insert
Type:INTEGER:14
Text:CHARACTER:GerenciarCentralSaude.GerenciaDadosSegurado.SOAP Extract
RecoverableException
File:CHARACTER:F:\build\slot2\S1000_P\src\DataFlowEngine\PluginInterface\ImbJniNode.cpp
Line:INTEGER:1267
Function:CHARACTER:ImbJniNode::evaluate
Type:CHARACTER:ComIbmMSLMappingNode
Name:CHARACTER:GerenciarCentralSaude#FCMComposite_1_2.GerenciaDadosSegurado#FCMComposite_1_46.registrarAtendimentoPendencia#FCMComposite_1_2
Label:CHARACTER:GerenciarCentralSaude.GerenciaDadosSegurado.registrarAtendimentoPendencia.MAP_registrarAtendimentoPendenciaRequest
Catalog:CHARACTER:BIPmsgs
Severity:INTEGER:3
Number:INTEGER:2230
Text:CHARACTER:Caught exception and rethrowing
Insert
Type:INTEGER:14
Text:CHARACTER:GerenciarCentralSaude.GerenciaDadosSegurado.registrarAtendimentoPendencia.MAP_registrarAtendimentoPendenciaRequest
RecoverableException
File:CHARACTER:F:\build\slot2\S1000_P\src\WebServices\WSLibrary\ImbSOAPReplyNode.cpp
Line:INTEGER:416
Function:CHARACTER:ImbSOAPReplyNode::evaluate
Type:CHARACTER:ComIbmSOAPReplyNode
Name:CHARACTER:GerenciarCentralSaude#FCMComposite_1_2.GerenciaDadosSegurado#FCMComposite_1_8
Label:CHARACTER:GerenciarCentralSaude.GerenciaDadosSegurado.SOAP Reply
Catalog:CHARACTER:BIPmsgs
Severity:INTEGER:3
Number:INTEGER:3752
Text:CHARACTER:Error occurred in ImbSOAPReplyHelper::makeSOAPReply()
Insert
Type:INTEGER:14
Text:CHARACTER:GerenciarCentralSaude.GerenciaDadosSegurado.SOAP Reply
RecoverableException
File:CHARACTER:F:\build\slot2\S1000_P\src\WebServices\WSLibrary\ImbSOAPReplyHelper.cpp
Line:INTEGER:519
Function:CHARACTER:ImbSOAPReplyHelper::makeSOAPReply
Type:CHARACTER:
Name:CHARACTER:
Label:CHARACTER:
Catalog:CHARACTER:BIPmsgs
Severity:INTEGER:3
Number:INTEGER:3701
Text:CHARACTER:Error Making JNI Call: method_com_ibm_broker_axis2_Axis2Invoker_prepareToSendReplyNonSOAP
Insert
Type:INTEGER:5
Text:CHARACTER:method_com_ibm_broker_axis2_Axis2Invoker_prepareToSendReplyNonSOAP
------------------------------
Renan Lima
------------------------------