Re: SOAP message parsing redundancy with doc-lit services.

2003-11-17 Thread Sharmin Choksey [comcast]
armin. At 07:27 AM 10/23/2003 -0700, Sharmin Choksey [comcast] wrote: This is a followup to the thread posted at http://www.mail-archive.com/[EMAIL PROTECTED]/msg09663.html,. Subject : "Accessing the XML in the SOAP message body" posted Feb-03. In reference to the

Re: SOAP message parsing redundancy with doc-lit services.

2003-10-24 Thread Sharmin Choksey [comcast]
> Because the body element and its contents are inside the envelope's > root element. That is, this is a SOAP/XML issue, not an Axis issue. > And if you're sending XML, you should parse it to ensure > well-formedness or you'll break your receiver. I understand that it is part of the SOAP XML struc

SOAP message parsing redundancy with doc-lit services.

2003-10-23 Thread Sharmin Choksey [comcast]
This is a followup to the thread posted at http://www.mail-archive.com/[EMAIL PROTECTED]/msg09663.html,. Subject : "Accessing the XML in the SOAP message body" posted Feb-03.   In reference to the message posted, I am specifically interested in knowing if there has been any development done i

Re: Axis with Jdk1.2.2 (Help Needed)

2003-04-01 Thread Sharmin Choksey
One alternative would be to run the client using SOAP Apache 2.x on JDK1.2.2 requesting a JAX-RPC service impl on JDK1.3 or higher. -Sharmin. Anne Thomas Manes wrote: No. Axis requires JDK 1.3.1 or later. As far as I'm aware, only Apache SOAP and TME GLUE support JDK 1.2.2. Anne -Origina

Re: SunOne Deployment?

2003-03-20 Thread Sharmin Choksey
Done it iAS6.5 and SunONE WebServer 6.0. For iAS6.5 however, you need to enable custom HTTP headers to allow them to pass in the request. Can be done within the iAS registry to enable it. -Sharmin. Roy Wood wrote: Anybody out there deploying AXIS-based services on SunOne? I'm trying to do it,

RE: Does Sun One 7 use Axis???

2002-11-07 Thread Sharmin Choksey
run perfectly. > >BTW, i use AXIS with iplanet 6.5, and it go perfectly ;-) > >Regards. > >-Mensaje original- >De: Sharmin Choksey [mailto:Sharmin.Choksey@;Sun.COM] >Enviado el: jueves, 07 de noviembre de 2002 16:48 >Para: [EMAIL PROTECTED]; [EMAIL PROTECTED] >Asunto:

Re: Does Sun One 7 use Axis???

2002-11-07 Thread Sharmin Choksey
FYI - iAS 6.5 does work with AXIS RC 1.0. There is an additional step that needs to get done to enable passing of the request header property setting in the registry. About SunONE 7, have heard it supports, but not certifies. -Sharmin. Disclaimer : In the statements above, I do not represent Su

Re: Axis and JDK 1.2.x

2002-11-05 Thread Sharmin Choksey
st of the compiles taken >care of. That was quite some time ago (over two months) and a lot of the >new development work I know relies on newer JDK packages. > >My guess is that if you need an AXIS that runs on jdk 1.1.8, you will need >to go Beta2 or earlier, which is most li

RE: javax/servlet/ServletContext not defined

2002-10-13 Thread Sharmin Choksey
t not defined >>Date: Fri, 11 Oct 2002 15:03:09 -0700 >>MIME-Version: 1.0 >>X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N >> >>Not true. >> >>Download the Servlet 2.4 specification and you'll see ServletContext is >>there. >>http://jcp.org/

RE: javax/servlet/ServletContext not defined

2002-10-12 Thread Sharmin Choksey
2002 15:03:09 -0700 >MIME-Version: 1.0 >X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N > >Not true. > >Download the Servlet 2.4 specification and you'll see ServletContext is >there. >http://jcp.org/aboutJava/communityprocess/first/jsr154/ > >Eric H. Jung &

RE: javax/servlet/ServletContext not defined

2002-10-12 Thread Sharmin Choksey
ServletContext has been deprecated since the release of Serlvet API 2.1 spec. You need to check the implementation of your JDSK version for support to ServletContext. -Sharmin. >Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm >list-help: >list-unsubscribe:

Re: sending large files

2002-09-29 Thread Sharmin Choksey
Martin, About discrepancies found in timings between your and Eric's test, could possibly attributed to the type of payload. When we attempted sending an html payload over SOAP body, SOAP started parsing the html as well instead of ignoring the tags and treated it as character data. Payload size

Re: FW: Problem in installing Apache Axis on iAS 6.5

2002-09-25 Thread Sharmin Choksey
Shankar, There is no documentation specific to iAS installations. What you may need to do is jar the webapps directory with a .war extension. Then load this war into the deploytool, save it and then deploy it. 404 is File Not Found, cannot locate the servlet to execute. If it is installed prop

Re: SOAP messaging

2002-09-22 Thread Sharmin Choksey
Axis supports both, JAX-RPC and JAXM -sharmin. >Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm >list-help: >list-unsubscribe: >list-post: >Delivered-To: mailing list [EMAIL PROTECTED] >Date: Fri, 20 Sep 2002

Re: logging error (DiscoveryException for LogFactory implementation)

2002-09-20 Thread Sharmin Choksey
Does your CLASSPATH in environment.sh have commons-discovery.jar and commons-logging.jar in them ? -Sharmin. >Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm >list-help: >list-unsubscribe: >list-post: >Delive

RE: Deploying AXIS services in iAS6.5

2002-09-19 Thread Sharmin Choksey
n Server machine > with the application request. > > 3. Add SOAPAction as a new variable with the value set to 1 (0 block > the pass through - 1 enables) > 4. Click OK. > 5. Close the editor. You need to restart the Web Server for the >changes >

no SOAPAction header!

2002-09-18 Thread Sharmin Choksey
Get this when using AdminClient AdminService list. -tia, sharmin. AxisFault faultCode: {http://xml.apache.org/axis/}Client.NoSOAPAction faultString: no SOAPAction header! faultActor: null faultDetail: stackTrace: AxisFault faultCode: {http://xml.apache.org/axis/}Client.NoSOAPAction

Re: NoSuchMethodError: getSAXParser when running AdminClient

2002-09-18 Thread Sharmin Choksey
junit.jar and src.jar are I think needed during wsdl2java - not for AdminClient deploy. Can you verify your classpath - not sure if there are typos in there where it misses the "c:" prefix in the path for all the jars with the excpeption of xerces.jar. -Sharmin. >Mailing-List: contact [EMAIL P

Re: Deploying AXIS in iWS 4.1

2002-09-18 Thread Sharmin Choksey
I don't think iWS4.x is J2EE compliant for you to be able to "deploy" services so to speak. Was successful with iWS6.0 though, since that supports J2EE deployment spec. -Sharmin. >Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm >list-help: >list-unsubscribe:

RE: jdk1.1.8

2002-09-18 Thread Sharmin Choksey
development work I know relies on newer JDK packages. > >My guess is that if you need an AXIS that runs on jdk 1.1.8, you will need >to go Beta2 or earlier, which is most likely not going to serve you well. > >Matt Seibert

Re: jdk1.1.8

2002-09-18 Thread Sharmin Choksey
ll. > >Matt Seibert [EMAIL PROTECTED] >IBMExternal:(512) 838-3656 Internal: 678-3656 > > >

Re: jdk1.1.8

2002-09-18 Thread Sharmin Choksey
Could you please explain "intermittently" ? The RC 1 release uses certain apis avalaible in JDK1.3 and upwards only (such as the java.reflect.InvocationHandler), forcing me to upgrade to a higher version of JDK and also putting a dependency on the client applications that use the generated p

Deploying AXIS services in iAS6.5

2002-09-17 Thread Sharmin Choksey
Folks, Am attempting to deploy services in AXIS on iAS6.5 (iPlanet Application Server 6.5) using AdminClient. The AXIS install/deploy as a .war file into a module was successful - in that I got the AdminService to run OK. When I tried to deploy any sample - MyService to this installation using