1. Spring WS-Security visible in WSDL stackoverflow.comI've implemented authentication through WS-Security on my webservice as described at http://static.springframework.org/spring-ws/sites/1.5/reference/html/security.html, like so:
|
2. Is it common practice to specify security policy info in the WSDL? stackoverflow.comOur team is implementing SOAP-based web services using Spring-WS and XWSS. So far we've been relying on Spring-WS to generate the WSDL from our XSDs. We're now considering whether ... |
3. Quickest way to access a webservice with WSDL in Java stackoverflow.comI need to access a webservice from Java. The service has a WSDL. Now how do I get to calling its operations?
|
4. JAX-RPC - axis - query wsdl with user validation forum.springsource.orgJAX-RPC - axis - query wsdl with user validation Hi I'm trying to use the Bonita (open source bpm) using spring/axis. I can get the wsdl from the bonita using the ... |
5. role-based WSDL generation forum.springsource.orgrole-based WSDL generation i have an authenticated web service i am building that returns an object. what attributes are in the object returned is based on the role of the requesting ... |
6. Publish WSDL on service deployment/access forum.springsource.orgPublish WSDL on service deployment/access Hi all. I'm new to web-services and don't know things, which perhaps may seem obvious to one... However, I'm wondering, how is it possible to publish ... |
7. ACEGI Authentication and WSDL forum.springsource.orgACEGI Authentication and WSDL Hi! The ACEGI authentication example of the airline app is interesting, but i have problem to understand it completly. The client has a callback handler which sets ... |
8. JAXRPC client WSDL lookup authentication forum.springsource.orgI'm using JaxRpcPortProxyFactoryBean to access my webservice. Whole service URL is secured with BASIC auth - that means that access to .wsdl is also secured. But even if you set username ... |
9. wsdl with HTTP BASIC authentication forum.springsource.orgHi, I'm using JaxRpcPortProxyFactoryBean to access my webservice. The wsdl URL is secured with HTTP BASIC authentication. Now I have a 401 error when spring try to instantiate the webservice. I ... |
10. Just Need Client Code to Access a WSDL forum.springsource.orgJust Need Client Code to Access a WSDL I have a very simple requirement. A WSDL for a document-literal web service with embedded XML Schema datatypes has been published by a ... |
11. Adding WS-Security and viewing WSDL forum.springsource.orgAdding WS-Security and viewing WSDL Hi - I'm fighting with WS-Security and need a little education. Without adding XwsSecurityInterceptor I am able to use a web browser and see the WSDL ... |
12. WS-Security - Wsdl forum.springsource.orgHi , I am new to WS security. I am able to run Spring client to acccess secured webservices thats not a problem. In order to aware of other clients that ... |
13. WS-Security in WSDL forum.springsource.orgHow are the WS-Security details represented in wsdl file? Can Spring DynamicWsdl11Definition generate the required security details in wsdl based on the security policy file? Thanks, Sankar. |
14. WSDL protected by Basic Authentication forum.springsource.orgI have been searching through the forums to see if anyone has a solution on how to get JaxWsPortProxyFactoryBean work with WSDL protected using Basic Authentication. I could not find a ... |
15. set password to view WSDL file forum.springsource.orgIf you're deploying your service in a web environment then the wsdl is a regular web resource, just like any web page. You can then use http authentication for instance to ... |
16. wsdl.properties AccessControlException: access denied forum.springsource.orgwsdl.properties AccessControlException: access denied Hi all, after 2 days of getting into spring.webservices and maven i thought i got it work. But I get an error initializing the web service: Code: ... |
17. how to access the different operations in one WSDL through different end point urls? forum.springsource.orgWe are using org.springframework.remoting.jaxrpc.JaxRpcPortProx yFactoryBean to access web services deployed in WAs 7.0. A typical WSDL may have a couple of operations, previously they can be accessed through one single end ... |
18. how to add security info in wsdl forum.springsource.orghow to add security info in wsdl Hi, I am having problem to add security info in wsdl so that client should know about this.I am using org.springframework.ws.wsdl.wsdl11.DefaultWsdl11De finition which generated ... |