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

2003-11-07 Thread Jinghua Gu
Hi,   Have you find any solution on this topic?   We are using message style. The problems we found are:   1. AXIS parses the message inside of the soap body element but not validate it. Only useful of this is replay ability of SAX events.   We want to validate our XML messages, do you know

Re: OT -- WASP/AXIS

2003-11-07 Thread Anne Thomas Manes
Cory, You can find instructions on how to integrate WASP into an existing Web app here: http://www.systinet.com/doc/wasp_jserver/waspj/servletjspintegration.html You might want to ask further questions on the WASP discussion list: http://forums.systinet.com/ Anne At 01:18 PM 11/5/2003, you wr

FeatureEnabled

2003-11-07 Thread Henry lu
How do we find out how many features have been implemented in the axis1-1? There is an interface defined in the axis 1-1 called FeatureNabled but we couldn't find an concrete class implements it. _ Is your computer infected with a v

xsd:choice xsi:null problem

2003-11-07 Thread Bohnenberger, Keith
I have a wsdl from a server that is using Axis "message" style and using Castor for the xml binding. On the client side I run wsdl2java to generate my classes and write an implementation to call the service. The wsdl has an xsd:choice element in it. When I call the web service from the client sid

Tomcat 4.1.27 Axis 1.1 and Netbeans 3.5.1

2003-11-07 Thread Tewari, Vijay
Is it possible to use the Netbeans 3.5.1 IDE to develop and debug web services using Tomcat 4.1.27 and Axis 1.1? Any pointers would be appreciated. Any alternative IDE's that I can use if this combination does not work. Thanks Regards Vijay

Re: XML Encryption w/ DigitalSignature

2003-11-07 Thread atul
apache xmlsec ! --- James Black <[EMAIL PROTECTED]> wrote: > fred smith wrote: > > > hi Pankaj. it seems verisign charges money for > their jar file. i was > > really looking for some example on how to do this > using free source > > code. so if anyone has an example of how to do a > HelloWo

Re: jwsdp 1.3 or AXIS

2003-11-07 Thread Stuart Barlow
Thanks for the feedback Christopher We are currently looking at both. You are right about the documentation as I have installed the JWSDP 1.3 and it is confusing. It seems to be a big tomcat. Not at all clear. Christopher Blunck wrote: On Thu, Nov 06, 2003 at 04:39:39PM +, Stuart Barlow wrote

Re: jwsdp 1.3 or AXIS

2003-11-07 Thread Christopher Blunck
On Thu, Nov 06, 2003 at 04:39:39PM +, Stuart Barlow wrote: > Any thoughts about the JWSDP 1.3 from Sun? I had lots of problems with 1.2 with respect to code generation and error messages. JWSDP was definitely *more* difficult to use, did not contain clear documentation as to how to integrate

RE: Method overloading

2003-11-07 Thread Wang, Pengyu [IT]
Title: Message Srinivas,   The reason I replied you directly rather than the list is precisely the reason other people on the list are saying. It is not a great idea of doing so even current Axis supports it, so reply to the list meaning advocate bad practice could lead to the confusion in t

RE: WSDD question - parameters that control WSDL generation ??

2003-11-07 Thread Mark D. Hansen
Thank you Thomas. Is there any documentation about this? > -Original Message- > From: Thomas Bayer [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 06, 2003 2:59 PM > To: [EMAIL PROTECTED] > Subject: AW: WSDD question - parameters that control WSDL > generation ?? > > > Hallo Mark,

AW: tomcat and Axis

2003-11-07 Thread Jan . Wegener
I solved the problem. My Service tried to instantiate a BeanObject from a Database via a OR-Mapping class. But the connection to the database could not be made, as a result the tomcat server shut down. Thanks anyway jan -Ursprüngliche Nachricht- Von: Wolfgang Vullhorst [mailto:[EMAIL PR

Re: Method overloading

2003-11-07 Thread Tom Oinn
Yup, I'd agree with this. In your case, something like renderPDFFromReference and renderPDFFromValue? The upshot is that method overloading in web services is officially a bad thing and you'll save yourself a whole world of hurt if you don't do it :) Cheers, Tom Srinath Perera wrote: Hi Srini

AW: tomcat and Axis

2003-11-07 Thread Wolfgang Vullhorst
Hi Jan, I tried 4.1.29 and everything works fine... Some questions: - Can you start the tomcat administration tool with http://:tomcat-port - Do you get the WSDL of your web service with http://:/axis/services/?wsdl - Do you start tomcat in a shell or as a service? - Are you

AW: tomcat and Axis

2003-11-07 Thread Jan . Wegener
Thanks, but you misunderstood my problem. I´ve got an Axis-Service running on a Tomcat 4.1.27. And I try to connect to this Service with a Client. But instead of connecting and using the Service I get an Exception (java.net.ConnectException: Connection refused: connect) and the Tomcat Server is s

Fundamental question - what is not and what is an attachment?

2003-11-07 Thread I-Sampige, Srinivas
After writing some code and after reading many articles on the web I am in a confused state. I have a web service with the following method (I have registered the serializers and deserializers) public DataHandler getFile()

AW: Services sharing same session

2003-11-07 Thread Thomas Bayer
Hi Magnus, a more SOAP conform way is the usage of SOAP headers containing a session id. A custom handler could help to implement it transparent for the client and server. Thomas > -Ursprüngliche Nachricht- > Von: Magnus Sandberg [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 6. Nove