Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/java/330.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java Android支付网关集成_Java_Android_Android Studio_Payment Gateway_Ccavenue - Fatal编程技术网

Java Android支付网关集成

Java Android支付网关集成,java,android,android-studio,payment-gateway,ccavenue,Java,Android,Android Studio,Payment Gateway,Ccavenue,我正在尝试将Android支付网关集成到我的Android充值应用程序中 我关注了这个链接,也关注了这个文档 当我尝试点击支付按钮时 我从GetRSA.php获得html文档作为响应,它部署在服务器上,如下所示 <!DOCTYPE html> <html> <head> <meta http-equiv="Content-type" content="text/html; charset=utf-8"> <me

我正在尝试将Android支付网关集成到我的Android充值应用程序中

我关注了这个链接,也关注了这个文档

当我尝试点击支付按钮时

我从GetRSA.php获得html文档作为响应,它部署在服务器上,如下所示

<!DOCTYPE html>
 <html>
     <head>
     <meta http-equiv="Content-type" content="text/html; charset=utf-8">
    <meta http-equiv="Cache-control" content="no-cache">
     <meta http-equiv="Pragma" content="no-cache">
     <meta http-equiv="Expires" content="0">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <title>404 Not Found</title>
    <style type="text/css">
        body {
             font-family: Arial, Helvetica, sans-serif;
             font-size: 14px;
             line-height: 1.428571429;
             background-co
    etc......................

任何人都可以在这方面提供帮助吗?

只需从GetRSA.php文件中删除所有html标记。。它将按预期工作。

只需从GetRSA.php文件中删除所有html标记即可。。它将按预期工作

String vResponse = sh.makeServiceCall(mainIntent.getStringExtra(AvenuesParams.RSA_KEY_URL), ServiceHandler.POST, params);
        System.out.println("Response"+vResponse);//printing above mentioned html code