Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
Hi,
Recently, I jumped to webMethods platform.I want to learn about developer. How to write a flow service? Already i learnt all the pdfs about develpoer. I want to learn practically. Can anyone suggest me developer books to write a flow service.
Thanks, priya
Please check the WmSamples package (sample flow/java services) for basic info and also webMethods Developer userguide pdf can give you more insight creating flow service and step type functions etc…
Also: [URL]http://techcommunity.softwareag.com/ecosystem/documentation/webmethods/wmsuites/wmsuite7/Developer/7-1-1_Integration_Server_Built-In_Services_Reference.pdf[/URL]
It’s not just give training here in the forum:
HTH, RMG
How to delete logs in IS using Shell script? Can anyone tell the scripting soon… Thanq
You can google it for the unix scripts that deletes the folders/files command.
Normally rm -f entire folder path with proper user permissions you can write a script and test it at your own risk: