Yeah, figured it out… The namespace needs to be defined in the the root tag of the XML input to the XSLT as such:
<?xml version="1.0"?>
<ns0:SORequest xmlns:ns0=“[URL]http://www.clientcompany.com/Project/SalesOrder[/URL]”>
Hey Reamon,
Yeah I was sceptical of using XSLT at first, but, I have discovered that XSLT is so powerful and there are so many more functions available in it than just normal flow code… For example, it takes just a few lines of XSLT to sort an input XML data file to ensure that it is in the correct order.
Just my 2 cents…
#webMethods#Integration-Server-and-ESB#Flow-and-Java-services