Dear Soap Users,
Im Soap Newbie, just barely one month in feasibility
testing now. I have been working on implementing a
Java Message oriented service using soap on apache
tomcat web server. I have a few problems I would like
to discuss regarding my Service Deployment.
==
>From the FAQ:
Can Apache Soap 2.2 be installed with WebLogic 6.1beta?
The short answer is "yes", but you may have to resolve a namespace conflict
because SOAP 2.2 now uses JAXP (instead of using Xerces directly).
When using Xerces directly there is no problem (other than to have the
correct ve
Hi Adam,
I am not a SOAP guru yet, but I think you need to specify
SoapMappingRegistry mapType for every user defined type you are passing
between the client and server. So you need the following:
> smr.mapTypes(encodingStyle,
> new QName("urn:" + nameSpaceURI,
> "OrganisationLi
Yes I think so:
smr.mapTypes(encodingStyle,
new QName("urn:" + nameSpaceURI,
"OrganisationListMemberModel"),
OrganisationListMemberModel.class,
org.apache.soap.encoding.soapenc.BeanSerializer,
org.apache.soap.encoding.soapenc.BeanSerializer);
I believe I encountered this also. The cause is %resin_home%\jaxp.jar. Even
if you have xerces.jar first in your %classpath%, resin adds the jars in
%resin_home%\lib first. You need to make sure resin loads xerces first.
RAZ
- Original Message -
From: "fanyun" <[EMAIL PROTECTED]>
To: <
Hi,
Is this possible for an Apache SOAP client to talk to
services deployed in Apache SOAP server over HTTPS
through Proxy servers?
Thanks
-Sudhir
__
Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/