Re: WSDL2Java and one-way binding

2006-06-29 Thread Dies Koper
Hello Bonjamin, There is a tag in the WSDD to set the WSDL file, I believe "". If you specify it, that file will be returned by ?wsdl instead. No need to touch the skeletons. Regards, Dies Benjamin Fan wrote: I've given up on service-generated-WSDL - I hand-cut/validate WSDL and use WSDL2Java

Re: WSDL2Java and one-way binding

2006-06-29 Thread Benjamin Fan
I've given up on service-generated-WSDL - I hand-cut/validate WSDL and use WSDL2Java to generate both the server-side skeletonĀ and the client side stubs. I haven't done it yet but I'm told its straight forward to modify the generated code to return static WSDL files rather than genertaing WSDL on t

RE: WSDL2Java and one-way binding

2006-06-28 Thread John Mani
Hi all Any comments on the below issue ? I'd expect this to be a common scenario .. so am I misunderstanding something ? thanx -john From: John Mani [mailto:[EMAIL PROTECTED] Sent: Tue 6/27/2006 6:53 PM To: axis-user@ws.apache.org Subject: WSDL2Java and one-w