Hello there! I'm using spring + axis in my application. I've extended the org.springframework.remoting.jaxrpc.JaxRpcPortProxyFactoryBean class in order to register my Beans.
Well It was working for a simpler kind of bean, but for the WSDL bellow
I'm confused on how register it.
1st - I've noticed that both Assinante and AssinantePK have the same namespace, is this ok? I mean, don't I need a unique namespace for each object?
2nd - Where can I find an deep material about Serializers?
3rd - I've read the article recommend at the Axis site about the WSDL types which one use, but that explains for the
SOAP envelop only, where can I find reference about differences for the type mappings?
If someone cares to give me a hand here I'd be grategfull.
Regards