Re: [Axis2] Sub-types not being marshalled correctly

2008-05-02 Thread patc
l difference between XML schema and OO languages such > as Java, where extension always implies substitutability. > > Regards, > > Andreas > > > On 29 Apr 2008, at 19:14, patc wrote: > >> >> >> Hi there >> >> I am encoun

[Axis2] Sub-types not being marshalled correctly

2008-04-29 Thread patc
Hi there I am encountering a problem involving Axis2 1.3 with JAXBRI databinding when dealing with subtypes (inherited types). I have a CoManagerIdentifier that is a subclass of EmployeeIdentifier, and a service request called createCompany (namespaces, etc. are left out to reduce clutter):

Re: Axis2 Namespace lookup error throw when I access the MessageContext in handler on client service request (JAXB RI databinding)

2008-01-09 Thread patc
Pat patc wrote: > > > > Hi there > > I have encountered a problem when accessing the MessageContext on a client > request handler. What I am attempting to do is log the payload when the > client makes a service request. The client is an Axis2 stub, generated by >

Axis2 Namespace lookup error throw when I access the MessageContext in handler on client service request (JAXB RI databinding)

2008-01-08 Thread patc
Hi there I have encountered a problem when accessing the MessageContext on a client request handler. What I am attempting to do is log the payload when the client makes a service request. The client is an Axis2 stub, generated by the WSDLtoJava utility with JAXB RI as the databinding. The cl