Err related WebService

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bsonline
    New Member
    • Oct 2007
    • 21

    Err related WebService

    I have a java page for simple web services client that only needs to call a remote method on a web service and that returns a string containing XML data.

    but when I invoke like :
    String[] res = (String[]) call.invoke( new Object[] { "Y" } );

    here call is a object of org.apache.axis .client.Call;

    From here I got a error "Can not parse the messages"

    How can I resolve this particular error?

    Can anyone help me?
  • Dököll
    Recognized Expert Top Contributor
    • Nov 2006
    • 2379

    #2
    This is late and you probably are no longer having this problem...

    I have been palying aroung with NetBeans, it has a ready to go mechenism for Web Services, I know you can do the same in Eclipse...

    Might be necessary to first look at Web Services options in both systems and reap the benefits, or you can just search deeper here, an idea may hace laready been posted... or you can Google, Google since it's easier, whate ver your choice:-) Nevertheless, Web Services are pretty simple to achieve these days, I suspect you'll do just fine;-)

    Comment

    Working...