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 Mahen Perera <ma...@gmail.com> on 2004/09/01 10:44:51 UTC

Serializable Class=> what is the type maping info to be included in the WSDD

Hi

I am having a web service method like the following....


public Serializable Method(String key){
}

What is the required Type Mapping information (typemapping section in
WSDD) to be included in the WSDD , in order to deploy this web service
in Axis.

Mainly,,, the concern is the "Serializable" clas.....

Thanx

Mahen