Hi,

I'm fairly new to XFire but have done some hacking through the source code
myself.
I would do this:

1. (optional) Follow the XFire tutorials (or MyEclipse tutorials) to expose
a bean with a method using a custom type POJO as a web service. Get this
working with a client
[If you already have your client+server working then maybe you dont need to
do this]

2. Put the application server into debug mode, and put a breakpoint in
AegisBindingProvider.readParameter. Note: You'll  need the XFire source for
this debugging. This is where it uses the parameter type to deserialize from
the incoming XML.

You can see how the Type objects serialize and deserialize to/from XML. Then
hopefully you can recreate this in other scenarios.

Good luck,

Connor


-- 
View this message in context: 
http://www.nabble.com/Using-the-bindings-yourself-tf3301741.html#a9185504
Sent from the XFire - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to