Hi there,
im looking to get Data from a Soap Api, therefore i tried a couple of workflows that are already available and followed the instructions posted in this post: https://community.alteryx.com/t5/Alteryx-Designer-Discussions/How-to-easily-Create-a-Soap-Request-us...
Unfortunately i recieve either a Error 415 which states that it cant process the message, or after fiddling around with the header in the download tool i get the error 400: bad request.
Using the Webservice in the Soap ui works and gets the desired results. As for the Webservice i would like to connect to the following one: https://www.marktstammdatenregister.de/MaStRAPI/wsdl/mastr.wsdl (test operation of "GetLokaleUhrzeit", which doesnt require any login).
@TheOC ?
hmm well i made it work until the point where i can get the time, by modifiying the header so that it includes the soapaction
Problem now is that i get a http 100: continue header response. But no body, when trying to get something other than the time.