List content of EPCIS repository in asp.net MVC4 application
I've installed an EPCIS repository on my computer. To be precise, it's the
repository provided by fosstrak (you can find it there)
Now, i've created a simple MVC4 application in order to list the content
of that repository. My question is : how to do it ?
What i've done so far : I've seen that solution provided by fosstrak have
a "query" part that seems to build an answer when requested according to
some parameters... But request are written in Java and i'm working with
C#... Is there a way to query that service with asp.net ?
Thanks !
No comments:
Post a Comment