Hello,

Is it somehow possible to configure the name of the response element a SOAP
service method returns?

Our problem is that the web service client seems not to use a real SOAP
client implementation, but does some XML parsing on its own instead. It
relies that the name of the response element corresponds to the name in the
WSDL, but this is not the case, as Axis chooses its own name. The WSDL
generated by Axis differs in this point from the original WSDL, too, of
course.

The only possible solution I found up to now was to write a handler for the
request flow, derived from BasicHandler, get the SOAP content of the request
message there, parse the XML content, perform the needed changes and write
the XML back. Can I avoid this somehow, is there a better, more elegant
solution?

Kind regards, many thanks in advance for your help,
Peter Landmann


Peter Landmann                                   Phone:  +49 89 360531 89
_________________________________________________________________________

Metafinanz-                                      Phone:  +49 89 360531 0
Informationssysteme GmbH                         Fax:    +49 89 360531 15
Leopoldstrasse 146
D-80804 Muenchen
Germany                                          www.metafinanz.de
_________________________________________________________________________

Reply via email to