[
http://jira.jboss.com/jira/browse/JBWS-1759?page=comments#action_12379866 ]
Thomas Diesler commented on JBWS-1759:
--------------------------------------
@WebService(name = "EndpointInterface", targetNamespace =
"http://www.openuri.org/2004/04/HelloWorld")
@SOAPBinding(style = Style.RPC)
public interface EndpointInterface extends Remote
{
String echo(String input) throws RemoteException;
}
private EndpointInterface getPort(String endpointURI) throws MalformedURLException
{
QName serviceName = new
QName("http://www.openuri.org/2004/04/HelloWorld",
"TestService");
URL wsdlURL = new URL("http://" + getServerHost() + ":8080/" +
endpointURI + "?wsdl");
Service service = Service.create(wsdlURL, serviceName);
return service.getPort(EndpointInterface.class);
}
Investigate CXF samples webservice
----------------------------------
Key: JBWS-1759
URL:
http://jira.jboss.com/jira/browse/JBWS-1759
Project: JBoss Web Services
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: integration-cxf
Environment:
https://issues.apache.org/jira/browse/CXF-837
Reporter: Thomas Diesler
Assigned To: Thomas Diesler
Fix For: jbossws-2.1.0
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira