You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Ashish Kulkarni <as...@gmail.com> on 2007/08/15 19:35:54 UTC

AxisFault issue, with java.lang.String

Hi
I searched google and axis forum, and saw many issues with creating a wsdl
file from axis published web site, is this a axis bug or some work around
for it,
I get error


Fault - Bean attribute actionCode is of type java.lang.String, which is not
a simple type

AxisFault
faultCode: {
http://schemas.xmlsoap.org/soap/envelope/}Server.generalException
faultSubcode:
faultString: Bean attribute actionCode is of type java.lang.String, which is
not a simple type
faultActor:

The definiation in xsd file is

<xs:element name="ActionExpression">
<xs:complexType>
<xs:attribute name="expressionLanguage" type="xs:string" use="required"/>
<xs:attribute name="actionCode" type="xs:string" use="required"/>
</xs:complexType>
</xs:element>


Is there a work around for it

I am using axis 1.4

Ashish