Envelope with encodingStyle doesn't parse

Issue #2 resolved
Former user created an issue

I tried to use this library to communicate to a service that attaches the encodingStyle attribute to the envelope element, but invokeWS tries to parse it using tagNoAttr, which results in the following error:

*** Exception: UnparsedAttributes [(Name {nameLocalName = "encodingStyle", nameNamespace = Just "http://schemas.xmlsoap.org/soap/envelope/", namePrefix = Just "soap"},[ContentText "http://schemas.xmlsoap.org/soap/encoding/"])]

AFAIK placing an encodingStyle element on the envelope is perfectly valid, so this shouldn't fail.

Comments (2)

  1. Log in to comment