You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Slaybaugh Laura J IHMD <Sl...@ih.navy.mil> on 2003/01/21 14:47:28 UTC

RE: [axis] beanMapping and deploy.wsdd help - fixed

Thanks,

That seems to have helped.  Silly me, I forgot the java: prefix.... didn't
even notice it was missing.

Cheers,
Laura



> -----Original Message-----
> From: Sebastian.Beyer@wettschereck-partner.de
> [mailto:Sebastian.Beyer@wettschereck-partner.de]
> Sent: Monday, January 20, 2003 2:57 AM
> To: axis-user@xml.apache.org
> Subject: AW: [axis] beanMapping and deploy.wsdd help
> 
> 
> Hi Laura,
> 
> maybe it would help if you can pass the exception thrown by 
> the AdminClient.
> Id using Tomcat you should see this in the tomcat-console.
> 
> But are you sure your languageSpecificType parameter in 
> bean-tag is right?
> Try the praefix 'java:', therefor you defined the namesapce in
> deplyment-tag. And remember to specify the package!!
> 
>    <beanMapping qname="myNS:AssetData" xmlns:myNS="urn:PPServer"
>                languageSpecificType="java:mypackage.AssetData"/>
> 
> Hope that helps Greetings from Hamburg/Germany
> Seppo
> 
>