This topic has been archived. It cannot be replied.
-
工作学习 / 学科技术讨论 / 哪位大虾做过在.NET和JAVA之间的WEB SERVICE和CLIENT? 请进来看一下, 谢谢!用XmlDocument做参数有没有问题?
-henhen(亨亨,明天会更好 *_*);
2009-2-5
{30}
(#5026941@0)
-
水大.
-henhen(亨亨,明天会更好 *_*);
2009-2-5
(#5026994@0)
-
有问题:)
-hillxie(阳光、绿地、鸽子);
2009-2-8
(#5035033@0)
-
谢谢,估计有问题,所以一开始就没用。
-henhen(亨亨,明天会更好 *_*);
2009-2-8
(#5035056@0)
-
No matter what language is used to create web services on server-side,a WSDL (Web Services Description Language) tool on client-side can be used to generate web service client proxy object (and skeleton code for java) based on information in a web service.
The tool of .NET is Wsdl.exe. I believe there also should be similar tools of JAVA.
-deep_blue(BLUE);
2009-2-9
{274}
(#5036781@0)
-
我没理解错的话, TA是想把XML DOM OBJECT 直接PASS 过去, 就想节育PARSER的工序. .NET TO .NET 是可以的! 但不知 .NET 和JAVA之间行吗?
-whereismyid(到处找ID);
2009-2-9
(#5037034@0)
-
It’s better let LZ explain his (her) question more specifically. I found sometimes he (she) could not even descript question clearly.BTW, if processing in what you descript, why using WEB Services? Since web services objects are not going to use on client-side, any server web page can process these types of data; and on client-side WebRequest/WebResponse objects can be used to send and retrieve data.
-deep_blue(BLUE);
2009-2-10
{270}
(#5038698@0)
-
XmlDocument is not serializable, you have to wrap it yourself
-majia29(gump);
2009-2-9
(#5037370@0)
-
"用XmlDocument做参数有没有问题? " --- 写一个serialization function to serialize object. Don't forget http protocol doesn't support object exchange directly, Any binary data has to be encoded as 7-bit text data stream by nature.
-nicetomeetyou(_);
2009-2-9
(#5037409@0)