File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
test/java/org/jboss/quickstarts/wsejb Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -504,7 +504,7 @@ You should see a message in the server log indicating that the archive deployed
504
504
505
505
== Access the Application
506
506
507
- You can check that the Web Service is running and deployed correctly by accessing the following URL: http://localhost:8080/jaxws-ejb/ EJB3Bean?wsdl.
507
+ You can check that the Web Service is running and deployed correctly by accessing the following URL: http://localhost:8080/EJB3Bean?wsdl.
508
508
This URL will display the deployed WSDL endpoint for the Web Service.
509
509
510
510
// Server Distribution Testing
Original file line number Diff line number Diff line change 17
17
-->
18
18
<!DOCTYPE jboss-web >
19
19
<jboss-web >
20
- <context-root >/jaxws-ejb </context-root >
20
+ <context-root >/</context-root >
21
21
</jboss-web >
Original file line number Diff line number Diff line change 22
22
< body >
23
23
< div style ="text-align:center ">
24
24
25
- < h1 > Hello There! Welcome to JBoss !</ h1 >
25
+ < h1 > Hello There! Welcome to WildFly !</ h1 >
26
26
< h2 > The jaxws-ejb application has been deployed and running successfully.</ h2 >
27
27
28
28
</ div >
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ public class ClientIT {
35
35
/**
36
36
* The path of the WSDL endpoint in relation to the deployed web application.
37
37
*/
38
- private static final String WSDL_PATH = "/jaxws-ejb/ EJB3Bean?wsdl" ;
38
+ private static final String WSDL_PATH = "/EJB3Bean?wsdl" ;
39
39
40
40
protected static URL getHTTPEndpoint () {
41
41
String host = getServerHost ();
You can’t perform that action at this time.
0 commit comments