RE: How do I reset the list of deployed Web services?

2005-02-02 Thread Sagar Pidaparthi
es that Axis started with by default. -dh -Original Message- From: Sagar Pidaparthi [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 02, 2005 4:13 PM To: [EMAIL PROTECTED] Subject: RE: How do I reset the list of deployed Web services? If you want to delete all the services, the fas

RE: How do I reset the list of deployed Web services?

2005-02-02 Thread Sagar Pidaparthi
If you want to delete all the services, the fastest way would be to delete server-config.wsdd and start your server. Otherwise undeploy each one of them. Regards Sagar -Original Message- From: Dave Hoffer [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 02, 2005 1:10 PM To: [EMAIL P

RE: Inter operability with c#; complex object array insideanother container

2004-12-15 Thread Sagar Pidaparthi
Title: Re: Inter operability with c#;complex object array insideanother container Thanks Andy.   I have ( I believe) found the bug,    There is an additional method in  this class which overloads a getter.           public chordiant.net.biz.ts.wbxml.wbstatus.v1x1._WBStatus getWBStatus

Inter operability with c#; complex object array inside another container

2004-12-15 Thread Sagar Pidaparthi
hi, I have a c# client running against an RPC axis service. I can send and return String, String[], Complex object, Complex object array. But, I fail when I put a complex object array inside another container. Did anybody else have the sam problem? This works fine for a java client.

RE: Re: Is JAX-RPC really not capable of processing complex data types? Whatabout the AXIS implementation?

2004-12-14 Thread Sagar Pidaparthi
Roland, Axis handles complex types as mentioned by Andy below. regards Sagar From: Roland Beuker [mailto:[EMAIL PROTECTED] Sent: Sun 11/14/2004 8:17 AM To: [EMAIL PROTECTED] Subject: Re: Re: Is JAX-RPC really not capable of processing complex data types? Wh

RE: .NET client

2004-12-14 Thread Sagar Pidaparthi
oc"; /> From: Lyndon Tiu [mailto:[EMAIL PROTECTED] Sent: Tue 12/14/2004 8:04 AM To: [EMAIL PROTECTED] Subject: Re: .NET client Sagar Pidaparthi wrote: >Hi, > >I wrote a simple .NET client and it does not work. I

.NET client

2004-12-13 Thread Sagar Pidaparthi
Hi, I wrote a simple .NET client and it does not work. I would appreciate any help. Here are my steps on AXIS 1.1 1. I write a simple class called SecurityMgr and publish as wrapped literal 2. use wsdl command and point it to the url and it generates SecurityMgrService.cs 3. I use csc an

Urgent: Exception: org.xml.sax.SAXException: SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize.

2004-12-10 Thread Sagar Pidaparthi
Exception: org.xml.sax.SAXException: SimpleDeserializer encountered a child element, which is NOT expected, in something it was trying to deserialize. Hi, I have a service which works in RPC mode and I converted it to Doc Lit mode and then wrapped modes. Th

RE: Simple DOC-LIT sample

2004-11-29 Thread Sagar Pidaparthi
Thanks Enric and Vikas for your replies. Correct me if I am wrong. If I have an RPC service, all I need to do is to use -y option and specify DOCUMENT and regenerate my stubs, re deploy the wsdd file and run my client. Thanks. Sagar PS : -y, --style The style of binding in the WSDL, ei

Simple DOC-LIT sample

2004-11-29 Thread Sagar Pidaparthi
Hi, I am looking for a simple DOC-LIT sample. I looked around in samples folder, but probably missed it if it was there. I would appreciate any help. Regards sagar

RE: Best Practice

2004-11-17 Thread Sagar Pidaparthi
Thanks Dennis for your message. I need some clarification on what you mean by the following "The problem with this approach is that you're exporting your object model. This works fine for simple applications" I have a legacy application with about 50 services and over 400 data objects. I h

RE: Attachment

2004-10-29 Thread Sagar Pidaparthi
Can you also send it to [EMAIL PROTECTED] please thanks. sagar -Original Message- From: Tami Wright [mailto:[EMAIL PROTECTED] Sent: Friday, October 29, 2004 1:32 PM To: [EMAIL PROTECTED] Subject: RE: Attachment Hi, I've tried to send an attachment to the group many times and it is fil

RE: Attachment

2004-10-29 Thread Sagar Pidaparthi
Does your example also have complex objects in addition to attachments? Sagar -Original Message- From: Tami Wright [mailto:[EMAIL PROTECTED] Sent: Friday, October 29, 2004 9:17 AM To: [EMAIL PROTECTED]; Emmanuel Boudrant Subject: RE: Attachment Hi, I've got a working example. If you w

RE: no method found for wsdd deployed file

2004-10-14 Thread Sagar Pidaparthi
Comma separator missing in allowed methods?   -Original Message- From: Suzy Fynes [mailto:[EMAIL PROTECTED] Sent: Thursday, October 14, 2004 7:49 AM To: [EMAIL PROTECTED] Subject: no method found for wsdd deployed file   Hey can anyone figure out why when I deploy the service

RE: Java2WSDL ant task not keeping method param names

2004-10-08 Thread Sagar Pidaparthi
ordiant.bd.clientAgents.AccountClientAgent"/>       java>   target>   This is effectively   Java org.apache.axis.wsdl.Java2WSDL –o WebContent/WSDL/AccountClientAgentRpcEnc.wsdl –i com.chordiant.bd.clientAgents.AccountClientAgent com.chordiant.bd.clientAgents.AccountClientAge

RE: Java2WSDL ant task not keeping method param names

2004-10-08 Thread Sagar Pidaparthi
Marcus that was my problem.   Sagar, I am not sure if you are having the same problem I was, but I needed to supply Java2WSDL with a class, not an interface.    Other than that, I don’t know where you would have a problem.   -Curt   -Original Message- From: Sagar Pidaparthi [mailto

RE: Java2WSDL ant task not keeping method param names

2004-10-08 Thread Sagar Pidaparthi
Title: Message Can you elaborate on this please.    I face the same problem.  In a message earlier, I was told that I can see the parameter names if I compile my classes using debug and then wsdl2java will be able to get the parameter names.    I run my wsdl2java on dynamically avail

Exception thrown when loading the class org.apache.axis.transport.http.AxisHTTPSessionListener

2004-10-08 Thread Sagar Pidaparthi
Why does this happen? Found JAXP implementation (javax.xml.parsers.SAXParserFactory) at an unknown location Found Activation API (javax.activation.DataHandler) at C:\WSAD\runtimes\base_v51\java\jre\lib\ext\activation.jar And still I am getting the following error : [10/8/04 20:07:42:068 IST] 3

RE: Abstract class object in a method parameter

2004-10-01 Thread Sagar Pidaparthi
It also works for typeMapping,  ( I cant explain why I had failures first time I tried).   Thanks   Sagar   -Original Message- From: Sagar Pidaparthi [mailto:[EMAIL PROTECTED] Sent: Friday, October 01, 2004 10:33 AM To: [EMAIL PROTECTED] Subject: RE: Abstract class object in

RE: Abstract class object in a method parameter

2004-10-01 Thread Sagar Pidaparthi
as.xmlsoap.org/soap/encoding/"   />   Christophe From: Sagar Pidaparthi [mailto:[EMAIL PROTECTED] Sent: Friday, October 01, 2004 11:31 AM To: [EMAIL PROTECTED] Subject: RE: Abstract class object in a method parameter   Thanks for the response.  I did declare these abstract classe

RE: Abstract class object in a method parameter

2004-10-01 Thread Sagar Pidaparthi
ubject: RE: Abstract class object in a method parameter   Works fine for me (axis1.1, rpc-enc), just declared your derived types in the wsdd.   Christophe   From: Sagar Pidaparthi [mailto:[EMAIL PROTECTED] Sent: Thursday, September 30, 2004 7:30 PM To: [EMAIL PROTECTED] Subject:

Abstract class object in a method parameter

2004-09-30 Thread Sagar Pidaparthi
Hi,   I am experiencing some problems while instantiating some of the business objects on the server.  This could be because the base classes are abstract and any attempt use these objects in a parameter would require such an object’s instantiation.  In our native code usage such base cla

RE: SOAPMonitor

2004-09-29 Thread Sagar Pidaparthi
Reload the SOAP monitor by clicking on reload page. If the soap monitor is on and you restart the server the connection is lost. Do you think this could be the reaon? -Original Message- From: Hubble, Christopher [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 29, 2004 6:29 AM To: '

RE: Axis and BEA Weblogic 8.1

2004-09-28 Thread Sagar Pidaparthi
Title: Message   Reposting the message     How did you deploy your web application?  Did you copy it into the applications folder of your weblogic domain or did you create a war file and deploy it via the webLogic admin console?   -Original Message- From: Shah, Soniya M. [RA]

RE: Axis and BEA Weblogic 8.1

2004-09-28 Thread Sagar Pidaparthi
Title: Message How did you deploy your application?  Did you copy it into the applications folder of your weblogic domain or did you create a war file and deploy it via the webLogic admin console?   -Original Message- From: Shah, Soniya M. [RA] [mailto:[EMAIL PROTECTED] Sent: Tu

RE: deploying a wsdd file

2004-09-28 Thread Sagar Pidaparthi
One simple way to get around the problem is to copy the relevant content of your wsdd to server-config.wsdd manually.  This can get you going before you find a solution to the problem you are facing.   Sagar   -Original Message- From: Suzy Fynes [mailto:[EMAIL PROTECTED] Sent:

RE: Method not executing

2004-09-27 Thread Sagar Pidaparthi
o where the printlns would even show up since Axis is running the code. And I'm not running a jar. I deleted all of the old class files and recompiled them, with the same results. Chris -Original Message- From: Sagar Pidaparthi [mailto:[EMAIL PROTECTED] Sent: Monday, September

RE: Method not executing

2004-09-27 Thread Sagar Pidaparthi
, with the same results. Chris -Original Message----- From: Sagar Pidaparthi [mailto:[EMAIL PROTECTED] Sent: Monday, September 27, 2004 2:45 PM To: [EMAIL PROTECTED] Subject: RE: Method not executing The fact that the SOAP message is being returned implys that your method has been execute

RE: Method not executing

2004-09-27 Thread Sagar Pidaparthi
1. Did you check if the services are really deployed? Are you able to get a list of deployed web services? Check if you are able to obtain a wsdl dynamically from a running server. The URL will look something like this http://localhost/XX/servlet/AxisServlet X is depenedent on where y

RE: Method not executing

2004-09-27 Thread Sagar Pidaparthi
But none of my code seems to execute. Is there any way to log the method to show that it's executing? Chris -Original Message- From: Sagar Pidaparthi [mailto:[EMAIL PROTECTED] Sent: Monday, September 27, 2004 2:20 PM To: [EMAIL PROTECTED] Subject: RE: Method not executing 1.

Life cycle for deploying web services in axis and using them.

2004-09-24 Thread Sagar Pidaparthi
Hi,   I follow a life cycle in deploying Axis web services which looks convoluted.   Use java2wsdl get wsdls Use wsdl2java to wsdd files and proxies. Use the generated wsdd to create a deployment descriptor to be added to server-config.wsdd.  This requires quite a few chan

RE: SAAJ Tester with Complex Object

2004-09-22 Thread Sagar Pidaparthi
scope. Can someone correct me if I'm wrong? Venkat On Tue, 21 Sep 2004 08:37:00 -0700, Sagar Pidaparthi <[EMAIL PROTECTED]> wrote: > I Observe that the SOAP message generated by proxy based client > generates for defining complex structures. The SAAJ apis do > not do this,

RE: SAAJ Tester with Complex Object

2004-09-21 Thread Sagar Pidaparthi
SAAJ based application, it is tedious to create all the attributes which are nils. Thanks for your help. Regards Sagar -Original Message- From: Sagar Pidaparthi [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 21, 2004 7:56 AM To: [EMAIL PROTECTED]; Brian H. Ward Subject: SAAJ

SAAJ Tester with Complex Object

2004-09-21 Thread Sagar Pidaparthi
Hi, Does any one have a SAAJ Tester which uses a Complex Java object that runs against Axis? I would appreciate a working example please. Regards Sagar

RE: SAAJ Example

2004-09-15 Thread Sagar Pidaparthi
Hi, I am looking for a simple example that creates a soap message. It need not do any attatchment. Send the request and receive and deserialize the response. Thanks sagar Can anybody provide me a simple SAAJ example for axis 1.1? Thanks in advance. Regards Sagar

SAAJ Example

2004-09-15 Thread Sagar Pidaparthi
Can anybody provide me a simple SAAJ example for axis 1.1? Thanks in advance. Regards Sagar

Unable to create JavaBean Client side exception

2004-09-10 Thread Sagar Pidaparthi
Hi, I get the following exception on the client which uses proxies. I have created a constructor on the Person class mentioned below. What else can I do on the client to get my client working? The server does not show any exceptions. In fact the SOAP monitor shows that the response message is

RE: Could not find deserializer

2004-09-09 Thread Sagar Pidaparthi
System.err.println(e.toString()); } } I can't really test this, but I think that should work. By setting the return type to the QName for your class it should know how to deserialize when it returns from the client. Let me know how it goes. Mark "Sagar

RE: Could not find deserializer

2004-09-09 Thread Sagar Pidaparthi
eserialize the object. The QName object plays a role also. Look at your return SOAP packet in TCPMON to determine how to instantiate the QName object on the client side. Mark "Sagar Pidaparthi" <[EMAIL PROTECTED]> cc

RE: Could not find deserializer

2004-09-09 Thread Sagar Pidaparthi
Good Luck, Mark "Sagar Pidaparthi" <[EMAIL PROTECTED]> cc 09/09/04 12:22 PM Subject RE: Could not find deserializer Please respond to [EMAIL PROTE

RE: Could not find deserializer

2004-09-09 Thread Sagar Pidaparthi
new BeanDeserializerFactory(DTSRouting. class, qn)); This needs to go before the invoke. This works because I can send a DTSRounting object in both directions. Hope this helps, Mark "Sagar Pidaparthi"

Could not find deserializer

2004-09-09 Thread Sagar Pidaparthi
Hi, I get the following exception on the client. I see the response coming back on the SOAPMonitor, but the client is unable to deserialize the message. Is there something missing on my client side that is making it difficult for the client to deserialize the object? This is happening both on A

could not find deserializer on the client

2004-09-03 Thread Sagar Pidaparthi
Hi, I am using axis 1.2 and get the following error message. org.xml.sax.SAXException: Deserializing parameter 'getCommonObjectReturn': could not find deserializer for type {urn:com.chordiant.customer.businessClasses}Customer I went to my wsdd file and added the required objects for serializa

RE: Axis1.2 and Websphere 5.1

2004-08-31 Thread Sagar Pidaparthi
manifest? Does ear manifest includes axis.jar with complete path i.e. war/lib/axis.jar etc. Thanks --shashi -Original Message- From: Sagar Pidaparthi [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 31, 2004 9:07 AM To: [EMAIL PROTECTED] Subject: RE: Axis1.2 and Websphere 5.1

RE: Axis1.2 and Websphere 5.1

2004-08-31 Thread Sagar Pidaparthi
on >Websphere where I would have to worry abt other issues. I am not yet deploying these on the production environment Thanks Vikas -Original Message- From: Sagar Pidaparthi [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 31, 2004 8:21 AM To: [EMAIL PROTECTED] Subject: RE: Axis1

RE: Axis1.2 and Websphere 5.1

2004-08-31 Thread Sagar Pidaparthi
I don't think this option will be acceptable if you are shipping your product to a third party or your product needs to work for a large number of customers. We also got around this problem by changing the class paths. I don't work with websphere on its own but WSAD, which has websphere inside.

RE: Java2WSDL Error - Please register a typemapping/beanmapping for

2004-08-27 Thread Sagar Pidaparthi
If you don't use an ant task here is a possible solution. Edit and copy the following line to your Server-config.wsdd and restart your server. here is another example languageSpecificType="java:com.c.bs.cib.Customer" It is also possible to auto generate all the required mappings u

axis fault Invalid function

2004-08-26 Thread Sagar Pidaparthi
Hi,   I get the following axis fault.   com.chordiant.bd.exceptions.ParameterValueException: Invalid function name:instantiateBusinessObject_String_String_String     does it mean, that the server tried to call the method   instantiateBusinessObject(String,String,String)   and

RE: Calling sequence in a client

2004-08-23 Thread Sagar Pidaparthi
approach as against creating a call object and invoking a method on a service?   Regards   Sagar   -Original Message- From: Sagar Pidaparthi Sent: Monday, August 23, 2004 10:00 AM To: [EMAIL PROTECTED] Subject: Calling sequence in a client   Hi,   I am using the following calling

Calling sequence in a client

2004-08-23 Thread Sagar Pidaparthi
Title: Proxy problems Hi,   I am using the following calling sequence for invoking web services and it seems to work.  I got this sequence from IBMs examples somewhere.  I don’t find a similar example in the list provided in Axis documentation.  Is this a valid way to use the web service

Class loader / default constructor problem

2004-08-10 Thread Sagar Pidaparthi
Hi, 1) I have written a wrapper servlet that wraps AxisServlet and initializes my class loader. 2) I set my class loader using ClassUtils.setClassLoader("MyClass", ccl); in my wrapper servet init() method. 3. I am able to deploy my service and see the deployed class using deployed services l

Class Loaders and axis

2004-08-02 Thread Sagar Pidaparthi
Title: RE: Class Loaders and axis Hi, I want my class loader to generate and vend WSDLs and process SOAP requests at Runtime .  In order to do this I am planning to extend AxisServlet and in the init method of the newServlet, I am planning to use   ClassUtils.setClassLoader(className,

Cant execute java2wsdl in a loop

2004-07-30 Thread Sagar Pidaparthi
Hi, Java2wsdl and wsdl2java programs seem to have an System.exit() of some kind. This makes it difficult to execute this command in a loop repeatedly. Is this true? What is the way around it? Regards Sagar

RE: doc/lit ==> Call doesn't send xsi:type attributes ??

2004-07-30 Thread Sagar Pidaparthi
Hi, Java2wsdl and wsdl2java programs seem to have an System.exit() of some kind. This makes it difficult to execute this command in a loop repeatedly. Is this true? What is the way around it? Regards Sagar

RE: Class Loaders and axis

2004-07-30 Thread Sagar Pidaparthi
Title: RE: Class Loaders and axis Do you have any examples of ClassUtils usage.   sagar   -Original Message- From: Sagar Pidaparthi Sent: Thursday, July 29, 2004 4:51 PM To: [EMAIL PROTECTED] Subject: RE: Class Loaders and axis   Thanks for your message.  After reading the

RE: Class Loaders and axis

2004-07-29 Thread Sagar Pidaparthi
Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 29, 2004 11:31 AM To: [EMAIL PROTECTED] Subject: Re: Class Loaders and axis see ClassUtils.java - Original Message - From: Sagar Pidaparthi <[EMAIL PROTECTED]> Date: Thu, 29 Jul 2004 11:29:39 -0700 S

Class Loaders and axis

2004-07-29 Thread Sagar Pidaparthi
Title: Class Loaders and axis Hi, I have a situation that requires the use of class loaders for loading my service classes.  Reason for writing a class loader: In my application I have service identified by a tag name MyService which points to MyServiceClass.  All the application has bee

RE: Naming Conventions

2004-07-28 Thread Sagar Pidaparthi
rt it; the document/literal version accedes to the growing trend. Anand On Tue, 27 Jul 2004, Sagar Pidaparthi wrote: : Hi, : : Do you have or use some naming convention to differentiate between : different types(RPC/Document) of services. If you want deploy the same : service as Document/RPC/Wrappe

Naming Conventions

2004-07-27 Thread Sagar Pidaparthi
Hi, Do you have or use some naming convention to differentiate between different types(RPC/Document) of services. If you want deploy the same service as Document/RPC/Wrapped etc do you use some kind of convention? Do you see the need to deploy the same service in different modes to enable differe

How do I generate wsdls and java proxies that retain Origianl paramter/varible names

2004-07-23 Thread Sagar Pidaparthi
Hi, Given below is a generated proxy by converting jav 2 wsdl and then wsdl 2 java. If you notice some of the variables have parameters that have names which are not the names to be found in original sources. How do I generate wsdls and java proxies that retain original names? Regards Sagar

wsdl2java generates wrong wsdd class name

2004-07-21 Thread Sagar Pidaparthi
Title: wsdl2java generates wrong wsdd class name Hi, When I use wsdl2java utility to generate wsdd file, it generates the file containing svcname followed by SoapBindingSkeleton, instead of just SvcName  As shown below. AccountManagerClientAgentSoapBindingSkeleton What am I doing wrong

Java2wsdl usage to generate wsdd file

2004-07-20 Thread Sagar Pidaparthi
Hi, When I use java2wsdl utility to generate wsdd file. It generates the file containing svcname followed by SoapBindingSkeleton, instead of just SvcName As shown below. AccountManagerClientAgentSoapBindingSkeleton What am I doing wrong to generate the wrong wsdd file? How do I correct it?

RE: Serialisation errors in .NET client with Axis 1.2 rpc/enc service

2004-07-20 Thread Sagar Pidaparthi
Hi, When I use java2wsdl utility to generate wsdd file. It generates the file containing svcname followed by SoapBindingSkeleton, instead of just SvcName As shown below. AccountManagerClientAgentSoapBindingSkeleton What am I doing wrong to generate the wrong wsdd file? How do I correct it? C

RE: How do you get around "referenced but not defined" in wsdl2java tool

2004-07-14 Thread Sagar Pidaparthi
http://localhost/WebServices/services/GroupSessionBeanClientAgent"/> I would appreciate your help. Regards Sagar -Original Message- From: Sagar Pidaparthi Sent: Tuesday, July 13, 2004 8:19 AM To: [EMAIL PROTECTED] Subject: RE: How do

RE: How do you get around "referenced but not defined" in wsdl2java tool

2004-07-13 Thread Sagar Pidaparthi
PROTECTED] Sent: Tuesday, July 13, 2004 6:02 AM To: Sagar Pidaparthi Subject: RE: How do you get around "referenced but not defined" in wsdl2java tool I can't see a declaration in you BaseGroupGroupModel.wsdl. You need to declare the BaseGroupModel type, not the services related t

RE: How do you get around "referenced but not defined" in wsdl2java tool

2004-07-12 Thread Sagar Pidaparthi
ame="${axis.porttype.name}"     extraclasses="${axis.extraclasses}"   location="${axis.target.protocol}://${axis.target.server}:${axis.target.port }/${axis.service.path}"     style="RPC"     namespace="urn:activia.cmp.soap">      

RE: How do you get around "referenced but not defined" in wsdl2java tool

2004-07-09 Thread Sagar Pidaparthi
"CommonCacheInterface" gives the error -- referenced but not defined. I would appreciate an answere please. Thanks Sagar -Original Message----- From: Sagar Pidaparthi Sent: Friday, July 09, 2004 3:54 PM To: [EMAIL PROTECTED] Subject: RE: How do you get around "referenced but

RE: How do you get around "referenced but not defined" in wsdl2java tool

2004-07-09 Thread Sagar Pidaparthi
ache.org/axis/java/reference.html. Here is the ant target I use: Christophe ____ From: Sagar Pidaparthi [mailto:[EMAIL PROTECTED] Sent: Friday, July 09, 2004 6:15 PM To: [EMAIL PROTECTED] Subject: How do you get around &

How do you get around "referenced but not defined" in wsdl2java tool

2004-07-09 Thread Sagar Pidaparthi
Title: How do you get around "referenced but not defined" in wsdl2java tool     Hi, How do you get around "referenced but not defined" while generating java from wsdl2java tool?  Please see below the error stack trace. Regards Sagar PS: Type  BaseGroupModel is referenced but not

RE: Deployment Question

2004-07-09 Thread Sagar Pidaparthi
ed by all components of your EAR file, but I haven't tried it myself and I don't know whether that is portable to other application servers (what server are you using?) Hope this helps, Keith -Original Message----- From: Sagar Pidaparthi [mailto:[EMAIL PROTECTED] Sent: 08 July 2004 1

RE: Deployment Question

2004-07-08 Thread Sagar Pidaparthi
Hi, I am not sure if the answer below solves the problem. Correct me if I am wrong. I have the same problem, i.e. in my environment, I have a large number of jars which are part of my entire EJB application. These have a home under my EAR project, I am having to copy all my jars, which contai

DO you need to regenreate WSDLs everytime you switch servers

2004-06-21 Thread Sagar Pidaparthi
Hi, During the development time we use localhost as the server and later deploy the services on to a production environment. WSDLs that are generated in development environment have details of localhost. Do we need to regenerate WSDLs and so the java proxies, when we move from development envir

Changing server name at deploy time

2004-06-15 Thread Sagar Pidaparthi
Hi,   Can you point me to documentation that describes how we deal with changing server name at deploy time.   I use localhost at development time and java2wsdl produces wsdl with references to host name.  When I deploy on a production server, obviously the production sever name should be

RE: setting the custom class loader to load classes into JVM

2004-06-08 Thread Sagar Pidaparthi
Thanks. Sagar -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 08, 2004 9:02 AM To: [EMAIL PROTECTED] Subject: Re: setting the custom class loader to load classes into JVM Skip 3. 4 is a duplicate of 2. On Tue, 8 Jun 2004 08:59:22 -0700, Sagar

setting the custom class loader to load classes into JVM

2004-06-08 Thread Sagar Pidaparthi
Hi, I want to set a custom class loader to load my classes to JVM. Given below is your message indicating how it should be done. I need a bit more explanation on how to do this. Here is my level of understanding on this issue. 1. Write a custom class loader that meets the class loader proto

RE: Customizing java2wsdl

2004-06-07 Thread Sagar Pidaparthi
java2wsdl Yep :) you need to set the classloader in your code and invoke java2wsdl (org.apache.axis.wsdl.Java2WSDL's main method) from your code. If you run into problems, hop onto the axis-dev mailing list. -- dims On Fri, 4 Jun 2004 13:00:22 -0700, Sagar Pidaparthi <[EMAIL PROTECTED]> wr

RE: Customizing java2wsdl

2004-06-04 Thread Sagar Pidaparthi
- From: Sagar Pidaparthi Sent: Friday, June 04, 2004 12:03 PM To: [EMAIL PROTECTED] Subject: RE: Customizing java2wsdl Thanks. I am new to Axis and so here is my understanding of your message. 1. Write a class loader that uses my factory and loads the classes into memory. 2. set the class

RE: Customizing java2wsdl

2004-06-04 Thread Sagar Pidaparthi
classloader and then invvoke java2wsdl as usual. -- dims On Fri, 4 Jun 2004 11:39:15 -0700, Sagar Pidaparthi <[EMAIL PROTECTED]> wrote: > > Thanks for the reply on customizing Java2WSDL. Here is a further > question. > > I am assuming that java2wsdl instantiates a java object

RE: Customizing java2wsdl

2004-06-04 Thread Sagar Pidaparthi
Thanks for the reply on customizing Java2WSDL. Here is a further question. I am assuming that java2wsdl instantiates a java object and introspects the object and generates wsdl for this class. If this is true, my plan is to customize java2wsdl and use a factory to instantiate my java object and

Customizinf java2wsdl

2004-06-04 Thread Sagar Pidaparthi
In the documentation I find a plug-in point for customizing wsdl2java.  Is it possible to customize java2wsdl?   sagar

FW: Customizing Axis for generating WSDLs

2004-06-03 Thread Sagar Pidaparthi
Hi,     We do not have default constructors for our objects.  Our system requires us to serve objects using factories that we have constructed. For example if I have Class called Customer and I have customized this class with extra behaviour and called it MyCustomer, our factory vends My