You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2007/03/07 16:32:26 UTC

svn commit: r515608 - /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/WSDL11ToAxisServiceBuilder.java

Author: dims
Date: Wed Mar  7 07:32:26 2007
New Revision: 515608

URL: http://svn.apache.org/viewvc?view=rev&rev=515608
Log:
a bit more information on which wsdl actually caused the problem

Modified:
    webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/WSDL11ToAxisServiceBuilder.java

Modified: webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/WSDL11ToAxisServiceBuilder.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/WSDL11ToAxisServiceBuilder.java?view=diff&rev=515608&r1=515607&r2=515608
==============================================================================
--- webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/WSDL11ToAxisServiceBuilder.java (original)
+++ webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/description/WSDL11ToAxisServiceBuilder.java Wed Mar  7 07:32:26 2007
@@ -631,7 +631,10 @@
                 }
 
             } else {
-                throw new AxisFault("No service was not found in the WSDL");
+                throw new AxisFault("No service was not found in the WSDL at " +
+                        definition.getDocumentBaseURI()
+                        + " with targetnamespace "
+                        + definition.getTargetNamespace());
             }
         }
         return service;



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org