简体   繁体   English

GuideWire网络服务

[英]GuideWire Webservice

How to fetch wsdl with user name password into Guidewire?如何将带有用户名密码的 wsdl 提取到 Guidewire?

I tried to add wsdl end pointn in Webservice collection in Guidwire studio, but it not downloaded into my project it due to, it has password credential.我试图在 Guidwire 工作室的 Web 服务集合中添加 wsdl 端点,但它没有下载到我的项目中,因为它有密码凭证。


See below image, after created wsc, Add resource is accepting only http url not local file path见下图,创建 wsc 后,添加资源只接受 http url 而不是本地文件路径

在此处输入图片说明

您可以通过浏览器下载 WSDL 并作为本地文件加载到 WSC(Web 服务集合)中。

When you add the WSDL in Resource URL, your .wsc file actually connects to the WSDL file location (can be a external system or a file location).当您在资源 URL 中添加 WSDL 时,您的 .wsc 文件实际上连接到 WSDL 文件位置(可以是外部系统或文件位置)。 For this your local machine should have the access to download the WSDL file and add the WSDL file to your webservice collection (.wsc) folder.为此,您的本地计算机应该有权下载 WSDL 文件并将 WSDL 文件添加到您的 Web 服务集合 (.wsc) 文件夹中。 To check this, try to open the WSDL file through the browser.要检查这一点,请尝试通过浏览器打开 WSDL 文件。 if you are able to open the WSDL file then you should not get any issues in adding the WSDL in Resource URL field.如果您能够打开 WSDL 文件,那么在资源 URL 字段中添加 WSDL 时应该不会出现任何问题。 If you can not open the WSDL file in browser, then your machine is not capable of accessing the WSDl file.如果您无法在浏览器中打开 WSDL 文件,则您的机器无法访问 WSDl 文件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM