ContributionsMost RecentMost LikesSolutionsRe: SOAP execute snap vs REST post/Http client snap Soap Execute snap takes about 2 mins. while Rest/Http client snap takes only 1-2 sec. Moving the Soap Execute snap into a ultra pipeline will lower down the response time, I guess this is due to that WSDL and Schema are cache. Anyways, thanks for the help SOAP execute snap vs REST post/Http client snap Hi SMEs, Good day, any reason why response from SOAP execute snap is taking much longer than with a REST/HTTP client snap? Is this because SOAP execute snap have a large overhead compared with a REST/HTTP client snap? Or is there an underlying process in SOAP execute snap? FYI, both snap is invoking a SOAP service also triggering the SOAP service in SoapUI and Postman have the same response time. Thanks, alchemiz SolvedIs migrating of REST Snap to Http Client still mandatory https://docs-snaplogic.atlassian.net/wiki/pages/viewpage.action?pageId=3808722949&pageVersion=90 SolvedRe: How to parse a string in an object to Date What is the format of $vendorBill.tranDate? If format is "01-Jan-2025" then this will be Date.parse($vendorBill.tranDate, "dd-MMM-yyyy") If format is "2025-01-31" then this will be Date.parse($vendorBill.tranDate, "yyyy-MM-dd") Hope this helps. Re: SQS Consumer snap is ready all message at pipeline startup Set a value in "Message count" property of the SQS Consumer snap to control the number of messages to be consumed in each trigger As for the speed, it depends if you're doing client-acknowledge (synchronous) or auto-acknowledge (asynchronous) If Auto acknowledge is unchecked, you need to add an SQS Acknowledge snap to acknowledge the message, once message has been acknowledge only then the SQS will stream the next message if available. Re: split target csv file into more smaller CSV's CSV is row delimited by CR+LF Re: split target csv file into more smaller CSV's Hi SL12345 See attached, hope this helps. Assumption CSV file exits and is delimited by CR+LF ~alchemiz Re: Http Client Snap vs REST Post snap Thanks koryknick, works perfectly Re: Http Client Snap vs REST Post snap Output from ultra task using rest post snap How can I edit/update my community posts?Solved