[axis2 java]HTTPS

2009-11-13 Thread Vadim Letitchevski
Hi I have a few Axis2 based clients and services working using HTTP already. The source was initially generated fro WSDL. Our client requested use of HTTPS now. Could you please refer me to some info on how to transition to HTTPS communication under Axis2? I see some bits and pieces in this fo

MessageContext does not have an associated SOAPFault.

2009-11-13 Thread Selvaraj, Peter (eBusiness)
Hi , I'm using Axis2 1.4, jdk1.5_11 in Weblogic 10.2. While sending soap request to the webservice, below exception is thrown. Please let me know what could be the reason and if any hints to resolve this. java.lang.IllegalArgumentException: The MessageContext does not have an associated SOAPFaul

Re: SOAP/JMS Implementation on 5.1 (IBM MQ) questions.

2009-11-13 Thread Andreas Veithen
Vinnie, Nightly builds are available from [1]. However, I'm not sure if these are builds of the trunk (the current development version) or the branch (the code that will become version 1.0). A guess it's the trunk. However, for the JMS transport there should not be much difference between the two.

RE: SOAP/JMS Implementation on 5.1 (IBM MQ) questions.

2009-11-13 Thread Vincent DiPrenda
Thanks Andreas, I'm assuming the code in the ws-commons will be available for use as a jar file under the Axis2 environment. Is that also available to preview at this point? Asankha was kind enough to send me the a link to the source of the JMS transport code, but I'm not quite sure of how it's

Re: SOAP/JMS Implementation on 5.1 (IBM MQ) questions.

2009-11-13 Thread Andreas Veithen
On Fri, Nov 13, 2009 at 15:46, Vincent DiPrenda wrote: > I'm new to this forum, and have been searching for details of the > implementation of SOAP/JMS. > > I've got a few questions, if somebody will be kind enough to help me out. > > 1.  I've read some posts stating that the implementation has be

RE: XML to SOAP without binding to Java Objects

2009-11-13 Thread John Francis
The following appears to work using JAX-WS from the JDK package dispatchClient; import java.io.ByteArrayOutputStream; import java.io.File; import java.net.URL; import javax.xml.namespace.QName; import javax.xml.transform.Source; import javax.xml.transform.Transformer; import javax.xml.transform.

WS works in Axis 2 1.3 and 1.4.1 but has timeout in Axis 1.5.1?

2009-11-13 Thread pwillemann
I used WSDL2Java to create all my Web service classes. I do not have any custom code. Everything in my project is autogenerated. My web service works fine in Axis 2 version 1.3 and Axis 2 version 1.4.1. When I migrated to 1.5.1 I get timeouts. Specifically the error says: HTTPSender.sendViaP

Re: SOAP/JMS Implementation on 5.1 (IBM MQ) questions.

2009-11-13 Thread Asankha C. Perera
Hi Vincent > 1. I've read some posts stating that the implementation has been > pulled from axis2, and now exists in the ws-commons subproject. > I've looked in the XmlSchema, AXIOM, ws-commons-java5 and Neethi, > but can't seem to find the implementation. Am I looking in the right > place, if

Accessing .Net web service from Axis 1.4 client

2009-11-13 Thread Ricardo Fernandes
Dearl all, I've been struggling with a problem while trying to access a .Net web service from apache axis client generated classes (version 1.4). Since I've been able to overcome the problems (mainly due to scattered information that I've collected from the web) I decided to share the knowledge

SOAP/JMS Implementation on 5.1 (IBM MQ) questions.

2009-11-13 Thread Vincent DiPrenda
I'm new to this forum, and have been searching for details of the implementation of SOAP/JMS. I've got a few questions, if somebody will be kind enough to help me out. 1. I've read some posts stating that the implementation has been pulled from axis2, and now exists in the ws-commons subprojec

Re: Axis 1.x to Axis2 - intercepting all messages?

2009-11-13 Thread Amila Suriarachchi
On Wed, Nov 11, 2009 at 1:53 AM, William Walsh wrote: > Amila, Thanks very much for the article it is a great help. I see you > are the author of the article and I had a question/comment about it. It > says: > > “ > > Axis engine invokes in flow handlers for the given message, and at the end,

Re: [Axis2] Setting nillable = false in WSDL

2009-11-13 Thread Charles Galpin
There are open bugs on this and related issues with the wsdl generation. Please vote for them if you care about these kinds of issues as this should help them get priority. http://issues.apache.org/jira/browse/AXIS2 thanks, charles On Nov 13, 2009, at 7:50 AM, Didav Didav wrote: Hi All,

FW: [Axis2] Setting nillable = false in WSDL

2009-11-13 Thread Didav Didav
Hi All, I am using Axis2 1.3 and jdk 1.5 and tomcat 6 The WSDL file generated by Axis sets the element "nillable=true", but i want to set "nillable=false"... Exemple : Is there any way I can get the 'nillable' property to true or false in a declarative fashion..

XML to SOAP without binding to Java Objects

2009-11-13 Thread John Francis
Hi, I have a requirement to transform an XML message (A) to a SOAP based web service (B) ( the basic protocol only ) which is accessed via HTTP. The schema defined by the WSDL for (B) and the schema for (A) are similar but require some transformation. Binding A to one set of Java

Re: Is it possible to check the certificate used for signature with body content ?

2009-11-13 Thread stlecho
Hi, I would be glad if someone could shed some light on this issue and tell me if this scenario is feasible or completely absurd :-). Regards, Stefan Lecho. stlecho wrote: > > Hi, > > I would like to implement the following scenario: > > 1. Rampart checks WS-Security (the normal case) > 2.