Skip to content

Commit 4d0522c

Browse files
Added clarification that 2 methods are needed to pass lesson
git-svn-id: http://webgoat.googlecode.com/svn/trunk@466 4033779f-a91e-0410-96ef-6bf7bf53c507
1 parent 1761d4f commit 4d0522c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webgoat/src/main/webapp/lesson_plans/English/SoapRequest.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
<!-- Start Instructions -->
66
Web Services communicate through the use of SOAP requests. These requests are submitted to a web service in an attempt to execute a function defined in the web service definition language (WSDL). Let's learn something about WSDL files. Check out WebGoat's web service description language (WSDL) file.
77
<p><b>General Goal(s):</b> </p>
8-
Try connecting to the WSDL with a browser or Web Service tool. The URL for the web service is: http://localhost/WebGoat/services/SoapRequest The WSDL can usually be viewed by adding a ?WSDL on the end of the web service request.
8+
Try connecting to the WSDL with a browser or Web Service tool. The URL for the web service is: http://localhost/WebGoat/services/SoapRequest The WSDL can usually be viewed by adding a ?WSDL on the end of the web service request. You must access 2 of the operations to pass this lesson.
99
<!-- Stop Instructions -->

0 commit comments

Comments
 (0)