I'm trying to make a webservice that returns an array of objects, which contains another array of objects.
Everything works fine, when I hack the wsdl manually.
How can I make it work automatically?
I'm using Eclipse 3.4 for Java EE, Axis 1.4, Glassfish v2 UR2, and Eclipse's Web Services...
Hi!
I'd like to display all tooltips on my form at the same moment, but I can't even display 1!
I'm looking for a method, that shows the tooltip (defined in a ToolTip object)
Thanks in advance,
Máté
How I detect fast if an MSSQL server is running?
My present solution is this:
dim conn as New SQLClient.SQLConnection("blabla;Connect Timeout=2;blabla2")
dim running as boolean
try
conn.open
running = True
catch ex as Exception
running = False
end try
...
But it's slow. (Slower then...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.