Found it, I had to use the "operation" element in the deployment file. Lucky the examples use them, since the documentation is virtually non-existent. All working good now.
----- Original Message ----- From: "Lars George" <[EMAIL PROTECTED]> To: "Axis-User" <[EMAIL PROTECTED]> Sent: Friday, March 12, 2004 3:04 PM Subject: Changing name of return tag > Hi, > > Sorry, this must have been asked a million times but searching the list for > something so generic did not yield any results, so here I ask again: > > We have a client that has hardcoded the name of the return tag in the SOAP > response to "return" as it was custom for Apache SOAP. Now we use Axis and > it returns "<MethodName>Return" as the tag name. I need to change it so it > does use "return" again since the client is hardcoded and deployed. > > How do I do that? > > Thanks, > Lars > > >