gateway « Web Service « Spring Q&A





1. ws:inbound-gateway & error-channel attribute bug    forum.springsource.org

We 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.org

Code:

4. WS-Addressing In outbound gateway    forum.springsource.org

Does 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.org

I 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.org

JAXBException 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.org

ws: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.org

Rest 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.org

Getting 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.org

Hi, 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.org

Hi, 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.org

Properties 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.org

Handling 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.org

MarshallingWebServiceInboundGateway 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.org

Problem 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.org

Aug 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.org

Sep 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.org

Currently 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.org

WS 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.org

How 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.org

DOMException 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.org

Logging 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 ...