Problem with German Umlaut in a Web Service wsdl
Hi all
I have to call a SOAP WebService provided by SAP Business Objects that contains a complex type definition with Germain Umlaut in the wsdl. If I try to generate the webservice client configuration in ivy with this wsdl I get this get:
Error decoding WSDL: java.lang.Exception: Compile error...
It is obvious, that the generated Java classes contains code containing the Umlauts from the wsdl and Umlaut characters can not be compiled.
I know the workaround to call this a WebService using Java with tools like SoapUI, but I wonder if there is a way to do it with standard ivy means.
Any hints are welcome.