RE: [JBoss-user] JBoss.net questions/ SAAJ

2003-08-28 Thread Marco.Mistroni
; From: ext Jung , Dr. Christoph [mailto:[EMAIL PROTECTED] > Sent: 28 August, 2003 18:06 > To: [EMAIL PROTECTED] > Subject: RE: [JBoss-user] JBoss.net questions/ SAAJ > > > Marco, > > at least in head, saaj.jar should be part of the > jboss-net.sar. So it should

RE: [JBoss-user] JBoss.net questions/ SAAJ

2003-08-28 Thread Jung , Dr. Christoph
Branch_4_0 or through BrowseCVS/Attic) which depends on it to my knowledge. CGJ > -Original Message- > From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED] > Sent: Dienstag, 26. August 2003 21:32 > To: [EMAIL PROTECTED] > Subject: RE: [JBoss-user] JBoss.net questions/ SA

RE: [JBoss-user] JBoss.net questions/ SAAJ

2003-08-26 Thread Marco.Mistroni
ginal Message- > From: ext Jung , Dr. Christoph [mailto:[EMAIL PROTECTED] > Sent: 25 August, 2003 14:15 > To: '[EMAIL PROTECTED]' > Subject: AW: [JBoss-user] JBoss.net questions/ SAAJ > > > Marco, > > looks like you are not using server-side JBoss.net/Axis at all?

AW: [JBoss-user] JBoss.net questions/ SAAJ

2003-08-26 Thread Jung , Dr. Christoph
ksoap guys how to enable SOAPAction (if possible anyway). CGJ -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Sonntag, 24. August 2003 12:32 An: [EMAIL PROTECTED] Betreff: [JBoss-user] JBoss.net questions/ SAAJ hi all, has anyone ever tried

[JBoss-user] JBoss.net questions/ SAAJ

2003-08-24 Thread Marco.Mistroni
? if so, can you tell me what's wrong with the code? with best regards marco > -Original Message- > From: ext Jung , Dr. Christoph [mailto:[EMAIL PROTECTED] > Sent: 18 August, 2003 11:10 > To: '[EMAIL PROTECTED]' > Subject: AW: [JBoss-user] JBoss.net quest

AW: [JBoss-user] JBoss.net questions

2003-08-18 Thread Jung , Dr. Christoph
] Gesendet: Sonntag, 17. August 2003 11:36 An: [EMAIL PROTECTED] Betreff: [JBoss-user] JBoss.net questions hi all, i am trying to get acquainted with jboss.net samples. i followed what has been described at this very useful website http://www.csd.abdn.ac.uk/~bscharla/teaching/mtp_software

RE: [JBoss-user] JBoss.net questions

2003-08-17 Thread Marco.Mistroni
Hi, yep! find the part in the code that was connecting to tcpmon port. thanx a lot! regards marco > -Original Message- > From: ext Neal Sanche [mailto:[EMAIL PROTECTED] > Sent: 17 August, 2003 17:01 > To: [EMAIL PROTECTED] > Subject: Re: [JBoss-user] JBos

Re: [JBoss-user] JBoss.net questions

2003-08-17 Thread Neal Sanche
Well, if you've generated your testClient with the port you've set aside for TCPmon, then that would be the reason you can only connect when it's running. Look for URLs inside the code that point to the incorrect port, replace those with the port that JBoss is running on (8080) and you'll get i

[JBoss-user] JBoss.net questions

2003-08-17 Thread Marco.Mistroni
hi all, i am trying to get acquainted with jboss.net samples. i followed what has been described at this very useful website http://www.csd.abdn.ac.uk/~bscharla/teaching/mtp_software/jboss/jboss-net-HelloWorld.shtml and i encountered following behaviour. 1 - when i run the testClient WI