@@ -349,10 +349,10 @@ sender configuration to your axis2.xml file:</p>
349349Invoking the client for a login that returns a token can be done as follows:
350350</p >
351351<pre >
352- curl -v -H "Content-Type: application/json" -X POST --data @/home/myuser/ login.dat http://localhost:8080/axis2-json-api/services/loginService
352+ curl -v -H "Content-Type: application/json" -X POST --data @login.dat http://localhost:8080/axis2-json-api/services/loginService
353353</pre >
354354<p >
355- Where the contents of /home/myuser/ login.dat are:
355+ Where the contents of login.dat are:
356356</p >
357357<pre >
358358{"doLogin":[{"arg0":{"email":java-dev@axis.apache.org,"credentials":userguide}}]}
@@ -368,10 +368,10 @@ Invoking the client for a Test Service that validates a sample token can be done
368368follows:
369369</p >
370370<pre >
371- curl -v -H "Authorization: Bearer 95104Rn2I2oEATfuI90N" -H "Content-Type: application/json" -X POST --data @/home/myuser/ test.dat http://localhost:8080/axis2-json-api/services/testws'
371+ curl -v -H "Authorization: Bearer 95104Rn2I2oEATfuI90N" -H "Content-Type: application/json" -X POST --data @test.dat http://localhost:8080/axis2-json-api/services/testws'
372372</pre >
373373<p >
374- Where the contents of /home/myuser/ test.dat are below. arg0 is a var name
374+ Where the contents of test.dat are below. arg0 is a var name
375375and is used by Axis2 as part of its reflection based code:
376376</p >
377377<pre >
@@ -397,11 +397,11 @@ Here are examples of how to invoke the service using cURL:</p>
397397curl -v -H "Authorization: Bearer 95104Rn2I2oEATfuI90N" \
398398 -H "Content-Type: application/json" \
399399 -X POST \
400- --data @/home/myuser/ small_dataset.dat \
400+ --data @small_dataset.dat \
401401 https://localhost:8443/axis2-json-api/services/BigDataH2Service
402402</pre >
403403
404- <p >Where the contents of /home/myuser/ small_dataset.dat are:</p >
404+ <p >Where the contents of small_dataset.dat are:</p >
405405
406406<pre >
407407{"processBigDataSet":[{"arg0":{
@@ -421,11 +421,11 @@ curl -v -H "Authorization: Bearer 95104Rn2I2oEATfuI90N" \
421421curl -v -H "Authorization: Bearer 95104Rn2I2oEATfuI90N" \
422422 -H "Content-Type: application/json" \
423423 -X POST \
424- --data @/home/myuser/ medium_dataset.dat \
424+ --data @medium_dataset.dat \
425425 https://localhost:8443/axis2-json-api/services/BigDataH2Service
426426</pre >
427427
428- <p >Where the contents of /home/myuser/ medium_dataset.dat are:</p >
428+ <p >Where the contents of medium_dataset.dat are:</p >
429429
430430<pre >
431431{"processBigDataSet":[{"arg0":{
@@ -445,11 +445,11 @@ curl -v -H "Authorization: Bearer 95104Rn2I2oEATfuI90N" \
445445curl -v -H "Authorization: Bearer 95104Rn2I2oEATfuI90N" \
446446 -H "Content-Type: application/json" \
447447 -X POST \
448- --data @/home/myuser/ large_dataset.dat \
448+ --data @large_dataset.dat \
449449 https://localhost:8443/axis2-json-api/services/BigDataH2Service
450450</pre >
451451
452- <p >Where the contents of /home/myuser/ large_dataset.dat are:</p >
452+ <p >Where the contents of large_dataset.dat are:</p >
453453
454454<pre >
455455{"processBigDataSet":[{"arg0":{
0 commit comments