﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / SQL Server 2005 / SQL Server 2005 General Discussion  / call Java web service from SQL server 2005 store procedure and get response from web service in store procedure / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Tue, 18 Jun 2013 01:57:01 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: call Java web service from SQL server 2005 store procedure and get response from web service in store procedure</title><link>http://www.sqlservercentral.com/Forums/Topic1405390-149-1.aspx</link><description>Thanks for your reply.we have no option for go to appliction code.The main application, they call only my stored proc not application code.</description><pubDate>Thu, 10 Jan 2013 08:36:37 GMT</pubDate><dc:creator>nithiyanandam-447806</dc:creator></item><item><title>RE: call Java web service from SQL server 2005 store procedure and get response from web service in store procedure</title><link>http://www.sqlservercentral.com/Forums/Topic1405390-149-1.aspx</link><description>A better option would be to call the web service from your application code and submit the resulting XML to the stored procedure for further use and inspection, i.e. do not call web services from within the database engine.</description><pubDate>Thu, 10 Jan 2013 07:42:26 GMT</pubDate><dc:creator>opc.three</dc:creator></item><item><title>RE: call Java web service from SQL server 2005 store procedure and get response from web service in store procedure</title><link>http://www.sqlservercentral.com/Forums/Topic1405390-149-1.aspx</link><description>one applicationA is directly calling my procedure for giving data  to applicationB.inside of the proc,I need to call the Java webservice and get data from applicationC.It returns some data in XML format, then I inserted the data to temp table and compare that data to my own application data.then finally I need to send the data to applicationB through applicationA.Already we got success for the above scenario for .net webservices.so we are trying this method.we got the following msg for using Java webservice."&amp;lt;h2&amp;gt;AXIS error&amp;lt;/h2&amp;gt; &amp;lt;p&amp;gt;No service is available at this URL&amp;lt;/p&amp;gt; "Thanks,Nithiyanandam.S</description><pubDate>Thu, 10 Jan 2013 07:32:11 GMT</pubDate><dc:creator>nithiyanandam-447806</dc:creator></item><item><title>RE: call Java web service from SQL server 2005 store procedure and get response from web service in store procedure</title><link>http://www.sqlservercentral.com/Forums/Topic1405390-149-1.aspx</link><description>To access a Java web service you would have to use SQLCLR but why would you want to do that from inside your database engine? What are you trying to do with this web service that absolutely must be done inside the database?</description><pubDate>Thu, 10 Jan 2013 07:21:24 GMT</pubDate><dc:creator>opc.three</dc:creator></item><item><title>call Java web service from SQL server 2005 store procedure and get response from web service in store procedure</title><link>http://www.sqlservercentral.com/Forums/Topic1405390-149-1.aspx</link><description>Dear All,How to call Java web service from SQL server 2005 store procedure and get response from web service in store procedure.Is it possible to Without "CLR" method ?using the OA features, i got the "&amp;lt;h2&amp;gt;AXIS error&amp;lt;/h2&amp;gt; &amp;lt;p&amp;gt;No service is available at this URL&amp;lt;/p&amp;gt; "Please help me....Thanks in advance.Nithiyanandam.S</description><pubDate>Thu, 10 Jan 2013 06:38:00 GMT</pubDate><dc:creator>nithiyanandam-447806</dc:creator></item></channel></rss>