soapjms:isFault - which allows to indicate that a message is a fault message.
isFault - 被用于指明一个消息是错误消息。
In such a case, the fault message would be "Method 'update' is not supported."
在这种情况下,错误消息是“Method'update 'isnot supported .”。
A fault message should be generated whenever a failure occurs at an intermediary.
每当中介体发生故障时,都应该生成错误消息。
Any response or fault message is mapped out to the status field in the return message.
任何响应或错误消息将被映射到返回消息中的状态字段。
Get the input message, output message, and fault messages of a task, and to set the output or fault messages.
获取任务的输入消息、输出消息和缺省消息,然后设置输出或错误消息。
A request-response operation can define a request message, a response message, and any number of fault messages.
请求-响应操作可以定义一条请求消息、一条响应消息和任意数量的错误消息。
WSCI can raise an exception based on a fault message from WSDL, a message content, or an event (for example, Timeout event).
WSCI能抛出一些异常,它们来自于WSDL、信息内容或事件(例如,超时事件)的错误信息。
If you disassociate the fault message name from the operation name, you can reuse that message without it looking strange (see Listing 3).
如果将错误的消息名称与操作名称分离,则可以重用该消息,并且看起来也不感到陌生(请参见清单3)。
The service implementation USES the SOAPFaultException to explicitly raise faults so that the exact SOAP 1.1 fault message contents can be determined.
该服务实现使用SOAPFaultException来显式引发错误,以便能够确定精确的SOAP 1.1错误消息内容。
The system use communication net based on the can bus to ensure that the fault message of recorder equipment can be transferred to PC net node fastly.
为保证信息的可靠、快速的传递,采用基于CAN总线的通讯网络。使故障录波监测装置的故障信息及时上报到后台pc网络节点上。
This results in a fault message being added into the generated WSDL, as well as a fault handler for the WS-BPEL process when exported to Integration Developer.
这导致在导出到Integration Developer时向生成的WSDL添加错误消息,以及用于WS - bpel流程的错误处理程序。
You can define another fault message that reuses your existing fault element, but JAX-RPC maps it to yet another exception; it doesn't reuse the existing exception.
您可以定义重用现有错误元素的另一个错误消息,但是JAX - RPC仍将其映射为另一个异常;它不重用现有异常。
However, note that if the payload is a SOAP Fault, then it's the user's responsibility to ensure that the Fault message is compatible with the selected SOAP version.
但是请注意,如果有效负载为SOAP错误,则确保错误消息与所选的SOAP版本兼容是用户的责任。
However, in certain circumstances, for example, when either a back-end system or a database that a service requires is not available, the service might respond with a fault message.
但是,在某些情况下(例如,服务所请求的后端系统或数据库不可用),该服务可能会以错误消息作为响应。
InFaultPipe is invoked on the client side when the fault message is received; the OutFaultPipe is invoked on the server side when an invocation causes a fault to be sent to the client.
收到Fault消息后,在客户端调用InFaultPipe;如果某个调用导致将错误发送到客户端,则在服务器端调用OutFaultPipe。
When this fault occurs, a corresponding rejection message is sent to the customer via the nested activity (lines 37 to 40).
当这种故障发生时,相应的拒绝消息通过嵌套的活动(第37至40行)被发送给客户。
If the fault is defined simply as an element, then the name of the exception is mapped from the message name, and the package is mapped from the message's namespace (see Listing 5).
如果仅将错误定义为一个元素,则从消息名称映射异常的名称,从消息的命名空间映射数据包(请参见清单5)。
At a minimum, it allows the destination to know the highest message number in the sequence so it can return a Fault if it receives any messages with a number greater than three.
至少,目的地可以用它来了解序列中的最大消息数量,因此如果它收到任何比3大的消息号时可能会返回错误。
Normally, the Fault element will appear in a SOAP response message to indicate that there was something wrong with the SOAP request.
通常,Fault元素会在一条SOAP响应消息中出现,以表明在SOAP请求中出现错误。
Similar to the Data Handler, the Fault Handler lets you create a message parsing capability that can be used across a number of transports.
与DataHandler类似的是,Fault Handler使您可以创建可跨多个传输使用的消息解析功能。
A failed attempt to forward a message to the unavailable target Queue Manager results in a thrown fault.
一个向不可用目标QueueManager转发消息的失败尝试将导致抛出一个故障。
When using arrays or array holders for complex types, a Web service fault is returned to the client containing the error message shown in listing 5.
当数组或数组holders用于复杂类型时,Web服务错误被返回到包含清单5所示错误消息的客户机。
This results in a fault thrown per attempted message delivery, intercepted by the Process Server Failed Event subsystem.
这将造成对每一次消息传递尝试抛出一个故障,该故障由ProcessServerFailedevent子系统拦截。
The main feature of interest here is the use of a BPEL Fault Handler to catch the Fault thrown when an attempt to forward a message to the target Queue Manager fails.
这里关注的主要特性是在尝试将消息转发给目标QueueManager失败时,使用BPELFaultHandler捕获抛出的故障。
Unlike WSDL: input and WSDL: output, the message referenced by WSDL: fault is only allowed a single message part which could refer to a simple type or a complex type.
与wsdl:input和wsdl:out put不同,wsdl:fault引用的消息只允许有一个单一的消息部分,这个部分可以引用一个简单的类型或一个复杂的类型。
The trace method assigned to the fault attribute prints the given message out to the console, which helps you debug any issues that might occur.
赋值给faul t属性的trace方法会把给定的信息打印到控制台,从而帮助您调试任何可能发生的问题。
Upon successfully completing the query, a KeywordSearchResponse will be returned or, if the query found no matching items, a SOAP fault will be thrown that contains a message stating so.
一旦成功地完成查询,就会返回KeywordSearchResponse,或者如果查询没有找到匹配的条目,就会抛出一个SOAPFault,其中包含说明情况的消息。
If the fault Selector detects a fault, the current message will be processed by a fault Handler rather than by a Data Handler.
如果FaultSelector检测到一个错误,当前消息将由FaultHandler而不是Data Handler处理。
In addition, the fault support within bindings has been enhanced to enable the definition of a fault Selector that determines if the message is a fault as well as the name of the fault.
此外,绑定中的错误支持也得到了增强,支持定义一个FaultSelector来判断消息是否错误以及错误的名称。
In addition, the fault support within bindings has been enhanced to enable the definition of a fault Selector that determines if the message is a fault as well as the name of the fault.
此外,绑定中的错误支持也得到了增强,支持定义一个FaultSelector来判断消息是否错误以及错误的名称。
应用推荐