WCF « Web Service « Spring Q&A





1. Applying ServiceKnownTypeAttribute to WCF service with Spring    stackoverflow.com

I am trying to apply the ServiceKnownTypeAttribute to my WCF Service but keep getting the error below my config. Does anyone have any ideas?

    <object id="HHGEstimating" type="Spring.ServiceModel.ServiceExporter, ...

2. Cannot read the token from the 'SignatureConfirmation' element..(Java-WCF)    stackoverflow.com

I have a WCF(3.5) client talking to a Java Web Service (Spring-WS, WSS4J), the client fails while recieving the response from server giving the following exception message

Cannot read the ...

3. Java equivalent to WCF Data Services    stackoverflow.com

Is there anything in Java that's the equivalent of WCF Data Services ? Does Spring have the capabilities to expose databases as a RESTful web service like WCF Data Services ? Thanks ! ...

4. Combined JAX-RS and JAX-WS    stackoverflow.com

Is there a framework, library or technique that combines JAX-RS and JAX-WS (or equivalent functionality) into one combined service in a similar way to using two endpoints (one SOAP and one ...

5. How I can set address of WCF service from client's command line when using spring.net    stackoverflow.com

My WCF service can work on any servers. My client - is console application. In command line parameters I want set address of my WCF service. Current in config client I ...

6. Spring.NET and WCF WebHttp Services    stackoverflow.com

I'm investigating in using Microsoft's WCF WebHttp Services for creating a RESTful API. In the past there has been the WCF REST Starter Kit for .NET 3.5, which now seem to ...

7. WCF interop (missing SOAPAction)    forum.springsource.org

WCF interop (missing SOAPAction) I am working on a Spring-WS client and service. But I already have a working .Net version of the service. So.....I thought I would fire up the ...

8. Spring-WS interoperable with WCF?    forum.springsource.org

Spring-WS interoperable with WCF? Hi all, I have a Spring-WS 1.0.3 service deployed, and it works fine from my java clients (using jaxws). However, I now need to make the service ...