Solved
Forum Discussion
JHunt
8 years agoCommunity Hero
This
def ins = response.responseAttachments[0].inputStream
should be
def ins = response.attachments[0].inputStream
This
def ins = response.responseAttachments[0].inputStream
should be
def ins = response.attachments[0].inputStream
This
def ins = response.responseAttachments[0].inputStream
should be
def ins = response.attachments[0].inputStream