I have a customer who posts an HTTP stream to my service. But he doesn’t set up a content-type value for the HTTP post. IS doesn’t seem to like it - it put a variable with no name (NULL) in the pipeline and the variable is not visible (anything else would end up with a node, ffdata or contentStream, etc).
I would like to have something like request.getinputstream in JSP/Servlet.
I was reading an ezine where the author mentioned we could use Service.getRequest((Values)pipeline); to get the bytes out. But Developer doesn’t like the class cast from IData to Values.
Any idea?
Thanks!
P.S. A possible workaround is to write a servlet on top of WmTomcat.
#webMethods#Integration-Server-and-ESB#Flow-and-Java-services