Skip to content

Commit 080d3d2

Browse files
committed
Updated wsdl to work with 6.10. Updated typo in README.
1 parent 013cd53 commit 080d3d2

File tree

2 files changed

+6649
-6613
lines changed

2 files changed

+6649
-6613
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ To update the generated Web Services stubs to correspond to your version of Casc
6363
3. Replace the "asset-operation.wsdl" file in src/java/wsdl inside the eclipse project with your own file.
6464
4. In Eclipse, right-click the project and click Refresh. Maven should run and regenerate your stubs based on this updated WSDL file.
6565
5. If for some reason it doesn't, open a command-line/terminal window to run maven.
66-
6. Navigate to to the base directory where the project was created to (e.g. java/workspace/Cascade Webservices) and type the command "maven generate-sources"
66+
6. Navigate to to the base directory where the project was created to (e.g. java/workspace/Cascade Webservices) and type the command "mvn generate-sources"
6767
You should see a successful ant build similar to:
6868

69-
$ maven generate-sources
69+
$ mvn generate-sources
7070
[INFO] Scanning for projects...
7171
[INFO]
7272
[INFO] ------------------------------------------------------------------------

0 commit comments

Comments
 (0)