cancel
Showing results for 
Search instead for 
Did you mean: 

unable to call new instead of been injected

Former Member
0 Kudos

Iu2019m calling Java WS proxy , and my first step is to create service object:

1. RequestITServiceMaintainService service = new RequestITServiceMaintainService();

2. RequestITServiceMaintain port = service.getRequestITServiceMaintainPort();

On line 1 Iu2019ve got an exception:

detailMessage= "JAX-WS deployable proxy is instantiated with 'new' instead of been injected. Cannot find WSDL URL for service [class com.valero.ps.project.hpservicemanager.RequestITServiceMaintainService] "

Can somebody suggest how to call service object to get Port information?

Appreciate your help

Thanks

Costa

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

check this link [;