[axis2] Where can i get the latest version of nightly builds

2007-06-29 Thread Anil Chukkapalli
Hi Where can i get the latest version of the nightly builds. If this is not possible do i have to use svn to get the source and build it on my box. Thanks Anil

Re: [axis2] Generated wsdl contains exception fault element after every response

2007-06-28 Thread Anil Chukkapalli
7, Davanum Srinivas <[EMAIL PROTECTED]> wrote: Please create a JIRA issue and upload your service sample etc.. thanks, dims On 6/28/07, Anil Chukkapalli <[EMAIL PROTECTED]> wrote: > Hi > > I have deployed my application as a war file by modifying the axis2 > service, when

[axis2] When and why do we get the ExceptionFault element in the wsdl returned by an axis2 application

2007-06-28 Thread Anil Chukkapalli
Hi When and why do we get the ExceptionFault element in the wsdl returned by an axis2 application. The below element shows up as the first element of my wsdl. If this has already been discussed can you point me to a thread that contains this information. " " Thanks A

[axis2] Generated wsdl contains exception fault element after every response

2007-06-28 Thread Anil Chukkapalli
Hi I have deployed my application as a war file by modifying the axis2 service, when i use the "http://localhost:8080/axis2/services/rwb?wsdl"; i get the wsdl withe an exception fault element after every service. Is there any way i can see to it that the Exception fault element does not reappear

Re: [axis2] Deployment of an axis2 and struts appplication

2007-06-20 Thread Anil Chukkapalli
Hi Raghu Can I also get a copy of your web.xml file that you used when deploying the application. Thanks Anil On 6/20/07, Anil Chukkapalli <[EMAIL PROTECTED]> wrote: Hi Raghu It was a Axis1 application that I ported over to axis2. It was previously deployed as an Axis applicatio

Re: [axis2] Can you deploy an axis2 application using a war file

2007-06-20 Thread Anil Chukkapalli
file. Thanks Anil On 6/20/07, Chad DeBauch <[EMAIL PROTECTED]> wrote: You can download it as war distribution right off the Axis2 web site. http://ws.apache.org/axis2/download/1_2/download.cgi I use it as a war or an ear in WAS 6.1. Chad On 6/20/07, Anil Chukkapalli <[EMAIL PROTECTE

[axis2] Can you deploy an axis2 application using a war file

2007-06-20 Thread Anil Chukkapalli
Hi Can you deploy an axis2 application as a war file. Can you deploy an axis2 application as an ear file. if so how is it possible (are there any changtes fromt he way you deploy a regular war application or structure it). Thanks Anil

Re: [axis2] Deployment of an axis2 and struts appplication

2007-06-20 Thread Anil Chukkapalli
Axis1 and currently is an Axis 2 application] Thanks Anil On 6/20/07, Anil Chukkapalli <[EMAIL PROTECTED]> wrote: Hi Raghu Can you tell me the exploded approach that you used as that seems a good alternative to all this. The application was previously deployed as war file and it is an

Re: [axis2] Deployment of an axis2 and struts appplication

2007-06-20 Thread Anil Chukkapalli
required jars modules addressing-1.2.mar soapmonitor-1.2.mar services MyService META-INF MyService.wsdl services.xml Thanks Raghu ------ *From:* Anil Chukka

Re: [axis2] Deployment of an axis2 and struts appplication

2007-06-19 Thread Anil Chukkapalli
folder? Thanks Raghu -- *From:* Anil Chukkapalli [mailto:[EMAIL PROTECTED] *Sent:* Tuesday, June 19, 2007 4:17 PM *To:* axis-user@ws.apache.org *Subject:* Re: [axis2] Deployment of an axis2 and struts appplication Hi I am trying to deploy an axis2 application

Re: [axis2] Deployment of an axis2 and struts appplication

2007-06-19 Thread Anil Chukkapalli
service 'C:\Program Files\Apache Software Foundation\Tomcat 5.5\webapps\axis2\WEB-INF\services\rwb.aar' at] Thanks Anil On 6/19/07, Anil Chukkapalli <[EMAIL PROTECTED]> wrote: Hi Raghu Still unable to delpoy the service, i tried both methods of deployment and all it says is t

Re: [axis2] Deployment of an axis2 and struts appplication

