Hi,

i solved the problem after a long debugging session. 

The code generator generates from ...
------------------------------------
  <xs:element name="Merkmal">
    <xs:simpleType>
      <xs:restriction base="xs:boolean">
        <xs:pattern value="[1]"/>
      </xs:restriction>
    </xs:simpleType>
  </xs:element>
------------------------------------
... this setter:
------------------------------------
    public void setMerkmal_type0(boolean param) {
        if (java.lang.String.valueOf(param).matches("[1]")) {
            this.localMerkmal_type0 = param;
        } else {
            throw new java.lang.RuntimeException();
        }
    }
------------------------------------

But matches("[1]") can't be true for a boolean.

Reagrads,
Andreas


-----Ursprüngliche Nachricht-----
Von: Weck, Andreas [mailto:[EMAIL PROTECTED] 
Gesendet: Dienstag, 6. Mai 2008 08:04
An: [email protected]
Betreff: AW: AxisFault during ServiceStub (Axis2 1.3 and ADB)

With the debugger i can see that it is a RuntimeException.

Andreas

-----Ursprüngliche Nachricht-----
Von: Deepal jayasinghe [mailto:[EMAIL PROTECTED]
Gesendet: Dienstag, 6. Mai 2008 07:08
An: [email protected]
Betreff: Re: AxisFault during ServiceStub (Axis2 1.3 and ADB)

Weck, Andreas wrote:
> Hallo,
>
> i generated a service client with Axis2 1.3 and ADB. 
>
> My problem is that i get a AxisFault during i call my servicestub:
>   
What is the exception you are getting.?

- Deepal

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


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


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

Reply via email to