posted 13 years ago
I need to develope web service whose body consist only one part per request but there is a choice between these parts. I mean, it can look like this:
so:
or:
my solution was to create type in my newly created schema:
and then wsdl:message:
but then i have new enclosing tag NotWantedTag, which can't be there:
Have you got any other solutions?? is it possible to have a choice at body level without any additional tag.
Thanks for help in advance!