Title: Is this a bug??
I checked my object but it is filled out. Another suggestions????
 
Thanks,
Parikh, Pratik | Software Engineer | Cerner Corporation | (1)-816-201-1298 | [EMAIL PROTECTED] | www.cerner.com
 


From: Dovholuk, Clint [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 08, 2005 5:11 PM
To: axis-user@ws.apache.org
Cc: axis-dev@ws.apache.org
Subject: RE: Is this a bug??

sounds like on your client you are instantiating a java object but not populating the "required" attribute named "id", sending the object to axis, and axis is rejecting the message because the id attribute of the class can't be null.
 
use TCPMon (or whatever) and check the message you're sending and verify that the id is indeed in the message.


From: Parikh,Pratik [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 08, 2005 6:08 PM
To: axis-user@ws.apache.org
Cc: axis-dev@ws.apache.org
Subject: Is this a bug??

Hi Everyone,

        I am getting a following exception when I try to send a message thought my client to my web service. I looked around for solution and it seems like it is a bug, but am not sure can some one help me??? I am also using a MQ Logger where it does the same…. Please help me???

java.io.IOException: java.io.IOException: java.io.IOException: java.io.IOException: java.io.IOException: Non nillable element 'id' is null.

java.io.IOException: java.io.IOException: java.io.IOException: java.io.IOException: java.io.IOException: java.io.IOException: Non nillable element 'id' is null.

        at org.apache.axis.encoding.ser.BeanSerializer.serialize(BeanSerializer.java:275)
        at org.apache.axis.encoding.SerializationContext.serializeActual(SerializationContext.java:1502)
        at org.apache.axis.encoding.SerializationContext.serialize(SerializationContext.java:978)
        at org.apache.axis.encoding.SerializationContext.serialize(SerializationContext.java:799)
        at org.apache.axis.message.RPCParam.serialize(RPCParam.java:208)
        at org.apache.axis.message.RPCElement.outputImpl(RPCElement.java:433)
        at org.apache.axis.message.MessageElement.output(MessageElement.java:1208)
        at org.apache.axis.message.SOAPBody.outputImpl(SOAPBody.java:139)
        at org.apache.axis.message.MessageElement.output(MessageElement.java:1208)
        at org.apache.axis.message.MessageElement.getAsString(MessageElement.java:1111)
        at com.cerner.endpoint.fsi.axis.handlers.auditing.MQLoggerHandler.invoke(MQLoggerHandler.java:90)
        at org.apache.axis.client.AxisClient.invoke(AxisClient.java:121)
        at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
        at org.apache.axis.client.Call.invoke(Call.java:2767)
        at org.apache.axis.client.Call.invoke(Call.java:2443)
        at org.apache.axis.client.Call.invoke(Call.java:2366)
        at org.apache.axis.client.Call.invoke(Call.java:1812)

Reference Links
<http://www.opensubscriber.com/message/kandula-dev@ws.apache.org/2450136.html>


Thanks,
Parikh, Pratik



CONFIDENTIALITY NOTICE

This message and any included attachments
are from Cerner Corporation and are intended
only for the addressee. The information
contained in this message is confidential and
may constitute inside or non-public information
under international, federal, or state
securities laws. Unauthorized forwarding,
printing, copying, distribution, or use of such
information is strictly prohibited and may be
unlawful. If you are not the addressee, please
promptly delete this message and notify the
sender of the delivery error by e-mail or you
may call Cerner's corporate offices in Kansas
City, Missouri, U.S.A at (+1) (816)221-1024.
---------------------------------------- --

Reply via email to