CREATE PROCEDURE [aaa].[yyyyyyyyyyyyy] ( @Nf INT, @XML_OUTPUT XML OUTPUT, @TLR INT OUTPUT,
)
what dataType should I select in webMethods adapter service under Parameter tab under ParamJDBCTYpe column if I wanted to go with storedProcedure style. And also as what data type should I select Under Output type column in output section.
I don’t want to use storedProcedureWithSignature due to some reasons. Kindly help me to get the solution on this.
Hi All,
As I didn’t find any alternative, I converted XML to NVARCHAR in StoredProcedure, in SQL Server and specified it as OUPUT type. I am getting the results of StoredProcedure into wM. I am assigning the output of StoredProcedure to a variable of type String. When the storedProceudre is returning more than 43K characters, variable of String is unable to hold all the characters. Any suggestion or work around here.
I have some business Logic which I have to execute at db side, there are lot of benifits of using SP in my requirement. Let me know the solution for my problem.
Based on the input passed ( No of records ) have to connect to DB, join around 20 tables, selecting around 70 columns. And all these data to webMethods.