Re: Changing Axis parser

2002-10-15 Thread Daniel Hägg
Alin Simionoiu wrote: >what about james clark xp parser?. >do I need to modify Axis? > According to the docs, Axis requires a "JAXP 1.1 XML compliant" parser.

Url routing

2002-10-15 Thread RP C987342
Axis SOAP server routes incoming SOAP messages based on the url. Can I make two or more different URLs route to the same destination method in case of message style service? thanks, rp _ Surf the Web without missing calls! Get

Re: Date Serializer Question when passed withour XSI/XSD.

2002-10-15 Thread Dave S
Please let me know how I can unsubscribe. Thanks Dave S

posted - Re: SOAP on JMS, a solution to which problem?

2002-10-15 Thread Kevin . Bedell
http://www.oreillynet.com/pub/wlg/2171 --- This e-mail message (including attachments, if any) is intended for the use of the individual or entity to which it is addressed and may contain information that is privileged, pr

WSDL2Java: does not understand definitions/types/xsd:simpleType/xsd:list

2002-10-15 Thread Basil Hosmer
I'm using WSDL2Java to generate classes from a WSDL description containing the following type definition: This produces a Java class with no accessor at all: public class NCNameList implements java.io.Serializable, org.apache.axis.encoding.SimpleTyp

Re: SOAP on JMS, a solution to which problem? [Scanned for known viruses]

2002-10-15 Thread Kevin . Bedell
> 2) The Internet is at the center, and all the end points are sitting at > the edge, or inside of, multiple organizations implemented across > multiple platforms. This is where SOAP and interoperability has the > most focus. In your scenario Kevin, the fact that there is a queue at > either

Re: SOAP on JMS, a solution to which problem? [Scanned for known viruses]

2002-10-15 Thread Kevin . Bedell
Dave - Thanks for responding --- This e-mail message (including attachments, if any) is intended for the use of the individual or entity to which it is addressed and may contain information that is privileged, proprietar

Re: SOAP on JMS, a solution to which problem?

2002-10-15 Thread David Chappell
I think the value proposition changes depending on where your perspective is - 1) Inside the organization looking across your own infrastructure, and also out to other business partners. This is where SOAP over messaging over some lower level protocol has the most value. Having XML data packag

Cannot deploy AXIS service to WebSphere....

2002-10-15 Thread Ken . West
I am getting this error below when deploying my web-service to WebSphere with AXIS: Any suggestions? Below I have the command, error on the client side and error in the AppServer listed. Thanks a lot for any help, -Ken Here is the command I am using: java org.apache.axis.client.AdminClient -l

repost - Re: SOAP on JMS, a solution to which problem?

2002-10-15 Thread Kevin . Bedell
Not trying to be a pest - can anyone comment on this? For me to configure an environment, install and test this would take a while. I'd appreciate hearing if I've at least described how it's supposed to work - I looked through the docs before posting earlier and didn't find where it was documen

Re: Changing Axis parser

2002-10-15 Thread Alin Simionoiu
got it. what about james clark xp parser?. do I need to modify Axis? - Original Message - From: "Steve Loughran" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 15, 2002 12:16 PM Subject: Re: Changing Axis parser > > - Original Message - > From: "Alin Sim

Deserialization errors in client code

2002-10-15 Thread Adam, Jason C
I'm new to the list, and to Web Services (in a grad class for it), so let me first say howdy! I'm getting error when trying to run some client code. I'm using two types of clients, one using the low level API's and one that uses the stub code generated with WSDL2Java. My current environment is:

Re: Changing Axis parser

2002-10-15 Thread Steve Loughran
- Original Message - From: "Alin Simionoiu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 15, 2002 11:08 AM Subject: Re: Changing Axis parser > And another question: is there possible to run Axis with a pullparser? Axis uses SAX. You want pull, you add it... --s

Re: SOAP on JMS, a solution to which problem?

