You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by bu...@apache.org on 2001/04/17 12:27:42 UTC

[Bug 1355] New - Fails to parse SOAP schema

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1355

*** shadow/1355	Tue Apr 17 03:27:42 2001
--- shadow/1355.tmp.10762	Tue Apr 17 03:27:42 2001
***************
*** 0 ****
--- 1,35 ----
+ +============================================================================+
+ | Fails to parse SOAP schema                                                 |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 1355                        Product: Xerces-J                |
+ |       Status: NEW                         Version: 1.3.1                   |
+ |   Resolution:                            Platform: PC                      |
+ |     Severity: Major                    OS/Version: Windows NT/2K           |
+ |     Priority: High                      Component: DOM                     |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: xerces-j-dev@xml.apache.org                                  |
+ |  Reported By: i.gilchrist@eris.dera.gov.uk                                 |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ I am trying to use Apache SOAP 2.1 with Xerces 1.3.1, Sun J2EE SDK 1.3 and Sun 
+ JDK 1.3.  When I invoke the SOAP address book sample, it fails with the 
+ following error:
+ 
+ $ java org.apache.soap.server.ServiceManagerClient 
+ http://localhost:8000/soap/servlet/rpcrouter list
+ Exception in thread "main" [SOAPException: faultCode=SOAP-ENV:Client; 
+ msg=Unable to resolve namespace URI for 'ns2'.; 
+ targetException=java.lang.IllegalArgumentException: Unable to resolve namespace 
+ URI for 'ns2'.]
+         at org.apache.soap.rpc.Call.invoke(Call.java:244)
+         at org.apache.soap.server.ServiceManagerClient.invokeMethod
+ (ServiceManagerClient.java:127)
+         at org.apache.soap.server.ServiceManagerClient.list
+ (ServiceManagerClient.java:149)
+         at org.apache.soap.server.ServiceManagerClient.main
+ (ServiceManagerClient.java:235)
+ 
+ The sample works correctly with Xerces 1.2.1, 1.2.3 & 1.3.0.

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org