You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by Tim Almdal <Ti...@accessbc.com> on 2001/02/07 17:42:34 UTC

Error Message Definitions?

Is there somewhere I can go to find what an error message means.  Failing
that, any thoughts on the following message

Having gotten past the BadTargetObjectURI error (needed to add my directory
into the classpath);

I now get "SOAP-ENV:Server.Exception: / Reverse (wrong name:
ReverseServer/Reverse/Reverse)"

I have a directory "C:\Development\ReverseServer" on the classpath that
contains the Reverse.class file.

The Deployment descriptor is:

<isd:service xmlns:isd="http://xml.apache.org/xml-soap/deployment"
             id="urn:xml-soap-reverse">
  <isd:provider type="java"
                scope="Application" 
                methods="reverse">
    <isd:java class="Reverse" static="false"/>
  </isd:provider>
</isd:service>

thanks
Tim