• Web service call issue

    Hi All, I am trying to call the web service using the SOUP UI Application but it is giving me error in the screenshot attached. Can anyone please help to resolve it? Thanks SF
  • C# web service wrapper on new net core/standard frame

    I’m trying to develop a c# wrapper to communicate with x3 SOAP web services with the new frameworks NET CORE, NET STANDARD 2.0 (on Xamarin). With this wrapper: https://www.rklesolutions.com/blog/x3-soap-web-services I can easily connect with…
  • Sage X3 PU11 - SOAP Call in C# Language - Is there a common library DLL which we. can attached as a reference.

    Hello Teams, We are creating an Interface to Sage X3 PU11 and would like to know if Sage or any other provider has created a common DLL library for the C# programming language. Will be used to call SOAP or REST in Sage X3. Thank you, Dennis
  • Connect Sage EM with .Net (C#)

    How can I connect Sage EM and .Net with a user authentication? Before V11 there was authentication available: cc.codeUser = "ADMIN"; // X3 user cc.password = ""; // X3 password And now in V11, how can I do it? Thanks!