WCF Interop with Axis2 using WS-Trust

前端 未结 5 1875
难免孤独
难免孤独 2021-02-09 07:08

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, WS-

5条回答
  •  天涯浪人
    2021-02-09 07:43

    I would also not recommand going for Axis2 on the Java side, if you can. Would be easier with Glassfish or JAX-WS apparently, althoug I never tested it.

    I ran into those kind of issues as well when trying to make WCF and Axis2 cooperate. Check the version of the standard used in the WSDL file, those were not matching in our case.

提交回复
热议问题