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
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
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
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
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
> 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
>
>
>
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
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