High there!
Some time ago, Tue, 10 Jul 2001 16:31:21 +0800, you wrote something
about "RE: have anyone config soap on resin":

>When I try to deploy urn:AddressFetcher   from the sample:
>
>I input the command:
>       
>       java -cp 
>c:\resin-2.0.0\webapps\soap\WEB-INF\classes;c:\lib\activation.jar;c:\lib\mail.jar;c:\lib\xerces.jar
> org.apache.soap.server.ServiceManagerClient                
>http://ehub:8080/soap/servlet/rpcrouter deploy DeploymentDescriptor.xml
>
>(the deploymentDescriptor.xml is come with the sample)
>
>I get the result:
>
>       Ouch, the call failed:
>         Fault Code   = SOAP-ENV:Client
>         Fault String = Unable to resolve namespace URI for 'ns2'.

Resin has its own XML parser inside (sax.jar and dom.jar).
So, xerces jaxp implementation will be loaded (will not be loaded
anyway) after resin jaxp implementation.

You just need to start resin (httpd.exe or httpd.sh) with command line
key "-classpath xerces_classpath" and xerces will be loaded first.

Everything must be fine now. You may even remove sax.jar and dom.jar
from resin lib directory, to be sure :)

--
jurgen.ru

Reply via email to