You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,10 +63,10 @@ To update the generated Web Services stubs to correspond to your version of Casc
63
63
3. Replace the "asset-operation.wsdl" file in src/java/wsdl inside the eclipse project with your own file.
64
64
4. In Eclipse, right-click the project and click Refresh. Maven should run and regenerate your stubs based on this updated WSDL file.
65
65
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"
0 commit comments