gpt4 book ai didi

java - 如何将 Int 传递给 Java 中的 Soap 请求

转载 作者:行者123 更新时间:2023-11-29 08:54:07 26 4
gpt4 key购买 nike

是否可以将 int 元素发送到 SOAP 请求中意味着是否可以发出包含 int Soap 元素的 SOAP 请求。因为我需要为 Java 中的 Soap 请求传递一个整数元素,但不知道如何去做。

最佳答案

你可以尝试将整型逻辑放入Soap请求中,输入语法为:

${= (logic)}
${=(int)(Math.random()*10)} <- this logic will replaced the input City parameter with an integer

<?xml version="1.0" encoding="UTF-8"?>
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:web="http://www.webserviceX.NET">
<soap:Header />
<soap:Body>
<web:GetWeather>
<!--Optional:-->
<web:CityName>${=(int)(Math.random()*10)}</web:CityName>
<!--Optional:-->
<web:CountryName>USA</web:CountryName>
</web:GetWeather>

运行上述请求时,城市标签有一个整数。

<web:CityName>3</web:CityName>

关于java - 如何将 Int 传递给 Java 中的 Soap 请求,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21233818/

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