Build Soap web service client using wsdl documents in Eclipse
问题 I need to create web service client in Java using Eclipse the consumes the onvif wsdl. I spent several hours without finding a how to do that, this the first time I am using soap, my experience was in REST. I tried many tutorials like this to create web service client, but when I am trying to choose the wsdl file from my local disk, eclipse shows the an error Could not retrieve the WSDL file ... , the link structure I used for the file was file:/C:/ONVIF/media.wsdl . I need to use any Java