Re: Multiple URNs in a single server application

2005-01-11 Thread Martin Gainty
sday, January 11, 2005 11:23 AM Subject: RE: Multiple URNs in a single server application Where do you put the deployment descriptors? I've tried putting it in each of my servlet context but it does not get deployed when I bounce my server. Thanks, Noel -Original Message- From:

RE: Multiple URNs in a single server application

2005-01-11 Thread Fuentes, Noel
So, you're saying that the deployment descriptor needs to be in soap.war? Thanks, Noel -Original Message- From: Malte Kempff [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 11, 2005 9:04 AM To: [EMAIL PROTECTED] Subject: AW: Multiple URNs in a single server application Soap nee

AW: Multiple URNs in a single server application

2005-01-11 Thread Malte Kempff
: [EMAIL PROTECTED] Betreff: RE: Multiple URNs in a single server application I mean restarting my server and I expect my SOAP service to be registered if I include my deployment descriptors in my web app rather than running a script outside of my server. Thanks, Noel -Original Message- From

RE: Multiple URNs in a single server application

2005-01-11 Thread Fuentes, Noel
, 2005 8:42 AM To: [EMAIL PROTECTED] Subject: AW: Multiple URNs in a single server application I just have a job for each of my soap-deployment-descriptors, using the "soapdeploy SoapDeployDescr.xml" command So it does not very much matter for me where they stand. What do you mean with bou

AW: Multiple URNs in a single server application

2005-01-11 Thread Malte Kempff
lto:[EMAIL PROTECTED] Gesendet: Dienstag, 11. Januar 2005 17:23 An: [EMAIL PROTECTED] Betreff: RE: Multiple URNs in a single server application Where do you put the deployment descriptors? I've tried putting it in each of my servlet context but it does not get deployed when I bounce my server.

RE: Multiple URNs in a single server application

2005-01-11 Thread Fuentes, Noel
EMAIL PROTECTED] Subject: AW: Multiple URNs in a single server application Hi Pramodh, why don't you deploy it in several deployment descriptors? That's the way I do it, and it works fine. Malte -Ursprungliche Nachricht- Von: Pramodh Peddi [mailto:[EMAIL PROTECTED] Gesendet: Montag,

AW: Multiple URNs in a single server application

2005-01-11 Thread Malte Kempff
Hi Pramodh, why don't you deploy it in several deployment descriptors? That's the way I do it, and it works fine. Malte -Ursprungliche Nachricht- Von: Pramodh Peddi [mailto:[EMAIL PROTECTED] Gesendet: Montag, 10. Januar 2005 23:24 An: [EMAIL PROTECTED] Betreff: Multiple URNs i

Multiple URNs in a single server application

2005-01-10 Thread Pramodh Peddi
Hi, My server application, till now, has a single URN server and all the soap methods used to be under that URN. Now, we are planning to distribute the soap services into different URNs and thus want to declare multiple URNs in my deployment descriptor file. We are using soap2.3 with MessageRouter