You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all,
I'm trying out your library but I can't perform a call to my getVersion(). It fails because there is no input.parts and the style of that function is rpc
tinysoap.createClient(wsdl, function(err, client) {
client.getVersion(
{},
function(err, result) {
var v = result['version'];
console.log(v)
});
});
Error: invalid message definition for rpc style binding
As you can see this project is tragically out-dated: I put it up 5-6 years ago when I needed a simple way to call soap in browser and thought I'd share it.
I recommend you try out the https://github.com/vpulim/node-soap module, it seems to be reasonably well maintained and most likely fix your problem. If it works, try out web-pack to build a singe file js o run in browser.
Hi all,
I'm trying out your library but I can't perform a call to my getVersion(). It fails because there is no input.parts and the style of that function is rpc
Error: invalid message definition for rpc style binding
client.describe().....getVersion
The text was updated successfully, but these errors were encountered: