RE: binary objects/files

2001-07-11 Thread Hecking, Dirck J
Yea, Look at the mime example in the samples. I transfer pdfs in a soap response for industry research. You can basically send anything that their is a mime type for. -Dirck -Original Message- From: Matias Klein [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 11, 2001 7:55 PM To: Apach

RE: SOAP Performance against RMI

2001-06-27 Thread Hecking, Dirck J
Dude, nice attitude. You must be single. Listen, you are subscribed to a soap mailing list and have been implenting soap for awhile now, that is why you feel you are getting hyped out. IBM and Microsoft, among others, have embraced this technology because it has decided to live inside a well know

RE: Maintaining a session with Apache Soap

2001-06-21 Thread Hecking, Dirck J
at is responsible for maintaining the session from the client-side. You should be able to set the SOAPHTTPConnection as the SOAPTransport of any Call you wish. Thanks, -Matt > -Original Message- > From: Hecking, Dirck J [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 20, 2001 7:35 PM

Maintaining a session with Apache Soap

2001-06-20 Thread Hecking, Dirck J
People, I am about to embark upon sessions with Soap. I have looked at the exampes on this topic and have come up with the following understanding. Please correct me if I am wrong. I have built 22 services with 2 methods in each. These services are represented in my code as java classes that use

RE: News group at the place of mailing list?

2001-06-20 Thread Hecking, Dirck J
Why dont you use your rules wizard to route them to a folder ?! -Original Message- From: Beaumier Eric [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 20, 2001 1:06 PM To: [EMAIL PROTECTED] Subject: News group at the place of mailing list? Why did you don't create news group at the pl

FW: User defined object as a request, literal XML as aresponse. Poss ible?!

2001-06-18 Thread Hecking, Dirck J
Guys, Can someone please take a shot at my problem? -Dirck -Original Message- From: Hecking, Dirck J [mailto:[EMAIL PROTECTED]] Sent: Friday, June 15, 2001 11:13 AM To: '[EMAIL PROTECTED]' Subject: User defined object as a request, literal XML as a response. Poss ible?! Gu

User defined object as a request, literal XML as a response.Poss ible?!

2001-06-15 Thread Hecking, Dirck J
Guys, Dirck here again. I have read several mails regarding this issue. I have not seen one that illustrates my exact problem. The key here is that I want to recieve literal xml in my response but want to supply a user defined object as the requesting parameter. This code actually executes the se