Re: 'no such operation' after ?wsdl

2008-02-08 Thread Anne Thomas Manes
Are you saying that you get an axis fault when you do an HTTP GET on http://localhost:7001/webvisao/service/ConsultaDeclaracoesIVAServiceSoap?wsdl ? That makes no sense. There shouldn't be any SOAP processing when doing a GET. As for your WSDL, I see the following errors: The "namespace" att

Re: SAML with Axis2

2008-02-08 Thread Nuria Rodríguez García
Hi again!! Well, I have put all in SNAPSHOT and works. Thank you very much. 2008/2/8, Nandana Mihindukulasooriya <[EMAIL PROTECTED]>: > > Hi Nuria, > Are you using the latest Rampart jars ? Can you post the SOAP > response you get from the server ? > I checked the sample with the trunk a

AXIS TCP - TIME_WAIT - Connection Leak

2008-02-08 Thread h b
Hello, I'm using a stub that is connecting the server using TCP transport. I'm looping around calling the service operation. After I'm done I run netstat -na and I see a whole lot of connections in TIME_WAIT. Can I instruct the stub to clean up the connection after a method call? Thanks

Re: SAML with Axis2

2008-02-08 Thread Nuria Rodríguez García
Hi, I'm using rampart-1.3. The soap response I get from the server is: http://schemas.xmlsoap.org/soap/envelope/"xmlns:wsa ="http://www.w3.org/2005/08/addressing";> http://www.w3.org/2005/08/addressing/soap/fault urn:uuid:491E0CE6F9BE8324DB1202511282800 soapenv:Server An error was di

RE: AxisServlet & ListingAgent

2008-02-08 Thread Guillaume Cauchon
Thanks dims! In the meantime I had found another workaround: I was setting a property in the ConfigurationContext and was accessing it through the ServletContext, but this requires a lot more code and it's not as clean as the way data is passed from the Servlet to the .jsp pages in the weapp desig

Re: FW: [Axis2] Using Axis2 1.3 with xalan 2.6.0 and xerces 2.6.2

2008-02-08 Thread Davanum Srinivas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 You can remove the xbean jar as well. - -- dims Pantvaidya, Vishwajit wrote: | Thanks Dims. | | Just realized that I had to replace the xbean 2.2.0.jar that came with axis2 with an older version. I hope that is okay as well since I am not using Xml

FW: [Axis2] Using Axis2 1.3 with xalan 2.6.0 and xerces 2.6.2

2008-02-08 Thread Pantvaidya, Vishwajit
Thanks Dims. Just realized that I had to replace the xbean 2.2.0.jar that came with axis2 with an older version. I hope that is okay as well since I am not using Xmlbeans binding for Axis2. -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Friday, February 08,

Re: AxisServlet & ListingAgent

