
Hi all,
I'm trying to implement a web service that communicates with TIBCO (Middleware). I've created the C# classes starting from a WSDL File and i added a service reference in my project. The problem is that when i call a wsdl method in C# it seems that the request to send to Tibco ( that is a soap request) is malformed. Infact if i try to make that request using soapUI all works properly, instead i make the request from C# ( wsdl classes) seems that the generated methods doesn't build properly the request to send.
Someone could suggest me whe right approach to form a soap request with C# starting from a wsdl file?
Thank you in advance,
Davide.