Hi,

I have already dredged through the forums and got some advice there but
still not working.

I have already got a simple service running OK with return type of
String. Now I want to return an array of a particular class 'Provider'.
I generated this class with wsdl2java and I have set up the required
QNames, for the class and for the array.

I also have:
//       register mapping of object
call.registerTypeMapping(Provider.class, qnProv,
        new
org.apache.axis.encoding.ser.BeanSerializerFactory(Provider.class,
qnProv),
                new
org.apache.axis.encoding.ser.BeanDeserializerFactory(Provider.class,
qnProv));

//       register mapping of array
call.registerTypeMapping(Provider[].class, qnProvArr,
        new org.apache.axis.encoding.ser.ArraySerializerFactory(),
                new
org.apache.axis.encoding.ser.ArrayDeserializerFactory());

Prior to the client's to call.setReturnType().

When the client runs the call.invoke() I get:
- Exception:
org.xml.sax.SAXException: No deserializer for {urn:qh}Provider

Any help would be appreciated.

Thanks,

Simon.



Simon McMahon

Work: (07) 31311420
Mobile: (043) 2294180



*****************************************************************
This email, including any attachments sent with it, is
confidential and for the sole use of the intended recipient(s).
This confidentiality is not waived or lost, if you receive it and
you are not the intended recipient(s), or if it is transmitted/
received in error.

Any unauthorised use, alteration, disclosure, distribution or
review of this email is strictly prohibited.  The information
contained in this email, including any attachment sent with
it, may be subject to a statutory duty of confidentiality if it
relates to health service matters.

If you are not the intended recipient(s), or if you have
received this email in error, you are asked to immediately
notify the sender by telephone collect on Australia
+61 1800 198 175 or by return email.  You should also
delete this email, and any copies, from your computer
system network and destroy any hard copies produced.

If not an intended recipient of this email, you must not copy,
distribute or take any action(s) that relies on it; any form of
disclosure, modification, distribution and/or publication of this
email is also prohibited.

Although Queensland Health takes all reasonable steps to
ensure this email does not contain malicious software,
Queensland Health does not accept responsibility for the
consequences if any person?s computer inadvertently suffers
any disruption to services, loss of information, harm or is
infected with a virus, other malicious computer programme or
code that may occur as a consequence of receiving this
email.

Unless stated otherwise, this email represents only the views
of the sender and not the views of the Queensland Government.
****************************************************************

Reply via email to