I am using webMethods 4.0.1 integrated with SAP Business Connector. I am facing a problem with ConvertToValues service from WmEDI package. It is not considering the release character while converting an EDI String to EDI Values record. e.g. if we are using ‘:’ as delimiter and ‘?’ as release character, then an input string “abcd?:efgh” should be converted to a single field “abcd:efgh”. But ConvertToValues parses it into two fields “abcd?” and “efgh”. Any suggestions ?
#webMethods#edi#Integration-Server-and-ESB