RE: Soap Mapping Registries

2001-06-15 Thread Hecking, Dirck J
Subject: Soap Mapping Registries Hello, If I have a java bean that holds another bean internally, do I need to map each of those in the deployment descriptor? What about in the SoapMappingRegistry? Are there any situations in which I would need to add more than one item to the registry (per

Soap Mapping Registries

2001-06-15 Thread Jonathan Kozolchyk
Hello, If I have a java bean that holds another bean internally, do I need to map each of those in the deployment descriptor? What about in the SoapMappingRegistry? Are there any situations in which I would need to add more than one item to the registry (per each use of call.invoke())? Thanks,