• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Calling Servlet from SQL Server Stored Procedure

 
Ranch Hand
Posts: 763
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

I have written one stored procedure for making XML HTTP Request.

Below is my procedure



and when i call my servlet the code of the servlet is not getting executed. i am not able to understand the reason.

initially i thought its not actually making any request. so i passed the wrong url, in that case it returned me a response with 404 error code.

but with the correct URL it is going me OK response but code of the servlet is not getting executed.

below is my servlet code in which i am creating file and writing into it

TestServlet.java

reply
    Bookmark Topic Watch Topic
  • New Topic