Skip to content

Commit

Permalink
HPCC4J-583 Update filespray and dfuxref clients to 9.6.x
Browse files Browse the repository at this point in the history
- Updates filespray wsdl2java maven profile

Signed-off-by: Rodrigo Pastrana <rodrigo.pastrana@lexisnexisrisk.com>
  • Loading branch information
rpastrana committed Mar 13, 2024
1 parent 1dfabad commit 4c48425
Show file tree
Hide file tree
Showing 128 changed files with 92,335 additions and 80,640 deletions.
28 changes: 28 additions & 0 deletions rdf2hpcc/.vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "java",
"name": "Launch with Arguments Prompt",
"request": "launch",
"mainClass": "",
"args": "${command:SpecifyProgramArgs}"
},
{
"type": "java",
"name": "Launch Current File",
"request": "launch",
"mainClass": "${file}"
},
{
"type": "java",
"name": "Launch RDF2HPCC",
"request": "launch",
"mainClass": "org.hpccsystems.rdf.rdf2hpcc.RDF2HPCC",
"projectName": "rdf2hpcc"
}
]
}
2 changes: 1 addition & 1 deletion wsclient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@
<unpackClasses>true</unpackClasses>
<databindingName>adb</databindingName>
<packageName>org.hpccsystems.ws.client.gen.axis2.filespray.latest</packageName>
<wsdlFile>src/main/resources/WSDLs/WsFileSpray.wsdl</wsdlFile>
<wsdlFile>src/main/resources/WSDLs/FileSpray.wsdl</wsdlFile>
<wsdlVersion>1.23</wsdlVersion>
<syncMode>sync</syncMode>
<namespaceURIs>
Expand Down
Loading

0 comments on commit 4c48425

Please sign in to comment.