gpt4 book ai didi

java - 被政策拒绝

转载 作者:行者123 更新时间:2023-11-29 07:17:30 24 4
gpt4 key购买 nike

我正在使用 SOAPUI 和本地 Java 编写的客户端将 SOAP 信封发送到第三方 SOAP 服务。作为回应,我正在执行以下操作,

SOAP 信封:

<env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
<env:Body>
<env:Fault>
<faultcode>env:Client</faultcode>
<faultstring>Rejected by policy. (from client)</faultstring>
</env:Fault>
</env:Body>
</env:Envelope>

异常:

AxisFault
faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Client
faultSubcode:
faultString: Rejected by policy. (from client)
faultActor:
faultNode:
faultDetail:
{http://xml.apache.org/axis/}stackTrace:Rejected by policy. (from client)
at org.apache.axis.message.SOAPFaultBuilder.createFault(SOAPFaultBuilder.java:222)
at org.apache.axis.message.SOAPFaultBuilder.endElement(SOAPFaultBuilder.java:129)
at org.apache.axis.encoding.DeserializationContext.endElement(DeserializationContext.java:1087)
at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)

异常是否发生在客户端?

谁能帮我找出这个异常的原因?我认为异常发生在客户端。

最佳答案

这是 Datapower(您的调用和服务之间的旧 IBM 安全产品)错误。根据我的经验,这意味着两件事之一。

  1. 您不属于访问该服务所需的 Active Directory 组。
  2. Datapower 无法找到您的用户名,因为用于查找您的用户名的 LDAP 查询正在不同的域或全局目录下查找。

此错误可能还有其他原因,但我确信当我收到此错误时这些是我的问题。

关于java - 被政策拒绝,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8326941/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com