Hi,
Thanks for the reply.
I did use the wsdl URL at the client stub.
This piece if code does the same as you mentioned.
System.out.println("DictionaryTransferServer: Invoke
DictionaryTransferService for Analysing Templates...");
DictionaryTransferService service = new
DictionaryTransferService();
DictionaryTransfer port =
service.getDictionaryTransferPort();
//Set Service end point URL.
((BindingProvider)
port).getRequestContext().put(BindingProvider.ENDPOINT_ADDRESS_PROPERTY,
endpointURL.toString());
How ever I have discovered that my project has added another META-INF for my
local WSDL URL.
Do you think by removing that resolve the issue?
Thanks in advance
--
View this message in context:
http://cxf.547215.n5.nabble.com/New-web-method-added-gives-the-following-issue-tp5733004p5733121.html
Sent from the cxf-dev mailing list archive at Nabble.com.