ashish jadhav

Ranch Hand
+ Follow
since Nov 20, 2008
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 ashish jadhav

Hi friends,
We have C class (sysclckpi) in which we are using do_PCTDSKFRE function.
1 The function do_PCTDSKFRE in sysclckpi calculates the free disk space.
2 In do_PCTDSKFRE function the function popen() executes the Linux command [popen(df -km /u01 2>&1 | grep -v Mounted 2>&1)] i.e. df which returns disk used space in percentage from which free space can be calculated.
3 After searching on Internet we found that lots of people are facing same problem of process hang out for df command in Linux sometimes.
4 We are planning to replace popen() function with pipe() and fork() methods,so sysclckpi will continue without hanging and therefore not be killed off.

Can anyone please do needful? or how can i replace popen() function with pipe() and fork() functions?
Thanks,
Ashish
14 years ago
Yes you are right, i need to gather the requirements from the my product management people in my office.
i will come back to you with appropriate requirements.

ULF, many thanks for your help.
Thanks,
Ashish
14 years ago
Hi ULF,
I m confusing how to start our own payment gateway work?
can you please tell me the functional or technical requrements or steps that are required from client side for starting the payment gateway work in java?
so i can asked to them and go ahead.

i am totally new in this, so i am expecting from you ULF sir.
just tell me requirements from your point of view for creating own payment gateway.
14 years ago
Actully i need some technical guideline how to proceed in our payment gateway work.
like, 1) How the order/payment details provide through CVP/IVR script to JAMS remote payment gateway application??
2) How returns payment data back to the customer after the payment is completed? etc
14 years ago
hi ULF,
Please see attached document.see our module in design diagram as "JAMS remote payment gateway module".

Thanks for help.
Ashish
14 years ago
Yes i want to create java class which sets parameters and send order and payments to RBS server.
14 years ago
Hi Ulf,
I am sending orders and making payments using this code,i am sending request to RBS test server by passing xml message using this class.and Set data() manualy in this class.
I want to create our own API which takes customer orders, payment details through CVP/IVR script and Set data (e.g. SetOrder, SetAmount, SetPaymentDetails) to RBS payment gateway server. RBS remote payment gateway server returns the values to our gateway application.

Many thanks,
Ashish
14 years ago
hi ulf,
yes your right,its specific to the bank's payment API, i want to create our own payment API module.
please refer below code throught which i m sending orders and make payment for VISA-CARD to RBS(royal bank of scotland) test server successfully.


Many Thanks
Ashish
14 years ago
Hi ,

Anybody can suggest me, how can we make our own payment gateway in java to accept money with credit cards and internet banking?
We have merchant rights for Bank.

Please see the steps to below:
1) Customer will Provide the order/payment details through CVP/IVR script to our remote payment gateway application.
2) Our remote payment gateway application will transfers the information to authorized BANK remote payment gateway server.
3) BANK remote payment gateway server will returns the values to our remote payment gateway application.
4) Our remote payment gateway application will transfers the returned values to the Customer, through CVP/IVR prompt message.

Can you please do needful?

Thanks,
Ashish
14 years ago
Thanks Ivan.
I will try and let you know soon..
14 years ago
I want to create java class that class must continue to support SFTP and also FTP while transfering file.(file e.g. pdf format, xml format).
14 years ago

Hi ,
i want to create java application in which javaclass looks at the value of the ftpProtocol attribute and if it says ftp then the file will be transferred via FTP instead of SFTP.

POSSIBLE SOLUTION:
1) Write code in Java using standard FTP classes provided with JDK 1.5.

2) See if the suppliers of pscp.exe have a similar tool for normal FTP and use that.
Possibly use of http://www.ncftp.com/ncftp/doc/ncftpput.html which appears to allow transfer using command line only without needing to create control files.

Can you please advise me easiest possible solution??
or if you have any idea about this type of java application please help me.

Thanking you,
Ashish
14 years ago
Hi all,
I've been working on a socket program to connect to a server to send some commands. and total programming is in java. It's actually like this, I have four java classes one Login,ready,Notready, and Logout. when I run login program then successfully connects to server and after login I run quickly Ready program and it works. but when I run Ready program after 3,4 second after Login, Ready program through an Error : Resource in Logoff. means when we Login after few seconds connection goes to Logoff automatically. Here i am unable to establish a proper session.
Can anyone please help me how to maintain session in this case??
Hi,
I have one PCDWebService.wsdl file which correctly open in DOT NET editor.
and it give error message while opening in Eclipse editor.
Can anyone help me how to open this file in Eclipse ?

Below i am sending code and error message!

ERROR_MESSAGE:
Unable to create this part due to an internal error. Reason for the failure: org.eclipse.ui.internal.editors.text.JavaFileEditorInput




14 years ago