Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
oncampus
Patterns and Frameworks
Commits
2d499d76
Commit
2d499d76
authored
Mar 19, 2020
by
Jens Ehlers
Browse files
Updated SOAP client comment
parent
989c2c77
Pipeline
#12313
passed with stage
in 1 minute and 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
remote/soap-client/src/main/java/client/Client.java
View file @
2d499d76
...
...
@@ -7,8 +7,9 @@ import client.dto.AccountServiceFactory;
public
class
Client
{
// Run the following command in a terminal before starting the client's main method to generate the required stub classes (requires JDK < 11)
// wsimport -d ./remote-communication/soap-client/src/main/java -p client.dto -keep -Xnocompile -encoding UTF-8 http://localhost:8080/AccountService?wsdl
// Run the following command in a terminal before starting the client's main method to generate the required stub classes
// (requires JDK < 11 or JAX-WS standalone distribution)
// wsimport -d ./remote/soap-client/src/main/java -p client.dto -keep -Xnocompile -encoding UTF-8 http://localhost:8080/AccountService?wsdl
public
static
void
main
(
String
[]
args
)
{
try
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment