[axis2-MTOM: Uploading Time-out]

2009-11-16 Thread Vaibhav Arya
Hi All, I'm using apache axis2 for uploading files though MTOM. When I tried to upload 3 MB zip file then I faced the problem of 'Timed-out' through .net client. However there is no time-out problem through JAVA client. But it takes so long. The user can not wait so long. 1. What is t

Apache Axis2 ECCN

2009-11-16 Thread ta-hirano
Dear Apache Axis2 Users Hi, my name is Takayuki Hirano, and I work at Hitachijoho, Japan. I am writing to ask you what is the export control classification number for the Apache Axis2. (ECCN) I need to know this in order to obtain the legal clearance to embedded Apache Axis2 in our test framewor

Additional characters in Axis2 SOAP message

2009-11-16 Thread Lawrence Yao
Hello all, I have written a client using Axis2 (version 1.5) that attempts to access a Web service written in C#/mono. Whenever I attempt to connect, I receive the following exception: org.apache.axis2.AxisFault: Could not deserialize Soap message I noticed that the SOAP message sent to the serv

RE: Use XMLBeans with Axis1?

2009-11-16 Thread KARR, DAVID (ATTCINW)
Ok, I guess I should have worded my question differently. Can you tell me HOW you did it? Show me the required elements and what they look like. From: Olindo Pindaro [mailto:o.pind...@gmail.com] Sent: Monday, November 16, 2009 2:59 PM To: axis-user@ws.apache.org Subject: Re: Use XMLBeans

Re: Use XMLBeans with Axis1?

2009-11-16 Thread Olindo Pindaro
I just relased a project using Axis 1.4 with xmlbeans. No problem, the "Integration" is natural, seamless. 2009/11/16 KARR, DAVID (ATTCINW) > I know that usage of Axis1 is probably pretty rare now, but I wanted to > know whether there is any (successful) experience integrating Axis1 with > XM

RE: Creating Web Service client using HTTPS from wsdl files

2009-11-16 Thread Jaime Hablutzel Egoavil
I think that I've see that about connection reset because of the missing keystore javax.net.ssl.trustStore property System.setProperty("javax.net.ssl.trustStore", "/path/to/.keystore"); System.setProperty("javax.net.ssl.trustStorePassword", "changeit"); ConfigurationContext ctx

RE: Problem running axis2-wsdl2code-maven-plugin

2009-11-16 Thread Parmelee,Sean
I believe this is related to the issue mentioned here: https://issues.apache.org/jira/browse/AXIS2-4549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel You can try the workaround mentioned in the link to see if that corrects your issue. Thanks, Sean Parmelee -Original Mess

RE: Creating Web Service client using HTTPS from wsdl files

2009-11-16 Thread Suma.Subramanian
Hi Prabath, Sorry, I don't think I have permission to expose the client code. But someone who had tried a similar scenario, please help. Thanks, Suma -Original Message- From: Prabath Siriwardena [mailto:prab...@wso2.com] Sent: Monday, November 16, 2009 1:52 PM To: axis-user@ws.apache

Use XMLBeans with Axis1?

2009-11-16 Thread KARR, DAVID (ATTCINW)
I know that usage of Axis1 is probably pretty rare now, but I wanted to know whether there is any (successful) experience integrating Axis1 with XMLBeans. I've done some searches on the internet, and the only ones I found were people who gave up. :)

Re: Creating Web Service client using HTTPS from wsdl files

2009-11-16 Thread Prabath Siriwardena
Can you please attach your client code ? Thanks& regards. -Prabath suma.subraman...@thomsonreuters.com wrote: Hi I need to invoke a set of web services through HTTPS. The WSDL files and the XSD files are provided. I was able to get the token from the client with the Authentication web servi

Re: [Axis2] with Rampart -- XMLStreamException "the prefix ==> Already exists for namespace

2009-11-16 Thread Sagara Gunathunga
Try for this http://people.apache.org/repo/m2-snapshot-repository/org/apache/axis2/ On Mon, Nov 16, 2009 at 11:13 PM, Jaime Hablutzel Egoavil wrote: > > I guess > > http://svn.apache.org/repos/asf/webservices/axis2/trunk/java/ > > Jaime Hablutzel | 9-8964-0369 > > (tildes omitidas intencionalmen

RE: [Axis2] with Rampart -- XMLStreamException "the prefix ==> Already exists for namespace

2009-11-16 Thread Jaime Hablutzel Egoavil
I guess http://svn.apache.org/repos/asf/webservices/axis2/trunk/java/ Jaime Hablutzel | 9-8964-0369 (tildes omitidas intencionalmente) > Date: Mon, 16 Nov 2009 05:48:48 -0800 > From: thiruma...@yahoo.com > To: axis-user@ws.apache.org > Subject: Re: [Axis2] with Rampart -- XMLStreamE

Axis Fault -- org/apache/axis/client/Service

2009-11-16 Thread wazup80
Hi, I am new to webservices and running into an issue. What i'm trying to do is basically build a webservice that will take a user's input and then connect to another webservice to get some results. So, the user will select a service (a function), and from that, it will connect to a third par

Creating Web Service client using HTTPS from wsdl files

2009-11-16 Thread Suma.Subramanian
Hi I need to invoke a set of web services through HTTPS. The WSDL files and the XSD files are provided. I was able to get the token from the client with the Authentication web service. But when I invoke the other web service I get a SocketException: Connection Reset. As I'm new to Java and web se

Re: [Axis2] with Rampart -- XMLStreamException "the prefix ==> Already exists for namespace

2009-11-16 Thread srini.maran
Hi Axis User: Can you please anyone tell me where I can download the Axis2/Java nightly builds (V 1.5)? I have been asking for last 2 weeks. Nobody responded. Thanks Srini srini.maran wrote: > > Hi Amila. > > Where i can download the Axis2/Java nightly builds(V 1.5)? Please

Re: Please help me with this AxisFault

2009-11-16 Thread Vijay Mali
Hi Jonah, Thanks for the response! I have sorted this...!!! Thanks to AXIS -> WSDL2Javamakes life so easy! Regards, VJ From: jonah Sent: Monday, November 16, 2009 11:00 AM To: axis-user@ws.apache.org Subject: Re: Please help me with this AxisFault Hi,pls paste wsdl content. 2009/11/1

Re: Please help me with this AxisFault

2009-11-16 Thread jonah
Hi,pls paste wsdl content. 2009/11/15 Vijay Mali > *Hi,* > > * * > > *I am new to Webservice. Please see my code below and the exception I am > getting. Can someone please explain where am I going wrong?* > > * * > > * * > > > > *import java.net.URL;* > > * * > > *import javax.xml.namespace.QNa