Maximum Connections

2003-03-20 Thread E.Narayanan
Title: Message Hi,     I have an Axis Web service hosted on Jboss. For performance testing  I had made a java  client which creates threads and makes webservice calls. The calls were using the proxies generated from wsdl2java.It worked fine with 100 and 200 threads. When I tried with 300 thr

SOAP Fault Handling with Custom Error Messages

2003-03-20 Thread Rajesh Jain
Title: Message Hi   I am trying to trap the AXIS fault from my webservice in a server request handler and modify SOAP Fault Block with a custom message.     public void onFault(MessageContext ctx) {    System.out.println("Hello, got invoked. I'm onFault method of ErrorHandler.");       try

document literal fun

2003-03-20 Thread Herrick, Mike
Hi, I'm pretty new to Axis & am experiencing some pain with trying to get document literal to work. Are there any (good) examples out there from starting from the WSDL? I am able to get WSDL2Java to process my WSDL, but then after I deploy it, Axis gets pissed at it: "Fault - makeTypeElement()

help required for attachment using ejb as webservice provider

2003-03-20 Thread subhendukumar mohanty
We are creating a ejb which will be exposed as webservice. One of the method of ejb will return the image from image archive. So we need to use soap with attachment for this. I learned that if any data is returned using DataHandler it will be automatically passed as soap with attachment. As Data

Unable to manually deploy any webservice using Axis

2003-03-20 Thread Sharmila Sekaran
I have been trying to deploy a web service using Axis for the past week or so but without any success.  I am using Tomcat 4.1.18 and Axis 1.0.    I am getting the following error when the AdminClient is used at the command line, i.e. java org.apache.axis.client.AdminClient deploy.wsdd:   Exc

Re: RC2 has slowwwed down compared to RC1, why?

2003-03-20 Thread Davanum Srinivas
Can you PLEASE post a bug report in bugzilla (http://nagoya.apache.org/bugzilla)with a sample case? We NEED a test case to recreate the problem. Thanks, dims --- "Gurkan, Ozzie (MAN-Corporate)" <[EMAIL PROTECTED]> wrote: > I have been testing with RC1 and used to get great results on my performa

RC2 has slowwwed down compared to RC1, why?

2003-03-20 Thread Gurkan, Ozzie (MAN-Corporate)
Title: Message I have been testing with RC1 and used to get great results on my performance load tests. However, it seems that the new version of Axis, RC2, has slowed down under load tests by almost double! Has there been any changes to the XML processing recently? I heavily use bean mappin

Re: SunOne Deployment?

2003-03-20 Thread Roy Wood
>Done it iAS6.5 and SunONE WebServer 6.0. > Good to know. Any hints on making it easy? It's been a little rocky for us so far-- I tried producing a .WAR containing axis with my code pre-deployed in it (i.e. the server-config.wsdd already set up), but that didn't seem to work for some reason. W

RE: Error in serialization of boolean fields

2003-03-20 Thread Davis, Kevin
How often do you change the service? If it's not often, then why generate every build? We do something similar here, but since the services themselves change very rarely, we only generate when we've made a change. Otherwise, we use the same classes. Could this work for you? Kevin -Original

RE: Error in serialization of boolean fields

2003-03-20 Thread Michael Ryan
Yes, hand editing to use the correct namespace works just fine, but unfortunately is not an adequate work-around. These classes are generated as part of our build process to automatically account for any changes in the WSDL. We cannot stop the build, edit the classes by hand, and then continue

Initialization of a service on startup?

2003-03-20 Thread Kevin Zico
Hi, I have a service implemented ServiceLifecycle. Is there anyway I can have this service loaded (init() get called) when AxisServlet is loaded without having to submit a request? Thanks, Kev __ Do you Yahoo!? Yahoo! Platinum - Watch CBS' NCAA Marc

RE: Error in serialization of boolean fields

2003-03-20 Thread Davis, Kevin
I know this may sound silly, but have you tried editing the generated classes to but in the namespace you are expecting? field.setXmlType(new javax.xml.namespace.QName("http://www.w3.org/2001/XMLSchema".";, boolean")); Kevin -Original Message- From: Michael Ryan [mailto:[EMAIL PROTECTED]

FW: Error in serialization of boolean fields

2003-03-20 Thread Michael Ryan
I sent the following email some four months ago (twice), and got no response. I recently downloaded the Axis 1.1 RC2 code, and tried again, but the same exact thing happens. Deserialization is impossible, because the code is expecting a soapenc:boolean, but the server (NOT an AXIS server) is retu

RE: GXA implementations for Java?

2003-03-20 Thread Anne Thomas Manes
My understanding is that GXA is strictly a Microsoft term. Microsoft lists all if its joint efforts with IBM, et al in with GXA, but I've never seen IBM, BEA, VeriSign, RSA, Tibco, etc. use the term. IBM supports a number of these SOAP extensions in the WSTK. Anne > -Original Message-

RE: failed to get SAXXMLReader

2003-03-20 Thread Ghershony, Arie
Using .NET client we receive an error: failed to get SAXXMLReader, see below: Does any one know why? have to mention that our internet connection is very slow. this error appear suddenly. It was working well before. Do I need to connect to the Internet when we run .NET???

Re: How to return HTTP 204 on Document perform()?

2003-03-20 Thread Steve Loughran
(B- Original Message - (BFrom: "Toshiyuki Kimura" <[EMAIL PROTECTED]> (BTo: <[EMAIL PROTECTED]> (BSent: Wednesday, March 19, 2003 20:47 (BSubject: Re: How to return HTTP 204 on Document perform()? (B (B (B> | In some cases I need to return HTTP 204 (OK) with no message body. (B> 

Re: SunOne Deployment?

2003-03-20 Thread Sharmin Choksey
Done it iAS6.5 and SunONE WebServer 6.0. For iAS6.5 however, you need to enable custom HTTP headers to allow them to pass in the request. Can be done within the iAS registry to enable it. -Sharmin. Roy Wood wrote: Anybody out there deploying AXIS-based services on SunOne? I'm trying to do it,

SunOne Deployment?

2003-03-20 Thread Roy Wood
Anybody out there deploying AXIS-based services on SunOne? I'm trying to do it, but am having some trouble and would like to know that it is possible. And yes, things work great on TomCat, for whatever that is worth. -Roy "Disclaimer ­ The opinions expressed in this message are strictly pers

GXA implementations for Java?

2003-03-20 Thread Almeida, Timothy
Hi, I came across a reference to GXA (Global XML Web Services Architecture)-- an initiative [led by IBM, Microsoft & others] to develop a suite of SOAP extensions to support commonly needed features for a distributed system --security, routing, reliability, etc. Apparently MS has released a referen

GXA implementations for Java?

2003-03-20 Thread Almeida, Timothy
Hi, I came across a reference to GXA (Global XML Web Services Architecture)-- an initiative led by IBM, Microsoft & others to develop a suite of SOAP extensions to support commonly needed features for a distributed system --security, routing, reliability, etc. Apparently MS has released a reference

RE: [RE: Authorization using WS security and SAML]

2003-03-20 Thread Mike Burati
Title: RE: [RE: Authorization using WS security and SAML]    > is the WSTK for free or is it an eval copy?   According to the WSTK pages (which you should check out yourself, for license restrictions etc and for any recent changes), the answer is "yes"  it is a free eval, for development/eval

sendNull flag disable??

2003-03-20 Thread Jinesh Varia
hello, My client is posing a problem when it finds a at the end of each array. I tried setting the "axis.sendMinimizedElements" to false in the global configuration but it does not supress this element. I came to know that serialize() function in SerializationContext uses thes sendNull flag

Jim Jackson/SunGardEBS is out of the office.

2003-03-20 Thread Jim . Jackson
I will be out of the office starting 03/20/2003 and will not return until 03/24/2003. I will be most likely be unable to access my email while out of the office. I will respond to your message when I return.

RE: [RE: Authorization using WS security and SAML]

2003-03-20 Thread Nisha Menon
Title: RE: [RE: Authorization using WS security and SAML] i've just tried downloading the toolkit a few minutes ago. [one heavy download it is! so the process is still on!] since it's a dissertation i'm working on, i may have some issues with it being a trial version. is the WSTK for free or

Changing the cookie storage place

2003-03-20 Thread Sandeep G Nijsure
Hi all, I have using Axis to communicate with a web service from inside a Jetspeed portal, which is essentially a web application. Now each of the users of the portal need to have different sessions with the web service. But since the portal webapp runs under the login of a single Unix user, all

RE: [RE: Authorization using WS security and SAML]

2003-03-20 Thread Anne Thomas Manes
IBM WSTK. It's based on Axis. > -Original Message- > From: Nisha Menon [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 20, 2003 8:28 AM > To: [EMAIL PROTECTED] > Subject: RE: [RE: Authorization using WS security and SAML] > > > Hi Mitch, > Any luck on information regarding java impleme

Re: Dynamically re-deploying AXIS server (class files )

2003-03-20 Thread Brian Ewins
Yes, several ways. You can stop and start just the axis webapp - try looking at: http://yourserver/manager/html Via this page, or the services exposed by the manager webapp, you can deploy, undeploy, stop and start individual webapps. More details here:

base64 Serialiser/Deserialiser help?

2003-03-20 Thread James Bagg
Hi folks, newbie request for help coming up...   I am passing a byte array of data back to a client as a result of a call.   I am using classes generated by the JBuilder8 "Export as web service" menu.   Using the default code and files as generated works, but the data comes over as an array

Re: Session Management

2003-03-20 Thread Sateesh Ayyagari
Hi,    Has anyone worked on session maintainance between an AXIS client and a C# web service using SOAP headers? Sateesh.  Toshiyuki Kimura <[EMAIL PROTECTED]> wrote: Hi Saradhi,I think that many developers of web services are waiting forthe SOAP Header based session mechanism. But it has not becom

Dynamically re-deploying AXIS server (class files )

2003-03-20 Thread Hainer Neil
Hi, If an update is made to an existing AXIS server (class file) under Tomcat, is there a way of re-deploying (getting Tomcat to dynamically use the new class file version) without shutting and restarting Tomcat? My classes are placed under: C:\jakarta-tomcat-4.1.18\webapps\axis\WEB-INF\classes

apache httpd + mod_rewrite -> mod_jk -> tomcat -> axis url rewriting and service?wsdl

2003-03-20 Thread Jurgen Hildebrand - Adnovate
Im trying to secure axis webservices using apache httpd/mod_jk/tomcat The thing is I do only want to make axis services selectively available to the outside world... httpd.conf JkMount /axispub/* ajp13 RewriteEngine on RewriteRule ^/axispub(.*) /

Re: Axis Clients - Default SOTimeout other than 0?

2003-03-20 Thread Jens Schumann
On 3/20/03 02:38 PM Davis, Kevin <[EMAIL PROTECTED]> wrote: > This is similiar to the issue I've been having. Take a look at the archives > for a message with the subject HTTP Connections Hanging. We've been around > this issue for a while. > Yes. Read it, but I would love to see a default tim

failed to get SAXXMLReader

2003-03-20 Thread Ghershony, Arie
Using .NET client we receive an error: failed to get SAXXMLReader, see below: Does any one know why? have to mention that our internet connection is very slow. this error appear suddenly. It was working well before. thanks, aria HRESULT __atlsoap_hr = InitializeSOAP(NULL); if (FAILED

Re: Call.getOutputParams() does not work!

2003-03-20 Thread Davanum Srinivas
Please open a bug report with a test case in bugzilla (http://nagoya.apache.org/bugzilla) Thanks -- dims --- "Zhang. Dianlong" <[EMAIL PROTECTED]> wrote: > I am now using Axis 1.1 RC2. The Call.getOutputParams() > always returns an empty Map. > I have checked the source, the Call.invoke has fol

Re: Performance issue on big data

2003-03-20 Thread Brian Ewins
There have been quite a few problems reported relating to large messages. The reply I give below is just quoting myself from: NB since that thread I've found out that there's no reason JAXRPC can't use XMLPULL, this is a restrict

Call.getOutputParams() does not work!

2003-03-20 Thread Zhang. Dianlong
Title: Call.getOutputParams() does not work! I am now using Axis 1.1 RC2. The Call.getOutputParams() always returns an empty Map. I have checked the source, the Call.invoke has following code:     result = outParams.remove(qname); It looks like, the invoke() will remove the output wh

Performance issue on big data

2003-03-20 Thread Stephane Lecercle
Hi,   I am using Axis 1.1, and I have noticed on a stress test that there is an issue when I am trying to send and retrieve from a Java client big binary data, if this data is a member of a structure. Indeed, if I am using a method of this kind :   byte[] exchangeData (byte[] buffer);   the

RE: newbie question

2003-03-20 Thread Dennis Sherman
I'm a newbie too, but apparently not quite as new -- I've got the answer!   Deploy your service with session scope.  In the deploy.wsdd     ...    ...   In the client,  ServiceLocator service = new ServiceLocator();  service.setMaintainSession(true);   See the javadocs for setMaintainSe

UDDI Help

2003-03-20 Thread Rajesh Jain
Title: Message Hi   I would like to know if anyone has used Java RI of UDDI or any other private UDDI along with AXIS. I am not able to connect to the Java RI UDDI, I get a connection not found exception. Any guidelines or help on how to configure the RI or any other private UDDI would be

RE: Axis Clients - Default SOTimeout other than 0?

2003-03-20 Thread Davis, Kevin
This is similiar to the issue I've been having. Take a look at the archives for a message with the subject HTTP Connections Hanging. We've been around this issue for a while. Kevin -Original Message- From: Jens Schumann [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 19, 2003 7:34 PM T

SV: SV: AXIS classloaders breaking J2EE application isolation

2003-03-20 Thread David Ekholm
> Ok. I see what your are talking about. The problem is, Magnus > does not respond anymore (probably got too rich after the > oracle deal ;). So it would be good to make sure orion does > use different classloaders to load the common jar resources > you are referring to. From what you are descri

RE: [RE: Authorization using WS security and SAML]

2003-03-20 Thread Nisha Menon
Hi Mitch, Any luck on information regarding java implementation of WS-Security? An implementation with Axis? Regards, Nisha -Original Message- From: Mitch Gitman [mailto:[EMAIL PROTECTED] Sent: Monday, March 17, 2003 10:11 PM To: [EMAIL PROTECTED] Subject: Re: [RE: Authorization using WS

Re: Warning for WSAD users with WAS 4.0 and trying to use auto wsdl generation from a URL get

2003-03-20 Thread matthew_f_hamburger
You can also add the newer wsdl4j.jar to the servers classpath. Go to the "Paths" tab of the server configuration and at the bottom of the page you can add jars to the classpath. I ran into the same problem trying to use the newest version of xerces, xalan and jdom. If you add the jars here they a

RE: Can i use Axis ?

2003-03-20 Thread Anne Thomas Manes
No. Axis requires Java 1.3.1 or later. > -Original Message- > From: Olivier LAMY [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 20, 2003 5:02 AM > To: [EMAIL PROTECTED] > Subject: Can i use Axis ? > > > Can I use Axis with the following installation. The information comes from > happyax

RE: rpc/literal with axis?

2003-03-20 Thread Anne Thomas Manes
I don't think Axis supports rpc/literal. Very few other implementations support rpc/literal. I would avoid using it for at least the next 3-4 months. (by then more implementations will support it) > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Thursday, Ma

rpc/literal with axis?

2003-03-20 Thread Mischa
hi, does anybody know, how axis works with rpc/literal and are there any good examples for that approach? If i use rpc/literal in my wsdl, does WSDL2Java recognize it and build up a Serailization Framework based on the xml-schemas i use and not for soap-encoding? I would appreciate every info a

RE: WSDL2Java question

2003-03-20 Thread Davinder Singh
Title: RE: WSDL2Java question Hi Mischa I have successfully created java classes using WSDL2Java tool for a document/literal wsdl file. By default, WSDL2Java generates "Wrapped" version of doc/lit but if u use '-W' option with it, it will generate doc/lit implementaion of the service. But th

Repost: WSDL2Java generates incorrect deploy.wsdd and type mapping classe s for Document Literal wsdl

2003-03-20 Thread Davinder Singh
Title: Repost: WSDL2Java generates incorrect deploy.wsdd and type mapping classe s for Document Literal wsdl Hi i am reposting this as i haven't got any response. thanx davin Hi, I have a WSDL file (CalculateDocumentLiteral.wsdl) which describes a Document/Literal webservice. (Please see

Can i use Axis ?

2003-03-20 Thread Olivier LAMY
Can I use Axis with the following installation. The information comes from happyaxis.jsp. java.version=1.2.2 os.version=5.8 java.vm.version=1.2.2 java.vm.info=build JDK-1.2.2_006, native threads, sunwjit Platform: Jaguar Server Version 3.6 Thanks, Olivier ***

Re: serialisation problem.

2003-03-20 Thread Carl Cabou
Thanks Jolly !! Works just fine !! PS:No need to use "urn:" before the nameSpace. If I do, I get the exception again. Thanks again. Best regards. Carl. Thomas, Jolly (Cognizant) wrote: Hi, You need to register your application specific data type at the client end too. Following is the piece of

AW: Couldn't find a matching Java operation for WSDD operation

2003-03-20 Thread Joachim Schneider
I've found the mistake. I've accidentally mistyped the requestDocument operation in the allowedMethods parameter. Sorry, Joachim

Couldn't find a matching Java operation for WSDD operation

2003-03-20 Thread Joachim Schneider
Hi, I've added an operation to my deploy.wsdd and deployed the classes and the deploy.wsdd to axis. Now, when I want to access my webservice I get an Exception stating: Couldn't find a matching Java operation for WSDD operation "requestDocument" (7 args) The wsdd operation definition is:

RE: serialisation problem.

2003-03-20 Thread Thomas, Jolly (Cognizant)
Hi, You need to register your application specific data type at the client end too. Following is the piece of code: QNameqn = new QName( "urn:mkbNameSpace", "local" ); call.registerTypeMapping(Personne.class, qn, new org.apache.axis.encoding.ser.BeanSerializerFactory(Personne.class