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.facto..