Q สอบถามลองเขียน php webservice ด้วย nuSoap แล้วขึ้น Error ครับ

สำหรับผู้ที่ เริ่มต้น Programming - PHP มีอะไร แนะนำ หรือข้อสงสัยต้องบอร์ด นี้ คนที่มีความรู้ แบ่งปันคนอื่นบ้างนะ ปัญหาการเขียนโปรแกรม แบบ OOP Session Cookies php network

Moderator: mindphp, ผู้ดูแลกระดาน

ภาพประจำตัวสมาชิก
birdkritsna
PHP Super Member
PHP Super Member
โพสต์: 234
ลงทะเบียนเมื่อ: 16/09/2019 9:57 am

Q สอบถามลองเขียน php webservice ด้วย nuSoap แล้วขึ้น Error ครับ

โพสต์ที่ยังไม่ได้อ่าน โดย birdkritsna »

พอดีผมลองใช้ code ตัวอย่าง nuSoap มารันดูแต่ขึ้นเออเร่อแบบนี้ เกิดจากอะไรครับผม
2019-10-05_17-31-08.jpg
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; nusoap_base has a deprecated constructor in D:\xampp\htdocs\joomla_testing\tools\tools_pdf_converter\nusoap\lib\nusoap.php on line 85

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; nusoap_fault has a deprecated constructor in D:\xampp\htdocs\joomla_testing\tools\tools_pdf_converter\nusoap\lib\nusoap.php on line 1007

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; nusoap_xmlschema has a deprecated constructor in D:\xampp\htdocs\joomla_testing\tools\tools_pdf_converter\nusoap\lib\nusoap.php on line 1095

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; soapval has a deprecated constructor in D:\xampp\htdocs\joomla_testing\tools\tools_pdf_converter\nusoap\lib\nusoap.php on line 2067

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; soap_transport_http has a deprecated constructor in D:\xampp\htdocs\joomla_testing\tools\tools_pdf_converter\nusoap\lib\nusoap.php on line 2169

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; nusoap_server has a deprecated constructor in D:\xampp\htdocs\joomla_testing\tools\tools_pdf_converter\nusoap\lib\nusoap.php on line 3474

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; wsdl has a deprecated constructor in D:\xampp\htdocs\joomla_testing\tools\tools_pdf_converter\nusoap\lib\nusoap.php on line 4597

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; nusoap_parser has a deprecated constructor in D:\xampp\htdocs\joomla_testing\tools\tools_pdf_converter\nusoap\lib\nusoap.php on line 6532

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; nusoap_client has a deprecated constructor in D:\xampp\htdocs\joomla_testing\tools\tools_pdf_converter\nusoap\lib\nusoap.php on line 7183

Notice: Undefined variable: url_path in D:\xampp\htdocs\joomla_testing\tools\tools_pdf_converter\index4.php on line 4
่Code

โค้ด: เลือกทั้งหมด

<?php
require_once('nusoap/lib/nusoap.php');
$server = new soap_server;
$server->configureWSDL('doSetsimetingwsdl', $url_path);
$server->register("doSetsimeting", array(    'var' => 'xsd:string', ) );
$HTTP_RAW_POST_DATA = isset($HTTP_RAW_POST_DATA) ? $HTTP_RAW_POST_DATA : '';
$server->service($HTTP_RAW_POST_DATA);

function doSetsimeting($var)
{
  return 'mindphp.com-->' . $var;
}

?>
ภาพประจำตัวสมาชิก
thatsawan
PHP VIP Members
PHP VIP Members
โพสต์: 28508
ลงทะเบียนเมื่อ: 31/03/2014 10:02 am
ติดต่อ:

Re: Q สอบถามลองเขียน php webservice ด้วย nuSoap แล้วขึ้น Error ครับ

โพสต์ที่ยังไม่ได้อ่าน โดย thatsawan »

ลองมาจากตัวอย่างไหน
ภาพประจำตัวสมาชิก
birdkritsna
PHP Super Member
PHP Super Member
โพสต์: 234
ลงทะเบียนเมื่อ: 16/09/2019 9:57 am

Re: Q สอบถามลองเขียน php webservice ด้วย nuSoap แล้วขึ้น Error ครับ

โพสต์ที่ยังไม่ได้อ่าน โดย birdkritsna »

thatsawan เขียน:ลองมาจากตัวอย่างไหน
อันนี้ครับ
https://www.mindphp.com/developer/26-เท ... lient.html
ภาพประจำตัวสมาชิก
mindphp
ผู้ดูแลระบบ MindPHP
ผู้ดูแลระบบ MindPHP
โพสต์: 41396
ลงทะเบียนเมื่อ: 22/09/2008 6:18 pm
ติดต่อ:

Re: Q สอบถามลองเขียน php webservice ด้วย nuSoap แล้วขึ้น Error ครับ

โพสต์ที่ยังไม่ได้อ่าน โดย mindphp »

