Thanks anyway mate!
I´ve chatted a bit with a IBM J9 developer and look what he said to me:
Hi,
The J9 libraries do not support javax.naming.*. Primarily, we target
the JavaME space and there has been no request to implement that
package.
Using Sun libraries on top of J9 is at your own risk. J9's class library
has been written from the ground up and not from Sun source. As such, the
Sun code you add on top may reference internal Sun classes or classes
which you'll also have to add to J9 from Sun.
....So I guess I´ll have to open a socket, build a complete SOAP message and then send it to the opened stream...this is sad, really sad.
Cheers!
