APMSETUP 에서 SOAP 설정하기 (영카트5 설치위해) 정보
APMSETUP 에서 SOAP 설정하기 (영카트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
한줄만 입력하면 끝
APM_Setup\Server\PHP5\ext\php_soap.dll <<==여기에 존재합니다.
없을경우 첨부파일 추가요
                
                
                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
한줄만 입력하면 끝
APM_Setup\Server\PHP5\ext\php_soap.dll <<==여기에 존재합니다.
없을경우 첨부파일 추가요
                        
                추천
                
2
                
    2
댓글 13개
                
                    알려주신 대로 
.
.
.
.
; (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
이렇게 추가 했습니다.
그리고 해당 파일 위치는 확인을 했고요, 그렇게 설치를 했더니 SOAP 확장모듈을 설치하신 후 그누보드5 설치를 진행해 주십시오. 이런식으로 아직 메세지가 뜨는데, 잘못된 부분이 있나요
                    .
.
.
.
; (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
이렇게 추가 했습니다.
그리고 해당 파일 위치는 확인을 했고요, 그렇게 설치를 했더니 SOAP 확장모듈을 설치하신 후 그누보드5 설치를 진행해 주십시오. 이런식으로 아직 메세지가 뜨는데, 잘못된 부분이 있나요

                
                    재부팅해보세요...                
                
                
            
                    
                
                    재부팅하니깐 되네요~ 감사합니다..                
                
                
            
                    
                
                    내컴퓨터로 로컬로 설치했거든요 php5 폴더에 파일 덮어쉬우고 모니터 리부팅 했는데요 아직도 soap 설치하라고 나오네요^^;; 왜그럴까요 고수님들 굽신굽신~~                
                
                
            
                    
                
                    간단하게 apmsetup7 버전 설치하세요~ 
[PHP_SOAP]
extension=php_soap.dll
이거 한줄이면 끝입니다.
                    [PHP_SOAP]
extension=php_soap.dll
이거 한줄이면 끝입니다.
                
                    apmsetup7 버전  - 설치햇거든요. 주석도 풀엇는데 안돼요~ ㅎㅎ                
                
                
            
                    
                
                    그래도 안되면 윈도우 재작업해보세요 ^^;;;;;;                
                
                
            
                    
                
                    php.ini 파일 extension=php_soap.dll  이거 주석풀고 재부팅하믄거맞나요?                
                
                
            
                    
                
                    [PHP_SOAP] 
extension=php_soap.dll
네 주석처리하고 재부팅 특별히 더 설정할건 없습니다..
                    extension=php_soap.dll
네 주석처리하고 재부팅 특별히 더 설정할건 없습니다..
                
                    그런데 안되네요 흑흑                
                
                
            
                    
                
                    위의 방법대로 하여 그동안 잘 설치 했었는데요! 
이번 업데이트 1월 20일자 버전으로 새로 설치할려고 (영카트 삭제하고 다시 설치 하는데 인스톨 하는데 )
openssl 모듈을 설치하신 후 그누보드5 설치를 진행해 주십시오.
이라고 뜨네요~ 이번에 변경된 부분이 있나요?
                    이번 업데이트 1월 20일자 버전으로 새로 설치할려고 (영카트 삭제하고 다시 설치 하는데 인스톨 하는데 )
openssl 모듈을 설치하신 후 그누보드5 설치를 진행해 주십시오.
이라고 뜨네요~ 이번에 변경된 부분이 있나요?

                
                    가능합니다.
추가 내용
;extension=php_openssl.dll 수정해야하네요
extension=php_openssl.dll
                    추가 내용
;extension=php_openssl.dll 수정해야하네요
extension=php_openssl.dll
                
                    감사합니다                
                
                
            
                    