Deployment Problem with Services

2001-07-14 Thread Mohammed Abbas
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. ==

Re: Apache SOAP deployed on BEA WL 6.1 Beta Problem

2001-07-14 Thread Steve Livingston
>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

RE: Problems serializing a vector of user defined classes with BeanSerializer

2001-07-14 Thread Abraham Kang
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

RE: Problems serializing a vector of user defined classes with BeanSerializer

2001-07-14 Thread Adam Lipscombe
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);

Re: have anyone config soap on resin

2001-07-14 Thread Robert A. Zawarski
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: <

Apache SOAP over HTTPS through Proxy

2001-07-14 Thread Tech Mails
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/