Consuming WebSphere service from WCF client: Unable to create AxisService from ServiceEndpointAddres
Posted
by JohnIdol
on Stack Overflow
See other posts from Stack Overflow
or by JohnIdol
Published on 2010-03-11T20:10:04Z
Indexed on
2010/03/11
20:29 UTC
Read the original article
Hit count: 979
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!
© Stack Overflow or respective owner