I've been working with webMethods for about a year now (wow, 3 years now) and I have found there are lots of items that are hard to figure out via the documentation and very few posts on the web about them. I thought I'd post them here as I find them to help out other people (hopefully).
Generally, an accepted practice is to not use PSUtilities directly but instead copy the desired services to your own public/utilities package and use them from there.
Side note: avoid the math services in PSUtilities.
Generally, an accepted practice is to not use PSUtilities directly but instead copy the desired services to your own public/utilities package and use them from there.
ReplyDeleteSide note: avoid the math services in PSUtilities.
Good to note. I did copy the implementation into my own code, rather than using it directly.
ReplyDeleteWe are soon going to convert all our PSUtilities calls to a package of our own to follow this best practice.