I am new to webmethods,i am trying to insert data into oracle database using flatfile but i couldn't able to find these services in my developer (version is 7.1)
DBToFF: SelectAdapter
Transformations.FlatFile2DB
and also please guide me how to write flow service to insert data in oracledatabase table from flatfile and viseversa please someone guide me…
Thanks for reply felt happy by seeing one reply to my question.
This might be small issue,but it is big thing to me i am begginer in webMethods…
I did exactly how they done in that link…but .txt file not generating my service and i am confusing in some place.please guide me how to do this flowservice…
1)FF_Practise.services:select_order_details
service out pipeline out
Select_Order_dtailsOutput <–> Select_Order_dtailsOutput
Have you defined the file location where you want to generate file in WmPublic/config/fileaccess.cnf file?
What does that writeToFile service do? You can use pub.file:stringToFile directly.
Post the errors in server.log if you get any.
Thanks for reply,i didn't try StringtoFile and i didn't set file location also.
Directly i am giving file path somethig like C:\sample\test\cc.txt in my flow service.