Noel:
you would specifically configure the soapServer via  
<context-param>
        <param-name>ConfigFile</param-name>
        <param-value>config-file</param-value>
 </context-param>
Take a look at
http://ws.apache.org/soap/docs/guide/

HTH,
Martin-

----- Original Message ----- 
From: "Fuentes, Noel" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, 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: Malte Kempff [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, January 11, 2005 1:25 AM
To: [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, 10. Januar 2005 23:24
An: [EMAIL PROTECTED]
Betreff: Multiple URNs in a single server application


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 implementation.

My current deployment descriptor looks like this:

************************************************************************
<isd:service xmlns:isd="http://xml.apache.org/xml-soap/deployment";
             id="urn:MySOAPService" type="message">
  <isd:provider type="java" scope="Application" methods=" methodA,
methodB, methodC, method, methodE, methodF ">
    <isd:java class="com.mycompany.soap.SOAPHandler"/>
  </isd:provider>

<isd:faultListener>org.apache.soap.server.DOMFaultListener</isd:faultLis
tener>
</isd:service>
************************************************************************
***

Now, I want to distribute such that methodA, methodB, methodC remain in
com.mycompany.soap.SOAPHandler.java and move methodD, methodE, and
methodF into com.mycompany.soap.SOAPHandler2.java. I figured we cannot
declare multiple URNs with in a single deployment descriptor file.

Can I know how to accomplish the above?

Thanks in advance.



____________
Virus checked by G DATA AntiVirusKit
Version: AVK 15.0.2229 from 05.01.2005
Virus news: www.antiviruslab.com

Reply via email to