Jump to content

profquail

Members
  • Posts

    3
  • Joined

  • Last visited

    Never

profquail's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Thanks for the replies. I checked the code repository and didn't see anything quite like my project in there, so I'll make sure to post the code up when I'm done with the project (probably within the next week). After that if people check out the code, and it's useful to others, I'll probably open-source it so that it can be maintained and added on to.
  2. Hello all, I've been working on a small project for school over the past few weeks that I would like to share with you. For lack of a better name, I called it "LEMR" (LabView Experiment Monitoring and Reporting). Basically, I wrote a .NET DLL that is wrapped by some LabView VI's; the DLL is able to access web services (via SOAP/WSDL) to log your labview data to a server. The other part of the project is an ASP.NET website that accesses the database (where the services store your data), and presents the data through a nice, clean interface. Bonus: the VI's/DLL/website can be set up to use Active Directory authentication, so if your workplace runs a windows network, you can use the same credentials as you would to log onto your computer. I thought I would post here to see if anyone else would be interested in using such a project. If I get some positive responses, I'm going to open-source the code for the project on Sourceforge or CodePlex. What do you all think? Is this something that others would find useful? The reason I wrote the program is because some of the research buildings at school have tons of LabView terminals, but everyone still has to share their data via thumbdrives and email (well, not any more).
  3. QUOTE (TobyD @ Jul 11 2008, 10:11 AM) I can't give you a certain answer on this, but I do a bit of PHP development on the side, and I know that there are some issue cross-communicating between PHP's SOAP client and a .NET web service...I seem to remember that it has something to do with Microsoft's implementation of the WSDL format. You might want to see what you can look up regarding how to access a .NET service from Java (there may be a few tricks to make it work). LabView handles it just fine since it uses built-in .NET functions to generate code libraries to access the web service...
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.