[Axis2] Axis2 tutorial at Apachecon US 2008

2008-10-10 Thread Deepal jayasinghe
I am planing to do an Axis2 tutorial [1] in ApacheCon US 2008 , so if you are interested in attending that tutorial I think its time for registration [2]. The tutorial will cover , introduction to Axis2 , Deploying Axis2 , Writing services , invoking services , session management and etc.. [1]

Re: TCP port error

2008-10-10 Thread Igor Nogueira
I've noticed that my service EPR is: Service EPR : http://localhost:8080/axis2/services/ShoppingCart To invoke using TCP shouldn't it be ftp://localhost:8080/axis2/services/ShoppingCart? How can I do that? Do I have to change something on tomcat? Best Regards, Igor Nogueira

Rampart 1.4 mustUnderstand

2008-10-10 Thread RonnieMJ
Does rampart version 1.4 default mustUnderstand to 1? I'm getting the famous error, and am using a policy to set my configurations in code (client side ONLY). My wsse:security tag ends up as mustunderstand="1". http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd"; s

Re: TCP port error

2008-10-10 Thread Igor Nogueira
Any idea? I've already disabled Windows firewall, but nothing happened. I still get "Connection refused" error. I'm sending the log outpupt, maybe you can understand what is happening. ;-) Thanks in advance, Igor Nogueira stdout_20081010.log Description: Binary data ---

RE: Hep Needed:Response is not corresponding to the current request passed

2008-10-10 Thread Martin Gainty
re-asking deepals original question a)is the client stub making the request in a blocking call? b)is the client stub making one thread/call ? Martin __ Disclaimer and confidentiality note Everything in this e-mail and any attachments relates to th

Defining Custom WSDL

2008-10-10 Thread Aegis1888
Hi guys, My work has come to a bit of a stand still because I am trying to define a complex data type that I cannot seem to describe in a wsdl. I'm new to web services so I bear with me if this doesn't come out right. I'm using axis2 to build my web services, which adheres to the SOAP specifica

Re: FW: Problems with Axis Http Connection Manager not closing connections

2008-10-10 Thread Paul Fremantle
Hi Natraj, Have you tried Axis2 1.4.1? Paul On Fri, Oct 10, 2008 at 4:06 PM, Gudla, Natraj (GE Money, consultant) <[EMAIL PROTECTED]> wrote: > Hi All, > Earlier i have emailed to the axis-dev list but did not see a reply back. > Can you please suggest any options you may have for the underlying

Re: Axis webservice: connection refused exception (intermittent)

2008-10-10 Thread Matthew Beldyk
Hi, I was actually about to type an almost identical question. We have several axis2 (1.3) webservices running under tomcat (6.0.14) that are called via a Flex 3 page. Every once in a while we see an error from the client, literally: we'll run a query, it returns successfully, we rerun the same

java2wsdl using JaxbSchemaGenerator

2008-10-10 Thread Cherian Sijo
Hi, I am using java2wsdl -sg org.apache.axis2.jaxbri.JaxbSchemaGenerator option to generate wsdl. When I am throwing a simple exception from a operation in service class, the schemageneration fails saying: com.sun.xml.bind.v2.runtime.IllegalAnnotationsException: 1 counts of IllegalAnnotationE

FW: Problems with Axis Http Connection Manager not closing connections

2008-10-10 Thread Gudla, Natraj (GE Money, consultant)
Hi All, Earlier i have emailed to the axis-dev list but did not see a reply back. Can you please suggest any options you may have for the underlying problem that i quoted. Thanks Natraj. From: Gudla, Natraj (GE Money, consultant) Sent: 08 October 2008 15:1

AW: get datasource via spring with spring inside aar layout

2008-10-10 Thread Grimm, Markus
Hi, I had the same problem... http://www.nabble.com/Problem-with-service-context-td19623630.html Thanks Markus Von: qingzhao zheng [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 10. Oktober 2008 15:22 An: axis-user@ws.apache.org Betreff: get datasource via sp

RE: Hep Needed:Response is not corresponding to the current request passed

2008-10-10 Thread mohammad.emran.pasha
I have two scenarios here: I am actually working with weblogic portals. In the first scenario I have four different portels, each portlet calls the clent stub once with the differnet input values. In the second scenario one portlet calls my client stub four times in a loop. In both the c

get datasource via spring with spring inside aar layout

2008-10-10 Thread qingzhao zheng
hi,I have follow the guide to make the sample pojospringguide run with spring inside aar layout .but when I try to get the datasource via org.springframework.jdbc.datasource.DriverManagerDataSource in applicationContext.xml .it throws Exception ---class not found .the oracle.jdbc.driver.OracleD

Re: Hep Needed:Response is not corresponding to the current request passed

2008-10-10 Thread Deepal Jayasinghe
If you are calling blocking manner I can not understand how this happen , is it a a loop or multiple threads ? -Deepal > Hi, > > I am using client stub generated using axis2-1.4 jars. > > In my scenario I pass four different set of inputs in a loop. Means I call my > client stub four times i

Hep Needed:Response is not corresponding to the current request passed

2008-10-10 Thread mohammad.emran.pasha
Hi, I am using client stub generated using axis2-1.4 jars. In my scenario I pass four different set of inputs in a loop. Means I call my client stub four times in a loop with four different set of inputs. Example: getObjectReq = GetObjectDoc.Factory.newInstance(); ge

Re: Classes in classpath (Axis2)

2008-10-10 Thread Deepal Jayasinghe
> Hi All; > > I have a problem about classpath and classes . I have written my > request handler and published it using axis2.war and added my classes > in a aar file by defining its package and class name in services.xml > and it works fine .. (I am on Jboss 4.0.3) > > Now I want to remove the c

Classes in classpath (Axis2)

2008-10-10 Thread ibrahim demir
Hi All; I have a problem about classpath and classes . I have written my request handler and published it using axis2.war and added my classes in a aar file by defining its package and class name in services.xml and it works fine .. (I am on Jboss 4.0.3) Now I want to remove the class files fr

Axis webservice: connection refused exception (intermittent)

2008-10-10 Thread shafi_363
Hi, I have a question regarding Axis webservice. I get the following exception intermittently when the axis webservice is contacted from other component. Exception start = 2008-03-25 17:18:17,792 ConnectException: Failed to contact Webservice AxisFault