HELP Required IN maintaing Session

2001-06-29 Thread Gopinadh Bandaru
I am using the apache soap. Even though i am using the same call object to communicate to the server the session is not working. cheers gopi -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: 28 June 2001 21:09 To: [EMAIL PROTECTED] Subject: cvs commit: xml-so

Unsuscribe

2001-06-29 Thread Rizvan . Katchera
__ * This document should only be read by those persons to whom it is addressed and is not intended to be relied upon by any person without sub

ServiceManagerClient Problem

2001-06-29 Thread David Turner
I've been getting the following exception when I run the ServiceManagerClient, which, for the life of me, can't resolve. 9:35am turner@darwin ~/src/omnigene/edu/mit/wi/omnigene/soap/examples/SearchProjectList > java org.apache.soap.server.ServiceManagerClient http://darwin:8080/soap/servlet/rpcro

cvs commit: xml-soap/java/docs/guide config.html interop.html manage.html

2001-06-29 Thread nagy
nagy01/06/29 08:03:58 Modified:java/docs/guide config.html interop.html manage.html Log: Updated User's Guide to reflect recent changes in codebase Revision ChangesPath 1.5 +31 -5 xml-soap/java/docs/guide/config.html Index: config.html ==

Urgent help needed

2001-06-29 Thread Naggi Rao
Hi all, Its more of a XML Question .. I am passing a few elements (as literal XML) to my WebServvice as : It works fine for cases above : but the XML Parser get very very angry if I passed : I was wondering if there was a decent way to escape the & sign ? May be URLEncoding the characters

Re: Urgent help needed

2001-06-29 Thread Norbert Wagner
>I was wondering if there was a decent way to escape the & sign ? try these: '&' -> & '<' -> < '>' -> > ciao, Norbert

RE: potential performance improvements

2001-06-29 Thread Hansen, Richard
I tried the 7-29 nightly build. My simple test showed that running locally in Tomcat, the average time to make 100 SOAP calls dropped from 3.1 to 2.9 seconds. Not huge but measurable. Rick Hansen > -Original Message- > From: Sanjiva Weerawarana [mailto:[EMAIL PROTECTED]] > Sent: Thursday

RE: Urgent help needed

2001-06-29 Thread Joseph Stanko
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Escape it as: & For more info, see section 2.4 of the XML spec: http://www.w3.org/TR/REC-xml#syntax - -Joseph > -Original Message- > From: Naggi Rao [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 29, 2001 8:42 AM > To: [EMAIL PROTECTED] >

RE: JAXM released

2001-06-29 Thread Glen Daniels
Hi Graham! We're hoping to have some Axis/JAXM convergence at some point, yes, but we have to get a release out the door first. Some of the Axis developers are on the expert group and are tracking the spec/RI - we'll see precisely what shape the convergence will have as things move forward. --G

Re: Urgent help needed

2001-06-29 Thread Naggi Rao
hi, My bad .. I could use & and stuff... - Original Message - From: "Naggi Rao" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 29, 2001 8:42 AM Subject: Urgent help needed > Hi all, > Its more of a XML Question .. > I am passing a few elements (as literal XML) to my WebS

Microsoft / Java SOAP Integration

2001-06-29 Thread Ricky Cardozo
Hi guys, Has any of you tried to implement a web service using Microsoft SOAP (as an ISAPI listener) and Java as client? Thanks

Re: Urgent help needed

2001-06-29 Thread Oleg Dulin
> I was wondering if there was a decent way to escape the & sign ? > May be URLEncoding the characters before stuffing them in to literal > XML ? > Would appreciate a quick fix !! URLEncoding worked for me, but you can also use & (I think) to represent an ampersand. -- Regards, Oleg Dulin --

Apache SOAP v2.2 HELP!!!

2001-06-29 Thread Shaffin N. Bhanji
Hello, I am new to this API... Here is my problem. I need to develop a Java HttpServlet which receives SOAP Messages. I need to parse the SOAP Messages and make respective RMI calls. I am sure someone has come across such an effort before. If at all anyone is able to share any code or guide me

Question of Using JAXM from Sun

2001-06-29 Thread Danh Hoai
Hi,   Has anyone used the JAXM from Sun yet?   I am trying to run the 'simple example' and trying to extract the contents of the elements in the SoapBody but I am not able to do it.  Please give me some ideas.  I am new to XML and Soap.   Please look at the package simple.receiver.  Basicall