Here the link to the WAS-Apache SOAP 2.2 Installation Instructions for
WAS...


http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-soap/java/docs/install/websphere.html

This is an XML parser path problem.  Per the SOAP FAQ
(http://xml.apache.org/soap/faq/index.html) there are two gotchas in WAS.
It sounds like you need to revisit #2 below...

     1.Explicitly set the port number that you have exposed the rpcrouter
servlet on. Even if it is default(80), just mention it in the URL as
          http://aaa.bbb.ccc.ddd:port/soap/servlet/rpcrouter.
     2.Verify that xerces is at the start of your path not only by setting
it in the App but also in the websphere configuration files (admin.config,
          setupclient.bat).

Shawn.



                                                                                       
                                                      
                                                                                       
                                                      
                      megasycophant@ya         To:      [EMAIL PROTECTED]       
                                                      
                      hoo.com                  cc:                                     
                                                      
                                               Subject: Problems on WAS                
                                                      
                      03/12/2002 02:31                                                 
                                                      
                      PM                                                               
                                                      
                      Please respond                                                   
                                                      
                      to soap-user                                                     
                                                      
                                                                                       
                                                      
                                                                                       
                                                      



I've tried multiple code snippets on WAS v3.55 Standard that I know worked
on Tomcat.  I'm receiving the following response:

<?xml version='1.0' encoding='UTF-8'?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";
xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance";
xmlns:xsd="http://www.w3.org/1999/XMLSchema";>
<SOAP-ENV:Body>
<SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Server.Exception:</faultcode>
<faultstring>org.apache.xerces.dom.NodeImpl: method
<init>(Lorg/apache/xerces/dom/DocumentImpl;)V not found</faultstring>
<faultactor>/mpd/soap/rpcrouter</faultactor>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>

I've looked at the archives and seen similar problems but no resolution.
TIA for any help!






This communication is for informational purposes only.  It is not intended as
an offer or solicitation for the purchase or sale of any financial instrument
or as an official confirmation of any transaction. All market prices, data
and other information are not warranted as to completeness or accuracy and
are subject to change without notice. Any comments or statements made herein
do not necessarily reflect those of J.P. Morgan Chase & Co., its
subsidiaries and affiliates.

Reply via email to