2002-10-15 Thread Kevin . Bedell
Please everyone understand that I posted this to make sue I had the facts correct. Don't assume I do - that's why I was asking. Ricky Ho <[EMAIL PROTECTED]> on 10/15/2002 01:40:17 PM Please respond to [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: (bcc: Kevin Bedell/Systems/USHO/Su

Re: Changing Axis parser

2002-10-15 Thread Alin Simionoiu
Thanks for the replay. Actually I'm running JBoss. I think that my post was a little bit confusing, when I said that I want to run Axis with xp I was referring to James Clark xp xml parser not microsoft xp. Does anybody tried to use Axis with james clark xp xml parser?. Any problems with it?..

Re: Changing Axis parser

2002-10-15 Thread Reynardine
In the Tomcat startup file, $JAVA_HOME/jre/lib/endorsed points to ../tomcat/common/lib . Trying xerces 1 and xerces 2, I found Axis looks here for its parser jars. So if you're running Axis under Tomcat (probably not if you're running XP) be aware of the web server startup file when adding the

parser issues????

2002-10-15 Thread Kumar Vinit
Hi James, Can u plz help me on following parser issue : With beta3 of axis,i was facing some problem working with crimson+jaxp jars, and the work around was,"work with xereces.jar" Is this issue resolved and tested in Axis1.0. Can i, instead of xereces work wtih crimson?? expecting an early reply

Re: SOAP on JMS, a solution to which problem?

2002-10-15 Thread Ricky Ho
Comments and questions as embedded ... >The second answer (for Axis again) is using HTTP for communications >between the SOAP client and server, but having the SOAP messages be >persisted in JMS inside the Web Service client before they are >sent. It could also mean persisting the SOAP Messages u

Re: Changing Axis parser

2002-10-15 Thread James Black
Alin S wrote: > I understand that Axis is using Xerces as XML parser. > Now, no offence for Xerces fans but I will like to use XP as XML parser, > it's much faster. > > I there any way that I can use XP ?. > Do I need to modify the sources to get this support?. On my Sun box I just added the p

RE: Problem with multiple imports...

2002-10-15 Thread Sapozhnikov, Michael
Alex,   As far as I know  WSDL's grammar for is similar to xsd schemas' grammar (only location is used enstead of schemaLocation) and in xsd schemas you cannot use when you use target namespace are the same, there is an for this. AFAIK, there is no in wsdl so try to change namespaces t

Re: SOAP on JMS, a solution to which problem? [Scanned for known viruses]

2002-10-15 Thread Kevin . Bedell
In looking at this I felt it was something worth communicating to the rest of the world - I've put together a short blog entry/article below. Before I post it to O'Reilly's site I was wondering if I could get a few comments from the list just to make sure I know what I'm talking about. BTW - t

RE: Problem running validation JSP, stack Trace Included

2002-10-15 Thread Piotr Wyrwinski
Sorry, replied by mistake. Have nothing to say on the matter. Sorry once again. -Original Message-From: Piotr Wyrwinski Sent: Tuesday, October 15, 2002 7:54 AMTo: [EMAIL PROTECTED]Subject: RE: Problem running validation JSP, stack Trace Included   -Original Mes

RE: Problem running validation JSP, stack Trace Included

2002-10-15 Thread Piotr Wyrwinski
  -Original Message-From: siamak [mailto:[EMAIL PROTECTED]]Sent: Monday, October 14, 2002 7:49 PMTo: [EMAIL PROTECTED]Subject: Problem running validation JSP, stack Trace IncludedHello,I downloaded TomCat 4.1.12( jakarta-tomcat-4.1.12.exe ) and Axis Release 1.0 and foll

Re: AW: Books on AXIS

2002-10-15 Thread David Chappell
"Building Web Services With Java", SAMS. It has a chapter on Axis, and is written by some of the Axis developers. Dave > Heiko Braun wrote: > > Java Web Services For Experienced Programmers > ISBN: 0130461342 > > has a good hands on approach... > > /heiko > > > > > Von: "Beyer,Nathan" <[EMA

Problem using WSDL2Java generated Subclasses in my service

2002-10-15 Thread Myles Chippendale
Dear all, I am using Axis 1.0 to build something like a Proxy for our internal web services. There are a few services on our network which I have generated client stubs for using WSDL2Java. One service I import defines the following types:

Deserializer fails on complex type

2002-10-15 Thread Heiko Braun
Hi i have the following response in my client app: http://schemas.xmlsoap.org/soap/envelope/";> 10963 2002-10-15T16:25:40Z for some reason the client fails when trying to deserialze the "END" element which is nested in "DATA". the exception is as follows: AxisFault

AW: Books on AXIS

2002-10-15 Thread Heiko Braun
Java Web Services For Experienced Programmers ISBN: 0130461342 has a good hands on approach... /heiko > > Von: "Beyer,Nathan" <[EMAIL PROTECTED]> > Datum: 2002/10/14 Mo PM 11:40:08 GMT+02:00 > An: "AXIS-User ([EMAIL PROTECTED])" <[EMAIL PROTECTED]> > Betreff: Books on AXIS > > > Someone ment