- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: Problems calling webservice WSIT
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2007 12:15 AM
06-22-2007 12:15 AM
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,
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-22-2007 01:21 AM
06-22-2007 01:21 AM
Re: Problems calling webservice WSIT
com.hp.wsi.WsiServerException: %NONAME-W-NOMSG, Message number 00000000
But in JSP sample application is Ok, return correct values.
Thanks,
Some idea??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2007 06:50 PM
06-25-2007 06:50 PM
Re: Problems calling webservice WSIT
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,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2007 01:55 AM
06-26-2007 01:55 AM
SolutionUnfortunately 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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-26-2007 05:24 AM
06-26-2007 05:24 AM
Re: Problems calling webservice WSIT
Execution mode is out-of-process.
Thanks,