Is it possible to generate java web-service client using a WSDL file(from local file-system)?
I am working with siebel and Java. siebel developer send me a WSDL file, I need to generate java web-service client. How can I generate client using that WSDL file which is saved on my desktop like a normal file?
I know how to generate web-services clients in Java using eclipse, But eclipse is looking for a WSDL url. which siebel can not provide.
Is there any alternative?