JBoss Community

Naming for webservice endpoints

reply from Keith Babo in JBoss ESB Development - View the full discussion

Related to the above post.

 


URI u1 = new URI("jbossws:/foo:bar");System.out.println("scheme : " + u1.getScheme());System.out.println("path   : " + u1.getPath());

 

 

 

 

scheme : jbosswspath   : /foo:bar

 

 

Reply to this message by going to Community

Start a new discussion in JBoss ESB Development at Community