Results 67 comments of Yaron Naveh

currently you would need to hard code your http headers in the ws.js dependency https://github.com/yaronn/ws.js/blob/master/lib/handlers/client/http.js#L11 or find some otehr way to inject them to requests by the request module.

Hi, I don't plan to implement it soon. I do not think it will be easy. First you need to implement the xml binary encoding protocol (which is mandatory in...

I'll definitely add this capability when I'll have time. Meanwhile I suggest you set up Fiddler and direct wcf.js to send the message to http://localhost:8888/ which will show you the...

you already have signature - see the readme.

ok. I'm not sure encryption will come anytime soon since I don't have much time. in case anyone wants to try and add it this is the repository for all...

The wsdl is not relevant in Wcf.js. You need to supply the soap Xml directly. On May 21, 2015 1:36 PM, "rahil471" [email protected] wrote: > Where can I specify my...

Hi @joshua1 I'm not familiar with meteor packages yet. If you have a working package for the current version you can send me a PR, I would love if xml-crypto...

try to compare the outgping message from node.js and a working wcf client (you can publish both here for review).

if the endpoint does answer at the end (connection is not stack) then this does not seem an issue with ws.js. try calling the endpoint with curl (or a c#...

ok now I understand you ask how to configure a timeout. ws.js does not expose this setting, but ws.js uses the 'request' module which should support this setting, in which...