-
Issue with Axis Webservice Result (4 messages)
- Posted by: gomathy c
- Posted on: September 14 2009 09:54 EDT
Hi , I am new to webservice. When attempting to get the result of other language content(like brazil, japanese) using Axis Webservice call, I found few part of the result content getting removed. But when trying to access the same using java code directly and get the result in other languages I did not find any issues. Kindly guide me what kind of issue can be with axis.jar and how to troubleshoot further ? Thanks, GomathyThreaded Messages (4)
- Re: Issue with Axis Webservice Result by Radhe Rajput on September 15 2009 11:00 EDT
- Re: Issue with Axis Webservice Result by Sumit Dubey on September 17 2009 06:19 EDT
- Re: Issue with Axis Webservice Result by gomathy c on September 18 2009 09:00 EDT
- Re: Issue with Axis Webservice Result by gomathy c on September 18 2009 09:06 EDT
- Re: Issue with Axis Webservice Result by gomathy c on September 18 2009 09:00 EDT
-
Re: Issue with Axis Webservice Result[ Go to top ]
- Posted by: Radhe Rajput
- Posted on: September 15 2009 11:00 EDT
- in response to gomathy c
Yes, this depends what type of your system is.I think exposing every services in your system as web services is good idea. But normally for services this should be good. Thanks, -
Re: Issue with Axis Webservice Result[ Go to top ]
- Posted by: Sumit Dubey
- Posted on: September 17 2009 06:19 EDT
- in response to gomathy c
Check the encoding is UTF-8 or not. Also to troubleshoot you can do tcp tunneling to find what information goes to your server and comes back to our application. -
Re: Issue with Axis Webservice Result[ Go to top ]
- Posted by: gomathy c
- Posted on: September 18 2009 09:00 EDT
- in response to Sumit Dubey
Thanks for your response. I have checked with encoding it is set to UTF-8. hence no issues with encoding. The package/class for which webservice is created, when communicated directly using java application without webservice call , I did not find any issue with the response. But when the webservice created for this package/class is is invoked, I found in the result content "" is replaced as "". When checked the logs with axis.jar, i found in that itself the response is affected with "href" attritube getting removed in anchor tag. I doubt that it happens during Deserialization in axis. Can you guide me how to further troubleshoot on this issue and identify where exactly the issue occurs? -
Re: Issue with Axis Webservice Result[ Go to top ]
- Posted by: gomathy c
- Posted on: September 18 2009 09:06 EDT
- in response to gomathy c