hai all.
i have a table cases in sql server and i mapped it to tamino as a schema
schema_cases. The doc type is cases.
i am able to retrieve the data using the following url
http://localhost/tamino/landregistration/col_land?_XQL=//Cases
now i want the same xml document from .net how i can achieve this.
I did the following
TaminoConnection connection = new TaminoConnection(“http://localhost/tamino/landregistration”);
TaminoCommand command = connection.CreateCommand(“colland”);
connection.Open(TaminoConnectionMode.AutoCommit);
TaminoUri myuri = new TaminoUri(“./Cases”);
TaminoDocument doc = command.Retrieve(myuri);
i am getting the error message as
SoftwareAG.Tamino.Api.TaminoException: TANPIE0001: Retrieve operation failed: INOXME8554: No message received.
so please tell me how i can access the sql fields thru .net API
please its very urgent and any reply is appreciated in advance
schema_cases.tsd (7.96 KB)
#webMethods#webMethods-Tamino-XML-Server-APIs#API-Management