In order to learn Spring WS, I've created a simple web service which adds to integer numbers and returns the result to the client. My service works fine. I've tested it with SoapUI. Nevertheless, when SoapUI retrievs the wsdl to present the request XML, there appears a strange prefix "sch:" instead of the one I put in the schema.
This prefix is nowhere in the wsdl.
The prefixes in the response are OK.
Where does the prefix come from? Why is my prefix not used?
I use Spring WS 1.5.7


Reply With Quote
