Skip to content

Commit

Permalink
Update soap client
Browse files Browse the repository at this point in the history
  • Loading branch information
eagle23 committed Apr 21, 2021
1 parent 0563506 commit da8f3e2
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ const wsdlHeaders = {
}

export const config: ISimplesoapOptions = {
name: PUMPING_NAME,
wsdl: 'https://mtapi.contentdatapro.com:8443/PumpingGateway/MtPumpingApi.svc?singlewsdl',
name: 'SUPER_WSDL_SERVICE',
wsdl: 'https://example.com/service.svc?singlewsdl',
soapOptions: {
httpClient: httpClient, // axios client
wsdl_headers: wsdlHeaders,
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simplesoapclient",
"version": "1.0.4",
"version": "1.0.5",
"description": "NestJS Simple Soap Client",
"repository": "https://github.com/eagle23/nestjs-simplesoapclient.git",
"author": "Andrey Orlin <a_orlin@me.com>",
Expand All @@ -27,8 +27,8 @@
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/.bin/jest --runInBand",
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"dependencies": {
"soap": "^0.36.0"
"peerDependencies": {
"soap": "^0.37.0"
},
"devDependencies": {
"@nestjs/common": "^7.6.13",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @author Andrey Orlin
* @email ao@instafxgroup.com
* @create date 2021-03-25 16:56:02
* @modify date 2021-03-25 16:56:02
* @modify date 2021-04-21 15:36:46
* @desc [description]
*/

Expand Down
2 changes: 1 addition & 1 deletion src/simplesoap-core.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @author Andrey Orlin
* @email ao@instafxgroup.com
* @create date 2021-03-25 12:34:24
* @modify date 2021-03-25 12:34:24
* @modify date 2021-04-21 15:36:52
* @desc SimpleSoapCoreModule
*/
import { DynamicModule, Global, Module, Provider } from '@nestjs/common';
Expand Down
2 changes: 1 addition & 1 deletion src/simplesoap.cacher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @author Andrey Orlin
* @email ao@instafxgroup.com
* @create date 2021-03-26 12:03:37
* @modify date 2021-03-26 12:03:37
* @modify date 2021-04-21 15:37:46
* @desc fileCacher
*/

Expand Down
2 changes: 1 addition & 1 deletion src/simplesoap.constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @author Andrey Orlin
* @email ao@instafxgroup.com
* @create date 2021-03-25 16:49:01
* @modify date 2021-03-25 16:49:01
* @modify date 2021-04-21 15:37:42
* @desc Constant
*/

Expand Down
2 changes: 1 addition & 1 deletion src/simplesoap.decorator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @author Andrey Orlin
* @email ao@instafxgroup.com
* @create date 2021-03-25 18:00:55
* @modify date 2021-03-25 18:00:55
* @modify date 2021-04-21 15:37:00
* @desc Decorator
*/

Expand Down
2 changes: 1 addition & 1 deletion src/simplesoap.interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @author Andrey Orlin
* @email ao@instafxgroup.com
* @create date 2021-03-25 16:43:02
* @modify date 2021-03-25 16:43:02
* @modify date 2021-04-21 15:38:00
* @desc Interfaces
*/

Expand Down
2 changes: 1 addition & 1 deletion src/simplesoap.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @author Andrey Orlin
* @email ao@instafxgroup.com
* @create date 2021-03-25 12:34:48
* @modify date 2021-03-25 12:34:48
* @modify date 2021-04-21 15:37:35
* @desc SimpleSoapService
*/

Expand Down

0 comments on commit da8f3e2

Please # to comment.