2008-02-08 Thread Davanum Srinivas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 anyways, i fixed the AxisServlet in Axis2. thanks, dims Davanum Srinivas wrote: | eek! Don't know why Asankha did not fix Axis2's when he checked in the | synapse patch :( | | -- dims | | Andreas Veithen wrote: | | Hi Guillaume! | | | | In the Apach

Re: AxisServlet & ListingAgent

2008-02-08 Thread Davanum Srinivas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 eek! Don't know why Asankha did not fix Axis2's when he checked in the synapse patch :( - -- dims Andreas Veithen wrote: | Hi Guillaume! | | In the Apache Synapse project we had the very same problem. See | http://issues.apache.org/jira/browse/SYNA

Re: AxisServlet & ListingAgent

2008-02-08 Thread Andreas Veithen
Hi Guillaume! In the Apache Synapse project we had the very same problem. See http://issues.apache.org/jira/browse/SYNAPSE-222 for a workaround. Andreas On 08 Feb 2008, at 15:50, Guillaume Cauchon wrote: Hi, I’m currently working on a custom AxisServlet in which I need to pass more data t

Re: [Axis2] Using Axis2 1.3 with xalan 2.6.0 and xerces 2.6.2

2008-02-08 Thread Davanum Srinivas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 yes, it's ok. Pantvaidya, Vishwajit wrote: | I am using Axis2 1.3 and xalan 2.7.0 and xerces 2.8.1 that came bundled with it. But another library that I use, requires the class org/apache/xpath/compiler/FuncLoader which is missing in that xalan. So

[Axis2] Using Axis2 1.3 with xalan 2.6.0 and xerces 2.6.2

2008-02-08 Thread Pantvaidya, Vishwajit
I am using Axis2 1.3 and xalan 2.7.0 and xerces 2.8.1 that came bundled with it. But another library that I use, requires the class org/apache/xpath/compiler/FuncLoader which is missing in that xalan. So I need to move to xalan 2.6.0 and xerces 2.6.2 (which is the recommended xerces for that xa

...Version?xsd throwing NullPointerException

2008-02-08 Thread jafaram
I am running axis2 in websphere 5.1. And testing the Version service. Everythign looks good, except when i try http://localhost/Axis2Web/services/Version?xsd it throwing [2/8/08 13:41:17:789 EST] 75c8c978 WebGroup E SRVE0026E: [Servlet Error]-[AxisServlet]: java.lang.NullPointerException

'no such operation' after ?wsdl

2008-02-08 Thread fpaulo
Hi! I'm having the strangest problem with my web service. I have a Weblogic 10 server running Axis1.4 stubs created via the wsdl2java tool. I have a simple client invoking the service and it works fine. But when I access the wsdl via browser with the service?wsdl feature, I start getting an axis f

multidimension array parameter

2008-02-08 Thread Ross Allard
I've got a service method declared: Object setData(String entityKey, double xvalues[][], double yvalues[], SpmDataTransferElement xelement[], SpmDataTransferElement yelement) throws Exception The wsdl, however, doesn't seem to acknowledge the 2 dim

https/ssl session establishment is very very slow

2008-02-08 Thread Joe S
Hi, I've implemented a SOAP Web Services client using AXIS2-1.3 libraries and WSDL2JAVA. The main problem is that https/ssl session establishment is very very slow, it takes 4.5 seconds! I've used the following option to reuse httpclient: stub = new myStub(url); org.apache.axis2.client.Options

RE: invokeBlocking array parameter

2008-02-08 Thread Ross Allard
I lied. Turns out my object was not so simple. However, seemed like this used to work in Axis 1.2. I noticed all kinds of Swing stuff in the wsdl that I wasn't expecting. Once I simplified the object so that it's just a data transfer object, the array marshalling started working. Thanks --

CallbackHandler not called & Axis Exception : Unsupported SignedSupportingToken

2008-02-08 Thread Anil Misra
Hi, I used the following policy file for the client and got the "Axis Exception : Unsupported SignedSupportingToken" exception , so I changed the policy file to include for secureconversation token and ran the client , this time it does not call the handle method on the CallbackHandler

Re: Issue with BeanUtil.deserialize()

2008-02-08 Thread Murali Krishnan
I respond to myself and others who may come across in the future :) By using the following JAXB customization, you can get past the data types issue (and also the problem with JAXB generating List types for 'unbounded' xml elements - which seem to be a problem with Axis2 since it looks for sette

Reg: XML request for Web Service

2008-02-08 Thread Ramu_Duvvarapu
Hi, I am developing web services using AXIS. How to develop web service with AXIS which accept plain XML as a request without SOAP envelope? Please let me know the procedure for getting the solution or any work around to achieve this. Regar

AxisServlet & ListingAgent

2008-02-08 Thread Guillaume Cauchon
Hi, I'm currently working on a custom AxisServlet in which I need to pass more data to the .jsp pages. I wanted to extend the ListingAgent to add more to the session's parameters, but the instance access right are private so I can't overrides the AxisServlet instance with my own... public cl

Re: SAML with Axis2

2008-02-08 Thread Nandana Mihindukulasooriya
Hi Nuria, Are you using the latest Rampart jars ? Can you post the SOAP response you get from the server ? I checked the sample with the trunk and it worked fine for me. Please take a look at this [1] thread too. Thanks, /nandana [1] - http://marc.info/?t=12017867083&r=1&w=2 On

Re: SAML with Axis2

2008-02-08 Thread Nuria Rodríguez García
Hi Nandana, I could deploy the services without problem. But now when I execute the client side I receive the following error. Exception in thread "main" org.apache.axis2.AxisFault: An error was discovered processing the header. (Reference URI is null)[* java*] at org.apache.axis2.util.Utils.getI

Re: Reading Header

2008-02-08 Thread Nandana Mihindukulasooriya
Hi, You can use Username Authentication with Rampart. Please take a look at http://wso2.org/library/240 http://wso2.org/library/234 http://wso2.org/library/169 thanks, nandana Nandana Mihindukulasooriya WSO2 inc. http://nandana83.blogspot.com/ http://nandanasm.wordpress.com/

Reading Header

2008-02-08 Thread lucky gupta
Hi, Can some one please point me to Axis2 resource or tell me how I should be doing following - I want to get a UserId/Password in all Web Service requests.I need to extract that and authenticate the user by invoking a 3rd party authentication API. I am a lil scared of doing a handler stuff to extr

Re: Regarding the License of axis 1.

2008-02-08 Thread Davanum Srinivas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 jaxrpc jar is under Apache License 2.0. WSDL4J is under CPL (check the sourceforge site for wsdl4j) thanks, - -- dims Madhurima Reddy wrote: | Hi, | | | | I have query regarding the License of axis-bin-1_4.I have downloaded the | binary distributio

Axis2 request-response

2008-02-08 Thread Tobias Anstett
Hi, i have wrapped my request-response operations in transactions. When i was debugging last time i have reached the client timeout limit - and when i had finished debugging, the server sent a response to the "closed" client => transaction committed. Is there a method or way to detect that the cli

[Axis2] wsdl2java: return value of call

2008-02-08 Thread Oliver Hirschi
Hi there... I try to call a soap-interface (of the indesignserver) with a java-client. I generated the client-stub due to the below attached WSDL with wsdl2java of the axis2 version 1.3. The call works perfectly with the wsdl2java-generated java-objects, but I did not get the return-value (scr

embedding axis2 inside webapp

2008-02-08 Thread Ajit.Kamalakant
Hi Group, Any pointers/articles on how to embed axis2 into an existing web app I could deploy & run using the embedded web server though. Thanks, Ajit DISCLAIMER: This message contains privileged and confidential information and is intended only for an individual named. If you are

Re: [axis2] Unexpected character 'E' (code 69) in prolog; expected '<'

2008-02-08 Thread Michele Mazzucco
Asankha, I've created https://issues.apache.org/jira/browse/AXIS2-3496 for the errors I've mentioned in my previous email. Michele On Fri, 2008-02-08 at 09:20 +, Michele Mazzucco wrote: > On 7 Feb 2008, at 16:44, Asankha C. Perera wrote: > > > Seems like you are receiving an HTML response t

encoding of SOAP responses

2008-02-08 Thread Jan Philipp Seng
Hi, I am using Axis2 1.3 with ADB. There is a demand to deliver the SOAP responses in latin1 (ISO-8859-1) instead of UTF-8. Can I change the encoding of SOAP responses? Thanks Jan Gruß, Jan __ Jan Philipp Seng IT-Entwicklung Travel

Regarding the License of axis 1.

2008-02-08 Thread Madhurima Reddy
Hi, I have query regarding the License of axis-bin-1_4.I have downloaded the binary distribution from the Apache site. This distribution also contains some of the jars like jaxrpc.jar and wsdl4j-1.5.1.jar .Is the License provided in the distribution is applicable for all the jars present in it

Re: [axis2] Unexpected character 'E' (code 69) in prolog; expected '<'

2008-02-08 Thread Michele Mazzucco
On 7 Feb 2008, at 16:44, Asankha C. Perera wrote: Seems like you are receiving an HTML response to a SOAP query.. This issue is fixed on the latest Synapse transport - but not available in the code of Axis2 1.3 Asankha, using tcmon I've found the message which generates the error POST /

Enumeration with "Factory" value causes compilation failure

2008-02-08 Thread David Meiklejohn
Hi, I have a simple type enumeration with a list of sub address types. The problem I am encountering is that when I put "Factory" in as a value it causes the code for the generated stub to fail at compilation. Is this a known bug? Is there a workaround that would allow me to generate an enumera