场景:
一个Java系统调用SAP系统提供的web service,除了根据WSDL生成的代理类,调用相应方法,传入相应参数外,还等需要使用SAP提供的用户信息进行身份验证,最简单的方法是在soap请求的url中加入用户名和密码参数。
方法:
在web service请求的URL中增加如下参数&sap-user=<username>&sap-password=<password>。
场景:
在web service请求的URL中增加如下参数&sap-user=<username>&sap-password=<password>。
转载于:https://www.cnblogs.com/WindyGu/p/3247552.html