• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Help with TypeMapping

 
Ranch Hand
Posts: 61
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Gravity is a harsh mistress. But this tiny ad is pretty easy to deal with:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic