> > * Results from the "diff" version: > > - port and binding have different names > > - The generated code doesn't compile. I don't know why. I'd > say it is a distinct problem. Any idea to make it compile? > > - There are two stubs: > > * BuzzerSoapBindingStub, which may be used by a > client to invoke the service > > * BuzzerSoapStub, which is the interface of the service > > Can you generate the code with wsdl2java tool and see. > here with I have attached the code generated for diff using these > options > -uri buzzer_diff.wsdl -ss -sd -u -g -ssi -uw > > can you check with your generated code?
I've compared, what you sent is nothing like my generated code. Can you tell me how you generate code? What class do you use? For the moment, I was doing this way: java2wsdl: org.apache.ws.java2wsdl.Java2WSDL wsdl2java: org.apache.axis2.tool.ant.AntCodegenTask Note that I generally prefer Ant tasks whenever possible. For Java2wsdl I use the class because the Ant task org.apache.ws.java2wsdl.Java2WSDLTask does not work. Julien --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
