Re: Question regarding Axis/C++ binaries with Apache2

2004-09-02 Thread damitha kumarage
Hi, On Mon, 2004-08-30 at 22:31, Anish wrote: > Hi: > > I am trying to setup Axis/C++ library to work with Apache2. I have > downloaded the binary distribution axis-c-linux-current-bin.tar.gz > from http://www.apache.org/dist/ws/axis-c/, but I am unsure about the > instructions in INSTALL scri

RE: Wrapped/Literal on 1.2Beta3

2004-09-02 Thread Anne Thomas Manes
Can you show us your WSDL?   There’s no way to specify style=”wrapped” in a WSDL document. The only valid style parameters are “rpc” and “document”. (You can specify style=”wrapped” in a WSDD, though.)   In a wrapped/literal WSDL definition, you must define the wrapper element in the

RE: Wrapped/Literal on 1.2Beta3

2004-09-02 Thread Anne Thomas Manes
Can you show us your WSDL?   There’s no way to specify style=”wrapped” in a WSDL document. The only valid style parameters are “rpc” and “document”. (You can specify style=”wrapped” in a WSDD, though.)   In a wrapped/literal WSDL definition, you must define the wrapper element in the

RE: Turning off stacktrace for SOAP Fault

2004-09-02 Thread Vikas Phonsa
If you find a solution, pls let me know also. I’ve struggled with this problem for a long time. I followed all the suggestions people gave in this list, but somehow it never worked for me.   Vikas   -Original Message- From: Wei Hsu [mailto:[EMAIL PROTECTED] Sent: Thursday, Sept

Turning off stacktrace for SOAP Fault

2004-09-02 Thread Wei Hsu
Hi all,   I am currently using Axis 1.2 beta to expose a service.  I am having problem getting axis to not send the stack trace back to the client.  I tried setting the globalConfiguration by adding  , but it's still not working.  Do I need to do anything else?  Are there any other approa

RE: RE: Client SSL Authentication .... ARGH !!

2004-09-02 Thread Steve Webbo
No it shouldn't do. The bundled version of Axis is only applicabale to the Websphere Studio IDE development environment. For example, if you use the "wizards" to create an Axis-based web service it uses Axis 1.0 jars. You can simply replace these within your web-project so that they are packa

Wrapped/Literal on 1.2Beta3

2004-09-02 Thread Sathya Sankar
I've been using Axis 1.1 for a while and recently needed to work with attachments. I thought of moving to the 1.2 version since it has better support for those.   Here is my scenario... I'm using Axis (generated classes & its libraries) to talk to another server using Wrapped/Literal. The WSDL tha

Re: setting SOAPAction MimeHeader results in 2 SOAPAction headers in HTTP message.

2004-09-02 Thread Davanum Srinivas
please open a bug report with some sample code to recreate the problem. thanks, dims On Thu, 2 Sep 2004 12:32:41 -0500, Erich Oliphant <[EMAIL PROTECTED]> wrote: > Hi I am using Axis 1.2 beta 3. > > The following snippet: > > ... > MessageFactory factory = MessageFactory.newInstance(); > >

setting SOAPAction MimeHeader results in 2 SOAPAction headers in HTTP message.

2004-09-02 Thread Erich Oliphant
Hi I am using Axis 1.2 beta 3. The following snippet: ... MessageFactory factory = MessageFactory.newInstance(); SOAPMessage message = factory.createMessage(); MimeHeaders mh = message.getMimeHeaders(); mh.addHeader("SOAPAction", "http://www.trx.com/TRXServic

RE: RE: Client SSL Authentication .... ARGH !!

2004-09-02 Thread THOMAS, JAI [AG-Contractor/1000]
Steve, Just curious to know! Assuming you are using WebSphere app server, how are you planning to do it on app server environment? Wouldn't it create maintenance (and other) problems in a strict production environment? Thanks Jai -Original Message- From: Steve Webbo [mailto:[EMAIL PR

FW: RE: Client SSL Authentication .... ARGH !!

2004-09-02 Thread Steve Webbo
After much head scratching I realised that the default Axis implementation that ships with Websphere Studio Application Developer v5.1.2 is Axis v.1.0. I replaced all the Axis 1.0 jar's with the v1.1 and hey presto, works like a charm. :-) ___

RE: castor problem / solved

2004-09-02 Thread Marco Mistroni
Hi all, Ok I solved the problem...i guess it was some classpath problems...and I was using most recent castor, most recent axis and an old castor-axis-encoding file Thanx anyway and regards Marco

Re: Still no joy on configuring a way to cleanup undeployed ws's

2004-09-02 Thread [EMAIL PROTECTED]
Thanks a lot for that. Dam, I spent 2 hours looking at the Axis Javadoc and I missed that class! cheers Davanum Srinivas wrote: try the ServiceLifeCycle's destroy (example - http://www.developer.com/java/web/article.php/3073881) -- dims On Thu, 02 Sep 2004 17:34:57 +0200, [EMAIL PROTECTED] <[EMAIL

Re: Still no joy on configuring a way to cleanup undeployed ws's

2004-09-02 Thread Davanum Srinivas
try the ServiceLifeCycle's destroy (example - http://www.developer.com/java/web/article.php/3073881) -- dims On Thu, 02 Sep 2004 17:34:57 +0200, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Can anyone point me in the right direction for how to perform some > cleanup code before my web service i

Still no joy on configuring a way to cleanup undeployed ws's

2004-09-02 Thread [EMAIL PROTECTED]
Can anyone point me in the right direction for how to perform some cleanup code before my web service is undeployed? It's a application based ws, and I currently start up various JMX MBeanServers within the web service, but even when it's undeployed, this dam thread keeps on running, and I have

RE: Client SSL Authentication .... ARGH !!

2004-09-02 Thread Wellman, Andrew
I have accomplished the same thing using very similar code. I did notice one kind of strange thing; I had to put the SSL System properties in the Stub where the call was being made or it would fail. Here is my code for reference (from my Axis Generated Stub. System.setProperty("java.protocol.ha

No deserializer found for type ...

2004-09-02 Thread Sandro Ruch
hi all, we are currently working on a prototype with apache axis and faces the following problem: 1. we specified a little webservice with a java-bean as parameter. 2. the java-bean itself has three attributes. two of them are standard java datatypes and the last is of type of an abstract class.

Re: Client SSL Authentication .... ARGH !!

2004-09-02 Thread Hugo Giguere
Use the Commons HttpClients and It will works. On Thu, 02 Sep 2004 10:08:35 +0100, Steve Webbo <[EMAIL PROTECTED]> wrote: > Hi All, > > This is driving me insaneI have a java web-service based on Axis running > under Websphere v4 and IBM HTTP Server (aka Apache). > > I have configured SSL

Return SOAP Message not as expected in document oriented service

2004-09-02 Thread Dhanush Gopinath
Hi All,     I have a document - literal web service method   public Document receiveDocument(Document docElems);   The WSDD for the above message is as given         This generates a WSDL as given in attachment.   Now my problem is -even though it is specified in the WSDL that the

Client SSL Authentication .... ARGH !!

2004-09-02 Thread Steve Webbo
Hi All, This is driving me insaneI have a java web-service based on Axis running under Websphere v4 and IBM HTTP Server (aka Apache). I have configured SSL on the web server and this works fine. I now want to go one step further and configure the web-server for client certification based a

RE: castor problem / 2 forgot to attach the files :-(

2004-09-02 Thread Marco Mistroni
Here they are -Original Message- From: Marco Mistroni [mailto:[EMAIL PROTECTED] Sent: 02 September 2004 09:14 To: [EMAIL PROTECTED] Subject: RE: castor problem Hello Are, Thanx a lot for ur reply, and sorry for the late But my email at home does not work... Actually,

Re: How to make DataHandler Serializable

2004-09-02 Thread Stuart Barlow
Did you get an answer? I think you will have to create your own object and save that. Chandrasegaram Jeyakumaran wrote: Hi all, It may be a out of topic, but still I think people here may have the solution of this problem. I am getting a datahandler object from axis server and I need to save it for

RE: castor problem

2004-09-02 Thread Marco Mistroni
Hello Are, Thanx a lot for ur reply, and sorry for the late But my email at home does not work... Actually, after checking more my code I discovered that I Omitted some castor serializer factory in the StockQuoteSOAP stub. However, after fixing them, I got another similar problem.. RE