Hi there, I am working with SOAP through the groovy-wslite library (willing to switch to another if there's one, but haven't found any other).
The problem is the server gives me multipart/related responses, which cause the groovy-wslite SAX parser to choke on “Content is not allowed in prolog”. Having checked the groovy-wslite sources, I am pretty sure it can't do multipart/related and I'm on my own. Well... is there a Groovy parser somewhere, or do I have to implement the multipart/related parsing low-level myself too? So far I was not able to find any. Thanks, OC