WCF « websphere « Java Enterprise Q&A





1. WCF -> Websphere Integration Developer and polymorphism    stackoverflow.com

I have a .NET WCF service which exposes an object that uses polymorphism. Apparantly, Websphere Integration Developer is unable to handle this properly (I am not the Websphere developer), except by ...

2. Consuming WebSphere service from WCF client: Unable to create AxisService from ServiceEndpointAddress    stackoverflow.com

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 ...

3. Worker process behind web-service... what ingredients to use    stackoverflow.com

I have the following recipe: a web-service (SOAP) needs to be able to receive a lot of requests in a short time. They should be queued for asynchronous processing. So in ...