Dennis Sosnoski wrote:
> 
> Bad specifications are a major part of the issue with interoperability
> problems....
> 

On this topic I'm really a beginner. I've been working in the IT market for
nearly twenty years nad thsi is the first time I'm facing serious problem to
understand everithing. Specs and framework are moving so fast. For example:
we use JBoss AS in many environments. On their list, some JBoss guys
commenting some issues stated that "...Most efforts are put into JAX-WS at
the moment, that's why wstools for JAX-RPC is a little weak in some
areas...".
So you'll end never having a solid rock stack becouse you development effort
are running behind new specs and so on. Of course I hope that we will soon
have a good set of specs/raccomandations to work on.


Dennis Sosnoski wrote:
> 
> I give some recommendations in 
> this area as part of some of my presentations. I just posted the slides 
> from my "SOA for Developers" workshop, which includes a fairly extensive 
> chunk on schema, at 
> http://www.sosnoski.com/jibx-wiki/space/axis2-jibx/soa-for-devs
> 

Thank you, nice slideshow indeed.
It gives you the big picture around so many concepts.

I've seen your and Ajith comments on
http://issues.apache.org/jira/browse/AXIS2-2007.
Yes I'm using ADB, pratically just modifying a service.xml to expose my
existing pojo class. So exceuse my newbie questions:

Is there any way to set up Axis2 to use by default xmlbeans databinding
instead of ADB?

Give that I already have a ready pojo class to expose, my step should be:

#1 Save the Axis automagically generated wsdl for my pojo

#2 Use the wsdl as input to WSDL2Java specifying that I want serverside
skeletons and xmlbeans databinding

#3 Fill the skeleton with my old pojo business logic or better delegate the
methods 1 to 1 from the skeleton to my pojo.

#4 jar everything and deploy again.

Regarding the #1 could I modify the wsdl before running WSDL2Java? I ask
this because, right now to get rid of this quirk (
http://issues.apache.org/jira/browse/AXIS2-1931 ) I recompiled Axis sources.

Thank you in advance.

--
Davide

-- 
View this message in context: 
http://www.nabble.com/xsi%3Anil%3D%271%27-Null-what-is-wrong-with-this-soap-body--tf3040150.html#a8475508
Sent from the Axis - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to