yaronn / ws.js

A WS-* client stack for node.js. Written in pure javascript!

Home Page:http://webservices20.blogspot.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

elem.firstChild.setAttribute is not a function

anandguna opened this issue · comments

Hi,

As per our requirement we need to send PDF file as stream. Is it possible use ws.js.

when i am using the below line of code i am getting an error "elem.firstChild.setAttribute is not a function"
I am passing file relative path in tempPath.
ws.addAttachment(ctx, "request", "//*[local-name(.)='Envelope']", tempPath, "application/pdf")

Regards,
Anand