SRW web service Issues when upgrading from axis 1.2 to 1.4

2006-09-22 Thread Andy Foster
I have upgraded axis to 1.4 for SRW server in JAFER and running wsdl2java has changed the stubs slightly to remove the array wrapper classes round diagnostics and records etc. However now even though two diagnostics are returned the serialised response class only shows one in the array. This is t

RE: ResourceBundle problem with new Axis 1.4 installation on Tomcat 5

2006-09-15 Thread Andy Foster
: ResourceBundle problem with new Axis 1.4 installation on Tomcat 5 Jari Fredriksson wrote: > Andy Foster wrote: >> You need to make sure you have the i18n.properties file in your >> web-inf classes directory and ensure the locale fi is specified in it >> >> Regards >> >

Array Issue Rexplained

2006-09-15 Thread Andy Foster
client the first diagnostic has disappeared leaving only the second. IE the array has gone from 2 to 1 element. I have no idea what is causing this, can anyone help? Where should I look now? Regards Andy Foster - To

RE: ResourceBundle problem with new Axis 1.4 installation on Tomcat 5

2006-09-15 Thread Andy Foster
You need to make sure you have the i18n.properties file in your web-inf classes directory and ensure the locale fi is specified in it Regards Andy Foster -Original Message- From: Jari Fredriksson [mailto:[EMAIL PROTECTED] Sent: 15 September 2006 15:41 To: axis-user@ws.apache.org

Arrays loosing data when returning reponse to client

2006-09-15 Thread Andy Foster
in it. The first item has vanished during the serialisation process across the webservice. Do you know what I may have missed that is causing this side effect? Regards Andy Foster - To unsubscribe, e-mail: [EMAIL PROTECTED

Serialisation Issue

2006-01-26 Thread Andy Foster
Hi all, Sorry to bug you again but I'm finding nothing on the NETE around this at all _ From: Andy Foster [mailto:[EMAIL PROTECTED] Sent: 25 January 2006 18:04 To: axis-user@ws.apache.org Subject: Invoking De-Serialisation Hi all, The following

RE: Deserialisation

2006-01-26 Thread Andy Foster
ponseType.class, explainQName); However, what do I need to now to turn my XML back into a fully populated ExplainResponseType object? Regards Andy Foster -Original Message- From: Nicolas De Loof [mailto:[EMAIL PROTECTED] Sent: 26 January 2006 11:20 To: axis-user@ws.apache.org Subject:

Deserialisation

2006-01-26 Thread Andy Foster
Hi all, If you have the XML representation of your axis response message already how can you use the WSDL2Java generated classes to deserialise your XML(which is currently a String) into those generated java classes. The XML is only the body XML not the full soap message. Regards Andy Foster <>

Invoking De-Serialisation

2006-01-26 Thread Andy Foster
ot;http://www.loc.gov/zing/srw/","; explainResponse "); Deserializer ser = ExplainResponseType.getDeserializer(null, ExplainResponseType.class, explainQName); However, what do I need to now to turn my XML back into a fully populated ExplainResponseType object? Regards Andy Foster <>

Invoking De-Serialisation

2006-01-25 Thread Andy Foster
ow to turn my XML back into a fully populated ExplainResponseType object? Regards Andy Foster <>

converting stubs to XML

2005-11-11 Thread Andy Foster
Hi all, I'm at my last chance now, so if someone can help that would be great else I'm going to have to hand code XML output. If you use WSDL2JAVA to generate stubs and call them you get a java response object back that represents the XML response I need to get that response back into XML not th

RE: Invoking serialisation

2005-11-10 Thread Andy Foster
, Andy Foster <[EMAIL PROTECTED]> wrote: Hi all, After invoking the web service call the response stub object is returned and populated from the resulting XML. However, my class needs to return the resulting XML body (ie without soap envelope) to the caller rather than the generated stubs. Ho

Invoking serialisation

2005-11-10 Thread Andy Foster
take my resulting response object and get its XML representation to return to my caller. Regards Andy Foster <>