Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Open API Question
Vijayan
I have an issue with the following code snippet using Open API.
workFlowService = ((IWWorkFlowService) (IWService.locate(workflowname)));
accessService = ((IWAccessService) (IWService.locate(accessname)));
fileSysService = ((IWFileSysService) (IWService.locate(filesysname)));
The first line "locate" goes well.. second one fails with the error :
java.rmi.UnmarshalException: Error unmarshaling return header: java.net.SocketException: socket write error (code=10053)
Id does not matter which service I locate first, second one fails.
Any thoughts?
Find more posts tagged with
Comments
Migrateduser
Could you specify what version of Teamsite/OpenAPI you have, and also whether the server is behind a firewall?
Best Regards,
Narendra
Vijayan
Teamsite 5.0.1 and Open API 1.5 2. There is no firewall .
Vijayan
I think you have helped me here. Itried the same code against TS 552 SP1 and it worked..
Migrateduser
That is correct. We ensure that an older client can talk to a newer server, but the other way is not possible, due to RMI's limitations. I'm glad that solved your problem.
Best Regards,
Narendra