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
> 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
--
Hi guys,
Has any of you tried to implement a web service using Microsoft SOAP (as an
ISAPI listener) and Java as client?
Thanks
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
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
-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]
>
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
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
>I was wondering if there was a decent way to escape the & sign ?
try these:
'&' -> &
'<' -> <
'>' -> >
ciao,
Norbert
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
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
==
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
__
*
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
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
14 matches
Mail list logo