w

wsclient

This project allows a user to interact with ESP services in a controlled manner. The API calls available under org.hpccsystems.ws.client.platform allow for a user to target ESP's across multiple environments running a range of hpccsystems-platform versions. There is no guarantee that if a user utilizes org.hpccsystems.ws.client.gen generated stub code from wsdl, that the calls will be backwards compatible with older hpccsystems-platform versions.
Files download
File Operation
wsclient-9.6.14-1.jar download
wsclient-9.6.14-1.pom download
wsclient-9.6.14-1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.hpccsystems</groupId>
  <artifactId>wsclient</artifactId>
  <version>9.6.14-1</version>
</dependency>
Gradle Groovy
implementation 'org.hpccsystems:wsclient:9.6.14-1'
Gradle Kotlin
implementation("org.hpccsystems:wsclient:9.6.14-1")
Scala SBT
libraryDependencies += "org.hpccsystems" % "wsclient" % "9.6.14-1"
Groovy Grape
@Grapes(
  @Grab(group='org.hpccsystems', module='wsclient', version='9.6.14-1')
)
Apache Ivy
<dependency org="org.hpccsystems" name="wsclient" rev="9.6.14-1" />
Leiningen
[org.hpccsystems/wsclient "9.6.14-1"]
Apache Buildr
'org.hpccsystems:wsclient:jar:9.6.14-1'