bet365 / soap

Make it easy to use SOAP from Erlang
Apache License 2.0
200 stars 74 forks source link

Remove limitation for only one part in messaging #21

Open EvertVerboven opened 7 years ago

colrack commented 7 years ago

Somehow related I have a WSDL with no wsdl:part in the message. It is a Request Message without parameters. Is this allowed? When trying to generate the code I get ** exception throw: {error,"Operation OperationName uses messages with more than 1 part, which is not supported for document style operations"}. If I add a parameter (wsdl:part) everything works.