Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

[OSB 12.2] REST Service -Failure while un-marshalling message: Unable to convert from this source ty

SanaeJan 30 2020 — edited Feb 7 2020

Heelo,

I'm developing a REST OSB Service 'serSollicitation' :

pastedImage_3.png

pastedImage_4.png

pastedImage_6.png

Another service (serEchange) defined also as REST OSB call the first service (serSollicitation)

pastedImage_1.png

pastedImage_2.png

However , every request from serEchange to serSollicitation return the following error :

  1. janv. 30, 2020 4:32:40 PM org.apache.catalina.core.StandardWrapperValve invoke

GRAVE: Servlet.service() for servlet [rest] in context with path [/gesEchangeITE-2.1.0-SNAPSHOT] threw exception [Request processing failed; nested exception is fr.interiale.gesechange.entite.exception.EchangeException: { "errorMessage" : "Failure while un-marshalling message: Unable to convert from this source type to StringSource: com.bea.wli.sb.sources.DataSourceSource", "errorCode" : "OSB-382030" }] with root cause

  1. fr.interiale.gesechange.entite.exception.EchangeException: { "errorMessage" : "Failure while un-marshalling message: Unable to convert from this source type to StringSource: com.bea.wli.sb.sources.DataSourceSource", "errorCode" : "OSB-382030" }

at fr.interiale.gesechange.service.impl.SollicitationRestServiceImpl.listerSollicitation(SollicitationRestServiceImpl.java:90)

at fr.interiale.gesechange.service.impl.EchangeServiceImpl.listerSollicitationsParBpu(EchangeServiceImpl.java:206)

at fr.interiale.gesechange.service.impl.EchangeServiceImpl.suiviDemandes(EchangeServiceImpl.java:221)

Any specific configuration /solutions, please ?

Thanks ,

Best Regards ,

Sanae

Comments
Post Details
Added on Jan 30 2020
3 comments
3,428 views