Opening a excel file through webservice
-
hi i created a webservice. i want to open excel file throught webservice in that webservice i written a method with name "openExcelfile". which opens excelfile write data in the excel file. thanks in adv By lavan
-
hi i created a webservice. i want to open excel file throught webservice in that webservice i written a method with name "openExcelfile". which opens excelfile write data in the excel file. thanks in adv By lavan
What do you want to do ? Take data and save it locally as an excel file ?
Christian Graus Driven to the arms of OSX by Vista.
-
hi i created a webservice. i want to open excel file throught webservice in that webservice i written a method with name "openExcelfile". which opens excelfile write data in the excel file. thanks in adv By lavan
-
actually i want to run AutoCad software using the webservice, bcoz due to few reasons my website hosting server doesnt support the installation of the AutoCad software. so i installed the software in another server . and i created a webservice using the IP address of this server. and i wrriten a method which opens the Autocad Application but it is not opening bcoz the webmethod is returns a xml file
-
actually i want to run AutoCad software using the webservice, bcoz due to few reasons my website hosting server doesnt support the installation of the AutoCad software. so i installed the software in another server . and i created a webservice using the IP address of this server. and i wrriten a method which opens the Autocad Application but it is not opening bcoz the webmethod is returns a xml file
Why did you say Excel then ? Webservices return XML, what did you expect ? It sounds to me like you're very, very confused. The only place a webservice can start Autocad, is on the server, because only the server is always listening and ready to receive requests.
Christian Graus Driven to the arms of OSX by Vista.
-
Why did you say Excel then ? Webservices return XML, what did you expect ? It sounds to me like you're very, very confused. The only place a webservice can start Autocad, is on the server, because only the server is always listening and ready to receive requests.
Christian Graus Driven to the arms of OSX by Vista.
i could not install the AutoCad software in the hosting server. i will clearly explain you so that u can help me... my website is hosted/maintained in a server in which i cant install the AutoCad. and the sqlserver Database is maintained in another server, in which i can install the AutoCad. my small doubt is .. from my site i can access the Sqlserver Database but y not the AutoCad Application now to access the autocad application what i have to do... i think u understood thanks for u r reply
-
i could not install the AutoCad software in the hosting server. i will clearly explain you so that u can help me... my website is hosted/maintained in a server in which i cant install the AutoCad. and the sqlserver Database is maintained in another server, in which i can install the AutoCad. my small doubt is .. from my site i can access the Sqlserver Database but y not the AutoCad Application now to access the autocad application what i have to do... i think u understood thanks for u r reply
-
i could not install the AutoCad software in the hosting server. i will clearly explain you so that u can help me... my website is hosted/maintained in a server in which i cant install the AutoCad. and the sqlserver Database is maintained in another server, in which i can install the AutoCad. my small doubt is .. from my site i can access the Sqlserver Database but y not the AutoCad Application now to access the autocad application what i have to do... i think u understood thanks for u r reply
Because SQL Server makes itself visible to a network, so you can create a network connection string. I suggest you start with a basic book about computers, you plainly have no idea at all.
Christian Graus Driven to the arms of OSX by Vista.