Hi, I'm working on a project where the source service receives the request in HTTP Post format (application/x-www-form-urlencoded) and then returns the results back via XML. Unfortunately, they don't support HTTP GET.
I see that the format attribute of the address element accepts values of get|pox|soap11|soap12, but not post. Is there a way I can accomplish this? Thanks in advance to your help! jeff
