Skip to content

Commit

Permalink
JBEAP-9451: jaxws-addressing - Remove jboss- prefix from service URL
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilda committed Mar 9, 2017
1 parent a910c2d commit 40788c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
*/
public final class AddressingClient {
private static final String serviceURL =
"http://localhost:8080/jboss-jaxws-addressing/AddressingService";
"http://localhost:8080/jaxws-addressing/AddressingService";

public static void main(String[] args) throws Exception {
// construct proxy
Expand Down

0 comments on commit 40788c7

Please sign in to comment.