简体   繁体   中英

Generate Java web service client from WSDL

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?

You can do it in eclipse just copy the wsdl file into the project root and then when you click to generate instead of url click browse choose the project and select your wsdl.

在此处输入图片说明

Right click on project->new->other

在此处输入图片说明

在此处输入图片说明

在此处输入图片说明

在此处输入图片说明

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM