Generating SOAP request from WSDL's schema

2007-12-12 Thread Eric Nygma
Hi, I have a requirement in which I have to programatically read a webservice's WSDL, and construct the SOAP request to consume the service. Reading the WSDL can be accomplished with WSDL4J. But I am having problems constructing the request message from the schema. Is there some API which can do

Repeat: MessageContext.TRANSPORT_IN

2007-09-18 Thread Eric Nygma
javadocs weren't of much help. -- Forwarded message -- From: Eric Nygma <[EMAIL PROTECTED]> Date: Sep 14, 2007 4:25 PM Subject: MessageContext.TRANSPORT_IN To: axis-user@ws.apache.org Hi , I am new to Axis2. I would like to know what the org.a

MessageContext.TRANSPORT_IN

2007-09-14 Thread Eric Nygma
Hi , I am new to Axis2. I would like to know what the org.apache.axis2.context.MessageContext.TRANSPORT_IN property signifies. I have been getting an exception org.apache.axis2.AxisFault: The input stream for an incoming message is null. at org.apache.axis2.transport.TransportUtils.createS

Re: Axis2 and JAX-WS/CXF

2007-08-06 Thread Eric Nygma
Thanks ! On 8/6/07, Davanum Srinivas <[EMAIL PROTECTED]> wrote: > > [1] 1.3 will have support for the JAXWS specification. > [2] Axis2 client can talk any SOAP Service. > > thanks, > dims > > On 8/6/07, Eric Nygma <[EMAIL PROTECTED]> wrote: > > Hi, >

Axis2 and JAX-WS/CXF

2007-08-06 Thread Eric Nygma
Hi, Maybe these questions have been asked before. [1] Does Axis2 implement JAX-WS spec ? [2] Does Axis2 interoperate with JAX-WS , can a Axis2 client talk with a JAX-WS service and vice versa. Specifically , does Axis2 interoperate with Apache CXF. Thanks in advance, Eric.

Trying to engage a module which is not available : addressing;

2007-06-27 Thread Eric Nygma
Hi, I have a SAAJ client [ written using the saaj 1.3 api , package javax.xml.soap ] to send a soap message to a webservice. I run this client from within an Apache Synapse environment - which I believe has axis2-{version}.jar in its 'classpath'. I placed saaj-api.jarahead of the axis2.jar in th

Re: finding if a service is up

2007-06-25 Thread Eric Nygma
I am sorry I didn't describe my question correctly. Apart from trying the wsdl uri on the browser , Can I do this programmatically with some axis2 api ? Thanks. e\ On 6/26/07, Roman Heinrich <[EMAIL PROTECTED]> wrote: Eric Nygma wrote: > Hi, > Given a wsdl uri, how can I dete

finding if a service is up

2007-06-25 Thread Eric Nygma
Hi, Given a wsdl uri, how can I determine using Axis2 whether the services mentioned in the wsdl are up or not ? Thanks, e\