RE: Session Managment using .net client..

2009-06-22 Thread Raghu Upadhyayula
HI Amardeep, Here is how you do it in C#.net string url = http://hostname/webservices/services/MyWSService;; stub.CookieContainer = new CookieContainer(); stub.Timeout = 1000 * 60 * 60; stub.Url = url;

RE: Session Managment using .net client..

2009-06-22 Thread Raghu Upadhyayula
MyWSService stub = new MyWSWSService(); From: Martin Gainty [mailto:mgai...@hotmail.com] Sent: Monday, June 22, 2009 9:15 AM To: axis-user@ws.apache.org Subject: RE: Session Managment using .net client.. how is stub created? string url =

RE: [AXIS2] soap:address location under a Frontend

2009-05-20 Thread Raghu Upadhyayula
Hi Manub, You can change the hostname in the soap:address location in your wsdl by specifying the hostname parameter in axis2.xml. Let me know if this is sufficient for you, if not there is also a way to change the hostname parameter programmatically. Thanks Raghu -Original

RE: [AXIS2] soap:address location under a Frontend

2009-05-20 Thread Raghu Upadhyayula
but it still doesn't work. Can you suggest me something? Searching into google I know you addressed same problem as mine, some time ago. Thanks. Raghu Upadhyayula wrote: Hi Manub,       You can change the hostname in the soap:address location in your wsdl by specifying the hostname

RE: Re: Axis2: Returning an Object as AnyType - get error

2009-05-11 Thread Raghu Upadhyayula
Hi Boris, You can have the return type as OMElement. With that you can return anything you want (it could be a string, date, Boolean or something else). You'll define it in WSDL like this. any namespace=##targetNamespace minOccurs=0 processContents=lax/

RE: What is the status of Axis?

2009-05-04 Thread Raghu Upadhyayula
Florian, I guess there is no development on Axis after the 1.4 release. There is a new version of Axis called Axis2 and right now it is in release 1.4.1, you can get more details on Axis2 at http://ws.apache.org/axis2/ Thanks Raghu -Original Message- From: Florian Kirchhoff

