WCF « axis « Java Enterprise Q&A





1. Webservice toolkits in Java that can interface with WCF    stackoverflow.com

We've got some problems with an external company trying in integrate into a WCF service we expose and they are a Java shop. I was wondering if there are more than ...

2. WCF Interop with Axis2 using WS-Trust    stackoverflow.com

We are trying to get WCF and Java talking to each other using SAML tokens issued from an STS. Despite the fact that both sides are compliant with the standards, WS-Security, ...

3. Why would I want to use anything other than WCF?    stackoverflow.com

After completing several small projects with WCF, I'm quite happy with what it can do. However, having spent a brief amount of time looking into the alternatives, I'm struggling to find exactly ...

4. IIS 6 WebService Java client (stubs generated with axis 2 )    stackoverflow.com

I have a simple WCF WebService running on IIS 6. It returns "hello" when I call the getData function. I have java stubs for the client that I generated using axis ...

5. WCF Web Service, Java Web Client, MustUnderstand headers not understood?    stackoverflow.com

I'm hosting a WCF Web Service with the following WSDL (a simple service using wsHttpBinding and SSL for transport security):

<wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:tns="http://tempuri.org/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" ...

6. Can WCF .svc type web services be consumed using Apache Axis through WsHttpBinding?    coderanch.com

Hello Everybody, I've been looking up on the internet for information about support for WsHttpBinding and Apache Axis (not Axis2), and java-based client for consuming a .NET WCF .svc type webservice. ( I did not face any problems using a .asmx service. ) However, I have not been able to locate such information in plain English. Even if I did actually ...

7. Axis2/Rampart fails auth from WCF client, never calls password callback handler    coderanch.com

Much obliged for any help I can get on this one. I feel like I must be missing something stupid: I have an Axis2 (1.5.1) web service being invoked by a WCF (.NET 3.5) client application. The web service works fine without any authentication/inflow security configuration, but I have been asked to implement authentication using a security header. I am using ...