Skip to main content

Questions tagged [strong-soap]

strong-soap is node module useful for invoking SOAP based web services. It is rewrite of node-soap previously available node-soap module.

strong-soap
0 votes
1 answer
104 views

How add soap header in response (NodeJS y Strong-soap)

I am using strong-soap as server in node js, i need a pass throught service to convert xml to json (soap call to rest call, i used asyn method) but i need to respond soap incoming request with a ...
Jonnathan Sandino's user avatar
0 votes
1 answer
54 views

Strong Soap Node Netsuite Query

I am having awful problems using strong-soap in Node to connect to Netsuite. Below are 2 Soap envelopes. The first one is created in Postman which I am using to debug and works perfectly. The second I ...
TheIronKing's user avatar
0 votes
1 answer
109 views

Strong Soap in Node - Connect to Netsuite

I am using strong soap in Node to connect to Netsuite. I have managed to successfully extract the currency data out of Netsuite so I know i have set all the token based authentication up properly and ...
TheIronKing's user avatar
0 votes
0 answers
65 views

SOAP Request Error using Strong Soap npm package with Nodejs

When I try with soap ui or axios everything is working fine but I try to make a request using strong-soap I got the following error. try { let url = 'http://10.254.173.170:7800/GetInfoFin/...
Wasim Akram's user avatar
0 votes
1 answer
344 views

Return a value in a inner function on strong-soap

I am working with soap in Node typescript. I want to return a boolean after performing a soap request to the server in the strong-soap package. The code looks like: public isSupplierBalance(...
Patrick Vibild's user avatar
1 vote
1 answer
485 views

How to bypass SSL certificate in Gsoap for C++

I have this error for webservice accessment with Gsoap. We are doing test so no SSL certificate check is required. But my client side, how can I bypass SSL check? i'm using C++. My error is SOAP 1.2 ...
batuman's user avatar
  • 7,264
0 votes
1 answer
1k views

SOAP 1.2 fault SOAP-ENV:Sender[no subcode]

Accessing IIS webservice using Gsoap. I have similar error as in this link shows that the error was solved compiling with -lssl. I did the same thing in build as g++ -o client client.cpp stdsoap2.cpp ...
batuman's user avatar
  • 7,264
0 votes
0 answers
127 views

Webservice interface using GSOAP

I am trying to get response from webservice using Gsoap. SoapProxy.h has a class class SOAP_CMAC DataManagementSoapProxy : public soap { public: /// Endpoint URL of service '...
batuman's user avatar
  • 7,264
0 votes
1 answer
2k views

'Cannot read property methodName of undefined' consuming a NodeJS SOAP method with document style

I have a NodeJS (node-soap) SOAP web service and it works good with rpc style when I consume it by POSTMAN, but I need to make it works with document style. When I change the style I have an ...
CarlosS's user avatar
  • 181
3 votes
1 answer
1k views

strong-soap: call service method over https

I am trying to call a SOAP service using the strong-soap node.js library. Although I did set the client security to ClientSSLSecurity, I am getting an error when invoking a method on the client: ...
Rob Gravelle's user avatar
0 votes
1 answer
422 views

NodeJS Soap service - Return synchronous response client

I am hosting Soap server in NodeJS via 'strong-soap' library. I followed the standard example given in the official documentation here: strong-soap It works fine when I send back a response ...
Ranjeeth Rao's user avatar
1 vote
0 answers
333 views

Forming an ExecuteSearch Soap action for Filenet

I wrote a nodeJs service and tried to use the strong-soap library to try to ExecuteSearch on IBM Filenet. This is function that I wrote with the arguments to try and execute the search: ...
Tat Yin Wong's user avatar
0 votes
1 answer
311 views

LoopBack 4: Adding type attribute to an element in a SOAP request

I'm using LoopBack 4 to access a third party SOAP API and am having difficulty getting a specific SOAP call to work. The documentation doesn't appear to cover this scenario. Relevant parts of WSDL: &...
Pilot_51's user avatar
  • 7,367
0 votes
1 answer
1k views

NODEJS SOAP: Object reference not set to an instance of an object

I got an error: Object reference not set to an instance of an object I'm missing something here in the request, but couldn't figure it out. Any help is appreciated. I tried using soap module as ...
Sanjay's user avatar
  • 1,715
1 vote
1 answer
224 views

NodeJS : SOAP API calls without creating soap clients before each SOAP method call

I am using strong-soap to call SOAP APIs from NodeJs application. I am able to call soap methods using following code. createClient() { return new Promise((resolve, reject) => { soap....
Altaf Shaikh's user avatar

15 30 50 per page