I am getting this (partial output) while trying to access wsdl of a newly deployed service. Any ideas why?
Caused by: Bean attribute CPF is of type java.lang.String, which is not a simple type
at org.apache.axis.encoding.ser.BeanSerializer.writeAttribute(BeanSerializer.java:460)
at org.apache.axis.encoding.ser.BeanSerializer.writeSchema(BeanSerializer.java:344)
at org.apache.axis.wsdl.fromJava.Types.makeTypeElement(Types.java:1774)
at org.apache.axis.wsdl.fromJava.Types.writeTypeForPart(Types.java:395)
at org.apache.axis.wsdl.fromJava.Types.writeTypeAndSubTypeForPart(Types.java:416)
at org.apache.axis.wsdl.fromJava.Emitter.writePartToMessage(Emitter.java:1864)
at org.apache.axis.wsdl.fromJava.Emitter.writeRequestMessage(Emitter.java:1460)
at org.apache.axis.wsdl.fromJava.Emitter.writeMessages(Emitter.java:1087)
Please post the Java class you are trying to expose. I realize it may contain proprietary information, so you should try writing a simple example that reproduces the problem or posting snippets from the bean that has the CPF attribute ...
Tim