RE: setEnvelopeEntries

2002-05-07 Thread Dan Allen
Why DOM nodes of course ;-) Had to look at the source to figure that out - ouch! Build your content as a DOM document. Dan > -Original Message- > From: Mark Hauchwitz [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, May 07, 2002 12:54 PM > To: [EMAIL PROTECTED] > Su

setEnvelopeEntries

2002-05-07 Thread Mark Hauchwitz
Hi all! The Envelope-Class contains a method called setEnvelopeEntries(java.util.Vector vector). But I cannot find any explanations how to use this method. What type of objects should be in the Vector? String Objects? In what type of contents will they be converted? Would be nice if somebody

apache soap and resin

2002-05-07 Thread Mohssin Assaban
Hi All, Did somebody worked before with Apache SOAP on Resin. I get Some namespaces errors when I try to deploy my webservice. This is the fault: - http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:xsd="http://www.w3.org/2001/XMLSchema";>

Re: hostname of client : it works : now, the real issue ...

2002-05-07 Thread Chandrashekhar B
Well, you can think of many ways as you have listed some.. 1. User name and password, you can think of using HTTP basic authentication but, it stops at the HTTP layer itself. Otherway is that, you can send these credentails as an XML message in an application request. 2. SSL, you can setup SSL f

soap running under Resin-2.1.0

2002-05-07 Thread Mohssin Assaban
Hi All, I build a web service using apache soap running under Tomcat 4.0.3. It works fine en without any problem. When I switched to Resin2.1.0, I got some problems with the namespaces . One of the fault is listed below. I replaced the XML parser of Resin with Xerces. But I still get the fault...

Remove "" from response

2002-05-07 Thread Yap Chih Hsiung
Title: Remove "" from response Hi, Is there a way to remove "" from the response message? Thanks