RE: [Axis2] Setting hostname in axis2.xml ????` - WORKS NOW --- THANKS

2009-04-11 Thread Raghu Upadhyayula
at 1:56 AM, Raghu Upadhyayula rupadhyay...@responsys.com wrote: Hi Sagara,        Attached is my skeleton class service.xml files. Thanks Raghu -Original Message- From: Sagara Gunathunga [mailto:sagara.gunathu...@gmail.com] Sent: Thursday, April 09, 2009 1:37 PM To: axis-user

RE: [Axis2] Setting hostname in axis2.xml ???? - NOT WORKING

2009-04-10 Thread Raghu Upadhyayula
missed 3rd step that i mentioned, you should add class parameter to your service.xml file as follows. service name=ResponsysWSService class=com.rsys.ws.ResponsysWSServiceSkeleton Hope this will resolve your problem. Thanks , On Fri, Apr 10, 2009 at 1:56 AM, Raghu Upadhyayula rupadhyay

RE: [Axis2] Setting hostname in axis2.xml ???? - NOT WORKING

2009-04-09 Thread Raghu Upadhyayula
, Apr 7, 2009 at 9:39 PM, Raghu Upadhyayula rupadhyay...@responsys.com wrote: Hi, I’m using Axis2 1.4 version.  I have to set the hostname in axis2.xml so that the soap:address location in the WSDL (when user types ?wsdl) uses that hostname instead of showing a IP address. The problem I have

RE: [Axis2] Setting hostname in axis2.xml ???? - NOT WORKING

2009-04-09 Thread Raghu Upadhyayula
- NOT WORKING Hi Raghu, Can you post your skeleton class along with service.xml file? Thanks, On Thu, Apr 9, 2009 at 11:59 PM, Raghu Upadhyayula rupadhyay...@responsys.com wrote: Hi Sagara,        I have a skeleton class generated from WSDL2Java.  I've changed that skeleton class

[Axis2] Setting hostname in axis2.xml ????

2009-04-07 Thread Raghu Upadhyayula
Hi, I'm using Axis2 1.4 version. I have to set the hostname in axis2.xml so that the soap:address location in the WSDL (when user types ?wsdl) uses that hostname instead of showing a IP address. The problem I have is that my webservices war file is deployed on multiple servers and I can't

RE: [Axis2] Setting hostname in axis2.xml ????

2009-04-07 Thread Raghu Upadhyayula
, Apr 7, 2009 at 9:39 PM, Raghu Upadhyayula rupadhyay...@responsys.com wrote: Hi, I’m using Axis2 1.4 version.  I have to set the hostname in axis2.xml so that the soap:address location in the WSDL (when user types ?wsdl) uses that hostname instead of showing a IP address. The problem I have

[Axis2] Is there anyway to set the hostname programatically at runtime?

2009-03-09 Thread Raghu Upadhyayula
Hi, I'm using Axis2 1.4 version. In axis2.xml there is a parameter named hostname !-- Following parameter will set the host name for the epr-- !--parameter name=hostname locked=truemyhost.com/parameter-- Is there a way to set this hostname parameter programmatically at

RE: Session cookie in ADB client HTTP request

2009-01-28 Thread Raghu Upadhyayula
Hi Jason, Try this ... stub._getServiceClient().getOptions().setManageSession(true); Thanks Raghu -Original Message- From: Jason Wells [mailto:ja...@wells.me] Sent: Tuesday, January 27, 2009 5:14 PM To: axis-user@ws.apache.org Subject: Session cookie in ADB client HTTP

RE: Permission Denied - Attachments

2008-12-22 Thread Raghu Upadhyayula
John, Which version of Axis are you using? Thanks Raghu -Original Message- From: John B. Moore [mailto:j...@esonicspider.com] Sent: Monday, December 22, 2008 10:57 AM To: axis-user@ws.apache.org Subject: Re: Permission Denied - Attachments It seems to boil down to where the

RE: Permission Denied - Attachments

2008-12-22 Thread Raghu Upadhyayula
John, From the name of the property (attachments.Directory) it looks like you are using Axis 1.x (either 1.3 or 1.4). In that case this property will be in the server-config.wsdd file. Thanks Raghu -Original Message- From: John B. Moore [mailto:j...@esonicspider.com] Sent:

RE: Permission Denied - Attachments

2008-12-22 Thread Raghu Upadhyayula
, December 22, 2008 1:20 PM To: axis-user@ws.apache.org Subject: Re: Permission Denied - Attachments Raghu Upadhyayula wrote: John, From the name of the property (attachments.Directory) it looks like you are using Axis 1.x (either 1.3 or 1.4). In that case this property

RE: listServices issue

2008-12-18 Thread Raghu Upadhyayula
Hi Shah, The listServices will only work if you have the axis2-web folder which comes with the Axis2 webapp in your war at the same level of WEB-INF, because the listServices functionality in AxisServlet is referring a jsp file (listServices.jsp) which is inside axis2-web folder. Thanks

RE: [Axis2] excludeOperations in services.xml problem

2008-12-11 Thread Raghu Upadhyayula
Hi, I have a webservices (written in Java) with several operations. I want to exclude couple of operations from that. I've used the excludeOperations tag in services.xml as shown below. I'm using Axis2 1.4. excludeOperations operationcopy/operation

[Axis2] excludeOperations in services.xml problem

2008-12-02 Thread Raghu Upadhyayula
Hi, I have a webservices (written in Java) with several operations. I want to exclude couple of operations from that. I've used the excludeOperations tag in services.xml as shown below excludeOperations operationcopy/operation operationmove/operation

RE: [Axis2] excludeOperations in services.xml problem

2008-12-02 Thread Raghu Upadhyayula
, 2008 at 8:30 PM, Raghu Upadhyayula [EMAIL PROTECTED] wrote: Hi, I have a webservices (written in Java) with several operations. I want to exclude couple of operations from that. I've used the excludeOperations tag in services.xml as shown below

RE: Returning Multiple values

2008-12-01 Thread Raghu Upadhyayula
Hi Harikrishna, My suggestion is to use a Java bean instead of an object array. Thanks Raghu From: Chinmoy Chakraborty [mailto:[EMAIL PROTECTED] Sent: Monday, December 01, 2008 5:43 AM To: axis-user@ws.apache.org Subject: Re: Returning

RE: WSDL2Java generated a big stub file. How to generate multiple small ones?

2008-11-11 Thread Raghu Upadhyayula
Gus, Use the -u option in WSDL2Java. -u Unpacks the databinding classes Thanks Raghu -Original Message- From: Gus [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 11, 2008 12:15 PM To: axis-user@ws.apache.org Subject: WSDL2Java generated a big stub file. How

[Axis2] Setting httpFrontendHostUrl programatically.

2008-10-08 Thread Raghu Upadhyayula
Hi, The property httpFrontendHostUrl which is defined in axis2.xml, can it be set programmatically? If so how? Thanks Raghu

Asynchronous web services

2008-09-26 Thread Raghu Upadhyayula
Hi, I have a question about Asynchronous web services. Can a Web Service client use asynchronous style when the Web Service server is using synchronous style? Here's an example: I have a Web Service that is

RE: org.apache.axis2.databinding.ADBException: Unexpected subelement SessionID

2008-06-05 Thread Raghu Upadhyayula
Hi Jyotsna, Use tcpmon to see what request you are sending what is the response you are receiving back from the webservice and post it to the forum so that we can take a look at it and see if the request / response has any issue. Thanks Raghu

RE: AXIS2: ADB: Namespace Optimization or removal??

2008-04-30 Thread Raghu Upadhyayula
If you are using Java then use the -sp option in WSDL2Java when you are generating your stubs. Thanks Raghu From: Youtsey, Sean J CTR NAVSEA KPWA [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 30, 2008 12:44 PM To: axis-user@ws.apache.org Subject:

RE: How to know how the data is passing between client and server.

2008-04-10 Thread Raghu Upadhyayula
You can use tcpmon to see the SOAP requests responses. You can download tcpmon from https://tcpmon.dev.java.net/ Thanks Raghu -Original Message- From: Tikayatray, Lokajit [mailto:[EMAIL PROTECTED] Sent: Thursday, April 10, 2008 3:10 PM To: axis-user@ws.apache.org Subject: How to know

RE: Converting array of objects to OMElement

2008-04-10 Thread Raghu Upadhyayula
Hi Lokajit, Someone in the forum replied to this some days ago ... here's the link which tell you how to convert a Java bean to OMELement ... http://wso2.org/library/332 Thanks Raghu -Original Message- From: Tikayatray, Lokajit [mailto:[EMAIL PROTECTED] Sent: Thursday, April

Is it possible to point multiple WSDL's to the same Service class?

2008-03-27 Thread Raghu Upadhyayula
Is it possible to point multiple WSDL's to the same Service class? Thanks Raghu

[Axis2] Managing Sessions (using JSESSIONID) between 2 webservices deployed within in the same application (war file)

2008-03-18 Thread Raghu Upadhyayula
Hi, I have 2 webservices deployed within the same application (same war file). I want to manage sessions between these 2 webservices (using the setManageSession method). I want the JSESSIONID to be used in all the requests. It works fine if I have 1 service. Here is

RE: Repeated xmlns Question

2008-03-10 Thread Raghu Upadhyayula
Alejandro, There is an option in WSDL2Java to suppress the repeated xmlns declarations on child elements. Use the -sp option with your WSDL2Java. -sp Suppress namespace prefixes (Optimzation that reduces size of soap request/response) Thanks Raghu -Original

RE: [Axis2] What is the difference between various Timeouts?

2008-02-20 Thread Raghu Upadhyayula
Hi, Can anyone let me know the difference between the below 3 timeouts (Axis2 1.3). Are they same? 1) stub._getServiceClient().getOptions().setTimeOutInMilliSeconds(timeoutIn MilliSeconds); 2) stub._getServiceClient().getOptions().setProperty(org.apache.axis2.trans

[Axis2] Deploying multiple services under single web app (single war file)

2008-02-20 Thread Raghu Upadhyayula
Hi, I'm using Axis2 1.3. Is it possible to deploy multiple services under single web application (I mean using single war file). Here's my scenario. Current situation: Currently I have a webservice with multiple methods (one of them being the login method). The clients of my

RE: How do I add an issue in Jira for Axis2?

2008-02-20 Thread Raghu Upadhyayula
Tom, The JIRA website is https://issues.apache.org/jira/ If you already have an account, login with your username password and you can see a menu item on top which says Create a new issue. If you don't have an account, you can

RE: Timeout error during web service call

2008-02-13 Thread Raghu Upadhyayula
Raj, Try setting serviceClient.getOptions().setTimeOutInMilliSeconds(timeoutInMilliSecond s); Thanks Raghu -Original Message- From: Raj [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 13, 2008 1:24 PM To: axis-user@ws.apache.org Subject: Timeout error during web service

[Axis2] Difference between various Timeouts

2008-02-12 Thread Raghu Upadhyayula
Hi, Can anyone let me know the difference between the below 3 timeouts (Axis2 1.3). 1) stub._getServiceClient().getOptions().setTimeOutInMilliSeconds(timeoutIn MilliSeconds); 2) stub._getServiceClient().getOptions().setProperty(org.apache.axis2.trans port.http.HttpConstants.SO_TIMEOUT,

[Axis2] Getting an exception when returning OMElement

2008-02-04 Thread Raghu Upadhyayula
Hi, I have a webservice which returns a complexType (ObjectResult). Here is the definition of the complexType (ObjectResult). complexType name=ObjectResult sequence element name=createdBy nillable=true type=xsd:string / element name=createdDate nillable=true

RE: [Axis2] Getting an exception when returning OMElement - Found more information

2008-02-04 Thread Raghu Upadhyayula
Thanks Raghu From: Raghu Upadhyayula [mailto:[EMAIL PROTECTED] Sent: Monday, February 04, 2008 3:42 PM To: axis-user@ws.apache.org Subject: [Axis2] Getting an exception when returning OMElement Importance: High Hi, I have a webservice which

RE: [Axis2] Webservices - 100% Memory and CPU usage (OutOfMemoryError) on API call

2008-01-31 Thread Raghu Upadhyayula
behavior during wrapping/unwrapping of big SOAP messages. XML processing is expensive in terms of CPU cycles. /philipp Raghu Upadhyayula schrieb: Hi Phillip, I think there were around 300,000 elements in the long[] when I ran into this issue. I suppose, the exception happens

RE: [Axis2] Webservices - 100% Memory and CPU usage (OutOfMemoryError) on API call

2008-01-31 Thread Raghu Upadhyayula
is expensive in terms of CPU cycles. /philipp Raghu Upadhyayula schrieb: Hi Phillip, I think there were around 300,000 elements in the long[] when I ran into this issue. I suppose, the exception happens in the app logic, I haven't tried it on my local machine yet (the error happened on one

RE: [Axis2] Webservices - 100% Memory and CPU usage (OutOfMemoryError) on API call

2008-01-31 Thread Raghu Upadhyayula
size to avoid memory problems, but that's probably just a temporary fix). 100% CPU does not seem very uncommon to me - I have seen similar behavior during wrapping/unwrapping of big SOAP messages. XML processing is expensive in terms of CPU cycles. /philipp Raghu Upadhyayula schrieb: Hi

[Axis2] Webservices - 100% Memory and CPU usage (OutOfMemoryError) on API call

2008-01-30 Thread Raghu Upadhyayula
Hi, I have a webservice API call which is using 100% of Memory CPU and throwing an OutOfMemoryError (I'm using Axis2 1.3). My webservice call returns a long array. Here is the signature of my webservice API. public long[] getIds(Calendar startDate, Calendar endDate) throws

RE: java.lang.NoClassDefFoundError: org/apache/axiom/soap/impl/llom/soap11/SOAP11HeaderBlockImpl

2007-12-28 Thread Raghu Upadhyayula
Hi Tushar, Do you have axiom-impl-1.2.5.jar in your classpath. The SOAP11HeaderBlockImpl class is in this jar file. Thanks Raghu From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, December 28, 2007 11:47 AM To: axis-user@ws.apache.org

RE: [Axis2] trimming down the xml in axis2 1.3

2007-12-13 Thread Raghu Upadhyayula
PROTECTED] Sent: Thursday, December 13, 2007 10:50 AM To: axis-user@ws.apache.org Subject: RE: [Axis2] trimming down the xml in axis2 1.3 Raghu, I see in the archives that you ran into the same problem as this. Did wsdl2java with -sp work for you? Samir --- Raghu Upadhyayula [EMAIL PROTECTED] wrote

RE: [Axis2] trimming down the xml in axis2 1.3

2007-12-12 Thread Raghu Upadhyayula
Samir, Try WSDL2Java with -sp option to suppress the namespace prefix. Thanks Raghu -Original Message- From: samir shaikh [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 12, 2007 2:20 PM To: axis-user@ws.apache.org Subject: [Axis2] trimming down the xml in axis2 1.3 Hi,

RE: [Axis2] trimming down the xml in axis2 1.3

2007-12-12 Thread Raghu Upadhyayula
] trimming down the xml in axis2 1.3 Raghu, Thanks for your help. I tried that out but I want to suppress it on the server. I think WSDL2Java is for generating a client, right? I'm hoping to find some configuration in services.xml or axis2.xml... any idea? Samir --- Raghu

Problem using MTOM with a JPEF file.

2007-12-05 Thread Raghu Upadhyayula
Hi, I have a webservice which is used to upload images to the server. I'm getting an exception if I am sending a JPEG file with MTOM enabled. It works fine if MTOM is not enabled (Base64 encoded). It works fine if I send a GIF file with or without MTOM enabled. Here is the exception

[Axis2] Problem using MTOM with a JPEG file.

2007-12-05 Thread Raghu Upadhyayula
Hi, I have a webservice which is used to upload images to the server. I'm getting an exception if I am sending a JPEG file with MTOM enabled. It works fine if MTOM is not enabled (Base64 encoded). It works fine if I send a GIF file with or without MTOM enabled. Here is the exception

RE: Axis2 Problem accessing the WSDL.

2007-11-27 Thread Raghu Upadhyayula
Hi tinkugadu, From the exception it appears to me that you are trying to get the wsdl using ?WSDL but you have to use ?wsdl (it is case sensitive). Thanks Raghu -Original Message- From: tinkugadu [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 27, 2007 1:16 PM To:

Monitoring Web Services

2007-11-27 Thread Raghu Upadhyayula
Hi, I've developed webservices using Axis2 1.3 version. The way my webservices work is the user first need to login using username password. This login method returns a sessionId. Then the user can call the subsequent webservices APIs by passing the sessionId in the SOAP Header, and

HTTP 502 Proxy Error in Axis 1.3

2007-11-16 Thread Raghu Upadhyayula
Hi, We have a webservice which is using Axis 1.3. There are some clients using our webservices. One of the clients reported that he is getting a HTTP 502 Proxy Error intermittently when accessing our webservices. Does anyone face this problem before or know why this is occurring? Is

RE: Please remove me from this list EOM

2007-11-06 Thread Raghu Upadhyayula
Kishore, Send a mail to [EMAIL PROTECTED] Thanks Raghu From: Kishore Reddy Vaddipalle [mailto:[EMAIL PROTECTED] Sent: Monday, November 05, 2007 8:28 PM To: axis-user@ws.apache.org Subject: Please remove me from this list EOM

RE: [Axis2] Problem with soap:address location in the WSDL (IP Address is not a public IP that is accessible from Internet).

2007-10-29 Thread Raghu Upadhyayula
, Raghu Upadhyayula [EMAIL PROTECTED] wrote: Hi, I have a problem with the soap:address location generated when I browse the WSDL in the browser. I'm using Axis2 1.3. I'm looking at the WSDL in the browser using http

RE: [Axis2] Problem with soap:address location in the WSDL (IP Address is not a public IP that is accessible from Internet).

2007-10-29 Thread Raghu Upadhyayula
From: Raghu Upadhyayula [mailto:[EMAIL PROTECTED] Sent: Monday, October 29, 2007 9:21 AM To: axis-user@ws.apache.org Subject: RE: [Axis2] Problem with soap:address location in the WSDL (IP Address is not a public IP that is accessible from Internet). Hi Amila, I can't change

RE: [Axis2] Problem with soap:address location in the WSDL (IP Address is not a public IP that is accessible from Internet).

2007-10-29 Thread Raghu Upadhyayula
And also in the JIRA it says that AXIS2-3143 is still open and is not assigned to anyone. -Original Message- From: Raghu Upadhyayula [mailto:[EMAIL PROTECTED] Sent: Monday, October 29, 2007 11:56 AM To: axis-user@ws.apache.org Subject: RE: [Axis2] Problem with soap:address location

RE: [Axis2] Problem with C# client accessing a Web Service

2007-10-26 Thread Raghu Upadhyayula
From: Raghu Upadhyayula [mailto:[EMAIL PROTECTED] Sent: Friday, October 26, 2007 4:09 AM To: axis-user@ws.apache.org Subject: [Axis2] Problem with C# client accessing a Web Service Hi, I have a webservice developed using Axis2 1.3. I wrote a Java client

RE: Axis stub response to JSP.

2007-10-25 Thread Raghu Upadhyayula
I guess, you can directly invoke your webservice from JSP using the stub (I haven't tried it though). For Ex: % String endPointURL = http://localhost/webservices/services/MyService; MyServiceStub stub = new MyServiceStub(endPointURL);

RE: [Axis2] Problem with soap:address location in the WSDL (IP Address is not a public IP that is accessible from Internet).

2007-10-24 Thread Raghu Upadhyayula
Any solutions for the below problem. I'm kind of stuck with this. Thanks Raghu From: Raghu Upadhyayula [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 23, 2007 3:14 PM To: axis-user@ws.apache.org Subject: [Axis2] Problem with soap:address location

RE: [Axis2] Problem with soap:address location in the WSDL (IP Address is not a public IP that is accessible from Internet).

2007-10-24 Thread Raghu Upadhyayula
Any solutions for the below problem OR is this a bug in Axis2 1.3?. I'm kind of stuck with this. Thanks Raghu From: Raghu Upadhyayula [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 23, 2007 3:14 PM To: axis-user@ws.apache.org Subject: [Axis2] Problem

RE: [Axis2] XmlSchema choice element not supported, other problems

2007-10-24 Thread Raghu Upadhyayula
Hi Vish, Both the links shown below are referring to different versions of Axis2 http://ws.apache.org/axis2/0_93/adb/adb-howto.html says not supported - From the URL it looks like this link is for version 0.93 of Axis2

RE: AXIS Fault Required Attribute localType is null

2007-10-23 Thread Raghu Upadhyayula
Fault Required Attribute localType is null Raghu, I do not see the type variable in the WSDL. I have attached the WSDL file. Thanks for the help ! regards -Saket Raizada 309-763-5492 Automation (Maintenance) From: Raghu Upadhyayula [mailto

[Axis2] Problem with soap:address location in the WSDL (IP Address is not a public IP that is accessible from Internet).

2007-10-23 Thread Raghu Upadhyayula
Hi, I have a problem with the soap:address location generated when I browse the WSDL in the browser. I'm using Axis2 1.3. I'm looking at the WSDL in the browser using

[Axis2] Problem with soap:address location in the WSDL (IP Address is not a public IP that is accessible from Internet).

2007-10-23 Thread Raghu Upadhyayula
Hi, I have a problem with the soap:address location generated when I browse the WSDL in the browser. I'm using Axis2 1.3. I'm looking at the WSDL in the browser using

RE: AXIS Fault Required Attribute localType is null

2007-10-22 Thread Raghu Upadhyayula
Hi Saket, Can you post your WSDL? From the Axis Fault it looks like you have a variable named type in the Incident object which is defined as not nullable in WSDL and you are not setting that in your request. Thanks Raghu From: Saket

How to change the webservices URL (remove /services from the URL)

2007-10-17 Thread Raghu Upadhyayula
? Thanks in advance Raghu From: Raghu Upadhyayula [mailto:[EMAIL PROTECTED] Sent: Thursday, October 11, 2007 9:23 PM To: axis-user@ws.apache.org Subject: RE: [AXIS2] Simple (?) config question Hi Zhang, I've tried changing the contextRoot

RE: How to change the webservices URL (remove /services from the URL)

2007-10-17 Thread Raghu Upadhyayula
From: Raghu Upadhyayula [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 17, 2007 2:36 PM To: axis-user@ws.apache.org Subject: How to change the webservices URL (remove /services from the URL) Hi, I want to change my webservice URL from

RE: How to change the webservices URL (remove /services from the URL)

2007-10-17 Thread Raghu Upadhyayula
From: Raghu Upadhyayula [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 17, 2007 3:04 PM To: axis-user@ws.apache.org Subject: RE: How to change the webservices URL

RE: How to change the webservices URL (remove /services from the URL)

2007-10-17 Thread Raghu Upadhyayula
) What's in your wsdl? ie. what is soap:address location=?/ equal to? -jeff From: Raghu Upadhyayula [mailto:[EMAIL PROTECTED] Sent

RE: [AXIS2] Simple (?) config question

2007-10-11 Thread Raghu Upadhyayula
//parameter parameter name=servicePathaxis2/parameter I did not try it myself,maybe you can have a try. On 11/10/2007, Raghu Upadhyayula [EMAIL PROTECTED] wrote: Hi Deepal, According to what you said I've changed the contextRoot servicePath in axis2.xml. I've changed

RE: [AXIS2] Simple (?) config question

2007-10-10 Thread Raghu Upadhyayula
Hi Deepal, According to what you said I've changed the contextRoot servicePath in axis2.xml. I've changed it like this. parameter name=contextRoot/webservices/parameter parameter name=servicePathmyService/parameter And when I go to http://localhost/webservices/myService?wsdl

[Axis2] How to remove namespaces from SOAP response in Axis2

2007-10-09 Thread Raghu Upadhyayula
Hi, Does anyone know how to remove namespaces from SOAP response in Axis2? Here is an example of what I wanted. Original SOAP Envelope soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/; soapenv:Body ns1:loginResponse xmlns:ns1=urn:ws.rsys.com

RE: [Axis2] How to remove namespaces from SOAP response in Axis2

2007-10-09 Thread Raghu Upadhyayula
/browse/AXIS2-1784 https://issues.apache.org/jira/browse/AXIS2-1784 added an option -sp to suppress namespace prefixes in WSDL2Java/SchemaCompiler. === -Original Message- From: Raghu Upadhyayula [mailto:[EMAIL

RE: Rampart-1.1.mar

2007-09-21 Thread Raghu Upadhyayula
Rajesh, You can find the distribution for all Rampart 1.3 at http://www.apache.org/dyn/mirrors/mirrors.cgi/ws/rampart/1_3/rampart-1.3 .zip Thanks Raghu From: Rajesh, Peter (CLAIMS, WIP) [mailto:[EMAIL PROTECTED] Sent: Friday, September

RE: ERP and .aar

2007-09-21 Thread Raghu Upadhyayula
Hi Nasreen, You can check the Axis2 Quickstart guide at http://ws.apache.org/axis2/1_3/quickstartguide.html In this under Axis2 Services, it'll show the structure of an axis2 war file also the structure of an aar file. For detailed explanation, you can

RE: What new in Axis2?

2007-09-05 Thread Raghu Upadhyayula
Ashish, Check this http://ws.apache.org/axis2/ Thanks Raghu From: Ashish Jain [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 05, 2007 6:23 AM To: [EMAIL PROTECTED]; axis-user@ws.apache.org Subject: What new in Axis2? Hi All! I

RE: OMElement Vs java.lang.Object for (xsd:anyType) - Axis 1.3 Vs Axis 2 code generation

2007-08-27 Thread Raghu Upadhyayula
for (xsd:anyType) - Axis 1.3 Vs Axis 2 code generation basically you are asking when is the Axis2 1.4. we have just release Axis2 1.3 so it would be from another 3 or 4 months time. Amila. On 8/22/07, Raghu Upadhyayula [EMAIL PROTECTED] wrote: Hi Amila, It worked with the nightly build jars

RE: OMElement Vs java.lang.Object for (xsd:anyType) - Axis 1.3 Vs Axis 2 code generation

2007-08-21 Thread Raghu Upadhyayula
, 2007 9:36 PM To: axis-user@ws.apache.org Subject: Re: OMElement Vs java.lang.Object for (xsd:anyType) - Axis 1.3 Vs Axis 2 code generation On 8/17/07, Raghu Upadhyayula [EMAIL PROTECTED] wrote: Hi Amila, I'm currently using Axis2 1.3 version, is this bug fixed in that or do I need to get

RE: [axis2].1.3 ADB exception

2007-08-20 Thread Raghu Upadhyayula
Hi Ajay, axis2-adb-1.3.jar contains the org.apache.axis2.databinding.ADBException class. Please verify your classpath in eclipse and check whether this jar is available or not. Thanks Raghu From: Ajay Joshi [mailto:[EMAIL PROTECTED] Sent: Monday,

RE: OMElement Vs java.lang.Object for (xsd:anyType) - Axis 1.3 Vs Axis 2 code generation

2007-08-17 Thread Raghu Upadhyayula
generation this is a bug in Axis2. It has fixed in the trunk. please have a look at with a nightly build. On 8/11/07, Raghu Upadhyayula [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi, In my webservices, I have a method which has a parameter defined as type=xsd:anyType in the WSDL

RE: WSDL2Java is not creating the classes!

2007-08-17 Thread Raghu Upadhyayula
Hi Krithika, Your email is confusing to me. In your email subject you said that WSDL2Java is not creating the classes and below in your email body, you are also saying that Though the java source files are created inside the samples/stock/client directory. Am I missing anything? The

RE: access to ServletConfig from service class

2007-08-14 Thread Raghu Upadhyayula
Hi Feh, You can get the ServletContext as follows (In Axis 1.3). Which Axis version are you using? For Axis 1.3 MessageContext context = MessageContext.getCurrentContext(); HttpServlet servlet = (HttpServlet)context.getProperty(HTTPConstants.MC_HTTP_SERVLET);

RE: [Axis2][VOTE]Axis2 1.3 release artifacts (#take3)

2007-08-13 Thread Raghu Upadhyayula
+1 Thanks Raghu -Original Message- From: Ruchith Fernando [mailto:[EMAIL PROTECTED] Sent: Sunday, August 12, 2007 6:51 PM To: axis-user@ws.apache.org Cc: [EMAIL PROTECTED] Subject: Re: [Axis2][VOTE]Axis2 1.3 release artifacts (#take3) +1 Thanks, Ruchith On 8/10/07, Deepal jayasinghe

RE: returning complex object with Axis2

2007-08-10 Thread Raghu Upadhyayula
Hi Feh, Here is how you return complex object with Axis2 (I'm showing this in WSDL 1.1 version). For Example: Say you have the following method. public Employee findEmployee (long empId); This method is returning an Employee object which

RE: [Axis2] Zero Blockers for 1.3

2007-08-08 Thread Raghu Upadhyayula
Hi Dims, This is regarding JIRA AXIS2-2352. Even though the NPE in AxisServlet.java is fixed in AXIS2 1.3 SNAPSHOT, I'm still getting NPE in my ResponsysWSServiceMessageReceiverInOut.java. I've updated the JIRA with the details. Thanks Raghu -Original

RE: [Axis2] Speak Now or Forever Hold Your Peace!

2007-07-26 Thread Raghu Upadhyayula
Hi Dims, I have a JIRA logged in long back Axis2-2352, the status shows as resolved, though it is not yet resolved. Thanks Raghu -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Thursday, July 26, 2007 6:00 AM To: [EMAIL PROTECTED];

RE: NullPointerException when accessing a service that works in another container

2007-07-12 Thread Raghu Upadhyayula
Hi Everyone, I have the same problem. My webservices are working fine in dev environment(Windows), and when I deploy the webservices to a test environment (Linux), I'm getting the same exception in the SOAP response. Any help is appreciated, I'm stuck with this issue for a while.

RE: NullPointerException when accessing a service that works in another container

2007-07-12 Thread Raghu Upadhyayula
I forgot to mention the axis version I'm using. I'm using Axis2 1.2 version. Thanks Raghu From: Raghu Upadhyayula [mailto:[EMAIL PROTECTED] Sent: Thursday, July 12, 2007 11:01 AM To: axis-user@ws.apache.org Subject: RE: NullPointerException when

RE: call Axis2 Ws taking multiple parameters

2007-07-10 Thread Raghu Upadhyayula
Hi Zakaria, To pass multiple parameters to your method using the 'invoke' method you do it like this. this.result = (String) call.invoke(new Object[] { msg, msg1, msg2 } ); In this way, you can pass as many parameters you want based on how many

[Axis2] org.apache.axis2.AxisFault: First Element must contain the local name, Envelope

2007-07-09 Thread Raghu Upadhyayula
Hi, I'm using Axis2 1.2 version. My webservices are working fine on my desktop, but when I deploy it into our development server (which is a Linux machine App. Server is JBoss), the application was deployed correctly, but when I try to access those webservices from my desktop I'm

RE: How to accession HttpSession inside Axis Webservice

2007-07-09 Thread Raghu Upadhyayula
Hi Ashish, Here is how you access HttpSession inside Axis webservice. MessageContext context = MessageContext.getCurrentMessageContext(); HttpServletRequest req = (HttpServletRequest) context.getProperty(HTTPConstants.MC_HTTP_SERVLETREQUEST); HttpSession

RE: Axis2 rest

2007-07-04 Thread Raghu Upadhyayula
Perhaps one of the developers can answer this? I'd be more inclined to use straight HTTP than Axis2, though. Anne On 7/3/07, Raghu Upadhyayula [EMAIL PROTECTED] wrote: Thanks Anne. How do you submit a request having complex types with a POST? Can you show me for the login

RE: Axis2 rest

2007-07-03 Thread Raghu Upadhyayula
Hi Zakaria, For the methods with simple parameters you use it like this Say I have a webservice MyService with login method and username password parameters, then the rest URL will look like this.

RE: Axis2 rest

2007-07-03 Thread Raghu Upadhyayula
technologies like SOAP/WSDL. -jeff -Original Message- From: Raghu Upadhyayula [mailto: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] ] Sent: Tuesday, July 03, 2007 3:45 PM To: axis-user@ws.apache.org Subject: RE: Axis2 rest Hi Zakaria, For the methods with simple parameters you use

RE: [Axis2] org.apache.axis2.AxisFault: First Element must contain the local name, Envelope

2007-07-02 Thread Raghu Upadhyayula
Hi Dims, Have you got a change to take a look at this issue, I've attached the log file to the JIRA. I'm kind of stuck and not able to proceed further without resolving this issue. Thanks Raghu -Original Message- From: Raghu Upadhyayula [mailto:[EMAIL PROTECTED] Sent: Friday

RE: [Axis2] org.apache.axis2.AxisFault: First Element must contain the local name, Envelope

2007-06-29 Thread Raghu Upadhyayula
to edit commons-logging.properties and log4j.properties and put them in WEB-INF/classes and then hit the server with your client again. thanks, dims On 6/27/07, Raghu Upadhyayula [EMAIL PROTECTED] wrote: Hi, Has anyone got this issue? I need a resolution as our development

RE: [Axis2] org.apache.axis2.AxisFault: First Element must contain the local name, Envelope

2007-06-25 Thread Raghu Upadhyayula
To: axis-user@ws.apache.org Subject: Re: [Axis2] org.apache.axis2.AxisFault: First Element must contain the local name, Envelope Looks similar to this one - http://issues.apache.org/jira/browse/AXIS2-2352 Can you please zip up your sample and upload it too? thanks, dims On 6/22/07, Raghu Upadhyayula

RE: [Axis2] org.apache.axis2.AxisFault: First Element must contain the local name, Envelope

2007-06-25 Thread Raghu Upadhyayula
=noshade h3JBossWeb/2.0.0.GA/h3 /body /html Thanks Raghu -Original Message- From: Raghu Upadhyayula [mailto:[EMAIL PROTECTED] Sent: Monday, June 25, 2007 10:26 AM To: axis-user@ws.apache.org; [EMAIL PROTECTED] Subject: RE: [Axis2] org.apache.axis2.AxisFault: First Element

[Axis2] org.apache.axis2.AxisFault: First Element must contain the local name, Envelope

2007-06-22 Thread Raghu Upadhyayula
Hi, When I deploy my webservices on my localhost (desktop) and test it using a java client, it is working fine. But when the same webservices project is built deployed on our development server and tested using java client, I'm getting the below

RE: Array in axis 2

2007-06-21 Thread Raghu Upadhyayula
Hi Chris, Try changing your wsdl as shown below in blue Thanks Raghu From: Chris Shah [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 20, 2007 7:33 PM To: axis-user@ws.apache.org Subject: Array in axis 2 I am writing a doc literal

  1   2   >