Your qname needs to be a qname, not a local name:

   <beanMapping qname="myNS:AnotherClass" xmlns:myNS="urn:BeanService"
   languageSpecificType="anotherpackage.AnotherClass"/>

Anne

On Dec 24, 2007 12:26 PM, gregory <[EMAIL PROTECTED]> wrote:
>
>
>
>
> I added the following code to my server-config.wsdd:
>
>
>
>
>
> <service name="anotherMethod" provider="java:RPC">
>
>
>
>     <parameter name="allowedMethods" value="One"/>
>
>
>
>     <parameter name="className" value="anotherpackage.AnotherClass"/>
>
>
>
>     <!--  <beanMapping qname="AnotherClass" xmlns:myNS="urn:BeanService"
>
> languageSpecificType="anotherpackage.AnotherClass"/>-->
>
>
>
> </service>
>
>
>
>
>
>
>
>
>
> When beanmapping element is commented, the service is deployed and I see it
> in the services list, but when I uncomment the beanmapping element, the
> service is not deployed (there is nothing in the url where the web service
> wsdl is supposed to be).
>
>
>
> Is there some reason and/or solution to this problem?
>
>
>
> Thanks
>
>
>
>
> No virus found in this outgoing message.
>  Checked by AVG Free Edition.
>  Version: 7.5.516 / Virus Database: 269.17.7/1194 - Release Date: 23/12/2007
> 17:27
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to