Hi,
i could not able to found “sample:io.writeToFile” service in developer…
Thanks in Advance
Hi,
i could not able to found “sample:io.writeToFile” service in developer…
Thanks in Advance
if you mean:
sample.IO.test:writeToFile
it’s in the WmSamples package
What is your IS version and WmSamples package you are referring to?..please make sure this package is enabled on the IS:
You can even get this service from PSUtilities package or write a Java Service utility as a last option.
HTH,
RMG
Hi Reeta,
If you are in webMethods 8.2 version, you can use the below public services from WmPublic package
pub.file:stringToFile
pub.file:bytesToFile
pub.file:streamToFile
-Senthil
Hi Senthil,
Thanks for your reply and Sorry for late reply.Actually I am using webMethods 7.1 ,so can u suggest me any other methods ?
Thanks and Regards,
Reeta
Hi Rmg,
Thanks for your reply and Sorry for late reply.I am using webMethods 7.1 and in IS there is no Package named WmSamples.So please tell me where I can get that WmSamples package.I will try to use service available in PS Utilities as you said in my service.
Thanks and Regards,
Reeta
Hi Tong,
Thanks for your reply.Sorry for late reply.But I couldn’t find WmSample package in Developer.(webMethods 7.1).So please suggest me where I can find this Package.
Thanks and Regards,
Reeta
Please check the Empower or contact SAG request if they can provide WmSamples package which they might or not still in their list.
If not use the attached writeToFile Java Service (create and make compile on your IS to make it work)
HTH,
RMG
writeToFile_JS.txt (3.49 KB)