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 "Daleiden, Mike" <mi...@aaaresponse.com> on 2002/12/11 17:24:38 UTC

RE: TypeMapping for multiple wsdds

Use a comma-separated list of method names.

-----Original Message-----
From: Brian Dillon (ext. 944) [mailto:Brian.Dillon@fineos.com] 
Sent: Wednesday, December 11, 2002 11:28 AM
To: 'axis-user@xml.apache.org'
Subject: TypeMapping for multiple wsdds


Hi,

Two quick questions.

Firstly Is it possible to have the type mapping specified outside of the
wsdd and use something like <xsd include.. to include the type mapping
into several wsdds ? I.e. I have multiple services to deploy where the
type mapping (i.e. the Serializer and Deserializer) is the same, so
rather than have the same thing duplicated in numeous wsdds I was hoping
to have define the type mapping elsewhere.

Secondly, in the wsdd there is an 'allowedMethods' tag. I can see the
syntax for allowing one method or all (using *). What is the syntax for
allowing mutiple methods ?

Thanks,

Brian.


************************************************************************
**
The information contained in this e-mail is confidential,
may be privileged and is intended only for the use of the recipient
named above. If you are not the intended recipient or a representative
of the intended recipient, you have received this e-mail in error and
must not copy, use or disclose the contents of this email to anybody
else. If you have received this e-mail in error, please notify the
sender immediately by return e-mail and permanently delete the copy you
received. This email has been swept for computer viruses. However, you
should carry out your own virus checks.


Registered in Ireland, No. 205721. http://www.FINEOS.com
************************************************************************
**


Nullable message parts and nullable complex type elements?

Posted by Kenneth J Baker <ba...@umich.edu>.
Does axis support nullable message parts & nullable complex type elements
through WSDL2Java?

I've tried defining a wsdl file with built in types (like int) as
nullable.  But the message interfaces and classes still have int as their
type rather than something that could be null.

Does anyone have any information reguarding this?

Thanks,
Ken