1

I would like to generate web service java class from WSDL in eclipse (Kepler version).

Method used:
1) Right click WSDL file
2) Select "Crete Web Service"
3) Select "Develop client" level (as Image attached)
4) Finish

I able to generate xxxProxy.java, xxxResponse.java class. However, I failed to generate xxxLocator.java and xxxSoapBindingStub.java which are needed to call web service.

Appreciate for any advice on missing steps(if any)

iamsankalp89
  • 4,607
  • 2
  • 15
  • 36
vincent
  • 15
  • 1
  • 3
  • not familiar with generating the service, but to generate the callers u can use SOAPUI generate code w/ axis – Jonathan Niu Sep 11 '17 at 07:31
  • Hey Vincent if possible can you upgrade your eclipse to Oxygen? It will allow you to create Stub and Locator – axnet Sep 11 '17 at 08:32

1 Answers1

1

Possible solution for you might be upgrading your Eclipse Kepler Version to Neon or Oxygen, After that import your project into workspace and do following on wsdl file.

Right Click ***.wsdl --> Web Services --> Generate Client
axnet
  • 5,146
  • 3
  • 25
  • 45