Forum Discussion
xml API call not working
- 4 years ago
Yes problem solved, I just separate xml.tables(web.comtents)) into 2 steps:
Source = web.comtents(SourceURL, content=..., header = options)
XMLTable = Xml.Tables(Source)
......
and it worked.
thanks for all your reply.
Hi simonliucan
Did you manage to solve this problem? If not, maybe you can share how you set up the request in SoapUI with screenshots (removing sensitive info). We can help check whether some small details have been neglected. If you have solved it, can you share the final solution here to help the community?
Best Regards,
Community Support Team _ Jing
Yes problem solved, I just separate xml.tables(web.comtents)) into 2 steps:
Source = web.comtents(SourceURL, content=..., header = options)
XMLTable = Xml.Tables(Source)
......
and it worked.
thanks for all your reply.
- PhilipTreacy4 years agoSuper User