Hi,

I have some trouble doing something similar, what happens in my case
is that my Exception belongs to another package lets say:

Ws-Implementation:  com.myplace.ws              
My Fault:           com.myplace.faults  
        targetNamespace in my schema: http://myplace.com/faults


Now the WSDL generated contains 2 Fault Detail declaration one
for http://faults.myplace.com and another one for
http://myplace.com/faults

The first one is automatically generated and is the one used, the
second one is my schema included in the service.xml.

I've tried a log of JAXB annotations to see if something changes, and
schema annotations, but really couldn't find a way to solve my problem.

Is there a way to do this without changing to schema first development ?

Any help will be welcomed
tonio

On Fri, 2007-02-02 at 17:20 +0100, Tomek Sztelak wrote:
> Take a look here : http://xfire.codehaus.org/Fault+and+Exception+Handling
> As i remember i also added such sample inside book example (
> examples/book or something like this:)
> 
> On 2/2/07, Christopher Moesel <[EMAIL PROTECTED]> wrote:
> >
> >
> >
> >
> > Is there a way, using XFire, to specifically control the individual
> > components of a SOAP 1.1 fault?  I'm specifically interested in the
> > faultcode element.
> >
> >
> >
> > Thanks,
> >
> > Chris
> 
> 


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

    http://xircles.codehaus.org/manage_email

Reply via email to