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 "Williams,Ed" <EW...@cerner.com> on 2001/12/06 00:07:35 UTC

Why doesn't my simple .wsdd work?

Somebody please take a look at my simple .wsdd below and tell me why Axis
throws a NullPointerException at
org.apache.axis.encoding.SerializationContext.qName2String(SerializationCont
ext.java:307).  The "type" attrib seems to be null.

I can't even find a complete simple example of .wsdd using a typemapping
with a BeanSerializer anywhere and the user guide isn't any help.  Is the
provider incorrect?  Help?!?
Thank you, 
Ed

WSDD:
<deployment name="test" xmlns="http://xml.apache.org/axis/wsdd/"
xmlns:java="http://xml.apache.org/axis/wsdd/providers/java"
xmlns:xsi="http://www.w3.org/2000/10/XMLSchema-instance">
	<service name="StickyNoteDirectory" provider="java:RPC">
		<typeMapping qName="ns:local"
xmlns:ns="http://com.cerner.stickynote"
languageSpecificType="java:samples.addressbook.Address"
serializer="org.apache.axis.encoding.BeanSerializer"
deserializer="org.apache.axis.encoding.BeanSerializer$BeanSerFactory"/>
		<parameter name="className"
value="com.cerner.stickynote.StickyNoteDirectory"/>
		<parameter name="methodName" value="*"/>
	</service>
</deployment>

CONFIDENTIALITY NOTICE

This message and any included attachments are from Cerner Corporation and are intended only for the addressee. The information contained in this message is confidential and may constitute inside or non-public information under international, federal, or state securities laws. Unauthorized forwarding, printing, copying, distribution, or use of such information is strictly prohibited and may be unlawful. If you are not the addressee, please promptly delete this message and notify the sender of the delivery error by e-mail or you may call Cerner's corporate offices in Kansas City, Missouri, U.S.A at (+1) (816)221-1024.
-------------------------------------------