在VB.NET中创建SOAP应用程序 [英] Creating a SOAP application in VB.NET

查看:319
本文介绍了在VB.NET中创建SOAP应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好

我是SOAP的新手,我需要编写一个应用程序以连接到Web服务器,登录并发送一些文件.如果有人可以给我看一些示例代码和/或让我参考一些文档来做到这一点,我将不胜感激.

谢谢.

Hello

I am very new to SOAP and I need to write an application to connect to a webserver, login, and send up some files. I would really appreciate it if someone could show me some sample code and/or refer me to some documentation to do this.

Thank you.

推荐答案

您可能希望阅读
You may wish to read some of these articles because I think you may have a misunderstanding of what SOAP is. If you are "sending up some files" to the server, I''m under the impression that you want to pick a file from your system and have the application write the file to the other system. If this is the case, what you really may need is some sort of ftp setup.


Steven,

如果您使用的是SOAP,那是因为您要定位的远程服务器公开了一个Web服务.如果您知道该地址,则只需通过Visual Studio界面将其添加为服务引用即可.

此在线示例很多,例如
这个 [
Steven,

If you''re using SOAP it will be because the remote server you are targeting exposes a webservice. If you know the address, what you want to do is add it as a service reference through the Visual Studio interface.

There are many samples of this online, such as this one[^].

Cheers.


这篇关于在VB.NET中创建SOAP应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