Skip to main content



      Home
Home » Language IDEs » ServerTools (WTP) » Axis webService Problem(org.xml.sax.SAXException)
Axis webService Problem [message #838609] Sat, 07 April 2012 06:21
Eclipse UserFriend
Hi to all,

I generated webservice using eclipse using axis i have methods which is returning String arrays ex.. public String [] getName();, public String[][]getList();
My steps,

I right cleck on class and than create webservice using wizard i used document/literal wrapped wsdl style and i than complete the wizard i created webservice successfully.

than i generate client using wsdl than call this public String[][]getList() && method public String [] getName(); it works fine.

but the problem is when i just stopped the server and restart it again
than i call above method client

public String [] getName(); working fine.

public String[][]getList(); Not Working.

Its giving me


SEVERE: Exception:
org.xml.sax.SAXException: Found character data inside an array element while

Any one can help me please.
Sincerely,
Abhinav Ladani.

[Updated on: Sat, 07 April 2012 06:24] by Moderator

Previous Topic:Trouble importing war file into Enterprise App project
Next Topic:Found character data inside an array element while deserializing
Goto Forum:
  


Current Time: Sat Jul 05 06:33:36 EDT 2025

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

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

Back to the top