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

MTOM on server #37

Open
TannerS opened this issue Oct 2, 2017 · 2 comments
Open

MTOM on server #37

TannerS opened this issue Oct 2, 2017 · 2 comments

Comments

@TannerS
Copy link

TannerS commented Oct 2, 2017

Anyway to run this as a service that can accept MTOM messages from soap clients?

@yaronn
Copy link
Owner

yaronn commented Oct 3, 2017

you would need to write the service yourself. you can use the same code as in the receive method (https://github.com/yaronn/ws.js/blob/master/lib/handlers/client/mtom/mtom.js#L53) to do the mtom part so it should not be complex. maybe hook this to some other soap server stack.

@TannerS
Copy link
Author

TannerS commented Oct 3, 2017 via email

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

No branches or pull requests

2 participants