Re: Out of memory error

2004-01-28 Thread Airline Pedestal
You could add something like this to your Tomcat file: catalina.bat to increase the heap size. set JAVA_OPTS=-server -Xms128m -Xmx256m You can also use this parameters when starting the client to increase the heap size. java -Xms128m -Xmx256m com.xxx.Client -Xms: this is inital heap size

RE: How to invoke "Message" style services passing a DOM Document

2004-01-28 Thread hanmayya.udgiri
Hi I am using a Messaging style service. Following is the code. Not sure whether ur looking for the same kind of thing.     String url = ""http://localhost:/soap/servlet/messagerouter">http://localhost:/soap/servlet/messagerouter";DocumentBuilder xdb = XMLParserUtils.getXMLDocBuilde

NoClassDefFoundError Problem

2004-01-28 Thread Rolf Zelder
Hi guys I desperately try to get this HalloWorld Web Service sample program going. The service is working but when I try to generate the client for it I get the NoClassDefFoundError error all the time. I read all the help pages etc and I pretty sure that I have configured my CLASSPATH correctly. I

Re: How to invoke "Message" style services passing a DOM Document

2004-01-28 Thread Dhanush Gopinath
Hi ...   Not an expert though just telling you some fundas.   the invoke() method expects normal objects like int , String etc. .. Document may not  be able to send as a parameter ( Dunno   .. I say MAY NOT BE)   So just try the typeMapping and beanMapping options available in the package.

Axis + JXTA

2004-01-28 Thread Sanjay Dahiya
hi can I use axis with jxta. I want to wrap an axis request in a Jxta request and on the other side unwrap it and wrap the response in a jxta response. Any pointers on how can i do this? is there a sample available somewhere ? thanks Sanjay

Re: SOAP Monitor applet problem

2004-01-28 Thread Dhanush Gopinath
Hi Shanta ,   I think after uncommenting in web.xml file, you will have to compile the SOAPMonitorApplet.java file.   Cheers Dhanush   - Original Message - From: bethana kumar To: [EMAIL PROTECTED] Sent: Wednesday, January 28, 2004 10:48 PM Subject: SOAP Monito

RE: getting Axis to show header info in WSDL

