[cookbook] Returning Serialized Java Types

2003-04-04 Thread Clay Graham
Hello Axis Users, I am posting this simple cookbook because it's the type of thing I think lots of people need, and I haven't found a straitforward example that describes explicitly. This cookbook covers how to use a axis client and server with complex serialized beans as a return type.

[newbie] Empty parameter client?

2003-04-04 Thread Clay Graham
I have a service, its really just a simple bean pattern: public class StatefulService { private String value; public void setValue(String value) { this.value = value; } public String getValue() { return this.value; } } I am having a hard time

COM component from WSDL

2003-04-04 Thread Adrian Petru Dimulescu
Hello, anybody has any suggestions as of how to quickly generate a COM component stub from a deployed WSDL (an axis web service) ? Thank you, Adrian.

RE: cofiguring SOAPMonitor

2003-04-04 Thread Katiyar, Bhawana
Title: RE: cofiguring SOAPMonitor Follow the following steps:   1) change the deploy.wsdd file of the service you want to monitor by adding these lines:                      2) compile SOAPMonitorApplet.java if you haven't done so. 3) Deploy SOAP monitor service with the followi

RE: Handler order

2003-04-04 Thread Pathak, Sanjesh
Thanks a lot Toshiyuki. (B (BSanjesh (B (B-Original Message- (BFrom: Toshiyuki Kimura [mailto:[EMAIL PROTECTED] (BSent: Friday, April 04, 2003 11:26 AM (BTo: [EMAIL PROTECTED] (BSubject: Re: Handler order (B (B (BHi Sanjesh, (B (B I scanned the version on 1.1RC2 and the latest

RE: Stateful web services.

2003-04-04 Thread Clay Graham
This has been filed as bug# 18718 Hope it helps! - Clay Graham President newObjectivity, Inc. making the mobile-world-office http://www.newobjectivity.com/ -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Thursday, April

RE: replacing DefaultSocketFactory

2003-04-04 Thread Tom Jordahl
Great news Steve! Glad I could help. -- Tom Jordahl Macromedia Server Development -Original Message- From: Steven Gollery [mailto:[EMAIL PROTECTED] Sent: Thursday, April 03, 2003 6:38 PM To: [EMAIL PROTECTED] Subject: Re: replacing DefaultSocketFactory Tom, I figured it out -- the ME

re post: Enum deserialization problem

2003-04-04 Thread Herrick, Mike
Any pointers on this would be greatly appreciated. Thanks! Mike -Original Message- From: Herrick, Mike Sent: Thursday, April 03, 2003 2:04 PM To: '[EMAIL PROTECTED]' Subject: Enum deserialization problem Hi, I'm having a problem getting Axis to deserialize correctly when I use an enu

Re: How see Exceptions

2003-04-04 Thread Steve Loughran
DESMOULINS Charles OCISI wrote: A correction : my Exception problem happens with the Axis 1.1 RC2, not with Axis 1.0 (I'm just trying it). Charles. do you mean you just want to see them printed server side? Look at reference.html to see how to configure the log to print out more stuff

Re: Handler order

2003-04-04 Thread Toshiyuki Kimura
Hi Sanjesh, (B (B I scanned the version on 1.1RC2 and the latest nightly build (Bof the code. Both codes include the following note; (B (B/** (B* Returns the configured HandlerRegistry instance for this Service (B* instance. (B* (B* NOTE: This Service currently does not support the conf

RE: help required for attachment using ejb as webservice

2003-04-04 Thread subhendukumar mohanty
Yes if i am not making this as ejb then it is ok. The only problem is with ejb (B (B-Original Message- (BFrom: Toshiyuki Kimura [mailto:[EMAIL PROTECTED] (BSent: Friday, April 04, 2003 12:08 PM (BTo: [EMAIL PROTECTED] (BSubject: Re: help required for attachment using ejb as webservice

Re: help required for attachment using ejb as webservice

2003-04-04 Thread Toshiyuki Kimura
Hi Subhendu, (B (B Could you make sure that you have the right setting (Bof the serializer for a DataHandler on wsdd ? And one (Bmore question, are you successful with a non-ejb impl ? (B (BBest Regards, (B (B Toshi (Toshiyuki Kimura) <[EMAIL PROTECTED]> (B R&D Headquarters (B NT

How to get bean data from Axis fault?

2003-04-04 Thread PILLAI,RANJITH (HP-PaloAlto,ex1)
Hi there,   Please help..   My service method throws a custom exception. I have a java bean embedded in this custom exception.  I can see this exception and java bean in my SOAP Response.             Ranjith    Kottayam     How do my Axis client get this bean from Axis f

Re: Change Content-Type for attachments?

2003-04-04 Thread Toshiyuki Kimura
Hi Kristjan, I have experience with JPEG, GIF and Octed-Stream over MIME. That's working well. Best Regards, Toshi (Toshiyuki Kimura) <[EMAIL PROTECTED]> R&D Headquarters NTT DATA Corporation - Original Message - From: "Kristján Bjarni Guðmundsson" <[EMAIL PROTECTED]> To: <[E

doc/lit Java2WSDL duplicates input elements

2003-04-04 Thread Mitch Gitman
I tried running Java2WSDL to generate a WSDL for a document-style/literal-encoded Web service. I added the arguments: --style DOCUMENT --use LITERAL The result contains a multitude of same-named elements representing input parameters. Including:             And so on... You can see th

Re: Web Service Requirements

2003-04-04 Thread SP
Hi Peter, Have you had a chance to check my demo gateway application at http://soapknox.servehttp.com:8080? It has some useful statistical analysis stuff with respect to service response times (under Web Services Performance and Web Services Scalability Analysis menus). I would appreciate any comm

RE: .NET and AXIS Interop - Please Help!!

2003-04-04 Thread Herrick, Mike
I'm forgetting the details, but there is a known bug with Visual Studio and this description reminds me of it. If you edit/create an XML file in Visual Studio, it torques up the encoding ... you have to manually change the setting on the file in Visual Studio. -Original Message- From:

RE: Handler order

2003-04-04 Thread Pathak, Sanjesh
Hi Toshiyuki, (B (BThanks for the reply. What I want to do is display to the user the order of the (Bhandlers in request flow and response flow for a given service. As you suggessted in (Bthe code below I found the Service class (org.apache.axis.client.Service). I tried to (Buse it's method

Re: namespace problem with java/javax.* packages

2003-04-04 Thread Alan Eustace
whoops, forgot to mention, running axis1.1RC2, tomcat 4.0.3 A. At 15:04 04/04/2003 +0200, you wrote: Hi, I'm new to axis, so forgive me if I've overlooked something obvious. I'm creating a service to transfer files, and have successfully deployed and tested the .jws file directly under webapps/a

RE: Change Content-Type for attachments?

2003-04-04 Thread Kristján Bjarni Guðmundsson
"Toshiyuki Kimura" <[EMAIL PROTECTED]> wrote on 04.04.2003 13:07:27: > Hi Kristjan, > >   Have you try with the following signature ? > DataHandler(java.lang.Object obj, java.lang.String mimeType);  I have tried putting a FileDataSource as the object and a mime type. Then the mime type is corre

Benchmark

2003-04-04 Thread DESMOULINS Charles OCISI
Hello, I test Axis 1.1RC2 on heavy load and I find great differences of performance with Axis 1.0 (reduce by 2). Is it normal? Anybody knows about performance problems on Axis 1.1RC2? I use Axis on Weblogic 7. Thanks, Charles.

namespace problem with java/javax.* packages

2003-04-04 Thread Alan Eustace
Hi, I'm new to axis, so forgive me if I've overlooked something obvious. I'm creating a service to transfer files, and have successfully deployed and tested the .jws file directly under webapps/axis/ as a first pass at this. Now I want to wrap my service and deploy it under WEB-INF/classes, but

RE: help required for attachment using ejb as webservice

2003-04-04 Thread subhendukumar mohanty
Thanks for your suggestion (B (BActually i had tried making a DataHandler as return type of EJB method. For the time (Bbeing think that there is no webservice. I wrote the sample ejb and run that sample (Band it gave me nonserializable exception.That's why i could not use this. For ejb all 

RE: Web Service Requirements

2003-04-04 Thread Pascale, Peter H.
I can't, but I would imagine it would offer much of the same elements of a distributed component (like a CORBA service) document. Which broadens the scope of examples. One suggestion - whether you are just writing a client, or just exposing a service - you should obtain detailed performance requir

RE: How see Exceptions

2003-04-04 Thread DESMOULINS Charles OCISI
A correction : my Exception problem happens with the Axis 1.1 RC2, not with Axis 1.0 (I'm just trying it). Charles. -Message d'origine- De : DESMOULINS Charles OCISI Envoyé : vendredi 4 avril 2003 14:59 À : [EMAIL PROTECTED] Objet : How see Exceptions Hi, I start using axis and I won

RE: Change Content-Type for attachments?

2003-04-04 Thread Toshiyuki Kimura
Hi Kristjan, (B (B Have you try with the following signature ? (BDataHandler(java.lang.Object obj, java.lang.String mimeType); (B (BBest Regards, (B (B Toshi (Toshiyuki Kimura) <[EMAIL PROTECTED]> (B R&D Headquarters (B NTT DATA Corporation (B (B-Original Message- (BFrom: Kr

How see Exceptions

2003-04-04 Thread DESMOULINS Charles OCISI
Hi, I start using axis and I wonder how I could see Exception when they are thrown in the Server-side (Axis on Tomcat). I do not use the JWS file but I deploy WebServices using the WSDL2Java classes. When I've got an Exception, I see nothing on the axis-side but I've got the following Fault o

Change Content-Type for attachments?

2003-04-04 Thread Kristján Bjarni Guðmundsson
How can I change the Content-Type for AttachmentParts? AttachmentPart.setMimeHeader("Content-Type","image/gif") Doesn't work at all.

RE: Handler order

2003-04-04 Thread Toshiyuki Kimura
Hi Sanjesh, (B (B Which are you talking about the JAX-RPC handler, or AXIS specified (Bhandler ? And what do you want to do with the programming. (B (B In case of JAX-RPC, the spec specifies a few Handler Configuration (BAPIs, for example 'getHandlerRegistry', 'getHandlerChain'. I add a 

Re: .NET and AXIS Interop - Please Help!!

2003-04-04 Thread matthew_f_hamburger
Parag, You said that you had a problem with an extra character in the SOAP xml from a .NET client. "An invalid XML character (Unicode: 0x0) was found in markup after the end of the element content." I have noticed a similar problem when sample XML messages I use for testing are opened with MS