RE: Attachment

2004-10-29 Thread Pillai, Ranjith
Hello Tami, If don't mind please send it to the group. Thanks, Ranjith Pillai -Original Message- From: Tami Wright [mailto:[EMAIL PROTECTED] Sent: Friday, October 29, 2004 3:10 PM To: [EMAIL PROTECTED] Subject: RE: Attachment Hi Ashok, I tried to send it to you but it was blocke

RE: .NET Client -> Axis Web service -Issue with "anyType"

2004-04-06 Thread Pillai, Ranjith
ginal Message -- From: "Pillai, Ranjith" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Date: Mon, 5 Apr 2004 08:21:50 -0700 >Hi Chris, > Thanks for your reply. XML conforms to a schema. If I add schema >elements it works. Since my service is Axis Message Style (Passing in

RE: What are the advantages of Message style web services?

2004-04-05 Thread Pillai, Ranjith
Sorry .. since both ends (Client and Server) deals directly with xml documents. -Original Message- From: Pillai, Ranjith Sent: Monday, April 05, 2004 11:42 AM To: [EMAIL PROTECTED] Subject: RE: What are the advantages of Message style web services? Hi Anne, Thanks for the information

RE: What are the advantages of Message style web services?

2004-04-05 Thread Pillai, Ranjith
Hi Anne, Thanks for the information. I had the impression (read earlier in Axis User group) that Message Style services are better for interoperability since both deals directly with xml documents. Thanks, Ranjith Pillai. -Original Message- From: Anne Thomas Manes [mailto:[EMAIL PROTECT

What are the advantages of Message style web services?

2004-04-05 Thread Pillai, Ranjith
Hi Axis Community, Could anyone shed some light on real advantages of Axis Message Style services compared to passing in and out complex beans? Any help will be deeply appreciated, Ranjith Pillai.

RE: .NET Client -> Axis Web service -Issue with "anyType"

2004-04-05 Thread Pillai, Ranjith
inition, just replace the anyType reference in the WSDL with the schema element reference. /Chris -- Original Message -- From: "Pillai, Ranjith" <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Date: Fri, 2 Apr 2004 10:53:48 -0800 >Hi Axis C

.NET Client -> Axis Web service -Issue with "anyType"

2004-04-02 Thread Pillai, Ranjith
Hi Axis Community,     This is not generally an Axis question, .NET Client question. But there are many experts here who already done .NET Client -> Axis Web service invocation, hope someone can help me.     The problem is my Axis web service returns an XML Document object

Namespace frustration..

2004-02-24 Thread Pillai, Ranjith
    Hi Axis group,       Please help me to solve this..         I have a doc/literal web service. I am trying to invoke service methods based on XML QName. But I am not successful, always get the     org.xml.sax.SAXException: Deserializin

RE: Castor Deserialization Error

2004-01-27 Thread Pillai, Ranjith
Hi, Got this solved.. Thanks, Ranjith Pillai. -Original Message- From: Pillai, Ranjith Sent: Tuesday, January 27, 2004 11:45 AM To: [EMAIL PROTECTED] Subject: Castor Deserialization Error Hi, I am using Castor Desereliazer and Castor Serializer(checked out from CVS today) with Axis 1.1

Castor Deserialization Error

2004-01-27 Thread Pillai, Ranjith
Hi, I am using Castor Desereliazer and Castor Serializer(checked out from CVS today) with Axis 1.1. Castor Deserializer simply fails complaining about "unable to find field descriptor in class descriptor" though I have all files generated by Castor in my classpath. Stack trace is given below..

RE: Confusion in getHeaderByName methods - Please help

2003-12-11 Thread PILLAI,RANJITH (HP-PaloAlto,ex1)
Maybe inspecting the data exchange with something like the tcpmon could help. cheers, Christoph PILLAI,RANJITH (HP-PaloAlto,ex1) wrote: > Hi, > Somebody please explain me this or point me to some documentation(I > read Axis API documentation) which explains this a little more..

RE: Confusion in getHeaderByName methods - Please help

2003-12-11 Thread PILLAI,RANJITH (HP-PaloAlto,ex1)
Hi, Somebody please explain me this or point me to some documentation(I read Axis API documentation) which explains this a little more.. Any help will be deeply appreciated. Thanks, Ranjith Pillai. -Original Message- From: PILLAI,RANJITH (HP-PaloAlto,ex1) [mailto:[EMAIL PROTECTED

Confusion in getHeaderByName methods - Please help

2003-12-10 Thread PILLAI,RANJITH (HP-PaloAlto,ex1)
Hi, Could somebody explain me the difference between below given API's. Unfortunately I couldn't figure out from API documentation. 1) public SOAPHeaderElement getHeaderByName(java.lang.String namespace, java.lang.String localPart)

Adding Operation Desc in Server-config throws Exceptions in Linux environment

2003-12-03 Thread PILLAI,RANJITH (HP-PaloAlto,ex1)
Hi group, Please help me to resolve this. Problem: Adding Operation desc in Server-config generates bunch of Exceptions (shown below). Note: The same entries works in Windows operating system, but fails in Linux. I am using Axis 1.1 final version. Any help will be deeply appreciated.. Thank

RE: Server-Config and SOAP Header

2003-12-02 Thread PILLAI,RANJITH (HP-PaloAlto,ex1)
Hi, We need to display all required SOAP Header elements in our WSDL file. How do I add this into (or what parameters do I need to put into)Server-Config so that when Axis generates WSDL based on Server-Config entries, the resulting WSDL should display all required SOAP Header Elements? Any fee

Server-Config and SOAP Header

2003-12-01 Thread PILLAI,RANJITH (HP-PaloAlto,ex1)
Hi, I have a WSDL file where I have to explicitly show required SOAP Header Elements. It's fine if I invoke my WSDL file directly. But after I add these entries in Server-Config, the resulting WSDL fails to show the required SOAP Header Elements. How do I add this into Server-Config so that when

RE: How to define document/literal service with multiple operatio ns

2003-11-17 Thread PILLAI,RANJITH (HP-PaloAlto,ex1)
Hi Dimuthu, Thanks for your reply. Could you elaborate your previous mail a little more? I have a message style webservice with multiple methods. Unfortunately I don't know what I need to give in my web service client to invoke appropriate method. Irrespective of what ever I add at client side,

RE: How to define document/literal service with multiple operatio ns

2003-11-14 Thread PILLAI,RANJITH (HP-PaloAlto,ex1)
Hi Anne, Dimuthu, I would like to try this. Do you know what method do I need to call at Axis Client to set this QName?. My method name is updateProfile and in my server-config.wsdd, I have this entry for my service http://xml.apache.org/xml-soap"; > http://xml.apache.org/xml-soap"/>

RE: How to define document/literal service with multiple operatio ns

2003-11-13 Thread PILLAI,RANJITH (HP-PaloAlto,ex1)
Hi Mike, If I am right, wrapper element around your actual document is not specific to Axis. That is the way Weblogic also works, Weblogic determines which method to invoke, based on this wrapper element (root element of your xml payload). Thanks, Ranjith Pillai. -Original Message-

RE: How to define document/literal service with multiple operatio ns

2003-11-13 Thread PILLAI,RANJITH (HP-PaloAlto,ex1)
ould do it but I haven't figured out how to configure it. Thanks, Mike PILLAI,RANJITH (HP-PaloAlto,ex1) wrote: > Hi Michael, > > I hope you are using Message style service here. > I don't how to add this to axis client. But u can edit your SOAP message > directly if you

RE: How to define document/literal service with multiple operatio ns

2003-11-13 Thread PILLAI,RANJITH (HP-PaloAlto,ex1)
Hi Michael, I hope you are using Message style service here. I don't how to add this to axis client. But u can edit your SOAP message directly if you are using tcpmon. So in tcpmon add another element(your operation name)directly under soap body. For some reason axis client is not doing this(if yo

RE: message-style frustrations (this time in plain text)

2003-09-08 Thread PILLAI,RANJITH (HP-PaloAlto,ex1)
Title: RE: message-style frustrations (this time in plain text) Hi Volkmann,    Sorry I forgot to mention an important point ...  In your document ( which you are passing to the service method) for the root element add namespace. That may help you to remove call to setOpertionName met

RE: message-style frustrations (this time in plain text)

2003-09-08 Thread PILLAI,RANJITH (HP-PaloAlto,ex1)
Title: RE: message-style frustrations (this time in plain text) Hi Volkmann,  I can answer one question..  As I mentioned earlier you cannot embed an XML document within another XML document  Since your SOAPMessage itself is a XML document, you cannot embed your document inside another XM

RE: message-style frustrations (this time in plain text)

2003-09-08 Thread PILLAI,RANJITH (HP-PaloAlto,ex1)
don't think so you need to call this method even if you  add   provider="java:MSG" or style="message"  in your server-config.wsdd file.   Cheers, Ranjith.   -Original Message- From: PILLAI,RANJITH (HP-PaloAlto,ex1) [mailto:[EMAIL PROTECTED] Sent: Monday,

RE: message-style frustrations (this time in plain text)

2003-09-08 Thread PILLAI,RANJITH (HP-PaloAlto,ex1)
Title: message-style frustrations (this time in plain text) Hi Volkmann,     Regarding the third method signature (passing document), this is how its works for me...   Service  service = new Service();         Call call    = (Call) service.createCall();         String end

How to get bean data from Axis fault?

2003-04-04 Thread PILLAI,RANJITH (HP-PaloAlto,ex1)
Hi there,   Please help..   My service method throws a custom exception. I have a java bean embedded in this custom exception.  I can see this exception and java bean in my SOAP Response.             Ranjith    Kottayam     How do my Axis client get this bean from Axis f

Getting bean data in client..

2003-04-03 Thread PILLAI,RANJITH (HP-PaloAlto,ex1)
Hi there,   Please help...   This represents my bean data in SOAP Response. How do I read this data (to get "Name" and "City" ) in Axis Client?. All my effort did not produce any results...      Ranjith    Kottayam     Thanks in advance for your help. Ran  

How to get bean data in client?

2003-04-03 Thread PILLAI,RANJITH (HP-PaloAlto,ex1)
Hi there,   Please help ...   This represents my bean data in SOAP Response. How do I read this data (to get "Name" and "City" ) in Axis Client?. All my effort did not produce any results...      Ranjith    Kottayam     Thanks in advance for your help. Ran

Bean data and getBodyByName()...

2003-04-03 Thread PILLAI,RANJITH (HP-PaloAlto,ex1)
    Hi there,   Question 1) Is there any issue with getBodyByName (namespace, localpart) in SOAPEnvelope class? .Because my method 1)(listed below) throws NullPointerException and Method 2 (listed below) returns result.       Method 1) -> I am calling directl

New SessionHandler

2003-03-26 Thread PILLAI,RANJITH (HP-PaloAlto,ex1)
Hi there, What is the procedure to use our own Session Handler instead of SimpleSessionHandler? Thanks, Ran

Session Handler is missing in registry.

2003-03-26 Thread PILLAI,RANJITH (HP-PaloAlto,ex1)
Hi there, Could anybody explain me why I am getting this exception when I am using my own handler instead of SimpleSessionHandler though I have put handler name and type in deploy.wsdd. http://xml.apache.org/axis/}stackTrace: org.apache.axis.ConfigurationEx ception: Can't find handler name:'n

RE: How to dynamically invoke a webservice provided just WSDL?

2003-03-26 Thread PILLAI,RANJITH (HP-PaloAlto,ex1)
Hi Anthony, In my case it's not because I have problems with WSIF. Since I already started using Axis client and I have only SOAP Binding in WSDL and more over I saw Axis client API like getCalls() to achieve the same, I preferred one which I already started using than a new one. Thanks, Ran.

RE: How to dynamically invoke a webservice provided just WSDL?

2003-03-24 Thread PILLAI,RANJITH (HP-PaloAlto,ex1)
nne > -Original Message- > From: PILLAI,RANJITH (HP-PaloAlto,ex1) [mailto:[EMAIL PROTECTED] > Sent: Monday, March 24, 2003 4:00 PM > To: '[EMAIL PROTECTED]' > Subject: RE: How to dynamically invoke a webservice provided just WSDL? > > > Hi there, > >

RE: How to dynamically invoke a webservice provided just WSDL?

2003-03-24 Thread PILLAI,RANJITH (HP-PaloAlto,ex1)
WSIF was designed for doing. See http://ws.apache.org/wsif. ...ant Anthony Elder [EMAIL PROTECTED] Web Services Development IBM UK Laboratories, Hursley Park (+44) 01962 818320, x248320, MP208. "PILLAI,RANJITH (HP-PaloAlto,ex1)" <[EMAIL PROTECTED]> on 24/03/2003 19:10:34

How to dynamically invoke a webservice provided just WSDL?

2003-03-24 Thread PILLAI,RANJITH (HP-PaloAlto,ex1)
Hi there,   My project requires me to dynamically invoke a web service providing only its WSDL description, using DII. So my intention is to dynamically find operations and parameters from service object (where I passed the WSDL location to create a new service object).   After going th