我有一个具有登录服务的wsdl链接,它使用用户名和密码作为参数。我想为此登录服务打印类似下面的内容。我的意思是我希望下面的xml为String。
<soapenv:Body>
<bean:login>
<request>
<password></password>
<userName></userName>
</request>
</bean:login>
</soapenv:Body>
有没有可用的Java库?或者可以吗?