In general, I avoid tokenize and instead use split. tokenize has some behaviors that may not be desired, depending on the specific needs. I won’t list the differences here – plenty of good material on the web covers that.
WmPublic does not have a split service. But it is trivial to create one in your own “public” package.
Other useful services for your own public package would be splitPath, leveraging java.nio.file.Paths and Path classes to do the work. And splitURL, leveraging java.net.URL.
#Integration-Server-and-ESB#webMethods-io-Integration#Application-Platform#Flow-and-Java-services#webMethods#Service-Designer