DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14602>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14602 SOAPPart.setCurrentForm serializes complete message when debug is not enabled ------- Additional Comments From [EMAIL PROTECTED] 2002-11-15 23:55 ------- Here's a stack trace for the exception that gets thrown because of the TypeMapping confusion: Note that this exception is written out to the console but not actually thrown. The Call goes on to *successfully* marshall the object using a BeanSerializer. This demonstrates that the serializer *is* present but that the MessageElement.getAsString() method is not using the correct TypeMapping. java.io.IOException: No serializer found for class com.wellsfargo.eai_schemas.domain.accountInformation.GetAccount_Type in registry org.apache.axis.encoding.DefaultTypeMappingImpl@20540c at org.apache.axis.encoding.SerializationContextImpl.serializeActual(SerializationContextImpl.java:1235) at org.apache.axis.encoding.SerializationContextImpl.serialize(SerializationContextImpl.java:756) at org.apache.axis.message.MessageElement.outputImpl(MessageElement.java:773) at org.apache.axis.message.MessageElement.output(MessageElement.java:746) at org.apache.axis.message.SOAPBody.outputImpl(SOAPBody.java:142) at org.apache.axis.message.SOAPEnvelope.outputImpl(SOAPEnvelope.java:401) at org.apache.axis.message.MessageElement.output(MessageElement.java:746) at org.apache.axis.message.MessageElement.getAsString(MessageElement.java:668) at org.apache.axis.message.MessageElement.toString(MessageElement.java:790) at java.lang.String.valueOf(String.java:2173) at java.lang.StringBuffer.append(StringBuffer.java:369) at org.apache.axis.SOAPPart.setCurrentForm(SOAPPart.java:308) at org.apache.axis.SOAPPart.setCurrentMessage(SOAPPart.java:300) at org.apache.axis.SOAPPart.<init>(SOAPPart.java:184) at org.apache.axis.Message.setup(Message.java:342) at org.apache.axis.Message.<init>(Message.java:245) at org.apache.axis.client.Call.invoke(Call.java:1293)