Re: SOAPRequest

2008-03-10 Thread Seetha Rama Krishna
Hi, I had modified my code and i am getting nullpointer Exception if i place the following code before invoke method. MessageContext context =call.getMessageContext(); SOAPMessage soapMessage =context.getMessage(); System.out.println("SOAPMessage"+ soapMessage.getSOAPBody().toString());

Re: SOAPRequest

2008-03-05 Thread Seetha Rama Krishna
Hi Vipul, thanks for your reply. call.getMessageContext().getMessage().writeTo(System.out); is not working, because getMessageContext() is not a method in Call Interface. Here is my complete code which is available with axis distribution chapter5 /* * Copyright 2001-2004 Th

Re: SOAPRequest

2008-03-04 Thread Michael Lambert
Upul Godage wrote: Hi, String ret = (String) call.invoke( new Object[] { textToSend } ); call.getMessageContext().getMessage().writeTo(System.out); // Writes to the given OutputStream Upul On Tue, Mar 4, 2008 at 3:33 PM, Seetha Rama Krishna <[EMAIL PROTECTED] > wr

Re: SOAPRequest

2008-03-04 Thread Upul Godage
Hi, String ret = (String) call.invoke( new Object[] { textToSend } ); call.getMessageContext().getMessage().writeTo(System.out); // Writes to the given OutputStream Upul On Tue, Mar 4, 2008 at 3:33 PM, Seetha Rama Krishna <[EMAIL PROTECTED]> wrote: > Hi, > I deployed the sample code which

SOAPRequest

2008-03-04 Thread Seetha Rama Krishna
Hi, I deployed the sample code which is distributed by axis, I just wanted to see the SOAP Request message through programming. I had done this through TCPMON. I need to check it through programming. How can i do this. I tried to modify the code Client code for MyService webservic

java.lang.IncompatibleClassChangeError after dumping SOAPRequest in Sender

2005-05-31 Thread Markus . Hampel
Hi there, I wrote my own Sender. When I dump the SOAPResponse by "responseMsg.getSOAPPartAsString()" in my sender, I get a "java.lang.IncompatibleClassChangeError" later in the response-processing. Why? java.lang.IncompatibleClassChangeError at org.apache.axis.message.MessageElement.addT