RE: .Net compatible Serializers/Deserializers for HashMap and col lect ions

2003-10-22 Thread Pallapolu, Sudhir
izer/deserializer) so that I would not have to make any changes to existing source code.   Thanks for the reply   -sudhir   -Original Message- From: James Black [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 22, 2003 11:59 AM To: [EMAIL PROTECTED] Subject: Re: .Net compatible Seriali

RE: .Net compatible Serializers/Deserializers for HashMap and col lect ions

2003-10-22 Thread Pallapolu, Sudhir
Thanks for the information... unfortunately the hashmaps I'm using do not have a fixed set of keys. I guess I will have to write a layer to convert the incompatible types to javabean type objects.   -sudhir   -Original Message- From: [EMAIL PROTECTED] [mailto:[

.Net compatible Serializers/Deserializers for HashMap and collect ions

2003-10-22 Thread Pallapolu, Sudhir
help in this area will be thoroughly appreciated.   -sudhir    

Re: disable multirefs in client request

2003-02-23 Thread Sudhir\(I\)
Worked for me when i set that property on call.getMessageContext(). --sudhir - Original Message - From: "Dmitri Colebatch" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, February 23, 2003 3:26 AM Subject: disable multirefs in client request > Hey a

Formatting the response XML

2003-02-06 Thread Sudhir
When I get the response back from the server, we get id references in the SOAP Response XML. This is not easily readable for the user. We want to get rid of all the ID References from the response SOAP XML. Any idea how I can achieve that? Thanks Sudhir Success is not the result of spontaneous

Re: how to serialize/deserialize static final fields

2003-02-06 Thread Sudhir
When I get the response back from the server, we get id references in the SOAP Response XML. This is not easily readable for the user. We want to get rid of all the ID References from the response SOAP XML. Any idea how I can achieve that? Thanks Sudhir - Original Message - From

End points

2002-07-23 Thread Sudhir
valid end points as per the WSDL specs. If I am not mistakn, AXIS supports only the Request-response ( Thought the call object has invokeOneWay(), its not yet implemented). Do we have any timeline or any particular release which will support these ed points?   Thanks Sudhir   Hiroshima..45

Supported endpoint types

2002-07-10 Thread Sudhir
a message. Thanks Sudhir The trouble with the world is that the stupid are cocksure and the intelligent are full of doubt. Integrity without knowledge is weak and useless, and knowledge without integrity is dangerous and dreadful.

Re: complex types

2002-06-18 Thread Sudhir
Brian, Thats precisely what I am doing. I am taking wsdl2java's output as the reference to generate the client artifacts. Sudhir The trouble with the world is that the stupid are cocksure and the intelligent are full of doubt. Integrity without knowledge is weak and useless, and know

Complex Type

2002-06-14 Thread Sudhir
If a WSDL has the following complex type                             Is this the proper bean which I can register for serializing/deserializing? I am getting the deserializer exception. :(   import java.io.Serializable;import java.math.*;import java.uti

Re: Registering the serializer/deserializer!

2002-06-13 Thread Sudhir
advance Sudhir     The trouble with the world is that the stupid are cocksure and the intelligent are full of doubt.Integrity without knowledge is weak and useless, and knowledge without integrity is dangerous and dreadful. - Original Message - From: John Pirie To: '[

Registering the serializer/deserializer!

2002-06-12 Thread Sudhir
Is this the right way to register a serializer and a deserializer?   Class beansf = org.apache.axis.encoding.ser.BeanSerializerFactory.class;Class beandf = org.apache.axis.encoding.ser.BeanDeserializerFactory.class;Service  service = new Service();call = (Call) service.createCall();javax.xm

Deserialization

2002-06-10 Thread Sudhir
erializer, but i am getting the deserializer exception. The client I generated looks the same as the one generated by the wsdl2java. Any help is appreciated   Thanks Sudhir The trouble with the world is that the stupid are cocksure and the intelligent are full of doubt.Integrity without knowledge

Re: Deserializer exception

2002-06-06 Thread Sudhir
.  Another thing you might want to check is whether you have the correct (de)serializer associated with the QName.   Charles -Original Message-From: Sudhir [mailto:[EMAIL PROTECTED]]Sent: Thursday, June 06, 2002 6:19 PMTo: [EMAIL PROTECTED]Subject: Re: Deserializer

Re: Deserializer exception

2002-06-06 Thread Sudhir
dont have the control over the service. Moreover the client generated from the wsdl2java also looks the same. I am attaching the wsdl file     Thanks Sudhir   The trouble with the world is that the stupid are cocksure and the intelligent are full of doubt.Integrity without knowledge is weak and

Re: Deserializer exception

2002-06-06 Thread Sudhir
Rohit,  This is a publicly hosted service. I have no control on that. Thanks Sudhir   The trouble with the world is that the stupid are cocksure and the intelligent are full of doubt.Integrity without knowledge is weak and useless, and knowledge without integrity is dangerous and dreadful

Deserializer exception

2002-06-06 Thread Sudhir
  Sorry for re-posting this. I havent gotten any replies for this query. I would really appreciate any help on this   I have written a client for a soap document based service. When I try this I am getting the following exception - Exception:org.xml.sax.SAXException: Deserializing parameter '

Re: Retrieving data from a SOAP packet

2002-06-06 Thread Sudhir
chris,  I followed the code generated by the axis to write a client for a service which returns a complex type. but I am getting the deserializer exception. I am attching the client and the wsdl file. Could you please tell me where am I going wrong?   Thanks Sudhir   I have written a client

Fw: Deserializer exception

2002-06-06 Thread Sudhir
I am reposting this question again. Any help is really appreciated.   Sudhir I have written a client for a soap document based service. When I try this I am getting the following exception - Exception:org.xml.sax.SAXException: Deserializing parameter 'GetQuoteResult': coul

Deserializer exception

2002-06-05 Thread Sudhir
I have written a client for a soap document based service. When I try this I am getting the following exception - Exception:org.xml.sax.SAXException: Deserializing parameter 'GetQuoteResult': could not find deserializer for type http://ws.cdyne.com/:QuoteData       at org.apache.axis.mes

Re: Stupid question #47: how does a server get access to username and password?

2002-06-05 Thread Sudhir
I have written a client for a soap document based service. When I try this I am getting the following exception     import org.apache.axis.client.Call;import org.apache.axis.client.Service;import javax.xml.rpc.namespace.QName;import javax.xml.rpc.ParameterMode;import org.apache.axis.encoding

axis installation with weblogic6.1

2002-06-01 Thread Sudhir
(ExecuteThread.java:137)    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)   I have seens few messages related to "Must include type attribute for Handler deployment! " problem. I couldn't find the solution to this problem. Anyone got the solution this problem?   Thanks Sudhir

Re: Axis Newbie

2002-05-22 Thread Sudhir
Title: Axis Newbie Brenda,  You can achieve this using wsdl4j.jar bundled with axis. or.apache.axis.wsdl.WSDL2Java.java will give a better explanation.   sudhir - Original Message - From: Brenda Bell To: Axis Mailing List (E-mail) Sent: Wednesday, May 22, 2002 6:33

Re: Clients using GET and POST

2002-05-22 Thread Sudhir
y for asking so many questions, but I am confused I guess. If these questions are too stupid, ignore them. I will try to do some research myself. :) thanks all sudhir - Original Message - From: "Steve Loughran" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday,

