Skip to content

Commit

Permalink
Merge pull request #135 from sgilda/JBEAP-9451
Browse files Browse the repository at this point in the history
JBEAP-9451: jaxws-addressing - Remove jboss- prefix from service URL
  • Loading branch information
ctomc authored Mar 9, 2017
2 parents a910c2d + 40788c7 commit f54ce35
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 f54ce35

Please sign in to comment.