https://wsit.dev.java.net/issues/show_bug.cgi?id=935------- Additional comments from
mrudul_uchil@... Tue Jul 8 18:59:58 +0000 2008 -------
FAM will move ahead with following workaround for bypassing MEX calls from
security validation at server end.
WSEndpoint endPoint = (WSEndpoint)map.get("ENDPOINT");
WSDLPort port = endPoint.getPort();
QName serviceName = endPoint.getServiceName();
QName portName = endPoint.getPortName();
if ((port == null) &&
(serviceName == null || serviceName.toString().length() == 0) &&
(portName == null || portName.toString().length() == 0)) {
return null;
}
---------------------------------------------------------------------
To unsubscribe, e-mail:
issues-unsubscribe@...
For additional commands, e-mail:
issues-help@...