Hello,
I’d like to perform a SOAP Call to a SAP Backend System. The request Comes to the SAP System but it seems that somehow my request Header has been changed.
Does the Camunda Engine Change the Request-Header somehow? Furthermore I receive the error:
2017-03-14 13:01:48.399 INFO 9040 --- [ultJobExecutor]] org.camunda.bpm.engine.jobexecutor : ENGINE-14018 JobExecutor[org.camunda.bpm.engine.impl.jobexecutor.DefaultJobExecutor] starting to acquire jobs
2017-03-14 13:01:49.016 INFO 9040 --- [ main] o.a.c.w.s.f.ReflectionServiceFactoryBean : Creating Service {urn:sap-com:document:sap:soap:functions:mc-style}WSVCAS01D0005P0000013303Service from class com.vig.interfaces.businesPartner.searchPartner.WSVCAS01D0005P0000013303
2017-03-14 13:01:50.708 WARN 9040 --- [ main] o.a.cxf.phase.PhaseInterceptorChain : Interceptor for {urn:sap-com:document:sap:soap:functions:mc-style}WSVCAS01D0005P0000013303Service#{urn:sap-com:document:sap:soap:functions:mc-style}_-wsv_-cas01d0005p0000013303 has thrown exception, unwinding now
org.apache.cxf.binding.soap.SoapFault: Error reading XMLStreamReader: Unexpected EOF in Prolog
On the other hand - is it necessary to use the Camunda SOAP Connector?
Do you have any Ideas?