Deploying services with axis

2003-11-24 Thread Tewari, Vijay
I am using Axis 1.1 with Tomcat 4.1.27. I am attempting to re-deploy a service after adding some additional methods to that service. I un-deploy the service and then redploy it using the new deploy.wsdd file. Now when I visit the AxisServlet page to get a listing of all the services I get an er

ArrayOf_xsd_string stub generation, why ?

2003-11-24 Thread Henrik Vendelbo
Based on an autogenerated wsdl I made a modified version. Things turn out much like before the modification, but now wsdl2java generates stubs for String[] return type. Is this related to my use of default namespace ? my wsdl starts like this, http://services.somewhere.com/AccessGrantingService";

ant task description

2003-11-24 Thread Henrik Vendelbo
What can be done to make the documentation for Axis-wsdl2java ant task wrap properly. ws.apache.org/axis/java/ant/axis-wsdl2java.html

RE: Bootstraping Axis-IMPOSSIBLE?

2003-11-24 Thread David Altenburg
Mark,   What do you mean by "bootstrapping axis"?  For that matter, what do you mean by reading a different class than the default?  Do you mean a different service implementation class?   If so, you do that through the WSDD config file -- the Axis reference guide has instructions on how to

issue with deserializing arrays in complex types

2003-11-24 Thread Rob Dippel
I seem to have uncovered an issue when trying to deserialize a string array in a complex type. I'm using axis 1.1, and it receives a request from a wasp client. The string array in the complex type is interpreted by axis as a string, rather than an array, because the xsi:type="SE:Array"

Bootstraping Axis-IMPOSSIBLE?

2003-11-24 Thread Mark
Hi Pls help me on this.. I need this info pretty badly..     Mark <[EMAIL PROTECTED]> wrote: Guys Is there a way to do this - can someone point me to the right direction? I would much appreciate any help on this..   MarkMark <[EMAIL PROTECTED]> wrote: Hi How do I bootstrap axis ? and make it read

SV: CommonsHTTPSender

2003-11-24 Thread Kenneth.Aastrom
Hmm... seems like I have to pass the information about the proxy to some TransportClientProperties (used in CommonsHTTPSender). Do I do that in the client-config.wsdd ? And which parameter ? wbr Kenneth > -Opprinnelig melding- > Fra: Aastrøm Kenneth (Mobil) > Sendt: 24. november 2003

Web Service Specific Classpaths using Axis in a Servlet Container

2003-11-24 Thread Mark D. Hansen
Is there any way to put .jar files on an Axis endpoint application's classpath other than placing the .jar files into the axis\WEB-INF\lib directory? I've got a lot of applications that I want to deploy on Axis, and they sometimes have conflicting classpath requirements. So, it is not a good so

Re:classpath problem

2003-11-24 Thread johan . vanvlerken
Try to copy class and jar files to TOMCAT_HOME\shared\classes and TOMCAT_HOME\shared\lib More info see: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/class-loader-howto.html Johan Van Vlerken Agarwal, Naresh (13/06/2003 6:33): >Hi > >I am using Tomcat 4.1 for deploying my AXIS applications.

RE: A very unique situation.

2003-11-24 Thread Keith Hatton
Hi Pradeep See below -Original Message- From: Pradeep Jonnalagadda >> If your saying that what all we need at client side is interface, *Service, *ServiceLocator, and *SoapBindingStub classes it makes sense. Yes, that's right, at the client side. >> Then the server-config.wsdd file wou

SV: CommonsHTTPSender

2003-11-24 Thread Kenneth.Aastrom
Hi, I've managed to come this far, I'm using the CommonsHTTP client and it seems to work well. But now I want to set a proxy in the HttpClients HostConfiguration (HttpClient.getHostConfiguration().setProxy) , can I do this via Axis ? wbr Kenneth > -Opprinnelig melding- > Fra: Dan Chris

Transfer complex Objects with axis

2003-11-24 Thread Roselieb, Matthias (LOGICA)
Hi, I want to transfer an selfmade complex Object with axis and dynamic proxie. I don't want to generate stub class to transfer my objects. Can anybody help me pls? thx Matthias

deploying axis with security manager

2003-11-24 Thread Amit Seker
Hi, I’m trying to deploy a web service using the axis engine running on tomcat. My web service demands the use of the security manager (i.e. I start tomcat by the command: startup –security). However axis is not happy because it cannot access the system properties. It generates the foll

RE: Returning a XSD_BASE64

2003-11-24 Thread Michael Joseph
FWIW, I was getting this error trying to send a DIME attachment from a .NET client to my Axis WS. I had forgotten to include activation.jar and mail.jar to my axis webapp and so the binary data in the XML wasn't being interpreted properly by Axis. Not exactly the same thing, but if you're not runn