Re: need to use xerces parser implementation instead of crimson

2004-07-16 Thread Dhanush Gopinath
Hi   Add Xerces Jars to ur Class Path and just execute :)   But this error seems to be something related with the XML Parsing .. May be Xerces will aslo give this   Cheers Dhanush     Dhanush Gopinath Software Engineer Mahindra British Telecom Ltd +91-020-4018100 Ext:-1218 "It's the poss

xml performance numbers for large datasets?

2004-07-16 Thread David Thielen
Hi;   Does anyone know of any performance numbers out there for performing xpath and/or xslt to pull nodes out of xml where the xml is on the order of 100 megabytes of data?   Thanks - dave  

Re: need to use xerces parser implementation instead of crimson

2004-07-16 Thread Dhanush Gopinath
Add the Xerces Jars  it to the class path  may be my earlier mail didnt reach the group ..   Cheers   Dhanush Gopinath Software Engineer Mahindra British Telecom Ltd +91-020-4018100 Ext:-1218 "It's the possibility of having a dream come true , that makes life interesting" - Paulo Coelho, T

WSDL to C++ in Visual Studio ??

2004-07-16 Thread NYY96
Hello,   Does anybody know if I can get a WSDL for an existing web service posted online, inherit it and generate a client side proxy in C++ through tools available with Visual Studio? I have only been able to get it done in C# and I DON'T want that done. Further more I only have VS2002.   Th

Re: Advanced Troubleshootiong with Arrays in Axis

2004-07-16 Thread NYY96
I do not think that is truly the case because I can see from my logging handler that an array is created and filled with strings and sent back through SOAP.   In a message dated 7/16/2004 3:07:46 PM Eastern Standard Time, [EMAIL PROTECTED] writes: You probably didn't read my message righ

sequences with maxOccurs="unbounded"

2004-07-16 Thread corey baswell
Hello,   I'm working on a project where we are taking a WSDL and compiling Java classes from it.  One of the elements in this WSDL has an unbounded sequence defined like this:                          When the WSDL compiler produces the JavaBean SelectBy, its gette

Re: Advanced Troubleshootiong with Arrays in Axis

2004-07-16 Thread Vy Ho
You probably didn't read my message right. What I meant is do not try casting anyting at all, and it should not expect anything at all because: handler.query(groupName, password, accountName, conditions); Does not assign the result to anything. What I meant is that the above state

Re: Advanced Troubleshootiong with Arrays in Axis

2004-07-16 Thread NYY96
Yes I have tried all kinds of casting and have even tried not casting. It tells me it expects to return a String[];   In a message dated 7/16/2004 2:05:48 PM Eastern Standard Time, [EMAIL PROTECTED] writes: I told you already.Did you try (without assigning the result to anything).handle

Re: Advanced Troubleshootiong with Arrays in Axis

2004-07-16 Thread Vy Ho
I told you already. Did you try (without assigning the result to anything). handler.query(groupName, password, accountName, conditions); It's not the casting to any type in your code. [EMAIL PROTECTED] wrote: Hello All, The past few days been quite a journey with Axis for me. I have

Broken Pipe

2004-07-16 Thread Steve Wells
The following Axis error crashes the WebLogic Server - it happens when I break out of an Axis generated client 37529 ERROR [ExecuteThread: '13' for queue: 'weblogic.kernel.Default'] org.apache.axis.Message - java.io.IOException: java.net.SocketException: Broken pipe         at java.net.SocketOut

Re: wsdl2java & attachments

2004-07-16 Thread Davanum Srinivas
Charles, Can you please review the axis cvs and look for wsdl's similar to yours? (start with a known working wsdl?) thanks, dims On Fri, 16 Jul 2004 17:24:16 +0100, Cordingley, Charles <[EMAIL PROTECTED]> wrote: > Hi, > > I am having problems generating the java from a wsdl (with attachments)

wsdl2java & attachments

2004-07-16 Thread Cordingley, Charles
Hi, I am having problems generating the java from a wsdl (with attachments) using wsdl2java. The details are below. If anyone has any working sample wsdl with attachments that works, I would appreciate seeing it. Alternatively any workarounds would be great too. We have to use soap attachments, bu

no Deserializer?

