Solution:
To write a file in append mode, you need to add one line in wsdl file.
Make an entry with Append="true"
inside
InteractionSpec="oracle.tip.adapter.file.outbound.FileInteractionSpec"
FileNamingConvention="write.txt"
OpaqueSchema="true"
Append="true">
4 comments:
for me this append=true not working ...i am using 10.1.3.1 soa basic install
Hi,
Are you using append="true" or append=true?
which one is right ? the one with quotes or w/o quotes ?
It works with quotes.
append="true"
Cheers,
Abhishek
Post a Comment