Hi, I have generated java classes from a wsdl.
Now I want to set up a webservice client using these classes, without using file://file?wsdl or http://endpoint?url. The only thing I want to use is: http://localhost:8080/war-filename/web.xml-mapping/jaxws-address Is this possible? kind regards, Harry
