I am working on the changes now. I will let you know when I am done.
Rich Scheuerle XML & Web Services Development 512-838-5115 (IBM TL 678-5115) Thomas Börkel <[EMAIL PROTECTED]> To: "Axis Dev Mailinglist" <[EMAIL PROTECTED]> cc: 02/18/2002 08:56 Subject: RE: Follow-Up to the email discussion about portType name vs. service AM name Please respond to axis-dev HI! Allright, I am new in participating in open source projects, so forgive me if I ask a silly question. I have modified org.apache.axis.wsdl.fromJava.Emitter.java (from yesterdays build), so that one can set the portTypeName. It's still not allowed to set portType and service name to the same, so that the Axis client tool will have no problem (is this defined in the standard or is it only a weakness in the Axis client tool?). Now, how would I create a patch for this (with which tool, I am using Windows 2000)? What do you mean by "service stanza name"? The service name can already be set. I cannot find any reference to this in the Emitter class. After these questions have been clarified, I would also extend the options in the Java2WSDL class. Regards, Thomas > -----Original Message----- > From: R J Scheuerle Jr [mailto:[EMAIL PROTECTED]] > Sent: Samstag, 16. Februar 2002 18:17 > To: [EMAIL PROTECTED] > Cc: Axis Mailinglist > Subject: Re: Follow-Up to the email discussion about portType name vs. > service name > > > Thomas, > > If you would like to send me a patch to set the service stanza name, I > would be happy to commit it. > > Please make the options named "serviceStanzaName" with the one letter > option as "S", and > "portTypeName" with the one letter option as "P". (Please > make sure the > help messages, etc. > are changed.) > > The defaults for these options should be the current calculated names. > > Thanks, > > Rich Scheuerle > XML & Web Services Development > 512-838-5115 (IBM TL 678-5115) > > > > > Thomas Börkel > > <[EMAIL PROTECTED]> To: > "Axis Mailinglist" <[EMAIL PROTECTED]> > > cc: > > 02/14/2002 08:26 Subject: > Follow-Up to the email discussion about portType name vs. > service name > AM > > Please respond to > > axis-user > > > > > > > > > HI! > > I had an email discussion a few days ago with some of the > Axis developers > about the fact that I cannot set the service name to the same as the > portType name. > > And because I cannot choose the portType name (Axis always > sets it to the > class name), I can never set the service name to the class > name, as I'd > like to. > > I have already described, that this is bad if the client is > .NET, because > .NET does only take in account the service name when it > generates a proxy > class for that service. So we cannot have a proxy class with > the same name > as the Java class on the server side, which is pretty annoying > (inconsistency in our product, where Java is the server and > .NET is the > client). > > Is there anything you can do about this? I suggested to make > the portType > name freely configurable. That would be OK in our case, > because the class > name comes from the transport anyway. > > It would be very unpleasant if I had to compile a special > (patched) Axis > version for us because of this. > > Thanks! > > Regards, > Thomas > > > > >