1. Applying ServiceKnownTypeAttribute to WCF service with Spring stackoverflow.comI am trying to apply the ServiceKnownTypeAttribute to my WCF Service but keep getting the error below my config. Does anyone have any ideas?
|
2. Cannot read the token from the 'SignatureConfirmation' element..(Java-WCF) stackoverflow.comI 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.comIs 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.comIs 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.comMy 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.comI'm investigating in using Microsoft's |
7. WCF interop (missing SOAPAction) forum.springsource.orgWCF 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.orgSpring-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 ... |