Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » DSDP - Mobile Tools for Java (MTJ) » Error reading a bean with an attribute "array of strings" from Axis WS
Error reading a bean with an attribute "array of strings" from Axis WS [message #23432] Thu, 27 November 2008 12:07
Guadalupe Mising name is currently offline Guadalupe Mising nameFriend
Messages: 35
Registered: July 2009
Member
Hi,
I have created a web service , with Axis, which returns a bean with some
attributes. Among all the attributes, one of them is an array of Strings.
If a create a J2EE client, it works perfectly, but when I create a J2ME
client I am not able to read the array from the bean. It seams that in the
stub created the type of the array of Strings have changed into a new type
(ArrayOf_xsd_string) and there seems to be a method to get the array of
strings: getItem(). But if I use it I get o get the String[] from the
ArrayOf_xsd_string[], I get a null pointer exception.

Any suggestion is welcome.
Thanks lot!
Previous Topic:Error reading a bean with an attribute "array of strings" from Axis WS
Next Topic:Include resources into the JAR
Goto Forum:
  


Current Time: Fri Apr 19 08:02:41 GMT 2024

Powered by FUDForum. Page generated in 0.01270 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top