1. ws:inbound-gateway & error-channel attribute bug forum.springsource.orgWe had originally decided to leave out that 'error-channel' option for the WS outbound gateway since there is already an Exception-handling mechanism as part of the protocol (i.e. using Faults). However, ... |
2. SI example ws-inbound-gateway bug? forum.springsource.org |
3. Gateway with no payload forum.springsource.orgCode: |
4. WS-Addressing In outbound gateway forum.springsource.orgDoes anyone know how to set up ws-addressing in a SI-WS outbound-gateway. I am trying to call a .Net web service that needs it. Managed to set up SOAP action but ... |
5. ws:outbound-gateway trouble behind network proxy forum.springsource.orgI have an application with several ws:outbound-gateways configured. During development, I was testing my app on a server that was not behind a proxy and everything worked fine. I'm trying to ... |
6. JAXBException while invoking webservice outbound gateway forum.springsource.orgJAXBException while invoking webservice outbound gateway Could you please let me know your feed back regarding the exception: javax.xml.bind.JAXBException: class e2.addpaymentrequest.AddPaymentRequestType nor any of its super class is known to this ... |
7. ws:outbound-gateway not getting called forum.springsource.orgws:outbound-gateway not getting called Hi, I am trying to call my webservices using a ws:outboundgateway. But the gateway is not getting called. I am using a header-value-router to route to a ... |
8. Rest Webservice using Spring Integration HTTP inbound gateway forum.springsource.orgRest Webservice using Spring Integration HTTP inbound gateway Hi, I am trying to expose a rest webservice using HTTP inbound gateway. I am not able to access the "retailer" path variable ... |
9. Getting additional HttpRequest information in HTTP inbound gateway & service activato forum.springsource.orgGetting additional HttpRequest information in HTTP inbound gateway & service activato Hi, I am using Spring 3.0.6 and Integration 2.1.0 M3 for my project. at some place in my service activator ... |
10. newline being removed from payload when getting in messages over http gateway forum.springsource.orgHi, I am not sure if I am mistaken somewhere - In my Spring Integration application, I have two inbound gateways defined, one for http and one for jms. I am ... |
11. SoapAction lost if a webservice callback is added to a webservice outbound gateway forum.springsource.orgHi, A soapAction added from a header-enricher is lost if a webservice callback is added to a webservice outbound gateway. It would be nice if the soapAction survived the callback if ... |
12. ws:outbound-gateway with http proxy forum.springsource.orgProperties sysProps = System.getProperties(); sysProps.put("proxySet", "true"); sysProps.put("proxyHost", "myHost"); sysProps.put("proxyPort", "myPort"); |
13. Handling fault message from ws:outbound gateway forum.springsource.orgHandling fault message from ws:outbound gateway Hi, I am calling a web service asynchronously (task executors), but I cannot figure out how to handle the soap fault messages by using SI. ... |
14. MarshallingWebServiceInboundGateway or ws:inbound-gateway forum.springsource.orgMarshallingWebServiceInboundGateway or ws:inbound-gateway SI is getting more interesting day by day... We, at the server side, now have to support some custom headers. I was using ws:inbound-gateway namespace declaration to create ... |
15. Problem with using a WS Inbound gateway with a JMS outbound gateway forum.springsource.orgProblem with using a WS Inbound gateway with a JMS outbound gateway Hi I am getting an exception "Dispatcher has no subscribers". Here is what i want to do. I have ... |
16. Using Web Service Adapter with Gateway forum.springsource.orgAug 16th, 2010, 12:01 PM #1 vveludan View Profile View Forum Posts Private Message Member Join Date Aug 2010 Posts 38 Using Web Service Adapter with Gateway Good afternoon. I was ... |
17. MalformedParameterizedTypeException trying to use ws:outbound-gateway forum.springsource.orgSep 2nd, 2010, 04:03 PM #1 mdmoe View Profile View Forum Posts Private Message Junior Member Join Date Sep 2010 Location Columbia, MO Posts 6 MalformedParameterizedTypeException trying to use ws:outbound-gateway Hi ... |
18. WS Outbound Gateway URI forum.springsource.orgCurrently I have a number of message flows where there appears to be a subflow I could refactor out, which is essentially marshall->ws outbound gateway->xslt transformer->unmarshall. The only thing stopping me ... |
19. WS inbound gateway, best practice forum.springsource.orgWS inbound gateway, best practice When I declare a ws:inbound-gateway I'm able with or without marshaller to get the call to the WS and also to answer the SOAP request. I ... |
20. How do you override the outbound-gateway.restTemplate.errorHandler? forum.springsource.orgHow do you override the outbound-gateway.restTemplate.errorHandler? Hello, I am building an interface adapter that sends HTTP POST requests to an external system using an http outbound-gateway. The external system makes use ... |
21. DOMException in XSLT-transformer after WS-inbound-gateway forum.springsource.orgDOMException in XSLT-transformer after WS-inbound-gateway I'm getting the following exception when I try to use an XSLT-transformer to transform the request message of an inbound WS gateway: Code: 2010-10-11 15:44:20,402 - ... |
22. Logging the inbound gateway for webservice forum.springsource.orgLogging the inbound gateway for webservice I'm trying to log the xml request before it gets unmarshalled to a jaxb object. Has anyone done this, I'm sure there must be some ... |