Hi Guys,
I have generated a client by consuming a wsdl and on deployment i get the error as follows:
"No wsdl metadata with the Service, cant create proxy! Try creating Service by providing a WSDL URL
at com.sun.xml.ws.client.WSServiceDelegate.createEndpointIFBaseProxy(WSServiceDelegate.java:258)
at com.sun.xml.ws.client.WSServiceDelegate.getPort(WSServiceDelegate.java:152)
at javax.xml.ws.Service.getPort(Service.java:94)
at com.sap.xi.appl.se.global.SalesOrderByIDQueryResponseInService.getSalesOrderByIDQueryResponse_InSoapBinding(SalesOrderByIDQueryResponseInService.java:25)
at WebClient.main(WebClient.java:25) "
Hi Mohd,
It would be good to have more information around the issue you describe. What version of CE/Java server do you use? How did you generate a client, within CAF perspective or in another way? Did you check if the WSDL is a valid one? What kind of service is it?
Thanks.
Regards,
Jan
Im using CE 7.1 SP1,I have downloaded a wsdl from local file system( as i was unable to connect to service registry)and generated a client in the J2EE perspective and written a servlet code to call the service.
I heard that validation featureof WSDL is not fuly available in SP1 hence had to abort the same.
Add a comment