Ravi Shankar

Greenhorn
+ Follow
since Apr 07, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Ravi Shankar

Hi,

Congrats!.

Medical services in UK is provided by NHS which is a free service. And registering yourself in good NHS hospital depends on the county were you will be moving in to. And I lived there for some time and I know not all NHS hospital provide the same (good) service. And during your pregnancy period you will be periodically checked by mid wives and not any specialized doctors. Yes there are private hospitals available but it will be too expensive.

I would advice you to have your baby delivered in India and may be after 3 months you can move to london. And also delivering your baby in UK does not mean that he/she would get british citizenship like US.
16 years ago
I have a solution for this, instead of showing the generated wsdl, you can use wsdlFile tag in wsdd section showing your handwritten wsdl. This has solved my problem.
16 years ago
Hi,

While accessing the webservice using the below

http://10.10.10.72:18065/CustomServices/services/CustomWebServicePort?wsdl

does not show xsd:any type, it just displays <sequence/>.

Can any body let me know the reason for this?

Thanks
16 years ago
Hi,

I got a Web Service which returns messageelement contains XML response as a string. When I get the result in the client WS code the XML result looks fine but when monitor the SOAP message, the XML contains escaped characted like instead of > it has >.

Can any explain me, the reason for this behaviour and whether this can avoided.

Thanks
Ravi
17 years ago
This was solved by making the necessary changes mentioned in the below link

http://blogmines.com/blog/2007/02/09/how-to-log-soap-messages-for-a-tomcataxis-web-service/
17 years ago
Hi,

I would like to log all the soap messages (Request,Response and Exception) in the Apache Server log. Could you any one let me know how can this be done?

I am using Apache Axis for the Web Services

Thanks
Ravi
17 years ago
Hi,

I have a question regarding Oracle Web Agent. What do we have need to do if oracle web agent should not prompt for username and password for one package alone. Like by granting public access for that package alone or is there any other solution?

Thanks
17 years ago
It may not be a parser problem. Try checking your XSL code as well.
How about using XMLSpy?
Instead of <xsl:template match="/"> if you have written as <xsl:template match="addresses"> then the xsl:value-of need not specify the 'addresses' element
can we use javascript to clear a input control of type file? I have a control named upload, but the following code
<code>document.getElementById('upload').value="";</code> does not reinitialize the text field. Is there any other way I can do this?
Thanks
Even i faced similar problem during compliation of JSP's, are you using any include directives in your JSP's.
18 years ago
JSP
To avoid this, place the database related code calls in JSP with in try{}catch{} block and handle the SQLException.
18 years ago
JSP
What are the different one use javascript variable across the application.

Thanks
Hi,
I have written a java application which access an oracle database.This application runs perfectly in the eclipse IDE.But when packaged these class files as JAR and run it through commans prompt , I am recieving Oracle Driver not found message.Whether is it the CLASSPATH problem? but I have set the classpath for the classes111.zip file also.
Any help would be appreciated.
Thanks
Ravi