Hi, I'm trying to create a http provider which performs an HTTP GET with parameters. (non-SOAP)
so the URL should be: http://testurl/getProducts?cat=<cat>&type=<type> the idea was to create a SOAP consumer which has a action getProducts and has to set the <cat> and <type> parameters for the GET URL. Is this possible, because I am trying it for over a week, and couldn't get it working...... Thank a lot, Martin
