개발 스크랩 메모/PHP
php 속의 완벽한 Soap (Wsdl) web 서비스 [닫기]
렉사이
2020. 12. 23. 02:42
PHP 프로그래머입니다.
WSDL 로 SOAP 웹 서비스를 만들고 싶습니다.
어떤 간단한 교정이나 코드를 권장하여, 다른 사람을 위해 장치 (iPhone, 블랙베리, 앤드로이드) 를 끝냅니다.
대답
다음은 PHP 중 SOAP (WSDL) 웹 서비스의 일부 코스와 예시:
- PHP Web Services with WSDL (custom SOAP service)
- Creating Web Services with PHP and SOAP, Part 1 (out of date - nusoap)
- Creating Web Services with PHP and SOAP, Part 2 (out of date - nusoap)
- wsdl2php Manual (PHP SOAP extension)
- Web Services - WSDL: Creating SOAP Server (PHP SOAP extension)
- WSDL Document Example (SOAP explanation, no PHP)
편집:
SoapClient 는 최신 버전의 PHP (5.3 및 이상 버전) 을 사용합니다.
도움이 될 수도 있어요.