本文介绍了SOAP项目的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要开发一个SOAP客户端,因为我从来没有亲自做过一个我想要确保我正确地做到这一点。

客户端是一个Windows(可能是2k3)应用程序,通过

HTTPS SOAP进行通信。远程服务器是基于Unix的并且实现了Axis,我不知道什么是


我需要创建这个客户端的步骤是什么?我将使用C#

进行开发,我有SOAP消息的XML模式。

如何开始使用?

感谢您的支持帮助

m

i need to develop a SOAP client, Since I have never personally done one I
would like to make sure that I am going about it correctly.
The client is a Windows (probably 2k3) application that communicates over
HTTPS SOAP. The remote server is Unix based and implements Axis, which I
know nothing about

What are the steps I need to create this client? I will be developing in C#
and I have the XML schema of the SOAP messages.
How do I get started?
thanks for your help
m

推荐答案




尝试添加web引用。 。如果有效,客户的其余部分就是微风。


问候,

Wessel



Try to add a "web reference". If that works, the rest of the client is a
breeze.

Greetings,
Wessel





这篇关于SOAP项目的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-29 05:12