Re: SOAP WSDL

2001-08-21 Thread Christoph C. Cemper / privat
Tony,   in MS-world all you need for a client is the MS-SOAP-Toolkit, which is already available.   MS.NET really makes development & deployment of WS (serverside) easy, because of the built in directives ie in C# and the support in the ASP.NET (ASP+, ASPX). The same basically rules for VB.NE

RE: httpRequest in my webservice ?

2001-08-21 Thread Ashutosh Arora
Hi! Did you found how to get the HTTPRequest object in the Web Service? Do you mind sharing it with me. Thanks. -Ashutosh. -Original Message- From: Naggi Rao [mailto:[EMAIL PROTECTED]] Sent: Monday, July 23, 2001 10:13 AM To: [EMAIL PROTECTED] Subject: httpRequest in my webservice ? Hi

Re: XML Message Envelope

2001-08-21 Thread Scott Nichol
Look at the addressbook example. In particular, the AddressBook#getAllListings method creates a DOM structure (although note that it returns the root Element, not the Document). That is the server code. The client code is in GetAllListings.java. You will see that it is quite simple. Scott --

XML Message Envelope

2001-08-21 Thread kennyg
Hi, all:   I have a problem that if I have a nornal xml dom and I want to put this dom into the envelope and send it as message, how can I put the dom into the envelope?   thanks   kenny

cvs commit: xml-soap/java/src/org/apache/soap/server ExceptionFaultListener.java

2001-08-21 Thread duftler
duftler 01/08/21 14:25:57 Modified:java/src/org/apache/soap Fault.java java/src/org/apache/soap/server ExceptionFaultListener.java Log: Fixed the behavior of ExceptionFaultListener. It was previously not looking in the right place for the type of the detail entry to

cvs commit: xml-soap/java/src/org/apache/soap/util/net HTTPUtils.java SSLUtils.java

2001-08-21 Thread dug
dug 01/08/21 12:22:35 Modified:java/src/org/apache/soap/util/net HTTPUtils.java SSLUtils.java Log: Add HTTPS proxy support (by David Melgar - [EMAIL PROTECTED]) Revision ChangesPath 1.23 +13 -11xml-soap/java/src/org/apache/soap/util/n