<property name="wls.hostname" value="localhost"/>
<property name="wls.port" value="7031"/>
<property name="wls.server.name" value="W4WPAdminServer"/>
<taskdef name="wldeploy"
classname="weblogic.ant.taskdefs.management.WLDeploy"
classpathref="compile.classpath" />
<wldeploy
action="deploy"
name="${project.name}"
source="${domain.home}/deployments/${project.name}"
user="${wls.username}"
password="${wls.password}"
verbose="true"
adminurl="t3://${wls.hostname}:${wls.port}"
targets="${wls.server.name}"
/>
</target>
WebLogic Test Client是一个Java EE Web应用程序。和WebLogic Server Administration Console (console.war)一样,它自动部署于您的WebLogic Server 10.1实例中。该应用程序的URL为:
http://<host>:<port>/wls_utc
DataStagingService的WSDL的URL为:
http://<host>:<port>/datastaging/DataStagingService?WSDL
输入该WSDL URL之后,单击“Test”按钮,然后便可在接下来出现的页面中输入测试请求XML。下面是一个示例请求XML:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
文章来源于领测软件测试网 https://www.ltesting.net/