Questions tagged [agresso]

3 questions
1
vote
1 answer

accessing multi endpoints web services (ASMX) best practices in c#

I have a clean architecture project that provide micro services, one of which is to access Agresso ERP web services. https://***************/service.svc it provide many services…
Dicekey
  • 405
  • 4
  • 12
0
votes
0 answers

How to remove namespaces from XSD based C# object?

I have a class, created from Agresso's XSD using xsd.exe, which I successfully use to generate my XML file. I define an object ABWInvoice oInvoiceAgresso = new ABWInvoice() { }; , populate with relevant data and then save as an XML file, using the…
KDWolf
  • 398
  • 2
  • 14
0
votes
2 answers

Search in agresso Query Engine

Is it possible to search/filter on columns with Agresso's QueryEngineService? I've been playing around with SearchCriteria.SearchCriteriaPropertiesList and TemplateResultOptions.Filter but without any luck. I havn't been able to locate any…
Jimmy Mattsson
  • 2,085
  • 5
  • 19
  • 34