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...
Type: Posts; User: molyakov; Keyword(s):
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...
I look for a case when there is no arravied messages at all.
Hello,
Is there inactivity time-out in aggregator? My aggregator hang up if not receive responses.
Thanks,
valeriy
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?
Mark,
How to define a custom(subclassed) web service outbound gateway?
Thanks
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...
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...
Mark,
Issue is created http://jira.springframework.org/browse/INT-1009
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)...
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...
SimpleWebServiceInboundGateway implements MessageEndpoint interface and thus should operate on a whole MessageContext rather than just the payload. MessageContext should have SOAP header from...
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...
Problem solved. Wrong logger settings were used. SOAP header is present and logged correctly now.
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?
Hi,
I have following SI configuration
<bean id="endpointMapping" class="org.springframework.ws.soap.server.endpoint.mapping.SoapActionEndpointMapping">
<property name="mappings"> ...
Hi,
SoapActionEndpointMapping receive empty SOAP header.
<bean id="endpointMapping" class="org.springframework.ws.soap.server.endpoint.mapping.SoapActionEndpointMapping">
...