2004-07-16 Thread Dorner Thomas
Hi all, I dont want AXIS to deserialize my response! Is it possible to get only response Message without deserializing??? Problem: when I do call.invoke(...) I got a exception - cause my response looks like this: http://schemas.xmlsoap.org/soap/encoding/";>

getting rid of the ns1 namespacePrefix in SOAPHeaders?

2004-07-16 Thread Rossmy, Tilman
Title: getting rid of the ns1 namespacePrefix in SOAPHeaders? Hi all! Somehow I need to use my own namespacePrefix in a SOAPHeaderElement. Anyway, I spent a couple of hours trying everything I found in the net, but at some point of the request axis changes the prefix back to ns1: So, anybody k

Advanced Troubleshootiong with Arrays in Axis

2004-07-16 Thread NYY96
Hello All,   The past few days been quite a journey with Axis for me. I have asked numerous Axis-Users to help me with this problem. While they have been more than generous and wonderful with their attention, this problem has not gone away.   I pass a simple array back from Axis in Wrapped/Li

Re: need to use xerces parser implementation instead of crimson

2004-07-16 Thread BRIAN MORAS
the new version of xerces seems to be implemented as two seperate jars namely xercesImpl.jar and xml-apis.jar   these I got from the latest download of xeres ie 2_5_0Dhanush Gopinath <[EMAIL PROTECTED]> wrote: Add the Xerces Jars  it to the class path  may be my earlier mail didnt reach the gro

Re: need to use xerces parser implementation instead of crimson

2004-07-16 Thread BRIAN MORAS
tomcat endorsed dir already has these files..Pranav Kapil <[EMAIL PROTECTED]> wrote: boss..."jre/lib/endorsed/" is in the tomcat installation... - Original Message - From: BRIAN MORAS To: [EMAIL PROTECTED] Sent: Friday, July 16, 2004 4:59 PM Subject: Re: need to use xerces parser im

Re: need to use xerces parser implementation instead of crimson

2004-07-16 Thread Pranav Kapil
boss..."jre/lib/endorsed/" is in the tomcat installation... - Original Message - From: BRIAN MORAS To: [EMAIL PROTECTED] Sent: Friday, July 16, 2004 4:59 PM Subject: Re: need to use xerces parser implementation instead of crimson I dont see  a "jre/lib/endorse

Re: need to use xerces parser implementation instead of crimson

2004-07-16 Thread BRIAN MORAS
I dont see  a "jre/lib/endorsed/" in my installation of j2sdk1.4.2_04. However,I have a "jre/lib/ext". I created a "jre/lib/endorsed" and tried adding  xercesImpl.jar and xml-apis.jar to both .. restarted tomcat... it still picks up crimson...with the same error as given.   Well, here is a summary

Re: NullPointerException when using JDK 1.5

2004-07-16 Thread Davanum Srinivas
hmmmi don't remember this one. glen? -- dims On Fri, 16 Jul 2004 10:29:45 +0200, Jean-Francois Denise - Sun Microsystems <[EMAIL PROTECTED]> wrote: > Thanks, > the problem doesn't occur with beta2. > I just noticed that the well known ns used for auto ser/deser > (http://xml.apache.org/axis/j

Re: need to use xerces parser implementation instead of crimson

2004-07-16 Thread roslan
Put xerces in endorsed dir of JDK 1.4.2_05. It worked for me. Roslan Quoting BRIAN MORAS <[EMAIL PROTECTED]>: > Hi > > I have got the axis happiness page up with all required and optional jar > files. > > Please let me know how to override crimson to use xerces. > > > When I try using o

need to use xerces parser implementation instead of crimson

2004-07-16 Thread BRIAN MORAS
Hi   I have got the axis happiness page up with all required and optional jar files.    Please let me know how to override crimson to use xerces.     When I try using one of the examples  from the userguide folder in WEB-INF\axis( a simple one the CalcClient ) I get the following error :   Excepti

Re: NullPointerException when using JDK 1.5

2004-07-16 Thread Jean-Francois Denise - Sun Microsystems
Thanks, the problem doesn't occur with beta2. I just noticed that the well known ns used for auto ser/deser (http://xml.apache.org/axis/java) is no more used. Did you found problems using a specific ns? I noticed that he Java class package name is put as is in the URI part of QName. Local part be