테스트 사이트 - 개발 중인 베타 버전입니다

APMSETUP 에서 SOAP 설정하기 (영카트5 설치위해)

· 11년 전 · 7008 · 5
참고로 apmsetup7 버전 설치되어 있을경우입니다. (apmsetup7 버전 : http://dev.naver.com/projects/apmsetup/download/note/1189)

php.ini

원래 있던 내용
[soap]
; Enables or disables WSDL caching feature.
soap.wsdl_cache_enabled=1
; Sets the directory name where SOAP extension will put cache files.
soap.wsdl_cache_dir="/tmp"
; (time to live) Sets the number of second while cached file will be used
; instead of original one.
soap.wsdl_cache_ttl=86400



추가내용

[PHP_SOAP]
extension=php_soap.dll


설정후 재부팅하세요~

댓글 작성

댓글을 작성하시려면 로그인이 필요합니다.

로그인하기

댓글 5개

좋은 정보 감사드립니다.
추가 내용
;extension=php_openssl.dll 수정해야하네요
extension=php_openssl.dll
죄송하지만 수정해야되는건가요..???추가를 해야되는데는 건가요..카이루님 내용보면은 수정을 해야되는게 맞는건가요..???
추가 할건 없습니다.
extension=php_openssl.dll
extension=php_soap.dll

두개 검색해서 앞에 ";" 제거 해주면 되요...
감사합니다..