Forum: RSS, Web Services and SOAP Aug 1st, 2007 |
| Replies: 1 Views: 1,517 Hi all,
Can i access any website's databases using SOAP?
OR is there any other way to do it?
Hope somebody help with it.
thanks
chandrag |
Forum: Perl Jul 23rd, 2007 |
| Replies: 2 Views: 2,013 Hi all,
i want to access elements of a text file columnwise just like accessing elements in a matrix.
ex: a text file contains a matrix with the below strings.
a apple +
b ... |
Forum: VB.NET Jul 23rd, 2007 |
| Replies: 6 Views: 10,036 hi
i've got it. it's working.
thak u very much. earlier i was closing when it was in process.
but now i waited for some time and got the result. thank u so much for ur kind help.
thank u... |
Forum: VB.NET Jul 23rd, 2007 |
| Replies: 6 Views: 10,036 hi,
i tried it. but there is no result.
it's opening the command window. but it's not executing anything.
it's not closing as well. and it's not giving any result in text box.
chandrag |
Forum: VB.NET Jul 23rd, 2007 |
| Replies: 6 Views: 10,036 hi Wayne,
tremendous. thank u very much for ur help.
it is working. excellent.
thank u very very much once again.
and one more thing is that i want that result to be shown in my interface.... |
Forum: VB.NET Jul 20th, 2007 |
| Replies: 6 Views: 10,036 hi,
i want to integrate VB.NET with command window.
in fact, i want the interface(built on VB.NET) to open the command window and it should automatically change the path to C:\Perl\eg and then it... |
Forum: Perl Jul 20th, 2007 |
| Replies: 13 Views: 4,827 sorry kevin, thats not my view. in fact, i didn't observe clearly who posted the last reply. cuz, urs is in 2nd page. i'm really sorry about that. i need ur help. i'm really thankful to u as u've... |
Forum: Perl Jul 20th, 2007 |
| Replies: 4 Views: 11,657 I've used perl script with SOAP::Lite to connect the server of one website. when we execute that code, it should display the url of particular page. i'm getting the same result (url) in command... |
Forum: Perl Jul 20th, 2007 |
| Replies: 13 Views: 4,827 thanks a lot katharnak.
i want u to help with other problem what i posted as a new thread. i hope u will solve it as earlly as possible for me.
chandrag |
Forum: Perl Jul 20th, 2007 |
| Replies: 4 Views: 11,657 hi,
in fact, i need that url to be displayed in different interface.
cuz, i'll get many url s as a result. so i want all the url s to be displayed in one interface as hyperlinks. i don't mind if... |
Forum: Perl Jul 19th, 2007 |
| Replies: 4 Views: 11,657 Hi all.
Can i open the web page through perl?
I get URL as a result in my perl code.
but, ofcourse, it is displayed in command prompt as i'm using windows.
I need that web page to be displayed... |
Forum: Perl Jul 19th, 2007 |
| Replies: 3 Views: 3,357 Hi all.
Can i open the web page through perl?
I get URL as a result in my perl code.
but, ofcourse, it is displayed in command prompt as i'm using windows.
I need that web page to be displayed... |
Forum: Perl Jul 19th, 2007 |
| Replies: 13 Views: 4,827 Hi katharnak,
i followed what u specified in ur first reply to me and got the result what i want.
thank u very much.
i will get back to u if i get any problems with perl.
thank u once... |
Forum: Perl Jul 19th, 2007 |
| Replies: 13 Views: 4,827 hi
i'm getting the below result when i run it.
content-type: text/html
Quarter Dime Nickel<br />QuarterDimeNickel
but why did it print <br /> as it is? |
Forum: VB.NET Jul 19th, 2007 |
| Replies: 1 Views: 7,970 hi,
i want to integrate VB.NET with command window.
in fact, i want the interface(built on VB.NET) to open the command window and it should automatically change the path to C:\Perl\eg and then it... |
Forum: VB.NET Jul 19th, 2007 |
| Replies: 1 Views: 3,356 hi,
i want to connect a web server using SOAP::Lite with VB.NET.
could u please help me by providing the information to use SOAP with VB.NET.
thank u
chandra |
Forum: Perl Jul 19th, 2007 |
| Replies: 13 Views: 4,827 #!/usr/bin/perl
print "content-type: text/html \n\n"; #HTTP HEADER
# DEFINE AN ARRAY
@coins = ("Quarter","Dime","Nickel");
# PRINT THE ARRAY
print "@coins";
print "<br />"; |
Forum: Perl Jul 18th, 2007 |
| Replies: 13 Views: 4,827 so, u want me to write the code and save it in a text file and type perl -e and the file name on command line? |
Forum: Perl Jul 17th, 2007 |
| Replies: 13 Views: 4,827 hi,
I am new to perl. actually, i'm using perl with SOAP::Lite to access a web server. I wrote some code in a notepad and saved it in c:/perl/eg.
by typing 'perl filename.txt' after changing the... |