Siebel WS Using C# .NET (call for examples)
I have been able to use SOAP UI to test the Service Request web service successfully. Now that I confirmed the web service works fine in my test environment, I would like to use C# .NET to call the web service. I have imported the WSDL file which created a reference in the .NET solution. Everything looks fine but I am not sure how to populate a simple query using the C# code. I have a button on the form to will call the web service in Siebel. The code below is what I have so far (I know it