• 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…
  • Webservices and Groups

    In a webservice you have to select a group for a parameter/value. What is the purpose of that? Why do i get the following message, [err] Field ZBPCEMP not expected into group GRP0. when in my webservice definition the field is in Group0! Also…