FW: unsubscribe me

2002-01-17 Thread Brian Clifton
-Original Message- From: Wheeler, Steve M [mailto:[EMAIL PROTECTED]] Sent: 16 January 2002 17:31 To: '[EMAIL PROTECTED]' Subject: unsubscribe me unsubscribe me --- Incoming mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.314 / Viru

Can SOAP be used for building HTTPS clients ????

2002-01-17 Thread Nilesh Kumar, Koratpallikar
Hi,   I am trying to write a HTTPS client, which would talk to a secure site.  Wanted to know if I can use SOAP for building such a client .  Basically I was looking for some API's which would deal with complexities of SSL handshaking, authentication.   Any Inputs will be greatly apprec

unsubscribe me

2002-01-17 Thread Rahul Kanhere
__ Do You Yahoo!? Send your FREE holiday greetings online! http://greetings.yahoo.com --- Begin Message --- -Original Message- From: Wheeler, Steve M [mailto:[EMAIL PROTECTED]] Sent: 16 January 2002 17:31 To: '[EMAIL PROTECTED]' Subjec

RE: Can SOAP be used for building HTTPS clients ????

2002-01-17 Thread Megliola Teodoro (KXT)
hi nilesh, yes, you can use apache soap to build https clients. The following steps will help you getting it running (without client certificates): - Add the Java Secure Socket Extension (JSSE) libraries (jsse.jar, jcert.jar, jnet.jar) to the classpath or to the folder jre\lib\ext. - Allow "

unsubscrible me

2002-01-17 Thread Chen, Yiyi
Please unsubscrible me. Thanks!

unsubscribe me

2002-01-17 Thread Wilhelm, Alfred
Hello, Please unsubscribe me. Al

RE: Application scope not working with Catalina/JBoss EJB

2002-01-17 Thread Shashi Anand
ServerHTTPUtils.java handles the scope for service objects check method getTargetObject. may be u can find whats happening Shashi Anand Senior Software Engineer Infogain India B 15 Sec 58, NOida, UP 201301, India -Original Message- From

Problem with response from MS Soap

2002-01-17 Thread Derik Crouch
Hello, I'm currently building a Java client that will be using Apache Soap API to communicate to a MS Soap server. Using a sniffer we're able to see the message go out and the response coming back from the server. ( We're using MSSoapT to see what's going on ) The problem were experiencing is in

Re: [pocketsoap] Apache - Attachment tag refers to label which cound not be found?

2002-01-17 Thread Simon Fell
ok, I'm seeing the same issue. it looks to be a bug in the Apache Vector deserializer class, if you compare what the vector deserializer does with what the array deserializer does, then there doesn't appear to be any code in the vector deserializer to handle hrefs I'll keep tinkering. Cheers Sim

[PATCH] Re: Attachment tag refers to a Mime attachment with label which could not be found

2002-01-17 Thread Simon Fell
This turns out to be a bug in VectorSerializer, it never checks / de-references the hrefs. I've attached a patch. John, one final tweak you'll need to your pocketSOAP client code, is when setting the brand property, to wrap the values in a CLng call, as the Apache end doesn't do type promotions.