Forum Discussion
LarryBroward
2 years agoHelper I
Put API with Body
Hi, I need to pass the following in the body, <?xml version="1.0" encoding="utf-8" standalone="yes"?> <ns2:invocationContext xmlns:ns2="http://collectionspace.org/services/common/invocable"> <...
- 2 years ago
Hi LarryBroward ,
I'm not used to work with xml files.
Have you triedXml.Document(Web.Contents(url, [Headers=headers, Content = postData ] ) )or
Excel.Workbook(Web.Contents(url, [Headers=headers, Content = postData ] ) )instead?
ImkeF
2 years agoCommunity Champion
Hi LarryBroward ,
I'm not used to work with xml files.
Have you tried
Xml.Document(Web.Contents(url, [Headers=headers, Content = postData ] ) )
or
Excel.Workbook(Web.Contents(url, [Headers=headers, Content = postData ] ) )
instead?
LarryBroward
2 years agoHelper I
This works when I remove the outputMIME.