Re: SOAP Headers

2002-09-23 Thread Scott Nichol
or to Header#setHeaderEntries 5. Pass the Header to Call#setHeader Scott Nichol - Original Message - From: "Dan Allen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 23, 2002 11:22 AM Subject: RE: SOAP Headers > > I can't help with e

RE: SOAP Headers

2002-09-23 Thread Dan Allen
s are not useful so I'd suggest you peruse the source yourself for a definitive answer. Dan > -Original Message- > From: Martin Pichardo [mailto:[EMAIL PROTECTED]] > Sent: Monday, September 23, 2002 8:30 AM > To: [EMAIL PROTECTED] > Subject: SOAP He

SOAP Headers

2002-09-23 Thread Martin Pichardo
Hello, I am trying to consume a .Net web service with the Apache soap toolkit. The web service is expecting the following header: Martin Pichardo Password any text I haven't been able to create a soap hearder with the toolkit. Can anyone provide a code snippet for creating the soap he

How do I add SOAP headers to the Call object?

2002-02-08 Thread Peter Tandara-Kuhns
How do I add SOAP header values to the outgoing Call object? I think I need to create Element objects for the values, then add them to a Vector which gets set into a new Header object? Is this correct? If I'm starting with simple string values, how do I do this? Since none of the examples or docs

RE: Server Side SOAP Headers

2002-01-04 Thread armstpat
02 11:24 AM To: [EMAIL PROTECTED] Subject: Server Side SOAP Headers I am able to get and set SOAP headers on the client side. I have been having problems trying to do it on the server side. How does the server side access the response object? Do I have to write my own se

Server Side SOAP Headers

2002-01-04 Thread Taz Smith
I am able to get and set SOAP headers on the client side. I have been having problems trying to do it on the server side. How does the server side access the response object? Do I have to write my own servlet? __ Do You Yahoo!? Send your FREE

RE: (wrong subject) Writing SOAP headers

2001-09-10 Thread Oleg Timofeyev
Sorry, got it. Thanks -Original Message- From: Oleg Timofeyev [mailto:[EMAIL PROTECTED]] Sent: Monday, September 10, 2001 1:43 AM To: [EMAIL PROTECTED] Subject: RE: Writing SOAP headers Hi, I just installed SOAP with Tomcat and Xerces, but for some reason I get this: C:\>j

RE: Writing SOAP headers

2001-09-10 Thread Oleg Timofeyev
Hi, I just installed SOAP with Tomcat and Xerces, but for some reason I get this: C:\>java org.apache.soap.server.ServiceManagerClient http://localhost:8080/soap/servlet/rpcrouter list Exception in thread "main" [SOAPException: faultCode=SOAP-ENV:Client; msg=Error opening socket: Connection re

Writing SOAP headers

2001-09-09 Thread ParamDeep Singh
Hi I want to write SOAP headers (custom) in the SOAP payload. On the client side I think that this can be achieved using the Header class. But I want to this at the server side! That is say I have a service called SoapService. (SoapService.java) Now I want to read and write SOAP headers in this