Add a link to the WSDL file in the 3rd stage of SOAPRequest
git-svn-id: http://webgoat.googlecode.com/svn/trunk@260 4033779f-a91e-0410-96ef-6bf7bf53c507
This commit is contained in:
parent
1b6789304c
commit
d8f7ce2a4f
@ -408,7 +408,11 @@ public class SoapRequest extends SequentialLessonAdapter
|
||||
}
|
||||
ec.addElement("</ul>");
|
||||
}
|
||||
}
|
||||
|
||||
A a = new A("services/SoapRequest?WSDL", "WebGoat WSDL File");
|
||||
ec.addElement(new BR());
|
||||
ec.addElement(a);
|
||||
}
|
||||
|
||||
//getLessonTracker( s ).setCompleted( SoapRequest.completed );
|
||||
return (ec);
|
||||
|
Loading…
x
Reference in New Issue
Block a user