I am trying to develop web service for "hard coded" client. Spring-WS is using. I have xsd which is used to generate wsdl by Spring-WS.
The problem is that Spring-ws generates wsdl with one single element in body - processRequestRequest:
But i need to have two root elements in body (instead of processRequestRequest accumulated authData and processRequestData), like:
Please, give me some advise how to change
soap envelope body. I tried to change xsd but with out any success - spring ws always create one single root element in soap envelop body. Thank you for helping.