cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot deploy iFlow due to warning.

Bryan_Pierce
Explorer
0 Kudos
1,650

Tutorials: https://developers.sap.com/tutorials/cp-starter-integration-cpi-design-iflow.html
-------------------------

Following the tutorial steps reveals a warning:-

 Http Sender Component may not pass JSON message to JSON To XML Converter. JSON To XML Converter supports JSON input only.

Cannot actually deploy the iFlow per the tutorial with this warning.2023-04-11-15-29-12.jpg

View Entire Topic
Jainee
Newcomer
0 Kudos

Even I'm getting the same warning message and not able to deploy the iFlow.

Rams3
Discoverer
0 Kudos

Hi Jainee Even I faced the same issue, I checked the entire flow once again, then i realized my mistake that in Content Modifier Step Unde

Message Header Tab, in Data Type field I entered java.lan.String, where I missed g (correct data type: java.lang.String), finally when 

I saved the Integration flow and deployed the flow I successfully got the status "Deployed", likewise you may have entered 

incorrect data somewhere.