Hello,
I have just created an SAPB1 web service to populate the SAP database with information.
The XSD and WSDL files have been generated. I have then created an ASP.NET project to consume the web service and added a service reference to the WSDL file.
Adding the service reference automatically added information about the endpoint to the web.config file.
However, I get an error saying that the contract attribute value is invalid according to its datatype 'clientContractType'.
Does anyone know how to solve this issue?
Thank you.
Cyrille