Search:

Type: Posts; User: molyakov; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    4
    Views
    1,562

    Actaully, exactly the same situation as you just...

    Actaully, exactly the same situation as you just described.
    Both connected to aggregator gateways do not send back anything in some cases (long timeout for instance).

    What is the correct...
  2. Replies
    4
    Views
    1,562

    I look for a case when there is no arravied...

    I look for a case when there is no arravied messages at all.
  3. Replies
    4
    Views
    1,562

    Inactivity timeout in aggregator

    Hello,

    Is there inactivity time-out in aggregator? My aggregator hang up if not receive responses.

    Thanks,
    valeriy
  4. It is not clear how to include this gateway bean...

    It is not clear how to include this gateway bean into SI flow without namespace support.
    Could you please provide an example how to define bean and use it for instance in SI chain?
  5. Mark, How to define a custom(subclassed) web...

    Mark,

    How to define a custom(subclassed) web service outbound gateway?

    Thanks
  6. SOAP headers does not copied over into message...

    SOAP headers does not copied over into message headers in 1.0.3 http://jira.springframework.org/browse/INT-1009

    Even if this will be fixed, it is not clear how to access these headers in order to...
  7. Access message headers from WebServiceMessageCallback

    Hi,

    Is it possible to access message headers from WebServiceMessageCallback?

    I keep some security info in the message header and would like to add it into SOAP header when invoke remote web...
  8. Mark, Issue is created...

    Mark,

    Issue is created http://jira.springframework.org/browse/INT-1009
  9. I use SOAP 1.1 + SAAJ message factory +...

    I use SOAP 1.1 + SAAJ message factory + SOAPAction endpoint mapping. SimpleWebServiceInboundGateway does not copy my SOAP header into SI message headers.



    if (request instanceof SoapMessage)...
  10. Web Service Support how to propagate SOAP header

    Hi,

    Is there a way to propagate SOAP header from web service inbound gateway to web service outbound gateway:

    ws-inbound-gateway -> channel -> router -> ws-outbound-gateway

    If so, how can I...
  11. SimpleWebServiceInboundGateway implements...

    SimpleWebServiceInboundGateway implements MessageEndpoint interface and thus should operate on a whole MessageContext rather than just the payload. MessageContext should have SOAP header from...
  12. Some dependencies (jars) are missing in your...

    Some dependencies (jars) are missing in your classpath.
    I have created a list of necessary dependencies for you:


    activation-1.1.1.jar
    aopalliance-1.0.jar
    commons-logging-1.1.1.jar...
  13. Problem solved. Wrong logger settings were used....

    Problem solved. Wrong logger settings were used. SOAP header is present and logged correctly now.
  14. Trace log settings ...

    Trace log settings


    log4j.logger.org.springframework.ws.client.MessageTracing.received=TRACE


    Header exist in incoming request but not passed into endpoind. How can I access SOAP header in SI?
  15. SimpleWebServiceInboundGateway invoked with empty SOAP header

    Hi,

    I have following SI configuration



    <bean id="endpointMapping" class="org.springframework.ws.soap.server.endpoint.mapping.SoapActionEndpointMapping">
    <property name="mappings"> ...
  16. Empty SOAP header in SoapActionEndpointMapping

    Hi,

    SoapActionEndpointMapping receive empty SOAP header.



    <bean id="endpointMapping" class="org.springframework.ws.soap.server.endpoint.mapping.SoapActionEndpointMapping">
    ...
Results 1 to 16 of 16