Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] invalid message definition for rpc style binding #43

Closed
mercuriete opened this issue Sep 15, 2016 · 2 comments
Closed

[BUG] invalid message definition for rpc style binding #43

mercuriete opened this issue Sep 15, 2016 · 2 comments
Labels

Comments

@mercuriete
Copy link

mercuriete commented Sep 15, 2016

When a soap method has no parameters, the soap nodejs client fails and return an error:

invalid message definition for rpc style binding

I think i hit that problem:

http://stackoverflow.com/questions/22021944/node-js-soap-invalid-message-definition-for-rpc-style-binding

I did a project to reproduce the problem:
GetMasterList is a method that takes no arguments and return only one.

https://github.com/mercuriete/loopback-example-connector/tree/soap

steps to reproduce:

  1. git clone -b soap https://github.com/mercuriete/loopback-example-connector.git
  2. npm install
  3. node weather-rest.js
  4. go to loopback-explorer
  5. try to send something to GetMasterList
  6. You get the error.

Im using latest libraries as you can see in package.json

I need support in order to workaround this problem if is possible.

Thanks.

PS: Your work is awesome.

@stale
Copy link

stale bot commented Aug 22, 2017

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot closed this as completed Sep 5, 2017
@stale
Copy link

stale bot commented Sep 5, 2017

This issue has been closed due to continued inactivity. Thank you for your understanding. If you believe this to be in error, please contact one of the code owners, listed in the CODEOWNERS file at the top-level of this repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants