Hi,
I need some help to call a java service on integration Server. The service is working properly at the Web Methods. At first, I developed a desktop application calling the service and it worked fine, just as a test. So as I´m developing a web application in the project I am orking, I started to try to call the service from a jsp page, using the same structure as I used in the desktop application, but I’m getting the following error:
com.wm.app.b2b.client.AccessException
at com.wm.app.b2b.client.Context.invoke(Context.java:1015)
at com.wm.app.b2b.client.Context.invoke(Context.java:348)
at tropico.rdm.GerWM.invoke(GerWM.java:197)
at tropico.rdm.EventoTesteGoNogo.movimentarModulo(EventoTesteGoNogo.java:126)
at org.apache.jsp.GoNogo.BusGoNogo_jsp._jspService(BusGoNogo_jsp.java:111)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:133)
Any help how to solve this problem would be useful.
Thanks anyway,
Rafael Cunha - Projeto Tropico UFAM