You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@xmlbeans.apache.org by Michael Engelhart <me...@eztrip.com> on 2004/10/04 22:44:15 UTC

XmlValueOutOfRangeException question

Hi -

I'm trying to test out XMLBeans to use with sending client requests to  
a web service (via Apache Axis 1.1) and am getting this error:
org.apache.xmlbeans.impl.values.XmlValueOutOfRangeException
	at  
org.apache.xmlbeans.impl.values.XmlObjectBase.gDateValue(XmlObjectBase.j 
ava:1500)
	at  
org.apache.xmlbeans.impl.values.XmlObjectBase.getGDateValue(XmlObjectBas 
e.java:1444)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at  
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.jav 
a:39)
	at  
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessor 
Impl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:324)
	at  
org.apache.axis.utils.BeanPropertyDescriptor.get(BeanPropertyDescriptor. 
java:144)
	at  
org.apache.axis.encoding.ser.BeanSerializer.serialize(BeanSerializer.jav 
a:207)
	at  
org.apache.axis.encoding.SerializationContextImpl.serializeActual(Serial 
izationContextImpl.java:1255)
	at  
org.apache.axis.encoding.SerializationContextImpl.serialize(Serializatio 
nContextImpl.java:795)
	at  
org.apache.axis.encoding.SerializationContextImpl.outputMultiRefs(Serial 
izationContextImpl.java:866)
	at org.apache.axis.message.SOAPBody.outputImpl(SOAPBody.java:179)
	at  
org.apache.axis.message.SOAPEnvelope.outputImpl(SOAPEnvelope.java:509)
	at  
org.apache.axis.message.MessageElement.output(MessageElement.java:783)
	at org.apache.axis.SOAPPart.writeTo(SOAPPart.java:270)
	at org.apache.axis.SOAPPart.getAsString(SOAPPart.java:483)
	at org.apache.axis.SOAPPart.getAsBytes(SOAPPart.java:375)
	at org.apache.axis.Message.getContentType(Message.java:399)
	at  
org.apache.axis.transport.http.HTTPSender.writeToSocket(HTTPSender.java: 
341)
	at  
org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:122)
	at  
org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.j 
ava:71)
	at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:150)
	at org.apache.axis.SimpleChain.invoke(SimpleChain.java:120)
	at org.apache.axis.client.AxisClient.invoke(AxisClient.java:180)
	at org.apache.axis.client.Call.invokeEngine(Call.java:2564)
	at org.apache.axis.client.Call.invoke(Call.java:2553)
	at org.apache.axis.client.Call.invoke(Call.java:2248)
	at org.apache.axis.client.Call.invoke(Call.java:2171)
	at org.apache.axis.client.Call.invoke(Call.java:2196)
	at Test.main(Test.java:60)


I'm confused about the 2nd and third lines of the stack trace as there  
are no date values in my request.    It seems like this error is  
happening before anything even gets sent to the service.

Thanks for any advice.

Mike


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@xmlbeans.apache.org
For additional commands, e-mail: user-help@xmlbeans.apache.org