Integration with webservice - put data via webservice
963952Oct 2 2012 — edited Oct 22 2012Hello,
I need following scenario:
- source: csv files
- target: webservice
I know there is OdiInvokeWebservice. Can I invoke it for each record I want to put to target? Also, I will need to define which webservice response should be treated as valid - if webservice returns error code (for example), data row should be treated as unsent and placed in error table (as usually, when I use standard database target).
Is there any example how can I do this? I assume, I will need to create new package and place all steps there, but:
- how to define interface (workflow, mappings etc)
- what knowledge modules should I use and how to configure them
..etc.
Step by step explanation (or, link to tutorial) will be really appreciated, because I'm very beginning with this.