由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - How to user Perl to handle object on client side?
相关主题
有JAVA底子学习web service那些库或者framework有没有什么好方法动态语言把我绕晕了--javascript
wsdl tool问个关于正则表达式的超弱智问题...
SOAP流行哪种,contract first,contract last,每种里面流行哪种?java和c#分别说说。大家最近学啥呢
Web Service的Basic Anthentication是怎么一回事?项目中又有人要用restful,结果我不restful了。。。
Python哪个library可以快速建个soap web service?copy constructor问题。
[合集] 被perl雷到了,sed, awk, cygwin, native以及其他用什么写Http Client 比较好?
A problem on string parsing (using either grep or perl)也问个template 的问题(C++)
How to write script to dl online stream请教显示object name的问题(c++)
相关话题的讨论汇总
话题: perl话题: object话题: soap话题: side话题: client
进入Programming版参与讨论
1 (共1页)
p****r
发帖数: 7
1
couldn't find any good examples online. can anyone give me a good sample?
i use SOAP::Lite to invoke the call and get the result back. it's an object
written by Java. how can i define
the class in Perl? i tried wsdl2perl. did not get any luck.
f*****Q
发帖数: 1912
2
SOAP不是xml么?
p****r
发帖数: 7
3
right. The webservices call returns something like
myobject:hash(ea214653)
How to interpret this obj. By wsdl? Or is there any function I
Can use to parse the obj. Info? Thanks.
f*****Q
发帖数: 1912
4
这个应该先问写接口的吧?文档上没说?
p****r
发帖数: 7
5
the server side provides wsdl and the retunred object class is written by
Java. but i dont know how to parse the returned info. should i use SOAP::
WSDL module?
p****r
发帖数: 7
6
i guess i probably need get more familiar with SOAP:SOM...
1 (共1页)
进入Programming版参与讨论
相关主题
请教显示object name的问题(c++)Python哪个library可以快速建个soap web service?
请教一个c语言实现多线程的问题[合集] 被perl雷到了,sed, awk, cygwin, native以及其他
C++ Q20: construction and inheritanceA problem on string parsing (using either grep or perl)
How to Parsing function in haskell?How to write script to dl online stream
有JAVA底子学习web service那些库或者framework有没有什么好方法动态语言把我绕晕了--javascript
wsdl tool问个关于正则表达式的超弱智问题...
SOAP流行哪种,contract first,contract last,每种里面流行哪种?java和c#分别说说。大家最近学啥呢
Web Service的Basic Anthentication是怎么一回事?项目中又有人要用restful,结果我不restful了。。。
相关话题的讨论汇总
话题: perl话题: object话题: soap话题: side话题: client