PL HELP ME... URGENT HELP REQUIRED

2002-12-19 Thread Rakesh . Kumar
Dear Scott i have rechecked everthing about xerces.jar(previously ver 1.4.3 now added 1.3.1) is fine ...i have again downloaded the xerces and put in the c:\bea and set the classpath .. Really gone mad about that pl. help me pl. check the below steps.. am i following right steps for deploymen

RE: UnknownHostException not being caught

2002-12-19 Thread Ehrlich, Dave
I replaced soap.jar from the 2.3.1 build with soap.jar from the nightly build and it now works correctly. The only error I now see is SOAPException which I am handling correctly. Do you know when the next version will be released? Thanks, Dave -Original Message- From: Scott Nichol [mai

Re: javax mail and activation

2002-12-19 Thread Scott Nichol
It's for SOAP with Attachments, which is MIME-based, so the payload looks like an e-mail message. Scott Nichol - Original Message - From: "Cory Wilkerson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 19, 2002 4:18 PM Subject: javax mail and activation Though I'm

RE: UnknownHostException not being caught

2002-12-19 Thread Ehrlich, Dave
I didn't add anything to the error display that I sent. I think that stack trace for UnknownHostException is being generated from code other than my own. My understanding is that the only error that should be out of the message.send method is a SOAPException. This is happening and being handled

Re: Timeout problems

2002-12-19 Thread Scott Nichol
Apache SOAP runs on J2SE 1.2 and later. As such, it cannot use Socket#connect, which was added in J2SE 1.4, I believe. Scott Nichol - Original Message - From: "Ladwig, Mike" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 19, 2002 1:26 PM Subject: Timeout problems

Re: UnknownHostException not being caught

2002-12-19 Thread Scott Nichol
The way I read the 2.3.1 code (http://cvs.apache.org/viewcvs.cgi/xml-soap/java/src/org/apache/soap/uti l/net/HTTPUtils.java?rev=1.26&content-type=text/vnd.viewcvs-markup) is that the java.net.UnknownHostException will propagate out of buildSocket and be caught in post, which then throws the Illegal

javax mail and activation

2002-12-19 Thread Cory Wilkerson
Though I'm sure this has been asked 1,000 times and I'm quite sure you're all sick of answering it -- why javax mail and jaf? I'm surprised to see the SOAP apis rely on the javax mail libraries? Is this for support of the SMTP protocol over SOAP? Cory -- To unsubscribe, e-mail:

UnknownHostException not being caught

2002-12-19 Thread Ehrlich, Dave
I am sending a SOAP message using: message.send( url, SOAPActionURI, env ); where URL is the URL of the web service, SOAPActionURI is the web service and webmethod to be executed, and env is the SOAP Envelope. For testing purposes, I have changed the hostname in the URL to an invalid hostname.

Re: PL HELP ME URGENT HELP REQUIRED

2002-12-19 Thread Scott Nichol
Are you certain that c:\bea\xerces.jar is not Xerces 1.3.1? Are you certain you do not have another XML parser in $JAVA_HOME/jre/lib/ext or $JAVA_HOME/lib/ext? Scott Nichol - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 19, 2002 2:13 PM Su

Re: SOAPException: faultCode=SOAP-ENV:Protocol; msg=Unsupported response content

2002-12-19 Thread Alf Koegel
Hi Jack! I have no idea about your code. I assume that it isn't very long, so please post it ( or send it to me ), to have a look. Alf Koegel From: Jack Byrne <[EMAIL PROTECTED]> I get the below exception. From looking at the FAQs, it seems my routing is correct. Could this mean that my

PL HELP ME URGENT HELP REQUIRED

2002-12-19 Thread Rakesh . Kumar
Hello Scott Nichol Many mnay thanx for trying to help me but it still did not work I will write all steps one by one 1. creted ejb jarfile which is attached below for the sample example ejb_weblogic in soap apache 2 deployed in weblogic 3. modify the deployementdescriptor.xml file 4.

Timeout problems

2002-12-19 Thread Ladwig, Mike
Hello! I've come across a problem in the way connection failures are handled. My code sets up a SOAP http connection object, sets a timeout for it and sets the call's setSOAPtransport to it. However, if the target of the call is off the network (I pulled the plug for testing), the call.invoke wa

Re: SOAPException: faultCode=SOAP-ENV:Protocol; msg=Unsupportedresponse content type

2002-12-19 Thread Scott Nichol
What version of Apache SOAP are you using? I want to see what's happening at org.apache.soap.server.http.RPCRouterServlet.doPost(RPCRouterServlet.jav a:418) Scott Nichol - Original Message - From: "Jack Byrne" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 19, 200

SOAPException: faultCode=SOAP-ENV:Protocol; msg=Unsupported responsecontent type

2002-12-19 Thread Jack Byrne
Hello, I have registered my SOAP Service and checked with SOAP Admin using http://localhost:8080/soap/admin/index.html. My service is listed under urn:Example1. I have checked the message Router using http://localhost:8080/soap/servlet/messagerouter and it replies SOAP Message Router Sorry,

Re: Client wants to see the server's certificate

2002-12-19 Thread Scott Nichol
I've not used SSL, but I'd start with javax.ssl.net.SSLSession. Scott Nichol - Original Message - From: "Ladwig, Mike" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 19, 2002 10:32 AM Subject: Client wants to see the server's certificate > Hi all. > > I've gotten a

Client wants to see the server's certificate

2002-12-19 Thread Ladwig, Mike
Hi all. I've gotten almost everything I need working in my secure soap app. Both sides are secured with certificates, and the server uses the HTTPServletRequest to check the client's IP and certificate name. I have one last thing to do, and that is to make it possible for the client to take a lo

RE: Default Deserializer

2002-12-19 Thread Tim Cronin
That worked. Thanks! -Original Message- From: Scott Nichol [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 19, 2002 12:34 AM To: [EMAIL PROTECTED] Subject: Re: Default Deserializer It looks like the default mechanism was broken when registry chaining was introduced. As a short term

Re: Any ideas when the next version of Apache SOAP will be released?

2002-12-19 Thread Scott Nichol
Yes, you would have to re-write serializers and de-serializers. Your client code also changes because Call has different methods or different method signatures. Scott Nichol - Original Message - From: "matthijs lambooy" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December

Re: URGENT HELP REQUIRED

2002-12-19 Thread Scott Nichol
See http://xml.apache.org/soap/faq/faq_chawke.html#Q1_1. Scott Nichol - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 09, 2002 8:17 AM Subject: URGENT HELP REQUIRED > > - Forwarded by Rakesh Kumar/KMGI on 08/09/2002 06:40 PM - > > >

URGENT HELP REQUIRED

2002-12-19 Thread Rakesh . Kumar
- Forwarded by Rakesh Kumar/KMGI on 08/09/2002 06:40 PM -

Re: Any ideas when the next version of Apache SOAP will be released?

2002-12-19 Thread Rakesh . Kumar
hello all When i am running sample example of ejb_weblogic . i have deployed it in weblogic6.1 sp2( apache soap-2_3_1) when i am running client i am getting below error any help will be appreciated .. can anybody tell me where the problem lies. i have tried all possible ways setting cla

Re: Any ideas when the next version of Apache SOAP will be released?

2002-12-19 Thread matthijs lambooy
Do you expect code - rewrite of our serializer classes if I change from Apache SOAP to Axis ? Matthijs 18-12-02 23:14:51, Scott Nichol <[EMAIL PROTECTED]> wrote: >Apache SOAP and Axis are two separate sub-projects of the Apache XML >project. Both have a set of committers and a code repository