2004-01-28 Thread PARLEY,THUNDER (HP-MountainView,ex1)
Hi David,   See the Axis FAQ?   Specify a manual WSDL to be displayed via ?wsdl in the server-config.wsdd: http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages/WsdlFile   --Thunder -Original Message-From: David Houlding [mailto:[EMAIL PROTECTED]Sent: Wednesday, January 28,

getting Axis to show header info in WSDL

2004-01-28 Thread David Houlding
Does anyone know how to add header info to the WSDL dynamically generated from an Axis web service (by throwing the web service a ?wsdl url)?   I have a .NET client that generates stubs from the WSDL and it understands headers only if they are specified in the WSDL. I have successfully a

Re: Character encoding

2004-01-28 Thread Jens Schumann
On 1/28/04 8:57 PM Michael Serero <[EMAIL PROTECTED]> wrote: > Soniya, > > You are a star! You made my day! > To be honest, this sounds like a dirty workaround and might introduce a lot of other problems (while reading files which aren't UTF-8, because they were written by non java applications

RE: Character encoding

2004-01-28 Thread Shah, Soniya M. [RA]
Michael, Glad to be able to help!! Yes I would think Axis should be supporting UTF-8 by defualt. May be jvm it is running on affects the final result? Soniya -Original Message- From: Michael Serero [mailto:[EMAIL PROTECTED] Sent: Τετάρτη, 28 Ιανουαρίου 2004 2:58 μμ To: [EMAIL PROTECTED

RE: SOAP AXIS INCOMPATIBILITIES

2004-01-28 Thread FONTDEVILA Diego
Title: RE: SOAP AXIS INCOMPATIBILITIES I am compiling a list. Basically, the differences are: 1/ The xsi:dateTime type is deserialized in SOAP as a Date and in Axis as a Calendar. This requires configuring a custom mapping. 2/ Serialization frameworks are different, so custom serializers/d

RE: Another BEA Logic Web Server Question

2004-01-28 Thread Shah, Soniya M. [RA]
I looked at weblogic workshop when I was looking for a SOAP implementation. I did not choose it for following reason: 1. Axis seemed much easier to implement and understand. 2. Not sure how compatible is it with other soap engines. 3. Not sure if migration to a different app server will be easy.

Attachments Sizes ?

2004-01-28 Thread Chetan Lalye
Hi   Is there any limit on the size of MIME and DIME attachments that can be sent to axis ? Has anybody tried large attachments ?   thanks Chetan

RE: Another BEA Logic Web Server Question

2004-01-28 Thread Heitzeg, Bill
Does anyone know where to find an evaluation of web services products? -Original Message- From: Dan Christopherson [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 28, 2004 3:10 PM To: [EMAIL PROTECTED] Subject: Re: Another BEA Logic Web Server Question Workshop is their GUI, which is

Re: Another BEA Logic Web Server Question

2004-01-28 Thread Dan Christopherson
Workshop is their GUI, which is not required to build web services. They also have a JAX-RPC implementation in 8.1, but I haven't used it at all. Alexander Berry,Jr. wrote: Yes, BEA has a product which is BEA Weblogic Workshop. Which allows you to build webservices. You can make your own decisio

Re: Another BEA Logic Web Server Question

2004-01-28 Thread Alexander Berry,Jr.
Yes, BEA has a product which is BEA Weblogic Workshop. Which allows you to build webservices. You can make your own decision on it being better or worst. It is a GUI product . Hainer Neil wrote: Does BEA offer their own web services product that is similar to / worse than / or better (no offen

RE: unrecognised operation error

2004-01-28 Thread Brian Shields
i have given up trying to get this problem solved with axis, i am obviously doing something wrong. FYI what i am trying to do is working perfectly using the apache SOAP classes.   org.apache.soap.rpc.Call call = new org.apache.soap.rpc.Call();call.setParams(new Vector());call.setMethodName("get

RE: Character encoding

2004-01-28 Thread Michael Serero
Soniya, You are a star! You made my day! Changing the default encoding in the JVM on both the client and server worked beautifully. I don't know if your second tip works. I am not using weblogic. Surely there must be a way to tell Axis to use the right encoding but I could not find how. After al

Another BEA Logic Web Server Question

2004-01-28 Thread Hainer Neil
Does BEA offer their own web services product that is similar to / worse than / or better (no offense Axis developers) than Axis? Thanks, Neil

Re: SOAP Monitor applet problem

2004-01-28 Thread Bhuvan Gupta
Bethana, You will have to add all the jar files, required of SOAPMonitor, individually in the classpath. Adding just the LIB directory doesn't help. Thanks -- Original Message -- From: bethana kumar <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Date: W

Re: Re: soap with attachments for sending images

2004-01-28 Thread javamann
We are using blobs with SQLAnywhere and there are a bunch of problems. Mostly they are performance related. It would have been much better to store the binary data to the file system and store the URL in the database, but that was decided before I joined. -Pete > > From: bethana kumar <[EMAIL

soap attachments performance

2004-01-28 Thread Milen Evtimov
Hi list, I'm playing with soap attachments in dime format using axis. I want to measure performance between soap implementation and custom implementation i.e sending binary fail over http. In my test case soap is about twise slower then plain http. Could someone point mi a way of increasing soap

Out of memory error

2004-01-28 Thread FONTDEVILA Diego
Title: Out of memory error Hi,     I'm testing my service to its limit, having it return 11,000 rows, and having trouble.     I'm getting an OutOfMemoryError (in both the client and server) while serializing the result set with some custom serializers, written as imitations of the on

How to invoke "Message" style services passing a DOM Document

2004-01-28 Thread Xiao, Hui
Dear experts,   I am trying to invoke the modified MessageService (see below) using   call.invoke(mydoc);   where mydoc is of Document type. However, I got a compilation error because the above signature doesn’t exist in the org.apache.axis.client.Call definition.  Is there anybo

RE: BEA Web Logic & Axis

2004-01-28 Thread Shah, Soniya M. [RA]
I use Axis with weblogic 8.1. It works fine. Soniya -Original Message- From: Hainer Neil [mailto:[EMAIL PROTECTED] Sent: Τετάρτη, 28 Ιανουαρίου 2004 11:29 πμ To: [EMAIL PROTECTED] Subject: BEA Web Logic & Axis Hi, Are there Axis users using BEA Web Logic as your web server instead of

RE: SOAP with Attachment (SwA) Dummy need Help! pls :)

2004-01-28 Thread Wagh, Shrikant
Hi Thomas, The WSDL seems to be incorrect, as it does not contain any references to the "mime" in the wsdl-binding. If you use attachments then your wsdl binding should look something like this: (In this sample both requests and response uses attachments) http://schemas.xmlsoap.or

Re: BEA Web Logic & Axis

2004-01-28 Thread Dan Christopherson
Works fine under 8.1 and 6.1 Hainer Neil wrote: Hi, Are there Axis users using BEA Web Logic as your web server instead of Tomcat? If so, have you encountered any issues? TIA, Neil smime.p7s Description: S/MIME Cryptographic Signature

MyService cannot be loaded after instantiating JAXBContext: (500)Internal Server Error

2004-01-28 Thread Xiao, Hui
Dear Axis experts,   I am trying to use JAXB API on the server side to marshal/unmarsh SOAP message sent from Web service client. I found, however, the deployed service program (e.g. MyService) cannot be loaded by AXIS once I added the line to instantiate the JAXBContext in the program (s

Re: BEA Web Logic & Axis

2004-01-28 Thread Yves Langisch
We use WLS 7.0 with Axis. Works without any issues so far. Hainer Neil wrote: Hi, Are there Axis users using BEA Web Logic as your web server instead of Tomcat? If so, have you encountered any issues? TIA, Neil

client side handlers

2004-01-28 Thread Sunil Iyengar
Hello everyone, I have developed a complex web service and used wsdl2java to generate the stubs for the client. It works perfectly. I now have request /response security handlers for both the client and server. On the server side i deployed it using wsdd file. That's fine. I know that one can deplo

BEA Web Logic & Axis

2004-01-28 Thread Hainer Neil
Hi, Are there Axis users using BEA Web Logic as your web server instead of Tomcat? If so, have you encountered any issues? TIA, Neil

Re: soap with attachments for sending images

2004-01-28 Thread bethana kumar
Why is there any problem with BLOB?If problems what type of problems can you give me some small idea ...   One other thing what advantges we can get sending images over SOAP/HTTP than HTTP .     Thanks In Advance Shanta.B [EMAIL PROTECTED] wrote: Stay away from blobs if you can. We use them her

SOAP Monitor applet problem

2004-01-28 Thread bethana kumar
Hi      I am unable to get exceute SOAPMonitor applet .I have uncommented this in web.xmlI kept axis webappsunder tomcat webapps directory...I am getting following error. why its not looking axis.jar which is part of tomcat/webapps/axis/lib directory. oad: class SOAPMonitorApplet.class not

soap sample/attachments problem

2004-01-28 Thread bethana kumar
Hi   I am getting following error when i am executing samples/attachments..i am able to send attachements successfullybut when i am entering this url  in IE http://localhost:8080/axis/services/urn:EchoAttachmentsService?wsdl   AXIS errorSorry, something seems to have gone wrong... here a

Re: soap with attachments for sending images

2004-01-28 Thread javamann
Stay away from blobs if you can. We use them here at work and have had nothing but problems with them. AOL stores the pictures they serve on a file system and a reference to them in a database. -Pete > > From: bethana kumar <[EMAIL PROTECTED]> > Date: 2004/01/28 Wed AM 07:51:05 EST > To: [EMAI

Out of Office AutoReply: Error

2004-01-28 Thread David A. Chappell
Title: Out of Office AutoReply: Error I will be out of the office until Friday, 1/30.  I will not be accessing email during that time.  Your email will be read when I return. Dave

AW: soap with attachments for sending images

2004-01-28 Thread Doss Markus
What about a limitation for the size of attachment. With Apache-SOAP we had problems sending attachments with size > 12 MB. Are there any problems in axis too ?   Markus   -Ursprüngliche Nachricht- Von: Galbreath, Mark A [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 28. Januar

Re: question on 'best' practice for initialization?

2004-01-28 Thread ian_d_stewart
AXIS uses a handler-based infrastructure. Each time a request is submitted, the request travels through a series of handlers (defined in your WSDD) before it actually reaches your service. The response goes through a similiar set of handlers before it is sent out over the wire to the client. The

SOAP AXIS INCOMPATIBILITIES

2004-01-28 Thread ahmed . alami-prestataire
Hello everyone, I'm searching for the bugs or incompatibilities referecend between SOAP and AXIS. Can anyone tell me where to find it. Thanks in advance. Ahmed ALAMI DQAI/SDV Tel : 05 57 75 60 52 Post-scriptum La Poste Ce message est confidentiel. Sous réserve de tout accord conclu par écrit

SOAP with Attachment (SwA) Dummy need Help! pls :)

2004-01-28 Thread Thomas Dorner
Hello all, I have a problem - i cant find a explanation for the implementation of SOAP with Attachment. I read all the Mail in the Mailinglist but cant find a good explanation. There are always snippets of code. Can we solve this Problem all the time? So I will tell my solution and hope some cleve

RE: soap with attachments for sending images

2004-01-28 Thread Galbreath, Mark A
Keep the images in the db and send them as MIME attachments to the SOAP envelope. See http://java.sun.com/xml/saaj/index.jsp . Mark -Original Message- From: bethana kumar [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 28, 2004 7:51 AM 1)Cli

General Question on AXIS

2004-01-28 Thread J . Sugrue
Hi. I'm quite new to AXIS and would like to get some of the opinions of more experienced users on my problem. I am currently writing an application in Java that will interact with a web service written using GSOAP. I have the WSDL and could possibly generate code using WSDL2Java. I have tried

Web service trouble

2004-01-28 Thread ahmed . alami-prestataire
Hello everyone, I hava a trouble with a web service call. I receive this exception message: exception: [SOAPException: faultCode=SOAP-ENV:Client; msg=No Deserializer found to deserialize a 'http://schemas.xmlsoap.org/soap/encoding/:int' using encoding style 'http://schemas.xmlsoap.org/soap

soap with attachments for sending images

2004-01-28 Thread bethana kumar
Hi   I have a requirement .we have to develop  a webservice     1)Client will send SOAP/HTTP request for imge(s).2)We have to serve the corresponding image through SOAP/HTTP.  Now the design issues... I have two types of solutions...  Type-1---1)Storing images in

Re: exposing sub classes in WSDL

2004-01-28 Thread Stuart Barlow
Thanks for the info. I am not writing the WSDL file by hand but am using the AXIS toolkit to do this via the WSDD file. So I would need to add a type mapping for each sub type to the WSDD file. I dont think all the developers are going to remember to do this. Its more likely that they will add a d

de-/serializing of nested SOAP ComplexTypes/JavaBeans

2004-01-28 Thread Steffen Balzer
Dear axis users, I tried to figure out, if Axis' default BeanSerializers/Deserializers are capable of handling nested SOAP ComplexTypes resp. JavaBeans. I searched the mailinglist archive and the JAX-RPC spec. without success. If fact, XML Schema allows nested ComplexType definitions but the

RE: Character encoding

2004-01-28 Thread Shah, Soniya M. [RA]
You could add following lines in your client or server code: Properties pi = System.getProperties(); pi.put("file.encoding", "UTF-8"); System.setProperties(pi); If this does not work try following: for the client side : call.setEncodingStyle("UTF-8"); for the Server side add fol

Re: Character encoding

2004-01-28 Thread Jens Schumann
On 1/27/04 10:20 PM Michael Serero <[EMAIL PROTECTED]> wrote: > Nelson, > > Thanks for your reply. Do you have any suggestion on how to convert CP1252 > to UTF-8? > > I have tried something along the following lines: > > String myString = "The CP1252 string"; > Charset cs = Charset.forName("UTF

Transporting xml-content in Strings

2004-01-28 Thread Doss Markus
Hi,   we using axis to transport xml files between server and client. We transfer the content of  xml-files as strings instead of using attachments (due vb-dotnet problems with the java generated attachments). Now, if we send xml-content with the services (content is UTF-8 codes and conta

WSDL2Java java.io.IOException Type ... is referenced but not defined

2004-01-28 Thread jason . e . thompson
I am having trouble generating a set of Java classes from an existing WSDL file that was originally generated for use in WebLogic Server 6.1. We are looking to duplicate the Web Service functionality in Axis/Tomcat. The WSDL and the generated SOAP messages must remain the same. It's the Java app