Questions tagged [praxedo]
2 questions
2
votes
1 answer
In C#, how can I create a SOAP integration for the Praxedo Business Event Attachment Manager?
We use Praxedo and need to integrate it with our other solutions.
Their API requires the use of SOAP, and moreover requires MTOM and Basic authentication.
We've successfully integrated with multiple services, such as their Customer Manager. In the…

Brian Kessler
- 2,187
- 6
- 28
- 58
0
votes
1 answer
In C#, is it possible to create a generic method for instantiating multiple "manager clients" generated from Praxedo WSDL?
We are using Praxedo for multiple services, many of which are on different SOAP APIs which are never-the-less similar to instantiate and consume.
Rather than repeating code, I'd like to make a generic way to do this.
I've created this factory…

Brian Kessler
- 2,187
- 6
- 28
- 58