由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
XML版 - How to send a request/get response to/from XML server
相关主题
[转载] question on XML parserone simple question
[转载] a question on XML parserAbout XML parser
What's a document?Please help! How to Program to Create an XML document with no root element?
XMLSolutions 发布XMLZip.我怎么把我做得软件工具在美国销售
想写一个XML开发的系列Weblog: DB vs. XML?
兄弟们给介绍一本经典的XML书吧[转载] XML usage context.
请教高手Processing xml files
Any APIs for handling XML?恭喜新版主上任!
相关话题的讨论汇总
话题: xml话题: server话题: java话题: response话题: request
进入XML版参与讨论
1 (共1页)
l***r
发帖数: 459
1
Greetings,
I am new to XML.
I just want to know how to use Java to send request/receive response from XML
server. Is that Java servelet? For example, it is said that they have API and
give some sample test xml files and defintion file(*.xsd) of API. But I don't
know how to.
Thanks.
e***c
发帖数: 68
2
I do not know what is XML server.
But I use java servlet in Tomcat, the XML message
are processed by the servelet, you can do either
modification or transformation.

【在 l***r 的大作中提到】
: Greetings,
: I am new to XML.
: I just want to know how to use Java to send request/receive response from XML
: server. Is that Java servelet? For example, it is said that they have API and
: give some sample test xml files and defintion file(*.xsd) of API. But I don't
: know how to.
: Thanks.

l***r
发帖数: 459
3
Thanks.
If I want to use Tomcat on Linux, which version should I use?

XML
and
don't

【在 e***c 的大作中提到】
: I do not know what is XML server.
: But I use java servlet in Tomcat, the XML message
: are processed by the servelet, you can do either
: modification or transformation.

e***c
发帖数: 68
4
Whatever, use the latest version.
just go to www.apache.org to get tomcat
also copy those from Xerecs or Xalan jar
file to $CATALINE/common/lib

【在 l***r 的大作中提到】
: Thanks.
: If I want to use Tomcat on Linux, which version should I use?
:
: XML
: and
: don't

1 (共1页)
进入XML版参与讨论
相关主题
恭喜新版主上任!想写一个XML开发的系列
XML兄弟们给介绍一本经典的XML书吧
XML is what?请教高手
XML standards listAny APIs for handling XML?
[转载] question on XML parserone simple question
[转载] a question on XML parserAbout XML parser
What's a document?Please help! How to Program to Create an XML document with no root element?
XMLSolutions 发布XMLZip.我怎么把我做得软件工具在美国销售
相关话题的讨论汇总
话题: xml话题: server话题: java话题: response话题: request