I have developed a web service in mono. I can consume it in my network and with other programs. The webservice is running on an xsp2 server:
Now I import the wsdl to LabVIEW, everything goes well but when I call the webservice I get the following error.
Error calling method
TestWebService.TestWebService.Parameter(System.ArgumentNullException: The key must not be NULL, parametername: key) System.ArgumentNullExceptioin in TestWebService.lvlib:Parameter.vi
I have looked on msdn and everything is about an svc file that I can't find in my mono ws.