由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
XML版 - xml project
相关主题
XML and web servicesXML and Java book
软开发出互联网数据交换协议:SOAP1.0本人刚刚接触xml,我觉得吧xml说成www明日之星不确
微软的产品怎么支持xml呀?personally feel msft's xmldom object very easy to
soap和xml德关系是什么?a great site to learn xml related technologies..
XML Perl Web application语义网研究论坛
SOAP and XMLRPC, example of XML usage 1Re: 软开发出互联网数据交换协议:SOAP1.0
SOAP and XMLRPC, example of XML usage 2 Simple Object Access Protocol (SOAP) 1.1 Submitt
Re: SOAP and XMLRPC, example of XML usagwhy .net uses xml?
相关话题的讨论汇总
话题: xml话题: project话题: soap话题: wsdl话题: net
进入XML版参与讨论
1 (共1页)
d****e
发帖数: 12
1
我做一个关于XML的PROJECT,
大体思路是公司1 的product list(xml) post在网上
公司2 visit 该xml, extract useful info,
产生新的xml文件, 然后更新自己的数据库。
请问这个想法可行么? 会很麻烦吗?
都会用到什么编程知识?
我是编程新手, 最近为这个project简直头疼
死了, 请各位有经验的高手指点!
a*****a
发帖数: 438
2
yes. Company1 can expose its product list as a web service
for everyone else to consume. Company2 can then discover the
service and use it.
This involves XML, WSDL and SOAP. Microsoft.NET provides a
very easy way for you to program against it with any .NET
language (C#, VB.NET, VC++, Perl, Python, SmallTalk, Effiel,
Cobol, etc., and perhaps Java.NET). I am sure you know one
of the above language?

【在 d****e 的大作中提到】
: 我做一个关于XML的PROJECT,
: 大体思路是公司1 的product list(xml) post在网上
: 公司2 visit 该xml, extract useful info,
: 产生新的xml文件, 然后更新自己的数据库。
: 请问这个想法可行么? 会很麻烦吗?
: 都会用到什么编程知识?
: 我是编程新手, 最近为这个project简直头疼
: 死了, 请各位有经验的高手指点!

d****e
发帖数: 12
3
嗯, 我会perl跟VB。 我不太懂WSDL and SOAP,
还请你多指点。
就是说, 用WSDL and SOAP, 会take care 那些
从company 2 connect to company1
transform xml files?
还有一个初级问题, 就是company 2 gets xml file后
怎么更新它的 database 呢, suppose 是个relational
database?
Thanks a lot for your help!

【在 a*****a 的大作中提到】
: yes. Company1 can expose its product list as a web service
: for everyone else to consume. Company2 can then discover the
: service and use it.
: This involves XML, WSDL and SOAP. Microsoft.NET provides a
: very easy way for you to program against it with any .NET
: language (C#, VB.NET, VC++, Perl, Python, SmallTalk, Effiel,
: Cobol, etc., and perhaps Java.NET). I am sure you know one
: of the above language?

w*****h
发帖数: 139
4
How can Java Technology support it?

【在 a*****a 的大作中提到】
: yes. Company1 can expose its product list as a web service
: for everyone else to consume. Company2 can then discover the
: service and use it.
: This involves XML, WSDL and SOAP. Microsoft.NET provides a
: very easy way for you to program against it with any .NET
: language (C#, VB.NET, VC++, Perl, Python, SmallTalk, Effiel,
: Cobol, etc., and perhaps Java.NET). I am sure you know one
: of the above language?

a*****a
发帖数: 438
5
I'm not sure how either but I know some company is working
on it. In addition, MS will have JUMP to convert java code
to C#.
Wait until .NET releases.

【在 w*****h 的大作中提到】
: How can Java Technology support it?
1 (共1页)
进入XML版参与讨论
相关主题
why .net uses xml?XML Perl Web application
[转载] 现在大家都用什么 SOAP & SOAP Web Server?SOAP and XMLRPC, example of XML usage 1
Anyone has experience about security in soap?SOAP and XMLRPC, example of XML usage 2
一个使用Javas生成SOAP的问题Re: SOAP and XMLRPC, example of XML usag
XML and web servicesXML and Java book
软开发出互联网数据交换协议:SOAP1.0本人刚刚接触xml,我觉得吧xml说成www明日之星不确
微软的产品怎么支持xml呀?personally feel msft's xmldom object very easy to
soap和xml德关系是什么?a great site to learn xml related technologies..
相关话题的讨论汇总
话题: xml话题: project话题: soap话题: wsdl话题: net