Re: Does Apache support messaging?

2002-05-21 Thread Sudhir
what is the significance of call.setOperationStyle("rpc/document") then? I am confused. :( sudhir - Original Message - From: "Andrew Vardeman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 21, 2002 12:14 PM Subject: Re: Does Apache supp

Re: Does Apache support messaging?

2002-05-21 Thread Sudhir
If I am not mistaken, call.setOperationStyle("document") can be used to invoke the SOAP document based services. Correct me if I am wrong sudhir - Original Message - From: "Paul Hunnisett" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, Ma

Re: Clients using GET and POST

2002-05-17 Thread Sudhir
*are* using HTTP >POST. Yest of course POST is inherently used in here. But from the end-users perspective, he is using SOAP, correct? sudhir - Original Message - From: "Andrew Vardeman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 17, 2002 3:47

Re: Clients using GET and POST

2002-05-17 Thread Sudhir
Thanks Andrew. Does it mean then, there wouldnt be any practical use for the GET/POST option? Is it purely for testing and showing off? I am trying to generate the client given a WSDL. This means, I cant generate the GET/POST clients, true? This is interesting. :) Sudhir - Original Message

Re: Clients using GET and POST

2002-05-17 Thread Sudhir
concept of web services (applications talking to each other without need for user intervention) is jeopardised. Am I correct or I missed somthing here? Sudhir - Original Message - From: "Andrew Vardeman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, Ma

Clients using GET and POST

2002-05-17 Thread Sudhir
Hi All, How do I write a client which is HTTP GET/POST based? Do I have to create a SOAP request document and send it using the GET/POST? If I POST it, then it is same as the SOAP document based client. How can send the entire SOAP request XML as GET? Thanks Sudhir

Re: WSDL2Java error!

2002-05-16 Thread Sudhir
Dev, That is a WSDL I got from the www.xmethods.net. I am trying to generate a generic client. I cant change the WSDL. I have to use them the way they are published. sudhir - Original Message - From: "dev" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursd

Re: WSDL2Java error!

2002-05-15 Thread Sudhir
them refer to this namespace while defining the type for example s:string. Thanks Sudhir - Original Message - From: "Shinde, Uma" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 15, 2002 1:17 PM Subject: RE: WSDL2Java error! > I suppose you sho

Re: WSDL2Java error!

2002-05-15 Thread Sudhir
Jim, I knew the link to the schema. Probably I phrased my question wrong. I wanted to know how can I define that schema to the WSDL2Java? Thanks Sudhir - Original Message - From: "Stickley, Jim" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 15,

Re: WSDL2Java error!

2002-05-15 Thread Sudhir
Thanks for the reply Russel. How can I define that schema? Can you give me a pointer to a place where I can learn about it. Thanks again sudhir - Original Message - From: "Russell Butek" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 15, 200

WSDL2Java error!

2002-05-15 Thread Sudhir
org.apache.axis.wsdl.WSDL2Java$WSDLRunnable.run(WSDL2Java .java:725) at java.lang.Thread.run(Thread.java:484) Of course the wsdl defines this namespace. How do I resolve this problem? sudhir

WSDL2Java error!

2002-05-14 Thread Sudhir
$WSDLRunnable.run(WSDL2Java .java:725) at java.lang.Thread.run(Thread.java:484) Of course the wsdl defines this namespace. How do I resolve this problem? sudhir - Original Message - From: "Stickley, Jim" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, May 14, 20