FW: VIRUS FROM axis-user-return-19709-sascha=kulawik.de@ws.apache.org (Worm/Dumaru.A)

2003-11-12 Thread Sascha Kulawik
vdf ... VDF version: 6.22.0.34 created 11 Nov 2003 For private, non-commercial use only. AntiVir license: 1001043109 for Sascha Kulawik, Hannover checking drive/path (list): /var/spool/vscan/amavis/amavis-09269753/parts /var/spool/vscan/amavis/amavis-09269753/parts/msg-15392-2.exe Date: 12.11.2003 T

Webstart / Proxy / Axis Client - does Axis recognize the Webstart Proxy ?

2003-01-20 Thread Sascha Kulawik
Title: Nachricht Hello everyone,   if I deploy a Client based on Axis as Webstart Application - does Webstart set the System Properties for the Proxy ? Can Axis handle this or do I have to add a functionality in the client so the User can set the Proxy himself ? Currently I'm using a CVS c

RE: Java2WSDL - Bug found on generating the wsdl:service Name by java:EJB Provider

2002-12-12 Thread Sascha Kulawik
ssion Bean) on the Serverside won't recognize this correctly. The problem is, that I don't use any Proxy Code, where I can trace and debug. So the Session Bean will get already the wrong String... Regards, Sascha > > > -Original Message- > From: Sascha Kulawik [

RE: Java2WSDL - Bug found on generating the wsdl:service Name by java:EJB Provider

2002-12-12 Thread Sascha Kulawik
.java > > -- > Tom Jordahl > Macromedia Server Development > > > > -Original Message- > From: Sascha Kulawik [mailto:[EMAIL PROTECTED]] > Sent: Monday, December 09, 2002 11:19 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: AW: WSDL2Java - How t

RE: WSDL2Java - How to configure the Stubclasses name ?

2002-12-09 Thread Sascha Kulawik
output from wsdl2java: > $ wsdl2java -v UnitSession.wsdl > Parsing XML file: UnitSession.wsdl > [deleted...] > Generating net\juwimm\conquest\UnitSessionService.java > Generating net\juwimm\conquest\UnitSessionServiceLocator.java > Generating net\juwimm\conquest\UnitSession.ja

AW: WSDL2Java - How to configure the Stubclasses name ?

2002-12-09 Thread Sascha Kulawik
already an object of the same name. Can you post your entire WSDL file? -- Tom Jordahl Macromedia Server Development -----Original Message- From: Sascha Kulawik [mailto:[EMAIL PROTECTED]] Sent: Sunday, December 08, 2002 8:08 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: WSDL2Java - Ho

WSDL2Java - How to configure the Stubclasses name ?

2002-12-08 Thread Sascha Kulawik
Hello, I just want to use the same name for the Stubclass, as like the Serverclass. Currently I've the problem with the 1.1beta (and all following Nightly-Builds), that the Stubclass will be called _Port, also the ServiceLocator isn't been called ClassNameServiceLocator, it will be called ClassNam

RE: Problems serializing german umlauts

2002-12-08 Thread Sascha Kulawik
Ive still this problem with the serialization. Is there anybody out there with the same problems ?! > -Original Message- > From: Sascha Kulawik [mailto:[EMAIL PROTECTED]] > Sent: Thursday, December 05, 2002 12:58 AM > To: [EMAIL PROTECTED] > Subject: Problems serializing

RE: WSDL2Java now generates _Port and _ServiceLocator instead of ServiceLocator

2002-12-04 Thread Sascha Kulawik
I've added a Bug in Bugzilla about that - IMHO it is a Bug. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15072 > -Original Message- > From: Sascha Kulawik [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 03, 2002 6:50 PM > To: [EMAIL PROTECTED] > Su

Problems serializing german umlauts

2002-12-04 Thread Sascha Kulawik
Hello, I'm using 1.0 to generate the Stub Code for the Client classes, 1.1beta for using it at the server and at the client. With TCPMon I've seen, that german umlauts inside a serialized XML-String (who is been sended as a string to the remote method) are encoded like & # 2 5 2 ; (without spaces

WSDL2Java now generates _Port and _ServiceLocator instead of ServiceLocator

2002-12-03 Thread Sascha Kulawik
Hello, I've updated my Axis Installation and got the actual Version from CVS - compiled, run. But now I've got for a SessionBean called ContentSession from WSDL2Java not the same Classname (ContentSession), rather then ContentSession_Port. Why is there a underline in ServiceLocator and in Service

AW: Working Version of Axis after 1.0 ? Problems exporting Stateless Sessions

2002-12-03 Thread Sascha Kulawik
ersion of Axis after 1.0 ? Problems exporting Stateless Sessions Sascha Kulawik wrote: >First Problem referring to the builds after 1.0: > >I'm using Stateless Session Beans for exporting Services and I'm using >the Axis Features WSDL2Java and Java2WSDL. In the Nightly Buil

Working Version of Axis after 1.0 ? Problems exporting Stateless Sessions

2002-12-02 Thread Sascha Kulawik
Hello everybody, I still love "finals", so I just wanted to use the final Axis 1.0 instead of a nightly build. As everybody knows, there is still a "bug" in Axis, so it is still needed to deploy the Servlet Class of javax to the Client to get the Client with the 1.0 working. Insted of this I just

WSDLException: faultCode=OTHER_ERROR: Can't find prefix for 'http://ejb.javax'

2002-11-23 Thread Sascha Kulawik
Hello everybody, I've almost my last "problem" with Axis. I'm currently using Jboss.NET but want to change to Axis. My Deploydescriptor is changed for the Axis-needs and looks like: cmr.ContentSession cmr.ContentSession

RE: Java2WSDL: Can't find prefix for 'http://www.w3.org/1999/XMLSchema'

2002-11-22 Thread Sascha Kulawik
ding.ser.BeanDeserializerFactory" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/> > -Original Message- > From: Douglas Bitting [mailto:[EMAIL PROTECTED]] > Sent: Friday, November 22, 2002 6:57 PM > To: '[EMAIL PROTECTED]' > Subject

Serializing Vector

2002-11-22 Thread Sascha Kulawik
Hello, I've another question: Is it possible to serialize a Vector containing own DAO Objects ? Do I can use Typemappings for that or do I have to write the WSDL for my own ? Regards, Sascha

Java2WSDL: Can't find prefix for 'http://www.w3.org/1999/XMLSchema'

2002-11-22 Thread Sascha Kulawik
Hello, Here is my Problem: I will use Axis for deploying Stateless Session Beans. Following my WSDD: http://www.juwimm.de/cms"; xmlns="http://xml.apache.org/axis/wsdd/"; xmlns:jmx="http://net.jboss.org/jmx"; xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";> c

Calling another Class from within Axis... Basic Problem

2002-04-30 Thread Sascha Kulawik
t find the Class. Is there any configuration missing, that the JWS File wont find my Class or does I have there make a mistake ?!?!?! "Caused by: java.lang.IllegalAccessError: try to access class test from class HelloWorld=20 at HelloWorld.retTest(HelloWorld.java:9) " -- Mit fr

Returning Complex Type Data

2002-04-25 Thread Sascha Kulawik
Title: Returning Complex Type Data Hello, Here is the response Ive got from the Axis Servlet if I want to request a complex-type. It would return an Object of "Test" - this Class is compiled and is under WEB-INF/classes/ found - but Axis wont find the Class. Is there any configuration mi

AW: Returning Complex Type Data to .NET C# App

2002-04-22 Thread Sascha Kulawik
Title: AW: Returning Complex Type Data to .NET C# App Hello, Here is the response Ive got from the Axis Servlet if I want to request a complex-type. It would return an Object of "Test" - this Class is compiled and is under WEB-INF/classes/ found - but Axis wont find the Class. Is there an

AW: Returning Complex Type Data to .NET C# App

2002-04-21 Thread Sascha Kulawik
Title: AW: Returning Complex Type Data to .NET C# App Hello, Here is the response Ive got from the Axis Servlet if I want to request a complex-type. It would return an Object of "Test" - this Class is compiled and is under WEB-INF/classes/ found - but Axis wont find the Class. Is there an

Returning Complex Type Data to .NET C# App

2002-04-21 Thread Sascha Kulawik
Title: Returning Complex Type Data to .NET C# App Hello, Ive reading a lot of mails in the Mailinglist about .NET and Axis and so on. Ive taken sone example JWS Files on my Server to test the functionality with .NET. So I just want to return a Entity Bean to my .NET Client - but Ive got a

AW: Problem installing AXIS on Jakarta-Tomcat 4.0.2

2002-02-19 Thread Sascha Kulawik
Title: Nachricht Hai,   thats it, thanks !   But: Why does the Tomcat 4 dont find the expected classes in the WEB-INF/lib Directory ? Will he find all other classes in this directory (and included in JAR Files) ? -Ursprüngliche Nachricht-Von: Egger Oliver [mailto:[EMAIL PR

Re: Problem installing AXIS on Jakarta-Tomcat 4.0.2

2002-02-18 Thread Sascha Kulawik
e context is not in the right place > in the server.xml file. What should be the context and where should I put > it? > > Please answer ASAP. Thanks. > > Best regards, > > Patrick -- Mit freundlichen Grüßen, Sascha Kulawik Mail: [EMAIL PROTECTED] Tel: +49 (172) 43183

RE: FAX / SMS Web Services...

2002-02-18 Thread Sascha Kulawik
t; > > > Currently, I am working to interop with an MS colleague > > using .NET > > > > client with my AXIS service. I have a handler chain that > > uses LDAP > > > > to authenticate/authorize access to my deployed service. Works > > > > fine w

Re: AW: FAX / SMS Web Services...

2002-02-18 Thread Sascha Kulawik
in the HTTP header. When > > > looking at > > > > tcpmon it doesn't appear. > > > > > > > > Heres the c# client code we think should set the basic > > auth, but it > > > > doesn't. > > > > > >

RE: Off topic .NET question

2002-02-18 Thread Sascha Kulawik
; > On the Axis side, I guess it depends on which web server you are using. > > Regards, > Thomas > > > -Original Message- > > From: Sascha Kulawik [mailto:[EMAIL PROTECTED]] > > Sent: Montag, 18. Februar 2002 11:22 > > To: [EMAIL PROTECTED] > > Su

RE: Does axis support asychronous messaging?

2002-02-18 Thread Sascha Kulawik
or > > >>example if > > >>i have a service that's waiting for a resource, is it > > >>possible for me to > > >>call the service first and check later if has got the resource and > > >>meanwhile do something else(call other serivces)? > > >>any help will be greatly appreciated, > > >> > > >>Jeff > > >> > > > > > > > -- Mit freundlichen Grüßen, Sascha Kulawik Mail: [EMAIL PROTECTED] Tel: +49 (172) 4318354 Lustige Variablennamen erheitern den Programmierer Send with Evolution under Debian 3.0 (GNU/Linux 2.4.16-K7) signature.asc Description: This is a digitally signed message part

Re: FAX / SMS Web Services...

2002-02-18 Thread Sascha Kulawik
looking at > > > > tcpmon it doesn't appear. > > > > > > > > Heres the c# client code we think should set the basic > > auth, but it > > > > doesn't. > > > > > > > > ICredentials cred

RE: Off topic .NET question

2002-02-18 Thread Sascha Kulawik
gt; > > ICredentials credentials = new > > > > NetworkCredential("username","password","mydomain"); > > > > serviceInstance.Credentials = credentials; > > > > > > >