Document Literal webservice

2003-03-13 Thread Davinder Singh
Title: Document Literal webservice Hi, I want to develop a "document/literal" webservice. The userguide gives an example to create a "rpc" service but no example is given asto how we can create a document/literal service. Is there any example i can start with? Thanx, davinder

RE: was this bug fixed?? deserializing beans within an array in a bean

2003-03-13 Thread Jinesh Varia
Sir, Thank you for your reply. I understand it is a bug and I will also track its activity. But I am highly dependent on AXIS now. Can you please suggest me a workaround? or a pointer on where would I need a change? I am using AXIS1.1RC2 one tomcat apache linux My SOAP response is working fine

RE: Probs with installation of AXIS

2003-03-13 Thread Sean Leblanc
Okay, thanks. Going a bit further, I was trying 'Test a SOAP Endpoint', and that I got what was shown in the installation guide. Then I did 'Test a JWS Endpoint', and same thing. Odd. -Original Message- From: Steve Loughran [mailto:[EMAIL PROTECTED] Sent: Thursday, March 13, 2003 4:55 PM

was this bug fixed?? deserializing beans within an array in a bean

2003-03-13 Thread Jinesh Varia
I am using AXISRC2. PLEASE somebody inform me whether this but is fixed or not?? thanks org.xml.sax.SAXException: No deserializer defined for array type Publication at org.apache.axis.AxisFault.makeFault(AxisFault.java:129) at org.apache.axis.client.Call.invoke(Call.java:2237)

Re: Probs with installation of AXIS

2003-03-13 Thread Steve Loughran
- Original Message - From: "Sean Leblanc" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 13, 2003 14:38 Subject: Probs with installation of AXIS > Hi all, > > I've been trying to get Axis installed into my Tomcat. I'm up to the point > where the Axis > Happiness page s

Probs with installation of AXIS

2003-03-13 Thread Sean Leblanc
Hi all, I've been trying to get Axis installed into my Tomcat. I'm up to the point where the Axis Happiness page shows this. It does say that some optional libs were not loaded (xmlsec.jar), but that shouldn't matter, right? When I try to click on the WDSL link on AdminService or Version, I get

Re: SOAPAction header and JAXM interfaces

2003-03-13 Thread Erich Oliphant
This is not working at all with AXIS (3-9 drop). The SOAPAction is still blank. I am trying it with the Sun RI now. - Original Message - From: "Sverre Joki" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 13, 2003 1:42 PM Subject: Re: SOAPAction header and JAXM interface

RE: xerces.jar vs. xercesImpl.jar

2003-03-13 Thread Pascale, Peter H.
Exactly. Sorry, I thought I typed them, but I didn't. Peter -Original Message- From: Brian Ko [mailto:[EMAIL PROTECTED] Sent: Thursday, March 13, 2003 2:44 PM To: '[EMAIL PROTECTED]' Subject: RE: xerces.jar vs. xercesImpl.jar Peter, I had the same problem. Did you fix it by copying Xer

RE: xerces.jar vs. xercesImpl.jar

2003-03-13 Thread Brian Ko
Peter, I had the same problem. Did you fix it by copying Xercesimpl.jar, dom.jar, and jaxp-api.jar to axis lib directory? Brian -Original Message- From: Pascale, Peter H. [mailto:[EMAIL PROTECTED] Sent: Thursday, March 13, 2003 11:37 AM To: '[EMAIL PROTECTED]' Subject: RE: xerces.jar vs.

New to Axis: AdminServlet will not run

2003-03-13 Thread Larry
Looked in my localhost, admin and catalina.out logs for tomcat but can't find any errors. Localhost log shows an init for AdminServlet, but has no errors around it. However whenever I try to execute the Axis admin servlet I get: The requested resource (/axis/servlet/AdminServlet) is not availa

Re: xerces.jar vs. xercesImpl.jar

2003-03-13 Thread Steve Loughran
- Original Message - From: "Pascale, Peter H." <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, March 13, 2003 11:16 Subject: xerces.jar vs. xercesImpl.jar > I am surprised to find that axis seems to require a specific parser - > xerces, and will not accept xercesImpl. I thoug

RE: xerces.jar vs. xercesImpl.jar

2003-03-13 Thread Pascale, Peter H.
>From Sun - "xercesImpl.jar - The implementation classes for the SAX and DOM parsers, as well as xerces-specific implementations of the JAXP APIs." But it also happens to be the parser implementation we currently use in our production environment. Peter -Original Message- From: [EMAIL PR

RE: xerces.jar vs. xercesImpl.jar

2003-03-13 Thread Harry . Kobetitsch
where did you get xercesImpl? -Original Message- From: Pascale, Peter H. [mailto:[EMAIL PROTECTED] Sent: Thursday, March 13, 2003 1:37 PM To: '[EMAIL PROTECTED]' Subject: RE: xerces.jar vs. xercesImpl.jar Actually, I just figured it out. xercesImpl is not an equal replacement for xerces,

RE: xerces.jar vs. xercesImpl.jar

2003-03-13 Thread Pascale, Peter H.
Actually, I just figured it out. xercesImpl is not an equal replacement for xerces, but if you have a few other XML jars in the classpath (dom.jar and jaxp-api.jar) you are fine. So I am good now. Thanks James. -Original Message- From: Clover, James [mailto:[EMAIL PROTECTED] Sent: Thu

RE: xerces.jar vs. xercesImpl.jar

2003-03-13 Thread Clover, James
I believe that you've probably got two versions of xerces on your classpath somewhere... James -Original Message- From: Pascale, Peter H. [mailto:[EMAIL PROTECTED] Sent: Thursday, March 13, 2003 11:16 AM To: '[EMAIL PROTECTED]' Subject: xerces.jar vs. xercesImpl.jar I am surprised to f

xerces.jar vs. xercesImpl.jar

2003-03-13 Thread Pascale, Peter H.
I am surprised to find that axis seems to require a specific parser - xerces, and will not accept xercesImpl. I thought both would be JAXP 1.1 compliant parsers, as the set-up instructions describe: "In the WEB-INF directory, you'll find a "lib" directory. In this directory, copy the jars asso

Re: SOAPAction header and JAXM interfaces

2003-03-13 Thread Sloan Seaman
If you get xmla to actually work with Axis the way it is supposed to, please tell me. I had to come up with a work around to use MS XMLA because the XML that it returns isn't valid XML I got it to work though -- Sloan - Original Message - From: "Sverre Joki" <[EMAIL PROTECTED]>

Re: SOAPAction header and JAXM interfaces

2003-03-13 Thread Sverre Joki
On Thu, 13 Mar 2003 13:23:59 -0500, Erich Oliphant <[EMAIL PROTECTED]> wrote: Hi, Is there any way to set the SOAPAction Header via the JAXM ints? Erich According to a post i found on forums.java.sun.com: MimeHeaders mimeHeaders = msg.getMimeHeaders(); mimeHeaders.addHeader("SOAPAction", "\"u

SOAPAction header and JAXM interfaces

2003-03-13 Thread Erich Oliphant
Hi, Is there any way to set the SOAPAction Header via the JAXM ints?   Erich

RE: Maintain Session with .NET and AXIS

2003-03-13 Thread thomas . cherel
I will need to get back to the code that I have to make it work with the latest Axis version, but here is the modification that I did to the SimpleSessionHandler.java to wrapped the session id into a type. I recall (it was a while ago), that this is all I had to do (beside adding it to the

RE: Maintain Session with .NET and AXIS

2003-03-13 Thread Jindal, Ashwini
Hello Thomas,   I have a very similar problem that I am currently working with. I am wondering if you have the code for the following solution that you suggested and if you can share the same.   Ashwini -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]Sent:

RE: WSDD deployment problem

2003-03-13 Thread Daniel Elenius
Mark, I tried all your suggestions, and they made no change unfortunately. Regarding the XML issue, more specifically, happyaxis has this to say: Examining Application Server Servlet version2.3 XML Parser org.apache.xerces.jaxp.SAXParserImpl XMLParserLocation null What do

RE: Web Services benchmarking tools

2003-03-13 Thread Clover, James
I believe that I saw (at some point) that Jmeter (http://jakarta.apache.org/jmeter) also could handle SOAP messages. James -Original Message- From: Adam Greene [mailto:[EMAIL PROTECTED] Sent: Thursday, March 13, 2003 8:52 AM To: [EMAIL PROTECTED] Subject: RE: Web Services benchmarking to

Message serialization bug (?)

2003-03-13 Thread Daniel Elenius
I have a question regarding (de)serialization of org.apache.axis.Message objects. It seems to me like there is a general serialization method, writeTo(), but there is no general deserialization method, like "readFrom()" or a constructor/factory method that creates an arbitrary Message (possibly wi

RE: Web Services benchmarking tools

2003-03-13 Thread Adam Greene
http://www.pushtotest.com/ptt They have tools specific to web services test. -Original Message- From: Jens Schumann [mailto:[EMAIL PROTECTED] Sent: Thursday, March 13, 2003 10:59 AM To: [EMAIL PROTECTED] Subject: Re: Web Services benchmarking tools On 3/13/03 03:41 PM Guillaume Sauthier

RE: No such method error

2003-03-13 Thread Keith Hatton
I think this is often caused by conflicts of Xerces versions between Axis and Tomcat. A quick search of the archives should help you find the solution. Hope this helps Keith -Original Message- From: Durant, Neil [mailto:[EMAIL PROTECTED] Sent: 13 March 2003 15:17 To: '[EMAIL PROTECTED]'

RE: Bean Serializer/ Deserializer

2003-03-13 Thread Balakrishna, Vandana (Cognizant)
Hi, I am kind of confused about the way AXIS goes about (de)serializing objects. I have data objects that have applications specific implementation along with the properties and their get-set methods. I assumed that I would have to write custom (de)serializers for these, but just specifying a b

Re: Web Services benchmarking tools

2003-03-13 Thread Skip Marler
Depending on what you exactly want to benchmark, regression or load testing you may want to look at a tool from ParaSoft Corporation called SOAPtest. You can download a free evaluation copy from www.parasoft.com. Regards, Skip Marler - Original Message - From: "Guillaume Sauthier" <[EMAIL

RE: WSDD deployment problem

2003-03-13 Thread Strecker, Mark
Hello Daniel, What I see is your target endpoint doesn't need urn: . It should be : http://localhost:8080/axis/services/HelloService2 You should be able to put this url in a web browser and get a message from axis ... btw, add ?wsdl to this url to get the wsdl. Also, your QName should be simply Q

No such method error

2003-03-13 Thread Durant, Neil
I'm trying to call web services via SOAP from javascript using Axis, and at this stage I'm trying to call a basic "getVersion()" method on a simple Version service hosted locally on Tomcat. However, when I call invoke, I get the following exception: java.security.PrivilegedActionException: java.l

Callbacks in SOAP application

2003-03-13 Thread EXT-Suresh.Addagalla
Hi, Would like to know if the following is feasible (if yes, how) with Axis. A SOAP client registers with a SOAP server: When XYZ occurs, how should the server callback? Is there anything provided as part of the Axis framework? 1. Should this be done out of Axis framework; for example, client

Re: Handler chain implementation

2003-03-13 Thread Mark Strecker
... for some reason this didn't go out yesterday, so here it is. (B (BHello Daniel, (B (BWhat I see is your target endpoint doesn't need urn: . It should be : (B (Bhttp://localhost:8080/axis/services/HelloService2 (BYou should be able to put this url in a web browser and get a message (Bfro

Re: Web Services benchmarking tools

2003-03-13 Thread Jens Schumann
On 3/13/03 03:41 PM Guillaume Sauthier <[EMAIL PROTECTED]> wrote: > Hello > > I want to test an integration of Axis in JOnAS J2EE Server and I search > a tool for bench all of that. > > Is there any benchmarking tool for J2EE WebServices ? > or just for Axis ? > I don't know free tools for We

Using an alternate DOM (i.e. jBind)

2003-03-13 Thread David R Robison
I’ve been experimenting with message based SOAP services and the XML java data-binding project jBind. When I call my SOAP service, it returns an org.w3c.dom.Document. I would like to then use the classes generated by jBind (generated by compiling the schema) to provide a more convenient acc

Web Services benchmarking tools

2003-03-13 Thread Guillaume Sauthier
Hello I want to test an integration of Axis in JOnAS J2EE Server and I search a tool for bench all of that. Is there any benchmarking tool for J2EE WebServices ? or just for Axis ? Thanks for your help. Guillaume

Re: Accessing 'raw' document body.

2003-03-13 Thread Erich Oliphant
Hi, I gave this a shot and I'm getting a weird message.  When the response comes back I get an error indicating that there are no deserializers for the returned object.  If I comment the setClientHandlers() call out it works fine.  I didn't think the Handlers would affect the serialization

How do I keep axis from modifying Document Body

2003-03-13 Thread Erich Oliphant
Hi, I am trying to send a raw XML document body.  Axis seems to insist on modifying the document (operation) tag such that if I invoke() with a doc that starts like this:   ... ..   Axis sends this over the wire:       The service that I am calling does not like this at all.  I've tri

Re: Handler chain implementation

2003-03-13 Thread Toshiyuki Kimura
Hi Sreekant, (B (B Done. But I couldn't make a 'cc' to you cause of (Bno id for you on the Bugzilla. (B (B The current conditions are as follows; (B (B (BBest Regards, (B (B Toshi (Toshiyuki Kimura) <[EMAIL PROTECTED]> (B R&D