由买买提看人间百态

topics

全部话题 - 话题: webservice
1 2 3 4 5 6 7 下页 末页 (共7页)
b**********5
发帖数: 7881
1
maven怎么搭建webservice? 你是不是说spring搭建webservice?
h*******d
发帖数: 1
2
我需要一些使用Webservice技术的网站。 也就是说我可以编写.net的
webservice 客户端程序来直接进行访问。谢谢
e****e
发帖数: 1775
3
来自主题: DotNet版 - xmldocument and webservice question
Anyone uses the WSE?
I think I v found the cause of the problem.
Since I am using DIME, the configuration has to include the following section:


y="1" group="0" />


If my request message has some dime attachments, then the document sent as
a
S****e
发帖数: 10596
4
在asmx文件里的webmethod
定义两个函数
第一个函数f1没问题
第二个函数f2怎么也不工作
当把第一个f1删掉,f2就工作了
请问怎么回事
代码简要如下
namespace Samples.AspNet
{
[WebService(Namespace = "http://tempuri.org/")]
[WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)]
[ScriptService]
public class ServerTime : System.Web.Services.WebService
{
[WebMethod]
public string f1(string productID )
{。。。 }
public string f2(string productID )
{。。。}
z***h
发帖数: 405
5
our application needs to access an external webservice, we want the
webservice client can be configurable to use a proxy server or not and which
proxy server/port to use.
Is there a good way to set/change the proxy settings dynamically?
Using the command line -D options doens't look good.
Using the System.properties is acceptable but it requires restart of JVM too
after each setting.
The weird thing is setting System.properties in our application server doesn
't seem take any affect.
Our applica
t**********g
发帖数: 3388
6
【 以下文字转载自 Programming 讨论区 】
发信人: thanksgiving (~灯红酒绿的上海~), 信区: Programming
标 题: Java里如何把一个webservice的返回读到一个String里?
发信站: BBS 未名空间站 (Mon Mar 2 22:07:41 2009)
我想写一个程序,读webservice的结果到一个string里。
这个 web service 是一个 link,就像: www.xml.com/get.cgi%20getmexml
请教一下,应该怎么写这个code?谢谢。
b**********1
发帖数: 215
7
最近使用 Maven搭建webService, 在weblogic 下 deployment. 请有经验的 牛人 给些
提示
w**z
发帖数: 8232
8
maven是管理Java project, 和 webservice 没关系。
x****d
发帖数: 2239
9
没记错的话,弄个war出来,里面加上web.xml好像就够了。
当然,webservice有不少framework, 要先选好。
s******d
发帖数: 6
10
来自主题: BuildingWeb版 - 请教!关于webservice的构建!
我想建一个实验的 webservice,不知用那种服务器好了?apache与iis的优劣?我的构
是 apache+tomcat+axis+jdk不知行不行的通apache作为 http服务器,tomcat 作为servlet和jsp的 引擎
axis 作为soap封装xml ,不知服务器端和客户端如何配置?
c*****n
发帖数: 75
11
来自主题: BuildingWeb版 - .NET 在webservice 中的地位
这个link中webservice绝大多数是.NET host,
http://www.xmethods.net/ve2/Directory.po
这么多?为什么?
n*****n
发帖数: 1634
12
【 以下文字转载自 StartUp 讨论区 】
发信人: netchen (无线电), 信区: StartUp
标 题: webservice 今后几年会提供出更多的有用数据供人们使用吗?
发信站: BBS 未名空间站 (Wed Oct 24 21:05:00 2012, 美东)
现在有一些股票,天气等数据,
以后会出现更多,更复杂的数据吗?
c*o
发帖数: 70
13
weather.com provides localized weather info.
ups.com provides information of customized shipping methods, rate, time,
address validation etc.
Also you can use UDDI in VS.net to find out tons of webservices providers.
have fun!
e****e
发帖数: 1775
14
来自主题: DotNet版 - xmldocument and webservice question
hello all,
I send an XmlDocument object as a parameter to a webservice. The document
contains some western European letters and they turn out to be question marks
after being received at the server side. How to resolve this?
Thanks a lot.
x*g
发帖数: 689
15
来自主题: DotNet版 - secure webservice
what's the current best practice
for secure a webservice?
b****u
发帖数: 1027
16
来自主题: DotNet版 - secure webservice
google secure token webservice.
n****t
发帖数: 241
17
来自主题: DotNet版 - 谁熟dotnet 的webservice?
今天想玩一个dotnet的webservice,突然发现连这个都没有。。。有点疑惑。。。
应该不会吧
n****t
发帖数: 241
18
来自主题: Programming版 - 谁熟dotnet 的webservice?
【 以下文字转载自 DotNet 讨论区 】
发信人: netcat (The TCP/IP Swiss Army Knife), 信区: DotNet
标 题: 谁熟dotnet 的webservice?
发信站: BBS 未名空间站 (Wed May 7 02:54:46 2008), 转信
问个问题,如何实现类似java下的scope=application...
也就是single instance web service by dotnet
t**********g
发帖数: 3388
19
我想写一个程序,读webservice的结果到一个string里。
这个 web service 是一个 link,就像: www.xml.com/get.cgi%20getmexml
请教一下,应该怎么写这个code?谢谢。
a**e
发帖数: 103
20
Anybody knows the syntax how to send soap request message to Soap
Webservices if only WSDL is given?
Thanks
J********r
发帖数: 36
21
如题,我试着减少xsl里的代码,程序就能正常运行了,感觉是XSL文件里的代码太
长了,但是又不能减少。一直调试不出来。 Stack Trace如下:
javax.xml.transform.TransformerException: java.lang.
ArrayIndexOutOfBoundsException: -1
at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.
transform(TransformerImpl.java:716)
at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.
transform(TransformerImpl.java:313)
at preorder.XslResponseProcessor.transformResponse(XslResponseProcessor.
java:81)
at preorder.webservice.invoker.IaEdiI... 阅读全帖
b**********5
发帖数: 7881
22
前一阶段, 他和他组的另外一个人, 来问, 他们有一个python的library, 然后他
们想做个python storm bolt, integrate到我们的Java storm pipeline里
然后我说, 你们不如做个webservice算了。 我们现在就call 他们的一个webservice

然后现在他们做apache webservice, 做的好像不怎么顺
我现在越来越觉得, 其实应该做一个python storm bolt的, scale啊, 什么的, 都
taken care了
觉得不大好意思。 以后再也不给意见了。
k******w
发帖数: 425
23
用asp.net 的webservice可以办到,方法很简单。下边是范例代码,现写的,不严谨,
希望能帮到你。
webservice (*.asmx)代码
using System;
using System.IO;
using System.Net;
using System.Text;
using System.Data;
using System.Web;
using System.Collections;
using System.Web.Services;
using System.Web.Services.Protocols;
using System.ComponentModel;
namespace webservicestudy
{
///
/// Summary description for simpleService
///

[WebService(Namespace = "http://www.foo.edu/")]
[WebServiceBinding(ConformsTo =
c*****s
发帖数: 214
24
来自主题: Java版 - Help: web service questions

webservcie是和语言无关的。它用WSDL描述,通讯的内容是soap,协议理论上没限制一般
是http。所以没有返回java对象的webservice,也有没有用C++描述的webservice。每种
语言的webservice工具包里应该有把消息拿出来和自己对象/结构绑定的工具。
当然可以。返回的消息内容格式是定义在wsdl里的xml,可以是任何xml结构。
back
没看明白
q*********u
发帖数: 280
25
html也算是xml的一种,
webservice这个名词掩盖了xml
现在的很多比如ejb, 都掩盖了底层创建xml的过程,
个人觉得自学webservice, 就先写写xsd。
各个公司用的,都变化很多,学了这个,来不及那个,当然时间充裕,激情四溢,什么
都练,那肯定是理想境界。

我不明白RESTful的webservice好象已经和普通的页面区别不大了
比如说spring里,整个 @RequestMapping(method = RequestMethod.GET)
是不是这样就行?
s****s
发帖数: 628
26
来自主题: Java版 - 简单的问题,搞不懂了, 帮忙
一个helloworld的webservice,
1. netbeans + glassfish, deploy后,看那个 "http:\localhost.....?wsdl" link 没
问题.
2. eclipse + glassfish, deploy后, 在glassfish的console里, 看不到 "endpoint",
更没法访问那个wsdl link.
3. eclipse + tomcat. 和2一样,不work. 看网上说,webservice deploy到tomcat上还
需要做一些工作, 包括加descriptor和加lib.
帮忙讲讲 2 和 3 为什么不work? 用netbeans 和 eclipse 做webservice 有什么不同
? 再有,就是用glassfish 和tomcat 有什么不一样?
感觉java这东西真是看起来能明白, 做起来搞不定啊.
s*******d
发帖数: 59
27
来自主题: Programming版 - 异步通讯代码的简化
有的异步socket的实现框架是通过诸如beginXXX,endXXX等一些回调函数,
可想而知,这样的代码恐怕支离破碎,即难编又难看。
去年看到C#的新语句,yield,通过状态机和将local变量包装到自动生成的类里,
可以方便实现代码的两次调用间的接续执行。
感觉也可以通过这种机制将原来异步的代码转化成同步的写法。
比如
function webservice(socket s) {
YIELD_BLOCK_BEGIN
...
YIELD_READ(s)
...
YIELD_WRITE(s)
...
YIELD_BLOCK_END
}
另外有线程来调用上面的webservice,到YIELD_READ时,其实是执行异步read就返回,
等read ready的时候线程继续调用webservice,执行就从YIELD_READ后开始。
具体到C++实现,大家有什么好主意吗?
n*********u
发帖数: 1030
28
来自主题: Programming版 - 请教一个网站架构的问题
Q1: seems fine, data processing and webservice use different language is
totally fine. Depends on what you like to do.
i.e. you are familiar with php webservice, and you need python to do those
calculation, then do it.
Sometimes, using same language can allow you to share code in both processes
. (i.e. database related models, but your project probably don't need it)
Your choice here.
Q2: checkout rabbitmq, basically a message queue webservice. CURL a request
in, it will queue it and run the (co... 阅读全帖
d****g
发帖数: 7460
29
来自主题: USANews版 - 美国是个多民族融合的大染缸
好比。webapp A invokes webservice B that runs on server S1, that invokes
webservice C that runs on server S2, that invokes system D, etc..
然后整个公司呢,有很多ABCD,S1,S2, 互相CALL来CALL去。。
现在的状况是,已经没人知道天下都谁在CALL C了。。。
咋办呢?整个啥(图?表?数据库?)能把这个关系画出来。还不乱遭遭。。
另外,这种问题那个版?
N******r
发帖数: 284
30
请版大手下留情。
我们公司有个短期开发项目(两个月),如果项目成功的话,可以转成全职开发人员,
或者建立长期合作关系,这对寻找外快的高水平开发人员,也是一个非常好的机会。我
们需要熟悉UI开发的人员,有意者请将简历和联系方式请发至:
[email protected]
谢谢
========================================
Java Web Developer for the position based out in Piscataway,NJ
We need middle level Java Web UI developer help to build Java based WEB
applications, it is required that:
Have minimal 3 year hands-on coding experience;
Have Solid working experience in Ajax/Javascript/HTML4/CSS(3) and an
interest in cutting edge user in... 阅读全帖
b******s
发帖数: 25
31
Please contact:
Alex Melaik
Technical Engineering Recruiter
CATAPULT STAFFING, INC.
1820 Preston Park Blvd, Suite 1600, Plano, TX 75093
Office: 972-299-8809
Fax : 469-298-3473
Cell : 972-802-9627
A*********[email protected]
See below information from recruiter Alex. He said there are two very good
positions (senior software engineer) in Sugarland, TX. They are full time
positions in a global company with a salary range from 105-120K. Sugarland
has excellent elementary/middle/high scho... 阅读全帖
N******r
发帖数: 284
32
【 以下文字转载自 JobHunting 讨论区 】
发信人: NJHunter (day day up), 信区: JobHunting
标 题: 公司招WEB APPLICATION项目开发人员 - 新泽西
发信站: BBS 未名空间站 (Wed Aug 14 14:36:52 2013, 美东)
请版大手下留情。
我们公司有个短期开发项目(两个月),如果项目成功的话,可以转成全职开发人员,
或者建立长期合作关系,这对寻找外快的高水平开发人员,也是一个非常好的机会。我
们需要熟悉UI开发的人员,有意者请将简历和联系方式请发至:
[email protected]
谢谢
========================================
Java Web Developer for the position based out in Piscataway,NJ
We need middle level Java Web UI developer help to build Java based WEB
applications, it is required th... 阅读全帖
N******r
发帖数: 284
33
【 以下文字转载自 JobHunting 讨论区 】
发信人: NJHunter (day day up), 信区: JobHunting
标 题: 公司招WEB APPLICATION项目开发人员 - 新泽西
发信站: BBS 未名空间站 (Wed Aug 14 14:36:52 2013, 美东)
请版大手下留情。
我们公司有个短期开发项目(两个月),如果项目成功的话,可以转成全职开发人员,
或者建立长期合作关系,这对寻找外快的高水平开发人员,也是一个非常好的机会。我
们需要熟悉UI开发的人员,有意者请将简历和联系方式请发至:
[email protected]
谢谢
========================================
Java Web Developer for the position based out in Piscataway,NJ
We need middle level Java Web UI developer help to build Java based WEB
applications, it is required th... 阅读全帖
b******s
发帖数: 25
34
Please contact:
Alex Melaik
Technical Engineering Recruiter
CATAPULT STAFFING, INC.
1820 Preston Park Blvd, Suite 1600, Plano, TX 75093
Office: 972-299-8809
Fax : 469-298-3473
Cell : 972-802-9627
A*********[email protected]
See below information from recruiter Alex. He said there are two very good
positions (senior software engineer) in Sugarland, TX. They are full time
positions in a global company with a salary range from 105-120K. Sugarland
has excellent elementary/middle/high scho... 阅读全帖
t*****u
发帖数: 8966
35
不好意思,我们没看到roger。因为我完全不担心他,实在太可爱了,比拉拉更容易领
养。
如果你还是感兴趣的话,可以照他的ID number电话问一下
BC在你们那的shelter应该也很多,我经常见到,但是不肯定是不是pure breed的,这
个品种尤其是小时候非常招人喜欢,倒是大了,很多人不能搞定他们的智力和体力,而
去surrender了……
你们那里的SPCA有一条pure breed的BC
http://www.petango.com/webservices/adoptablesearch/wsAdoptableAnimalDetails.aspx?id=9453860&css=http://test.petpoint.com/WebServices/adoptablesearch/css/styles.css
Animal ID 9453860
Species Dog
Breed Border Collie/Purebred
Age 3 months
Sex Female
Size Medium
Color Blac
w********2
发帖数: 16371
36
苹果还是需要改进webservice的产品推出模式
以前me。com 就土过
webservice的cycle 应该比硬件产品要短的多。
a*i
发帖数: 33
37
来自主题: DotNet版 - How to change web method's name?
I set up a webservice in Visual studio.net 2002. I am trying to change the web
method's name, but always get error. How to change the web method's name after
webservice has been set up? Acturally, I have refreshed "localhost"in
"solution explorer", but the web method's name cannot be changed in wsdl file.
Please help, thanks a lot!!!
D*****n
发帖数: 363
38
来自主题: DotNet版 - A permission problem?
I have an assembly that invokes an outside app to do a job via the
Process.Start api. If I write a console program that loads the assembly,
it can invoke the outside app. But if write a webservice that loads
the assembly to do the same, it can not invoke the app. Is there
some kinda permission restriction that spoils my webservice? I didn't
get any error code or exceptions that tells me why it can't. Can I
get around it via some security calls?
C****n
发帖数: 2324
39
If you already have a asp.net website, then you can make some money out of
it, not a lot though.
I have a small webservice, I want to install it on as many web server as
possible. I will pay you $5/month to host my webservice.
Just copy the asmx to one folder of your site will be OK.
I promise I won't do any damage, since you will get my name, address, even
my credit card#. :-)
Calvin
z**k
发帖数: 65
40
多谢cyclops的帮忙。我的Axis的确装在Tomcat上。我们现在要用WEBLOGIC上的APPLICATI
ON调用TOMCAT上的WEBSERVICE。我的WEBLOGIC上的程序(调用WEBSERVICE),可以通过编译
,但是我发现可能用的不是我希望用的.jar FILES。 可能是.jar FILE 的版本不对,所
以出错?



c*****s
发帖数: 214
41
任何web service都有输入输出参数,都和语言无关,都可以用在.NET上,都是一种RPC的
机制
你所谓的EJB webservice应该是一些能从现成EJB产生webservice的wsdl,例子客户端程
序等文件的工具吧。如果是这样,好处当然是和EJB结合紧密,开发方便了。
g*****g
发帖数: 34805
42
来自主题: Java版 - Web Services 现在很热吗?
Yes, webservice is hot, it provides a well defined language neutral
interface and most languages have some tools to generate a stub.
It can also circumvent many firewall issues. Big companes seem to
like webservice a lot for their legacy servers.
b**********g
发帖数: 806
43
我们这个东西是这样的,前端一个html的login界面,然后是一个servlet处理request.现
在想把这个做成一个webservices,同时还能把用户名跟密码一起传.这个SOAP
webservices,我从来没用过,所以不知道该怎么开始.从POJO做,是什么意思?多谢了.
m*****j
发帖数: 499
44
要开始学习Java WS,官方网站上只找到这个tutorial
http://docs.oracle.com/cd/E17802_01/webservices/webservices/doc
l/doc/
日期是06年的,不知道是不是最新的?
另外不知道从这个tutorial入手学习是否合适?目前只做过一点桌面应用和jsp+jdbc i
n tomcat。如果还有别的教程推荐的话就太感谢了。
多谢多谢!
e*****t
发帖数: 1005
45
来自主题: Java版 - j2ee web 方向的职业规划
几件事情无法苟同:
1. ejb和webservice是apple to orange,用起来有相关或者重叠的地方,但是出发点
不同。webservice是为了不同系统间的integrate,不仅仅是java,可以方便的让任何
client去调用service,包括web client
2. ajax不是用来统一ff,ie的。许多ajax framework例如(YUI,dojo,jquery)是有这个
目标的,当然,还是有些问题的。ajax这个概念本身强调的是async,不需要去reload一
整个页面
3. 不是说在xml之上催生了web service。 xml是w3c玩出来的,是为了更方便的交流
structured data。应该是反过来,web的发展催生了xml。没有xml之前,也是有各自
proprietary的web service的。
4. SOAP和REST并不仅仅是精简掉soap 的那些xml.rest的核型思想是resource
oriented.不过现在大多数都是Restful,不是pure REST,其实也就跟你说的差不多了。
5.Jboss eap sur... 阅读全帖
e*****t
发帖数: 1005
46
来自主题: Java版 - j2ee web 方向的职业规划
几件事情无法苟同:
1. ejb和webservice是apple to orange,用起来有相关或者重叠的地方,但是出发点
不同。webservice是为了不同系统间的integrate,不仅仅是java,可以方便的让任何
client去调用service,包括web client
2. ajax不是用来统一ff,ie的。许多ajax framework例如(YUI,dojo,jquery)是有这个
目标的,当然,还是有些问题的。ajax这个概念本身强调的是async,不需要去reload一
整个页面
3. 不是说在xml之上催生了web service。 xml是w3c玩出来的,是为了更方便的交流
structured data。应该是反过来,web的发展催生了xml。没有xml之前,也是有各自
proprietary的web service的。
4. SOAP和REST并不仅仅是精简掉soap 的那些xml.rest的核型思想是resource
oriented.不过现在大多数都是Restful,不是pure REST,其实也就跟你说的差不多了。
5.Jboss eap sur... 阅读全帖
e*****t
发帖数: 1005
47
来自主题: Java版 - 说说spring和ejb的差别
这篇是好文,讲的历史沿革,还有层次都很清晰。
吹毛求疵一点点:
1. ejb刚出来的时候,persistence tier主流不是hibernate,应该是jdbc,至于ORM,
应该最热的是iBais。当然hibernate是在ejb2年代热起来的,所以ejb3搞jpa就直接弄
来Gavin King,照搬了hibernate
2. Spring当初是lightweight,现在整个spring一点也不light,应该是比javaEE整个标
准加起来都庞大,只不过大家平日只是用到其中一部分而已:Spring core, Spring
security, Spring MVC, and etc...
3. Entity bean还是JavaEE的概念,Spring那帮人就是不好那个,所以搞POJO.所以提
到data object时,对于spring,还是说pojo来的比较好。
4. Hibernate是red hat的,jboss也是red hat的。不过hibernate至少现在不是jboss的。
5. Spring最初也不过是从POJO, IoC,和transaction搞起来的... 阅读全帖
b***i
发帖数: 3043
48
再具体给你说一下初学者我的例子吧
有个设备用计算机控制,计算机把它的状态每秒钟一次显示的屏幕上,是温度,压强。
现在,你的老板说,他希望在家里用iPhone上看到这个状态的刷新。
用什么技术?蓝牙?serial port?tcp?udp?都太麻烦,用web service就可以了.
在这个控制设备的计算机上,程序将温度和压强的结果字符串(包括{})传给一个你自
己设计的网站
{T:110.5C, P:14.7psi}
就是post这个字符串到URL:http://www.myweb.com/acceptdata这个java servet那里去,java servlet收到结果,更新数据库或者memCache,
然后httpL://www.myweb.com的根目录是index.html,里面包括AJAX的Javascript代码
利用另一个servlet来获得当前的温度和压强,然后每秒钟一次刷新到html里面,而不
用reload整个网页。这个另外的servlet是响应get,从数据库或者memCache里面读取温
度和压强信息。或者你同一个servlet,反正一个post,一个get... 阅读全帖
b******e
发帖数: 1861
49
如果是SOAP webservice, use WS-trust or WS-security. RestFul webservice uses
OAuth. 这都是比较标准的解决方案。否则你就自己提供custom security。一般可以把
user pass放在http header Authorization里,basic的话加密不够,你自己可以用
symmetric的public private key 来加密。server端要提供个filter来解密和验证权限
x****d
发帖数: 1766
50
来自主题: Java版 - JMS这东西用的多吗?
webservice is not exactly the same as messaging, jms is messaging, messaging
can do publish/sub and other messaging patterns, where webservice need to
be twisted to implement.
jms is not a protocol, it is a java thing. If you want cross language, you
might need protocol base solution. Like amqp, mqtt.
if you want to define your own protocol and dont want to program tcp/sockets
, you can try zeromq.
JMS brokers nowadays is not language dependent. So you can use activemq or
sonicmq or rabbitmq, as... 阅读全帖
1 2 3 4 5 6 7 下页 末页 (共7页)