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

2003-03-21 Thread Lindeman, Bob
Hi, I got the same question but for Weblogic 5.1. Anyone knows how to do it there ? m.vr.gr. Bob Lindeman -Original Message- From: Christer Holmér [mailto:[EMAIL PROTECTED] Sent: vrijdag 21 maart 2003 09:48 To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: RE: Dynamically re-deploying

WSDL generation problem

2003-03-03 Thread Lindeman, Bob
LS. I have the following problem with the generation of WSDL for a serializer: The targetNamespace of the schema stays empty as you can see in the attachements. This appears not to be a problem for calling the webservice. It works fine. It is just that other programs like xmlSpy cannot create a SO

RE: Axis Custom Serializers and Deserializers -- Namespace Issues

2003-02-26 Thread Lindeman, Bob
urn:TestService'. Namespace prefixes must be set on the Definition object using the addNamespace(...) method.: --- Thanks for your reply, Cory -Original Message- From: Lindeman, Bob [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 25, 2003 1:05

RE: How Can I simplify the wsdd file ?

2003-02-26 Thread Lindeman, Bob
Dongsheng, You just have to use the element: regards, Bob Lindeman -Original Message- From: Dongsheng Song [mailto:[EMAIL PROTECTED] Sent: donderdag 27 februari 2003 02:26 To: [EMAIL PROTECTED] Subject: How Can I simplify the wsdd file ? When I deploy a web service, I have to wri

RE: Axis Customer Seriliazers and Deserializers

2003-02-24 Thread Lindeman, Bob
Cory, This one works. I think your xmlns:ns is incorrect: http://xml.apache.org/axis/wsdd/"; xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";> http://schemas.xmlsoap.org/soap/encoding/"/> regards Bob Lindeman -Original Messag

href processing

2003-02-18 Thread Lindeman, Bob
> Hi, > > I am writing a handler that has to process the body of the SOAP. In the > SOAP body is a serialized Vector of Vectors. like this: > > > > > > > > > > > value1 > value2 > value3 > > > value1 > value2 > value3 > > >

RE: AXIS and weblogic 5.1 properties

2003-01-28 Thread Lindeman, Bob
an application. weblogic.httpd.webApp.axis=C:/axis-1_0/webapps/axis/ this is what I use "C:/axis-1_0/webapps/axis/" just put u r axis path here and put all the jars in the classpath your axis will start working. regards abhinav -Original Message----- From: Lindeman, Bob [mai

AXIS and weblogic 5.1 properties

2003-01-28 Thread Lindeman, Bob
LS I am trying to get AXIS working on Weblogic 5.1. The problem I have is that I cannot find the changes I have to make to the weblogic.properties files to get it all working properly. I have tried this: weblogic.httpd.register.*.jws=org.apache.axis.transport.http.AxisServlet Administration do