Operating System - OpenVMS
1827872 Members
1073 Online
109969 Solutions
New Discussion

Re: Problems calling webservice WSIT

 
SOLVED
Go to solution
Jesús Paulino
Occasional Advisor

Problems calling webservice WSIT

We've making a prototype environment to develop a new application. This environment will be OpenVms 7.32 over Alpha, ACMS 4.5, WSIT 1.2, CSWS V2.1-1 and JAVA142 V1.4-26. Our client is Cofidis (Spain).

We're probing this environment with in-house applications developed in COBOL/ACMS. We've had some problems with Java code, because we're making a webservices. At this moment we've this error message (I've put displays in the font code) attach document.
I'm using generated code from WSIT tools.


Some idea.

Thanks,
4 REPLIES 4
Jesús Paulino
Occasional Advisor

Re: Problems calling webservice WSIT

Now I'm executing the webservice in out-of-proces mode and the exception is:

com.hp.wsi.WsiServerException: %NONAME-W-NOMSG, Message number 00000000

But in JSP sample application is Ok, return correct values.

Thanks,

Some idea??
Jesús Paulino
Occasional Advisor

Re: Problems calling webservice WSIT

It's very URGENT. I'm making a prototype with WSIT on OpenVMS 7.3.2, ACMS.

Now I'm probing this environment with a J2EE object. This object call to generated WSIT objects. In execution obtain this message:

com.hp.wsi.WsiServerException: %NONAME-W-NOMSG, Message number 00000000

But, in JSP execution it's Ok, application runs fine, and return correct data.

Someone could help me???

Thanks,
Phil Hudson
Occasional Advisor
Solution

Re: Problems calling webservice WSIT


Unfortunately the error message doesn't give us a clue on what may be going on. However, the fact that the generated JSP client does work means that the problem is most likely in the way that your client is calling into the generated Javabean.

Do you know if your client is correctly calling the ACMS SignIn() method call before attempting to call any of the task methods?
Jesús Paulino
Occasional Advisor

Re: Problems calling webservice WSIT

I put AcmsSingIn(String user), and AcmsSignOut in my java code and its run fine.

Execution mode is out-of-process.

Thanks,