ทำไม่ใช้ nusoap ?
เขียน webservice ทำอะไร ?
ติดตาม VDO: http://www.youtube.com/c/MindphpVideoman
ติดตาม FB: https://www.facebook.com/pages/MindphpC ... 9517401606
หมวดแชร์ความรู้: https://www.mindphp.com/forums/viewforum.php?f=29
รับอบรม และพัฒนาระบบ: https://www.mindphp.com/forums/viewtopic.php?f=6&t=2042
ภาพประจำตัวสมาชิก
birdkritsna
PHP Super Member
PHP Super Member
โพสต์: 234
ลงทะเบียนเมื่อ: 16/09/2019 9:57 am

Re: Q สอบถามลองเขียน php webservice ด้วย nuSoap แล้วขึ้น Error ครับ

โพสต์ที่ยังไม่ได้อ่าน โดย birdkritsna »

mindphp เขียน:ทำไม่ใช้ nusoap ?
เขียน webservice ทำอะไร ?
อ่อผมนึกว่า เป็นการประยุกต์ไปใช้กับแปลงไฟล์ได้ เลยลองนำมาใช้ดูอะครับ
ก็คือผมอยากส่งไฟล์ html ไปยัง web service แบบไหนหรือตัวไหนได้บ้างครับผม
ภาพประจำตัวสมาชิก
mindphp
ผู้ดูแลระบบ MindPHP
ผู้ดูแลระบบ MindPHP
โพสต์: 41396
ลงทะเบียนเมื่อ: 22/09/2008 6:18 pm
ติดต่อ:

Re: Q สอบถามลองเขียน php webservice ด้วย nuSoap แล้วขึ้น Error ครับ

โพสต์ที่ยังไม่ได้อ่าน โดย mindphp »

กระทู้นี้ เห็นมีคน เข้ามาช่วย แต่คำแนะนำของเขาค้างอยู่เป็นคำตอบสุดท้าย
viewtopic.php?p=166351#p166351
ติดตาม VDO: http://www.youtube.com/c/MindphpVideoman
ติดตาม FB: https://www.facebook.com/pages/MindphpC ... 9517401606
หมวดแชร์ความรู้: https://www.mindphp.com/forums/viewforum.php?f=29
รับอบรม และพัฒนาระบบ: https://www.mindphp.com/forums/viewtopic.php?f=6&t=2042
ภาพประจำตัวสมาชิก
birdkritsna
PHP Super Member
PHP Super Member
โพสต์: 234
ลงทะเบียนเมื่อ: 16/09/2019 9:57 am

Re: Q สอบถามลองเขียน php webservice ด้วย nuSoap แล้วขึ้น Error ครับ

โพสต์ที่ยังไม่ได้อ่าน โดย birdkritsna »

mindphp เขียน:php curl
ขอบคุณครับผม
ภาพประจำตัวสมาชิก
mindphp
ผู้ดูแลระบบ MindPHP
ผู้ดูแลระบบ MindPHP
โพสต์: 41396
ลงทะเบียนเมื่อ: 22/09/2008 6:18 pm
ติดต่อ:

Re: Q สอบถามลองเขียน php webservice ด้วย nuSoap แล้วขึ้น Error ครับ

โพสต์ที่ยังไม่ได้อ่าน โดย mindphp »

mindphp เขียน:กระทู้นี้ เห็นมีคน เข้ามาช่วย แต่คำแนะนำของเขาค้างอยู่เป็นคำตอบสุดท้าย
viewtopic.php?p=166351#p166351
cURL คืออะไร
viewtopic.php?f=29&t=58032#p156193
ติดตาม VDO: http://www.youtube.com/c/MindphpVideoman
ติดตาม FB: https://www.facebook.com/pages/MindphpC ... 9517401606
หมวดแชร์ความรู้: https://www.mindphp.com/forums/viewforum.php?f=29
รับอบรม และพัฒนาระบบ: https://www.mindphp.com/forums/viewtopic.php?f=6&t=2042
ภาพประจำตัวสมาชิก
mindphp
ผู้ดูแลระบบ MindPHP
ผู้ดูแลระบบ MindPHP
โพสต์: 41396
ลงทะเบียนเมื่อ: 22/09/2008 6:18 pm
ติดต่อ:

Re: Q สอบถามลองเขียน php webservice ด้วย nuSoap แล้วขึ้น Error ครับ

โพสต์ที่ยังไม่ได้อ่าน โดย mindphp »

ได้ศึกษา ตามนี้ หรือยังครับ
ติดตาม VDO: http://www.youtube.com/c/MindphpVideoman
ติดตาม FB: https://www.facebook.com/pages/MindphpC ... 9517401606
หมวดแชร์ความรู้: https://www.mindphp.com/forums/viewforum.php?f=29
รับอบรม และพัฒนาระบบ: https://www.mindphp.com/forums/viewtopic.php?f=6&t=2042
ตอบกลับโพส
  • Similar Topics
    ตอบกลับ
    แสดง
    โพสต์ล่าสุด

ผู้ใช้งานขณะนี้

สมาชิกกำลังดูบอร์ดนี้: Google [Bot] และบุคลทั่วไป 8