웹 개발

SOAP error message

노루아부지 2019. 8. 12. 15:50

1. URL이 없을 경우
 --> Caused by: java.io.FileNotFoundException: http://192.168.0.116:8080/soapServer003/services/TestPort?wsdl

2. targetNamespace가 다를 경우
 --> Could not find service named {http://tempuri.org/}TestService in wsdl http://localhost:8080/soapServer004/services/TestPort?wsdl

3. param이 다를경우
 --> client는 에러가 없고, 서버로 null이 넘어간다.

4. serviceName이 다를 경우
 --> Caused by: org.apache.cxf.service.factory.ServiceConstructionException: Failed to create service.
 --> Caused by: javax.wsdl.WSDLException: WSDLException: faultCode=PARSER_ERROR: Problem parsing
 --> Caused by: java.io.FileNotFoundException: http://localhost:8080/soapServer004/services/TestPort?wsdl

5. 서버가 내려가 있는 경우
 --> Connection refused: connect

6. 방화벽으로 막혀있는 경우
--> Caused by: java.net.ConnectException: Connection timed out: connect

728x90

'웹 개발' 카테고리의 다른 글

JSP 내장객체  (0) 2019.08.15
[java] map to class 할 때 Date 형식 오류  (0) 2019.08.13
Custom tag의 attribute 지시자  (0) 2019.08.11
equals와 "=="의 차이  (0) 2019.08.11
JSP 내장객체  (0) 2019.08.11
loading