Techies,
I am calling a third party Guidewire Webservice in a C# windows application. I am having an issue where the response object/variables are always null even though i get the response logged in trace file. Also i see the response in SOAP UI.
I have tried many different approaches here, but for some reason the response wont be assigned to output variables.
I tried adding it as Service Reference with no luck.
I tired generating proxy class files using SVCUtil and WSDL.exe, still no luck.
I verified all the request and response headers to see if there is any mismatch and it seems to be matching. i am not sure why the responses wont get assigned to output variable.
Trace file doesn't have any errors.. Can you please help on how we can proceed on this?
Any pointers will be appreciated.
Thank You!