Re: Some basic question on wsdl generated services

2008-01-14 Thread Daniel Kulp
On Thursday 10 January 2008, Mayank Thakore wrote: 1. If we generate service implementation objects using wsdl2java, is it possible to avoid it referring back to the wsdl file in the annotations? Per spec, no. However, there is a -wslLocation flag on the wsdl2java to make it output

Some basic question on wsdl generated services

2008-01-10 Thread Mayank Thakore
Hi, Few basic questions: 1. If we generate service implementation objects using wsdl2java, is it possible to avoid it referring back to the wsdl file in the annotations? 2. The generated implementation mentions the port name in the annotations. So how can we use the same implementation for two

Re: Some basic question on wsdl generated services

2008-01-10 Thread Willem Jiang
Hi Mayank My comments are in the mail. Mayank Thakore wrote: Hi, Few basic questions: 1. If we generate service implementation objects using wsdl2java, is it possible to avoid it referring back to the wsdl file in the annotations? You just need to remove the wsdlLocation attribute from