Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » ServerTools (WTP) » Axis webService Problem(org.xml.sax.SAXException)
Axis webService Problem [message #838609] Sat, 07 April 2012 10:21
abhinav ladani is currently offline abhinav ladaniFriend
Messages: 2
Registered: April 2012
Junior Member
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 10:24]

Report message to a 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: Wed Apr 24 23:24:52 GMT 2024

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

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

Back to the top