I tried, but when invoke a service i receive this exception an exception: org.apache.axis2.AxisFault: com.ctc.wstx.exc.WstxUnexpectedCharException...
2009/12/10 Stefano Tranquillini <[email protected]>: > Can you simply create the stub using axi2 (wsdl2java). > this command will create some java classes for the call. > you can simply type "ant" in the folder of these java > and finally you will have a lib that can be used as a stub. > > take a trial. > > On Thu, Dec 10, 2009 at 10:48, Marco Indaco <[email protected]> wrote: > >> Hi all, >> how can i invoke process management web service from java code? >> >> i try to generate a stub with axis 2 plugin for eclipse but when i >> invoke the service it throws an exception: org.apache.axis2.AxisFault: >> com.ctc.wstx.exc.WstxUnexpectedCharException >> >> Please give me a snippet of code to invoke for example the operation : >> "listallprocess" >> >> Thanks in advance >> Best Regards >> > > > > -- > Stefano >
