Search:

Type: Posts; User: harish.km; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    3,327

    java.net.SocketException: Broken pipe

    I referred the following URL for implementing RMI using Spring

    http://static.springsource.org/spring/docs/2.0.8/reference/remoting.html

    RMI Service is running in Weblogic 10.3 Application...
  2. no security manager: RMI class loader disabled

    Marten Deinum, thanks for the reply.

    We don't want to propagate the transaction exception from RMI Service(running in weblogic app server) to RMI Client (running in apache tomcat app server).
    ...
  3. no security manager: RMI class loader disabled

    I am referring the following URL for implementing RMI using Spring

    http://static.springsource.org/spring/docs/2.0.8/reference/remoting.html

    The Server side Spring configuration :
    <bean...
  4. Replies
    6
    Views
    1,254

    SecurityInterceptor to extract UsernameToken

    - Custom Security Interceptor bean is defined in the spring-ws-servlet.xml which extends AbstractWsSecurityInterceptor.

    - The Custom Security Interceptor is injected into the 'interceptors' bean...
  5. Replies
    6
    Views
    1,254

    Extracting Username and Password from SOAP Header

    We are also having Username Token on the incoming SOAP messages.

    Let me share the way we are extracting the Username and Password.

    We have a Pattern defined as follows:
    1) private static final...
  6. Replies
    2
    Views
    1,393

    URL to Access WSDL

    Have you tried accessing this URL ?

    http://localhost:8080/WebApps/personService/person.wsdl

    Spring WS provide the WSDL name as the bean id of the DefaultWsdl11Definition.

    With the URL what...
  7. Replies
    0
    Views
    1,269

    WSDL to auto expose SOAP Header ?

    Dear all,

    This is the question been asked quite a while in the Spring Web Services Forum. However seems un answered clearly till this time. Hence raising the problem statement again. We...
Results 1 to 7 of 7