Re: SOPAPart is not beeing processed ?

2005-06-15 Thread Marion Schwarz
For everyone, who's still interested in the solution: It happens to be a problem with the os: - Re: SecureRandom on Linux Author: mbjones Jul 23, 2004 1:15 PM (reply 1 of 1) I ran into the same problem with JDK 1.4.1_01 and JDK 1.4.2_05 running on Redhat

Re: SOPAPart is not beeing processed ?

2005-06-15 Thread Marion Schwarz
Ok, I found out that the process stopps in the SOAPPart constructor while trying to set the mime header "content-id". reason unknown... Anybody a clue ? btw: the exception handling is oviously a drag... no message whatsoever :-(

SOPAPart is not beeing processed ?

2005-06-15 Thread Marion Schwarz
Hi there, I have a java implementation of a simple service that receives a soap message containing a single body element. When I adress this service on my local system, using a java client call to javax.xml.rpc.Call call.invoke( SOAPBodyElement[] ) everything works fine. I can see the debug