reficio / soap-ws

Java library, based on Spring-WS, that enables handling SOAP on a purely XML level
297 stars 145 forks source link

How to change the language on the creation of requests from the operations in the WSDL? #59

Open sentinel378 opened 6 years ago

sentinel378 commented 6 years ago

I have successfully implemented the packages in my project but when it generates the sample requests from the wsdl operations it doesn't use English in the output for attributes and sample values for the nodes. Is there a property that can be set that i am not seeing to force it to use English as the default language when creating the soap requests from the wsdl?