Hi there !
I'm working on a application that uses web services (not the Middleware.connector) to get data from SAP and return data for insertion to SAP. I have created all the infrastructure in C# and all object data sources that get data, they work great. On the other hand, I can't send data from the C# application to SAP using the data sources that supposedly should do the job. The SAP servers returns an error but, as I don't have access to the server, I can't debug the problem.
Btw, the SAP functions were created by the SAP team and integrated into C# via referencing the wsdl file originated from the SAP server.
My issue is, I don't know if I'm doing things right. I've searched the web trying to find an example on how to send data to SAP using web services but I found no simple 101 example. Can you guys help me out on this one please ?
One last question. Do I need to configure an endpoint in app.config inside the C# application so I can send data to SAP via web services ? Sorry but I'm a bit confused ...
Thanks in advance