I am consuming (or trying to consume) a WebSphere service from a WCF client (service reference + bindings generated through svcutil).
Connection seems to be established successfully but I am getting the following error:
CWWSS7200E: Unable to create AxisService from ServiceEndpointAddress [address]
Rings any bell?
I am guessing the request format is somehow being rejected by the service, I am sniffing it with fiddler and it looks fine overall (can post if ppl think it could help). Found this article, but it doesn't seem to apply to my case.
Any help appreciated!