Hi , I am using SQL Server 7.0 StoredProcedure in EAI server for the customer transaction. I declared three output parameters in procedure and also in the document type , the mapping also perfect in Enterprise Integrator. procedure is running perfect but always getting null message in all the returned three output parameter though the actual procedure return some values…Please can someone help me out how to overcome this situation…will be great if you could guide me?
in procedure I declared something like…
@Type char(1) OUTPUT,
@EType char(3) OUTPUT,
@SType char(3) OUTPUT
#Integration-Server-and-ESB#webMethods#Adapters-and-E-Standards