We have a need to post a file attachment to an API created in grails.
Overview:
- webMethods will get the pdf file from our data share file system and making it a stream.
- webMethods will then use the pub.client:http to try to POST the file out to the URL for the API
we are getting a 400 bad request. Has anyone done this within webMethods and how did they solve it?