Please help me out

2008-04-30 Thread Jame Jane
Hi I am implementing e-PAS for Payment Processing in ofbiz for 3-D secure everything is going fine but the response that is coming which is html response I am storing in String.The response should be displayed on browser . how can i do it. I can forward it ftl or wat. I am sending Post Data to

Re: can anyone tellme how to read String in Java

2008-04-25 Thread Jame Jane
hi i know it is very easy. But ht actual problem is like the string is storing Html file as response. HttpClient http = new HttpClient(serverURL); http.setParameters(context); String response = null; response = http.post(); This response is getting HTML/HTML Now in this I want to read input

This the actual Problem

2008-04-25 Thread Jame Jane
I am implementing this project in ofbiz. But the actual problem is like the string is storing Html file as response. HttpClient http = new HttpClient(serverURL); http.setParameters(context); String response = null; response = http.post(); This response is getting in html Now in this I want

Problem with reading a HttClient Data

2008-04-23 Thread Jame Jane
Hello can anyone tell regarding how to read Post data from server. i.e I am getting a HTML page with Post parameter to my ftl. There I want to read that HTML post data i.e the parameters passed in that HTML. - Be a better friend, newshound, and

Prolem with getting HttpClient

2008-04-22 Thread Jame Jane
Hi, Can anyone tell me I am sending Post Data to e-PAS server.It is going fine. The data which I am sending is printing on console it is HTML data with in HTML Tags HttpClient http = new HttpClient(serverURL); http.setParameters(context); String response = null; response = http.post();

Re: Prolem with getting HttpClient

2008-04-22 Thread Jame Jane
I have checked it.. i am not getting it if u have any sample code plz send me... it will be very helful BJ Freeman [EMAIL PROTECTED] wrote: take a look at any of the interfaces for examples. like the APi interface. Jame Jane sent the following on 4/22/2008 4:08 PM: Hi, Can anyone tell me

Can any one tell that

2008-04-17 Thread Jame Jane
Hi can any one tell who have implemented HSBC e-PAS API for clearcommerce. I am unable to do it for e-PAS. plz tell me. - Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it now.

Tell me

2008-04-17 Thread Jame Jane
Hi chris I am working on HSBC implementation for e-PAS to get 3-D secure. But the problem in that if I am trying to send the XML it is not showing any error but when reading the xml its telling Prolog Content not formed. I dont have any sample XMl regrading what should i send it to e-PAS

Help me out....!!!

2008-04-16 Thread Jame Jane
hi I am working on Payment Process for HSBC through ClearCommerce.The API for HSBC is e-PAS( Payer Authentication Service). I got all the setup but the problem is that when I send to the HSBC e-PAS server it is going to server but when Reading XML Response Document from ClearCommerce

Re: Help me out....!!!

2008-04-16 Thread Jame Jane
] wrote: if you are customizing code and need help, I suggest you contact one of the service providers. support of customized code is beyond the scope of this mailing list. Jame Jane sent the following on 4/16/2008 12:24 PM: hi I am working on Payment Process for HSBC through ClearCommerce.The

Re: Help me out....!!!

2008-04-16 Thread Jame Jane
projects and it's appropriate to steer people back to those project because their questions will get answered with more timely and often times more authoritative responses. --- Jame Jane wrote: hi I am working on Payment Process for HSBC through ClearCommerce.The API for HSBC is e-PAS( Payer

Plz tell me out..!!

2008-04-16 Thread Jame Jane
Hi I just want to know how to print the XML document in console or anywhere in ofbiz. Actually through ClearCommerce API the XML which is sending to HSBC e-PAS Server before that I want to see what all fields I am trying to send.Becos it is giving errors Document authRequestDoc =

Re: Plz tell me out..!!

2008-04-16 Thread Jame Jane
Actually I want to print XML how could i do in ofbiz I want dat BJ Freeman [EMAIL PROTECTED] wrote: there is no document other than the code. it is located at applications/accounting/src/org/ofbiz/accounting/thirdparty/clearcommerce Jame Jane sent the following on 4/16/2008 3:57 PM: Hi I

But the same XML working with HSBC API Server but not with HSBC e-PAS server

2008-04-16 Thread Jame Jane
hi I am working on Payment Process for HSBC through ClearCommerce.The API for HSBC is e-PAS( Payer Authentication Service). I got all the setup but the problem is that when I send to the HSBC e-PAS server it is going to server but when Reading XML Response Document from ClearCommerce

Document for Shipping

2008-04-12 Thread Jame Jane
Can anyone tell me about the shipping methods. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

Please do Find my query

2008-04-12 Thread Jame Jane
Hi, I have a business requirement where I need to customize Shipping Tab for shipment. I am very new to ofbiz, iam just trying to understand it only. but i a task to do. The task is like from Admin Side if we created a Shippment Method it should reflected at Ecommerce Side. i.e if we

can any one tell

2008-04-12 Thread Jame Jane
Hi, can any one tell me how is shipping estimates is calculated in ofbiz. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

I want help for Shipping

2008-04-11 Thread Jame Jane
Hi, Can any one tell me how to use shipping methods? The problem is if i add a new shipping method from admin side. It should be seen at ecommerce side. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around

Re: I want help for Shipping

2008-04-11 Thread Jame Jane
on it then click on shipping Jame Jane sent the following on 4/11/2008 11:38 AM: Hi, Can any one tell me how to use shipping methods? The problem is if i add a new shipping method from admin side. It should be seen at ecommerce side. __ Do You Yahoo

Re: I want help for Shipping

2008-04-11 Thread Jame Jane
which url u want i didnt get it.. i have created a shipping method but it is not visible at ecommerce side. any document is there for helping it. BJ Freeman [EMAIL PROTECTED] wrote: due to terminology can you give a URL to the place. that would help Jame Jane sent the following on 4/11/2008 12

Re: ClearCommerce API for HSBC Processing

2008-04-09 Thread Jame Jane
thanx for ur reply. and can u tell me about database settings for calling the clearcommerce methods. I mean in which table I should configure my services to be called by clearcommerce . __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best

hi

2008-04-08 Thread Jame Jane
hi I am new to ofbiz.I just want to know how to implement HSBC Payment through clearcommerce i.e XML API . so can any one tell from where to start. Thanks and Regards Jame - You rock. That's why Blockbuster's offering you one month of Blockbuster Total

ClearCommerce API for HSBC Processing

2008-04-08 Thread Jame Jane
Hi, I just want to know what are the changes should be made in order to work with it in our ofbiz project. I am not getting were to start from. - You rock. That's why Blockbuster's offering you one month of Blockbuster Total Access, No Cost.

RE: ClearCommerce API for HSBC Processing

2008-04-08 Thread Jame Jane
Hi thanx christopher but i have read the clearcommerce API and came to know how it genertes XML for processing that XML to HSBC site. but the problem is that how should i configure my store payment settings. it u give any detail explanation i will be very helpful to you. Christopher L [EMAIL