changed from "WebGoat WSDL" to "WebGoat WSDL File"

git-svn-id: http://webgoat.googlecode.com/svn/trunk@75 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
esheri3 2007-01-23 15:37:00 +00:00
parent d474b0aac6
commit 16e1bfb9c5
3 changed files with 4 additions and 4 deletions

View File

@ -280,7 +280,7 @@ public class SoapRequest extends LessonAdapter
{ {
ec.addElement(makeOperationsLine(s)); ec.addElement(makeOperationsLine(s));
A a = new A("services/SoapRequest?WSDL", "WebGoat WSDL"); A a = new A("services/SoapRequest?WSDL", "WebGoat WSDL File");
ec ec
.addElement(new P() .addElement(new P()
.addElement("View the following WSDL and count available operations:")); .addElement("View the following WSDL and count available operations:"));
@ -337,7 +337,7 @@ public class SoapRequest extends LessonAdapter
{ {
ec.addElement(makeTypeLine(s)); ec.addElement(makeTypeLine(s));
A a = new A("services/SoapRequest?WSDL", "WebGoat WSDL"); A a = new A("services/SoapRequest?WSDL", "WebGoat WSDL File");
ec ec
.addElement(new P() .addElement(new P()
.addElement("View the following WSDL and count available operations:")); .addElement("View the following WSDL and count available operations:"));

View File

@ -235,7 +235,7 @@ public class WSDLScanning extends LessonAdapter
} }
try try
{ {
A a = new A("services/WSDLScanning?WSDL", "WebGoat WSDL"); A a = new A("services/WSDLScanning?WSDL", "WebGoat WSDL File");
ec ec
.addElement(new P() .addElement(new P()
.addElement("View the web services definition language (WSDL) to see the complete API:")); .addElement("View the web services definition language (WSDL) to see the complete API:"));

View File

@ -205,7 +205,7 @@ public class WsSqlInjection extends LessonAdapter
{ {
ec.addElement(new P().addElement(sqle.getMessage())); ec.addElement(new P().addElement(sqle.getMessage()));
} }
A a = new A("services/WsSqlInjection?WSDL", "WebGoat WSDL"); A a = new A("services/WsSqlInjection?WSDL", "WebGoat WSDL File");
ec ec
.addElement(new P() .addElement(new P()
.addElement("Exploit the following WSDL to access sensitive data:")); .addElement("Exploit the following WSDL to access sensitive data:"));