I am trying to get a WCF service configured with message security (no transport security) such that it can communicate with Java clients. I have been using SoapUI to test, and have overcome numerous h
I have an application that connects via https to a SOAP-based web service that implements WS-Security.The web service is written in Java, expects a plain text password as well as a properly set timest
I am trying to create a standalone client to consume some web services. I must add my username and password to the SOAP Header.I tried adding the credentials as follows:
I need to call axis2 web service with ws-security (username token) from xfire client over https. I could do the exercise via xfire dynamic client, but no luck with wsdl base client (i.e. generate java
I have a WCF client/service app that relies on secure communication between two machines and I want to use use x509 certificates installed in the certificate store to identify the server and client to
The extent of my ability is in vba and asp.开发者_开发知识库 I\'m interested in consuming a SOAP web service from Excel or Access, mostly because it\'s easier for me.I\'ve also got the wsdls for the
Okay, so we have a legacy ASMX web service that is currently running in .NET 3.5 and we\'re using Visual Studio 2008.
I\'m inspecting a WCF request message in order to implement part of the WS-Security standard to have iPhone <->开发者_StackOverflow社区 WCF intercommunication (I\'m using certificate security over
I am using latest Apache CXF to create a webservice. I have configured ws-security using org.apache.cxf.ws.security.wss4j.WSS4JInInterceptor. In my passwordCallbackClass I can access the user or ident
We have an upcoming project to allow an old platform that\'s only extensible with C++ / VS 2003 to 开发者_开发问答call a SOAP-based web service that uses WS-Security.