Status of web service deployment

2004-05-21 Thread jagannath
Resending the message as I haven't received this mail Hi, Is there a way I can know the status of my web service deployment? I am deploying my WebService from inside a WebApplication using the AxisServlet and AdminServlet. I have packaged all the required classes into the web application. I

Status of web service deployment

2004-05-20 Thread jagannath
Hi, Is there a way I can know the status of my web service deployment? I am deploying my WebService from inside a WebApplication using the AxisServlet and AdminServlet. I have packaged all the required classes into the web application. I have put the server-config.wsdd under the WEB-INF direct

Re: Why use WSDL?

2004-05-07 Thread jagannath
Anne, While working with Axis 1.2 Beta I found that axis itself handles ArrayList. That is it automatically converts the ArrayList in the form of an array in the generated WSDL. Am I correct? Jagannath Anne Thomas Manes wrote: Sorry -- what I meant to say ... First rule of

Re: problems retrieving the value of ArrayList of Object Array

2004-05-04 Thread jagannath
this something that was handled in 1.2 Beta or in was it handled in 1.1 itself. Thanks once again. Jagannath Davanum Srinivas wrote: Plz create a bug report with your full example that we can use to recreate the problem. Make sure you are using at least Axis 1.2 Beta. thanks, dims --- jaga

Re: Error deploying web service in Axis 1.2 beta

2004-05-04 Thread jagannath
Guys, After following the step by step instructions to create a web service I am able to deploy my service into axis 1.2 Thanks, Jagannath jagannath wrote: Hi Jeff, Thanks for the answer. But that was just the warning message that is displayed. My actual problem is the

Re: Error deploying web service in Axis 1.2 beta

2004-05-04 Thread jagannath
. Thanks, Jagannath Jeff Greif wrote: In previous versions of Axis, using attachments required javax.mail classes and javax.activation classes. These had to be separately downloaded from axis and came with their own licenses. They can be found either in the J2EE distribution (from Sun) or

Error deploying web service in Axis 1.2 beta

2004-05-04 Thread jagannath
t org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:589)     at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:666)     at java.lang.Thread.run(Thread.java:534) </pre></p><HR size="1" noshade><h3>Apa

Re: ArraySerializer question ['Watchdog': Virus checked] ['Watchdog': checked]

2004-04-20 Thread jagannath
Dear Kannan, I have declared the typeMapping for the Customer object but still the wsdl generated using Axis Servlet does not contain the ArrayOfCustomer complexType. Let me know if you need more info on this. Thanks, Jagannath [EMAIL PROTECTED] wrote: hey Jagannath, I saw ur declarations

ArraySerializer question

2004-04-20 Thread jagannath
Guys, This is just a reminder. If anyone knows the reply for my below question please help. Thanks, Jagannath Guys, Any comment on this? Please help as this results in generation of incomplete WSDL file while accessing from Axis Servlet. I am using Axis 1.1. Let me know incase more

ArraySerializer question

2004-04-17 Thread jagannath
Guys, Any comment on this? Please help as this results in generation of incomplete WSDL file while accessing from Axis Servlet. I am using Axis 1.1. Let me know incase more information is needed. Thanks, Jagannath Hi, I have a question on ArraySerialization. I have defined my

ArraySerializer question

2004-04-16 Thread jagannath
Hi, I have a question on ArraySerialization. I have defined my WebService to return some custom object arrays. I have written serializer for the custom object. In my wsdd file I have put the below entries       qname="ns1:ArrayOfString"     type="java:java.lang.String[]"     serializer="org

WSDL generation problem

2004-04-15 Thread jagannath
Hi, I am unable to generate the wsdl for my web service using the AxisServlet. The below exception gets thrown. Am I missing something during the configuration of the web service? I am using Axis 1.1 Please help. [INFO] enterprise - -Mapping Exception to AxisFault http://management.javax'.

problems retrieving the value of ArrayList of Object Array

2004-04-11 Thread jagannath
Guys, Any update on this. Please help as this is urgent to me. Please let me know if any other information is required. Regards, Jagannath Hello Users, I am facing problems retrieving the value of ArrayList of Object Array using client stubs generated using WSDL2Java. The ObjectArray

problems retrieving the value of ArrayList of Object Array

2004-04-09 Thread jagannath
Hello Users, I am facing problems retrieving the value of ArrayList of Object Array using client stubs generated using WSDL2Java. The ObjectArray has just a string in it. I have a method in my WebService that returns an java.util.ArrayList of ObjectArray. For this I have written serializer fo

Re: java2wsdl include wsd file

2004-03-22 Thread jagannath
Dear Oleg, I am also facing the same problem as mentioned by you below. As I am new to SOAP can you provide me details on how you created the wsd file which provides xml mapping for tns3:Set and the way you imported it to the wdsl file. Greatly appreciating your time. Regards. Jagannath

SOAP Messaging

2004-03-03 Thread jagannath
Hi, Are there any plans of implementing SOAP 1.2 Messaging in Axis 1.2 or other releases. Thanks, Jagannath

SSLHandshakeException

2004-02-17 Thread jagannath
re axis to allow non trusted certificates or else what should be done so that I can invoke the method. Any help is greatly appreciated. Thanks, Jagannath