BizTalk Oracle/SQL execution error on ReceiveLocation : Action http://Microsoft.LobServices.OracleDB
BizTalk Oracle/SQL execution
error on ReceiveLocation
When we try to call
SQL/Oracle StoredProcedure/package from the ReceiveLocation with Default
PollingAction generated then it might give error as we need to add “Polling” in the name of
package or stored procedure.
The Messaging
Engine failed to add a receive location "Zim.EAI.Framework.RL_ReTestGet"
with URL "oracledb://goDEV1/?PolllingID=1111" to the adapter
"WCF-Custom". Reason: "System.NotSupportedException: Action
"http://Microsoft.LobServices.OracleDB/2007/03/EBT/Package/BL_GO_PCK/GETDATA_XML"
is invalid.
at
Microsoft.Adapters.OracleDB.OracleDBInboundContract..ctor(OracleDBConnection
connection, IOracleCommonUDTHelper oracleUdtHelper, MetadataLookup
metadataLookup)
Auto Generated Action :
Correct Action :
Comments
Post a Comment