roaming
13 years agoNew Contributor
JDBC Stored Procedure Call
Using SOAP UI pro 4.5,
I am trying to make a call to a "Stored Procedure" through a JDBC Request,
I have searched through the websites and have been unable to find documentation that explains (in simple terms) what i need to do
so far i think the call needs to be in the format.....
{call Client..spGetBalance ('2012-07-16', 'param2, 'param3')}
The call returns one value, which is a count, and is not as expected.
If i make the call using "Microsoft SQL Server Management Studio" then i see all the data expected.
Any help/pointers where i can look to see how to call a Stored Procedure?
I am trying to make a call to a "Stored Procedure" through a JDBC Request,
I have searched through the websites and have been unable to find documentation that explains (in simple terms) what i need to do
so far i think the call needs to be in the format.....
{call Client..spGetBalance ('2012-07-16', 'param2, 'param3')}
The call returns one value, which is a count, and is not as expected.
If i make the call using "Microsoft SQL Server Management Studio" then i see all the data expected.
Any help/pointers where i can look to see how to call a Stored Procedure?