如何使用Web服务Web服务 [英] How to use web services Web Services

查看:95
本文介绍了如何使用Web服务Web服务的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

代理Web服务的主要用途是什么,它与普通的Web服务有什么不同?

what is the main use of proxy web services, how it is different from normal web services?

推荐答案

我不熟悉任何称为''代理的术语网络服务''。



有两种类型的网络服务AFAIK

1)基于SOAP的服务

2)基于休息的服务



Web服务通常用于在客户端创建代理,可以帮助客户端序列化/反序列化对象。

您可以随时在没有代理的情况下工作。然而,代理通过提供一个模板供您编码,同时处理通过网络发送数据的序列化部分,使编码变得更容易。
I am not familiar with any term called ''proxy web services''.

There are two types of web services AFAIK
1) SOAP based services
2) Rest based services

Web services are generally used by creating a proxy on the client that can help serialize / deserialize objects on the client side.
You can always work without proxies. Proxies, however, make coding slight easier by providing a template for you to code against while taking care of the serializing part of sending data over the wire.


Web服务使用客户端代理与之通信Web服务,代理封装有关传输和接收http数据的详细信息,
web services uses client proxy to communicate with web service, proxy encapsulate details about transmission and receive http data,


这篇关于如何使用Web服务Web服务的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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