@EnableSoapAPIClient

master
beeajax 2 years ago
parent c799fe152b
commit 3c26d5ae78

@ -5,9 +5,6 @@ import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
/**
* @author nicle.lin
*/
@XmlRootElement(name = "SOF_GetQRCodeBySys", namespace = "http://webservice.qrcode.pki.jhsec.com.cn/")
@XmlAccessorType(XmlAccessType.FIELD)
public class GetTableByIdDateRequest {

@ -4,9 +4,6 @@ import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
/**
* @author nicle.lin
*/
@XmlAccessorType(XmlAccessType.FIELD)
public class ComplaintListResult {

@ -6,9 +6,6 @@ import javax.xml.bind.annotation.XmlAnyElement;
import javax.xml.bind.annotation.XmlRootElement;
import java.util.List;
/**
* @author nicle.lin
*/
@XmlRootElement(name = "SOF_GetQRCodeBySysResponse")
@XmlAccessorType(XmlAccessType.FIELD)
public class GetTableByIdDateResponse {

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration debug="false" scan="true" scanPeriod="1 seconds">
<contextName>basicviewtaskcollect</contextName>
<contextName>docus-soap-api-client</contextName>
<property name="log.path" value="logs/logback"/>
<appender name="console" class="ch.qos.logback.core.ConsoleAppender">
@ -33,4 +33,4 @@
<appender-ref ref="file"/>
</root>
</configuration>
</configuration>

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<configuration debug="false" scan="true" scanPeriod="1 seconds">
<contextName>basicviewtaskcollect</contextName>
<contextName>docus-soap-api-client</contextName>
<property name="log.path" value="logs/logback"/>
<appender name="console" class="ch.qos.logback.core.ConsoleAppender">
@ -33,4 +33,4 @@
<appender-ref ref="file"/>
</root>
</configuration>
</configuration>

Loading…
Cancel
Save