2007-06-19 Thread Anil Chukkapalli
ucture looks like … something like this … Appname WEB-INF classes Thanks Raghu -- *From:* Anil Chukkapalli [mailto:[EMAIL PROTECTED] *Sent:* Friday, June 15, 2007 10:49 AM *To:* axis-user@ws.apache.org *Subject:* [axis2] Deployment of

Re: [axis2] Deployment of an axis2 and struts appplication

2007-06-15 Thread Anil Chukkapalli
bccorp - xyz - services - ServiceName - META-INF - services.xml - script Thanks Raghu -- *From:* Anil Chukkapalli [mailto:[EMAIL PROTECTED] *Sent:* Friday, June 15, 2007 12:12 PM *To:* axi

Re: [axis2] Deployment of an axis2 and struts appplication

2007-06-15 Thread Anil Chukkapalli
Upadhyayula <[EMAIL PROTECTED]> wrote: Hi Anil, Can you tell how your application structure looks like … something like this … Appname WEB-INF classes Thanks Raghu -- *From:* Anil Chukkapalli [mailto:[EMAIL PROTECTED]

[axis2] Deployment of an axis2 and struts appplication

2007-06-15 Thread Anil Chukkapalli
Hi I have a struts application which also exposes Axis 2 web services. The application was deployed using .wsdd file in Axis and i ported it over to Axis2 and packaged the application using an aar file instead of a war file. When i try to deploy it using the deploy utility in Axis2 admin it say

Re: Curious why .NET's VS stub generation creates an easier to use API than Axis2 ?

2007-06-14 Thread Anil Chukkapalli
hi .NETs usage of web service generation is greatly enhanced by the integration in visual studio, all you need to do in visul studio is to point it to the url of the server and it does the rest. I am sure that if you are trying to do it with any other ide like emacs or notepad you might need to

[axis2] SimpleUUIDGen

2007-06-12 Thread Anil Chukkapalli
Hi Do we have a mechanism similar to the one provided by " org.apache.axis.components.uuid.SimpleUUIDGen" in Axis2. Can anyone help me or point me to a thread that contains the related information. Thank you Anil

Re: [axis2] mtom client sending data to an mtom server

2007-06-08 Thread Anil Chukkapalli
Paul I do have wsdl for this service, i used it before when i used the wsdl2java tool to create a stub to test my service. Thanks Anil On 6/8/07, Paul Fremantle <[EMAIL PROTECTED]> wrote: Anil Do you have a WSDL for this service? Paul On 6/8/07, Anil Chukkapalli <[EMAIL PROTECTE

Re: [axis2] mtom client sending data to an mtom server

2007-06-08 Thread Anil Chukkapalli
che.org/axis2/1_2/mtom-guide.html > > > > Can you explain whether you are using the ServiceClient or a generated > > stub. That would help us explain. > > > > Paul > > > > On 6/8/07, Anil Chukkapalli <[EMAIL PROTECTED] > wrote: > > > Hi > &g

Re: [axis2] mtom client sending data to an mtom server

2007-06-08 Thread Anil Chukkapalli
Hi Paul I am using an operation client Thank you Anil On 6/8/07, Paul Fremantle <[EMAIL PROTECTED]> wrote: Anil http://ws.apache.org/axis2/1_2/mtom-guide.html Can you explain whether you are using the ServiceClient or a generated stub. That would help us explain. Paul On 6/8/07

Re: [axis2] mtom client sending data to an mtom server

2007-06-08 Thread Anil Chukkapalli
rote: > Anil > > http://ws.apache.org/axis2/1_2/mtom-guide.html > > Can you explain whether you are using the ServiceClient or a generated > stub. That would help us explain. > > Paul > > On 6/8/07, Anil Chukkapalli <[EMAIL PROTECTED]> wrote: > > Hi > > >

[axis2] mtom client sending data to an mtom server

2007-06-08 Thread Anil Chukkapalli
Hi How can an MTOM client send data to an MTOM server, is there a tutorial that explains how to do this. I can send a data from an MTOM server to an MTOM client but i am not able to figure out how to do it the other way around, do we need to send an OMElement as an argument and does axis2 underst

Re: [axis2] Creating OMText response using MTOM

2007-06-07 Thread Anil Chukkapalli
David It is in there. Thanks Anil On 6/7/07, Kraus, David <[EMAIL PROTECTED]> wrote: Try axiom-api-1.2.4.jar. -- *From:* Anil Chukkapalli [mailto:[EMAIL PROTECTED] *Sent:* Thursday, June 07, 2007 2:55 PM *To:* axis-user@ws.apache.org *Subject:* Re:

Re: [axis2] Creating OMText response using MTOM

2007-06-07 Thread Anil Chukkapalli
Hi The documentation points me to "* org.apache.axis2.attachments.ByteArrayDataSource*" but i am unable to find it in any of the jars packaged with Axis1.2 can anyone help me and point me to the jar file that contains this class. Thanks Anil On 6/7/07, Anil Chukkapalli <[EM

[axis2] Creating OMText response using MTOM

2007-06-07 Thread Anil Chukkapalli
Hi I want to create an OMText child for an reponse object of type OMElement byte[] filecontents = "contains the file contents"; ... OMElement resp = fac.createOMElement("response", ns); OMText binaryFileContents = ? OMText binaryFileName = ? resp.addChild(fileName)

[axis2] Axis2 Service and .NET client using MTOM

2007-06-07 Thread Anil Chukkapalli
Hi Is it possible to use a Axis2 MTOM service and a .NET MTOM client. Is there a tutorial to use on this particular combination of a client and server or any other thread that deals with this. Thank you Anil

Re: [Axis2] A hello World Example for Axis2 deployment

2007-05-17 Thread Anil Chukkapalli
the same troubles. HTH, Glen Am Donnerstag, den 17.05.2007, 14:53 -0700 schrieb Anil Chukkapalli: > Hi > > the code for "HelloWorld.java" is shown below > > "package org.HelloWorld; > > public class HelloWorld { > > /*This echo metod is goin

Re: [Axis2] A hello World Example for Axis2 deployment

2007-05-17 Thread Anil Chukkapalli
is also shown below " HelloWorld " i placed services.xml in META-INF file and followed the steps in the " http://wso2.org/library/95"; tutorial for Axis2 Thanks Anil On 5/17/07, Anil Chukkapalli <[EMAIL PROTECTED]> wrote: Hi I am using the tomcat to de

Re: [Axis2] A hello World Example for Axis2 deployment

2007-05-17 Thread Anil Chukkapalli
part, you have to know basic Tomcat (or another servlet container) functionality before you can work with Axis2. Glen Anil Chukkapalli escribió: > Hi > > Another newbie question. In the tutorial "http://wso2.org/library/95"; > > ". The axis2-std-SNAPSHOT-bin distributio

Re: [Axis2] A hello World Example for Axis2 deployment

2007-05-17 Thread Anil Chukkapalli
p://wso2.org/library) and the Axis knowledge base (http://ws.apache.org/axis2/articles.html). Glen Am Donnerstag, den 17.05.2007, 10:22 -0700 schrieb Anil Chukkapalli: > Hi > > I am an newbie in Axis2 deployment. Can anyone provide me with a >

[Axis2] A hello World Example for Axis2 deployment

2007-05-17 Thread Anil Chukkapalli
Hi I am an newbie in Axis2 deployment. Can anyone provide me with a hello world example for deploying an Axis2 web service in Java. Thanks Anil

Deploying Axis 2 using WSDD from Axis 1

2007-05-15 Thread Anil Chukkapalli
Hi Is it possible to deploy Axis 2 using WSDD from Axis 1? I am migrating my axis1 service to axis2 service and would like to know if i can use the axis1 web services, deploy.wsdd file, in axis2. Thanks Anil

Re: [Axis2] How to get result after calling OperationClient.execute(true)

2007-04-27 Thread Anil Chukkapalli
See the Accessing Element Information in the XML past of this [1] article to figure out how to traverse the OM Tree.. I think you missed the hyperlink and have the [1] instead, can you update the actual hyperlink Thanks Anil On 4/27/07, Thilina Gunarathne <[EMAIL PROTECTED]> wrote: >It would

Re: [Axis2] How to get result after calling OperationClient.execute(true)

2007-04-27 Thread Anil Chukkapalli
Hi Deepal What i meant was after you get result how do we extract the result from Soap Envelope. The data is in the form of a byte[] in result in one of the elements. How do we know what is the element, i used tcpmon to find out my element was CheckOutItemResult but is there a standard way to ex

Change Email Address

2007-04-27 Thread Anil Chukkapalli
Change email address to [EMAIL PROTECTED]

[Axis2] How to get result after calling OperationClient.execute(true)

2007-04-26 Thread Anil Chukkapalli
hi I am using Axis2 OperationClient API with MTOM. I got the result back as i can see using TCPMon is there a standard way to access the result after we get the message context and the SOAP envelope. Thanks Anil

Re: soapsession with axis2 and vb.net client

2007-04-26 Thread Anil Chukkapalli
Stefan I suggest you look at this thread "**Axis2 Manage Session Cookie Manually" in the mailing list. Anil On 4/26/07, Stefan Egli <[EMAIL PROTECTED]> wrote: Hi I'm new to web services and I have some question concerning interoperability and session-handling with axis2 and .NET. I'm using

Re: Axis2 Manage Session Cookie Manually

2007-04-25 Thread Anil Chukkapalli
l On 4/25/07, Anil Chukkapalli <[EMAIL PROTECTED]> wrote: Jay I am viewing the HTTP header using tcpmon, i tried using fiddler and it does not show SOAP messages if i am using a web service but shows message in case of it being a web site. In tcpmon i can see the cookie information

Re: [axis2 ]soap session scope does not work

2007-04-25 Thread Anil Chukkapalli
You can look at the thread "Axis2 Manage Session Cookie Manually" On 4/25/07, Paul Fremantle <[EMAIL PROTECTED]> wrote: Nencho Think of this as a cookie. The client has to be enabled to respond with cookies, but that doesn't create the cookie in the first place. To make this work you need to s

Re: Axis2 Manage Session Cookie Manually

2007-04-25 Thread Anil Chukkapalli
o view the complete http request and response going over the wire. That's how I validated the proper headers were being sent. There is also a way using axis to get to the HTTPResponse object which allows you to view the headers. -Jay -Original Message- *From:* Anil Chukkapalli [mailt

Re: Axis2 Manage Session Cookie Manually

2007-04-24 Thread Anil Chukkapalli
n subsequent requests. -Jay -Original Message- *From:* Anil Chukkapalli [mailto:[EMAIL PROTECTED] *Sent:* Monday, April 23, 2007 2:48 PM *To:* axis-user@ws.apache.org *Subject:* Axis2 Manage Session Cookie Manually Hi Is there any way we can manage sessions manually using Axi

Re: Axis2 Manage Session Cookie Manually

2007-04-24 Thread Anil Chukkapalli
ssion=true in axis2.xml and then use the > following on the client side: > > opts.setProperty(HTTPConstants.REUSE_HTTP_CLIENT,true); > > > > This tells axis to re-use the httpclient object for second, third, > etc.. requests. If this is done, the http-client

Re: Axis2 Primary API example

2007-04-24 Thread Anil Chukkapalli
(Typo Fixed) Changed Hemp to Help On 4/24/07, Anil Chukkapalli <[EMAIL PROTECTED]> wrote: Hi I am trying to go throught the axis 2 primary API example of echo blocking client " http://ws.apache.org/axis2/1_1/dii.html " and i cant find from where you got the " Client

Re: Axis2 Manage Session Cookie Manually

2007-04-24 Thread Anil Chukkapalli
MessageContext("In"); SOAPEnvelope response = inMsgtCtx.getEnvelope(); System.out.println(response); Hope that helps. It took me quite a while to get an example of the http session and another of the soap session working. I find the documentation weak at best.

Axis2 Primary API example

2007-04-24 Thread Anil Chukkapalli
Hi I am trying to go throught the axis 2 primary API example of echo blocking client " http://ws.apache.org/axis2/1_1/dii.html " and i cant find from where you got the "ClientUtil.getEchoOMElement()" function OMElement payload = ClientUtil.getEchoOMElement(); Options optio

Re: Axis2 Manage Session Cookie Manually

2007-04-23 Thread Anil Chukkapalli
e http session and another of the soap session working. I find the documentation weak at best. Good luck. -Jay -Original Message- *From:* Anil Chukkapalli [mailto:[EMAIL PROTECTED] *Sent:* Monday, April 23, 2007 6:26 PM *To:* axis-user@ws.apache.org *Subject:* Re: Axis2 Manage Sessi

Re: Axis2 Manage Session Cookie Manually

2007-04-23 Thread Anil Chukkapalli
,true); This tells axis to re-use the httpclient object for second, third, etc.. requests. If this is done, the http-client remembers the JSESSIONID from the first request and sends it back to the server on subsequent requests. -Jay -Original Message- *From:* Anil Chukkapalli [mailto

Axis2 Manage Session Cookie Manually

2007-04-23 Thread Anil Chukkapalli
Hi Is there any way we can manage sessions manually using Axis2, my non java web service maintains session using cookies. Is there a way my Axis2 client can read the soap/http header to extract the session information and use the extracted infromation for further web service calls, example gettin

Re: .NET Web Service and Axis2 Client. Session management issues.

2007-04-20 Thread Anil Chukkapalli
help me soon as i need this immediately. Thanks Anil On 4/19/07, Anil Chukkapalli <[EMAIL PROTECTED]> wrote: Hi I am trying to use an Axis2 client to connect to a .NET web service. The axis2 client is connecting to the web service but it is not able to maintain session information, i di

.NET Web Service and Axis2 Client. Session management issues.

2007-04-19 Thread Anil Chukkapalli
Hi I am trying to use an Axis2 client to connect to a .NET web service. The axis2 client is connecting to the web service but it is not able to maintain session information, i did read through the article http://www.developer.com/services/article.php/3620661, and i am still unable to connect to t