Hello, Does xfire work with inheritance across namespaces?
I am using XFire1.2.3 with jaxb binding to generate client stubs from an existing wsdl. The wsdl (along with imported XSDs) contains type ns1:A and another type ns2:B that extends ns1:A. Notice that namespaces are different for these types. When my request contains an object of type B in place of A, it does not seem to be marshalled correctly. On TCPMon, I can see that marshalled request simply contains an empty ns1:A tag. Thanks, Harshad
