gpt4 book ai didi

java - SOAP 日志记录轴 2

转载 作者:搜寻专家 更新时间:2023-10-31 19:58:54 25 4
gpt4 key购买 nike

使用 axis1 可以通过在 log4j.properties 中的 HTTPSender 上添加日志来记录传入/传出的 soap 消息。迁移到 axis2(版本 1.4.1)后,我很难弄清楚如何完成相同类型的日志记录。我尝试在 axis2 包和 org.apache.commons.httpclient 上添加日志记录,但没有提供日志记录。

有什么想法吗?

TIA

最佳答案

尝试使用 DEBUG 级别记录这两个包:

  • httpclient.wire
  • org.apache.commons.httpclient

对于您发出的任何请求,您应该会看到以下输出:

>> "SOAPAction: urn:GeteBayOfficialTime[\r][\n]"
>> "User-Agent: Axis2[\r][\n]"
>> "Host: api.sandbox.ebay.com[\r][\n]"
>> "Content-Length: 1546[\r][\n]"
>> "Content-Type: text/xml; charset=UTF-8[\r][\n]"
>> "<?xml version='1.0' encoding='UTF-8'?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"><soapenv:Header><ns1:RequesterCredentials xmlns:ns1="urn:ebay:apis:eBLBaseComponents"><ns1:eBayAuthToken>XYZ_ABCD</ns1:eBayAuthToken></ns1:RequesterCredentials></soapenv:Header><soapenv:Body><ns1:GeteBayOfficialTimeRequest xmlns:ns1="urn:ebay:apis:eBLBaseComponents" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ns1:GeteBayOfficialTimeRequestType"><ns1:DetailLevelCodeType>ReturnAll</ns1:DetailLevelCodeType><ns1:ErrorLanguage>en_US</ns1:ErrorLanguage><ns1:Version>427</ns1:Version></ns1:GeteBayOfficialTimeRequest></soapenv:Body></soapenv:Envelope>

对于传入的响应:

<< "HTTP/1.1 200 OK[\r][\n]"
<< "Date: Wed, 23 Aug 2006 02:17:33 GMT[\r][\n]"
<< "Server: Microsoft-IIS/5.0[\r][\n]"
<< "X-EBAY-API-SERVER-NAME: ZXCVBA[\r][\n]"
<< "Content-Type: text/xml;charset=utf-8[\r][\n]"
<< "X-Cache: MISS from thrasher.sjc.ebay.com[\r][\n]"
<< "Connection: close[\r][\n]"
<< "<?xml version="1.0" encoding="UTF-8"?>[\n]"
<< "<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">[\n]"
<< " <soapenv:Body>[\n]"
<< " <GeteBayOfficialTimeResponse xmlns="urn:ebay:apis:eBLBaseComponents">[\n]"
<< " <Timestamp>2006-08-23T02:17:33.544Z</Timestamp>[\n]"
<< " <Ack>Success</Ack>[\n]"
<< " <Version>475</Version>[\n]"
<< " <Build>e475_core_Bundled_3434772_R1</Build>[\n]"
<< " </GeteBayOfficialTimeResponse>[\n]"
<< " </soapenv:Body>[\n]"
<< "</soapenv:Envelope>"

关于java - SOAP 日志记录轴 2,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2477128/

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