Any body know the reason why below sql is executed behind the screen when using "SimpleJdbcCall".
Is Spring does this or JDBC thin client ?
SELECT
-- Packaged procedures with no arguments...
Type: Posts; User: vibin12; Keyword(s):
Any body know the reason why below sql is executed behind the screen when using "SimpleJdbcCall".
Is Spring does this or JDBC thin client ?
SELECT
-- Packaged procedures with no arguments...
In one of our applications uses spring "SimpleJdbcCall" to invock a DB procedure.
But whenever procedure invocks, the below mentioned sql is executing in the background. This is grabbing CPU time...
It worked for me after setting proxy-interface="javax.jms.ConnectionFactory- Please try this
Thnaks for the response - it worked..
I get XML from a string payload from spring integration channel.
I modified my implimentation as below:
<bean id="messageFactory" class="org.springframework.ws.soap.saaj.SaajSoapMessageFactory"/>
<bean id="webServiceTemplate"...
Thanks for your help , i am going through the webservce documentation you have sent. however i am getting this error when i invoke the service in the chain, please advise , do i need to change the...
Thanks for the responce. I am having trouble use operation in the WSDL file. My wsdl contains multiple operations . i only need to invoke one operation, kindly explain how do i do that
WS input...
The below is my code , i am getting an exception. Is the WSDL referance to the url attribute is correct , if not how do i find right uri value from wsdl file, please help ..
<int:chain...