-
It's not dead, but it could seriously use some help/assistance. There are a whole bunch of modifications (including preliminary WSDL support, inclusion of properties, and a bunch of other code that is sitting in patches) that need to be incorporated into the main release.
At the minute, I don't have much time to work on KSoap, and my motives are a little different from many of the other...
2009-09-25 21:29:04 UTC in kSOAP2
-
Vikram,
It's actually quite hard to justify professional services when we have no idea of the scope. If this is a huge project, then I doubt that we would have any interest, there's not that much of an ROI for us to have this working. However, if the scope of the project is relatively small then we might be able to make it fly.
Thanks,
Jim.
2009-03-12 15:40:14 UTC in j-Interop : Java - COM Interoperability
-
Vikram ,
If we (both) had some idea of the scope of work, then perhaps we could move the idea forward. Can find a few minutes to think about what might be required, even if it's just a few short bullet points?
Thanks,
Jim.
2009-03-11 16:02:00 UTC in j-Interop : Java - COM Interoperability
-
Vikram,
Thanks for the clarification.
Is it fair to assume that emulating a COM runtime on Linux, even in it's most basic form would be a considerable extension to j-Interop?
Do you have in mind what might be required to accomplish this? A roadmap or simple design document that gives pointer to what code is required?
Thanks,
Jim.
2009-03-11 15:22:55 UTC in j-Interop : Java - COM Interoperability
-
Is this the same as saying that there's no way to run a COM server on Linux without having a Windows machine available?
Is this just the case for authentication or are there deeper dependencies on Windows?
Thanks,
Jim.
2009-03-11 02:10:22 UTC in j-Interop : Java - COM Interoperability
-
Vikram,
I'm running the app as a standard Linux user. Is the library trying to bind to a port? Could you provide the two sentence background as to what is being used for authentication?
Thanks,
Jim.
2009-03-10 12:59:52 UTC in j-Interop : Java - COM Interoperability
-
I'm trying to run the Test_ITestServer2_Impl on Ubuntu, but get to:
"The attempted logon is invalid. This is either due to a bad username or authentication information. [0xC000006D]"
Reading around I see hints of solutions to this but I have been unsuccessful in finding clear directions or helpful suggestion - my apologies if I've missed something obvious.
Is there an easy way...
2009-03-09 22:24:45 UTC in j-Interop : Java - COM Interoperability
-
Code generated from:
http://www.webservicex.net/globalweather.asmx?WSDL.
2007-09-24 21:11:30 UTC in kSOAP2
-
Eric,
Here's the source:
protected void incrementSequence() {
synchronized (Connector.class) {
lastSequenceCounter = sequenceCounter++;
if ( sequenceCounter > 10000 ) {
sequenceCounter = 1;
}
}
}
where:
protected int lastSequenceCounter;
protected static int sequenceCounter;
Built in Eclipse (3.1) with a source level of 1.3 and a...
2007-08-23 18:18:41 UTC in ProGuard Java Optimizer and Obfuscator
-
I agree that it looks like 1752330 and if that your response had not specifically mentioned "synchronize" I probably won't have submitted this. If you would like to send a jar to test, I'd be happy to run it.
2007-08-20 19:29:38 UTC in ProGuard Java Optimizer and Obfuscator