http://www-01.ibm.com/support/docview.wss?uid=swg21405935
WSWS3052E: Error: Bad envelope namespace
![](http://www.ibm.com/i/c.gif)
| |||||
Resolving the problem | |||||
The proper namespace for SOAP 1.1 is "http://schemas.xmlsoap.org/soap/envelope/" Here is the message that the WebSphere Application Server Web Service Engine receives: [9/20/09 18:16:18:412 GMT] 00000042 MessageTrace 3 WSWS3570I: Inbound HTTP SOAP response: Content-Type: text/xml; charset="utf-8" Message contents: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <soapenv:Body> Note that the inbound message defines the namespace as: "http://schemas.xmlsoap.org/soap/envelope" Note that the incoming namespace does not have the final slash "/"; thus it is not a valid SOAP namespace. The WebSphere Application Server is responding correctly to this invalid namespace. It needs to be determined why the node that sends this message is sending an incorrect namespace. Note that this is only one of the reasons why the above mentioned exception could occur. |
'IBM - old > WAS 문제&해결' 카테고리의 다른 글
Node 에 대한 동기화가 깨지면서 nodeagent 로그상에 ADMS0012E 로깅 (0) | 2016.05.09 |
---|---|
WAS 위에서 별도로 thread 를 생성하여 JNDI operation 시 NMSV0310E exception (0) | 2016.05.09 |
한번도 로딩되지 않았던, method 가 추가된 class 를 hot deploy 이후 Exception 발생 (0) | 2016.05.09 |
공인된 CA 에서 인증받은 인증서를 쓰는 사이트 접속시 CWPKI0022E: SSL 핸드쉐이크 장애 (0) | 2016.05.09 |
JSP compile 시에 JDK 5.0 기능인 auto-boxing 미지원 (0) | 2016.05.09 |
댓글