ws.js icon indicating copy to clipboard operation
ws.js copied to clipboard

MTOM on server

Open TannerS opened this issue 8 years ago • 2 comments

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

TannerS avatar Oct 02 '17 19:10 TannerS

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.

yaronn avatar Oct 03 '17 19:10 yaronn

Ok h hopefully it is not too hard, any other advice? Anything will help since i am new to all this

On Oct 3, 2017 12:30 PM, "Yaron Naveh" [email protected] wrote:

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.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/yaronn/ws.js/issues/37#issuecomment-333952475, or mute the thread https://github.com/notifications/unsubscribe-auth/AIdKD4rKbvclmB56p4RWoeACSgdBAwI_ks5sootLgaJpZM4PrJST .

TannerS avatar Oct 03 '17 22:10 TannerS