I'm getting:
Error sending HTTP request. Message payload is of type: byte[]
when sending HTTP request.
I pass url query parameters parameters and they are saved in variables, then I use map transformer to build xml request for WS Consumer SOAP request.
When i try to pass parameters like this and to call other web service through soap request:
http://localhost:8083/?oib=00025423889&institucijaId=43543500&orgJed=435345395987&svrhaPretrage=3453
I get error: Error sending HTTP request. Message payload is of type: byte[]
Soap Web service consumer is not getting right payload. Hes expecting correct payload but is not getting it. See picture:
I think problem is with payload. I don't know why ws consumer is not recognizing the payload?
Here is log: link to log file
Thanks in advance!