hi Martin,
 
My problem is solved now.
Thanks for your reply.
 
Regards
neha
----- Original Message -----
Sent: Thursday, September 19, 2002 11:38 PM
Subject: Re: web service with Gui

Neha
After call.invoke() output the generated fault here is how:
Response resp = call.invoke(url, "" );

    // Check the response.
    if ( resp.generatedFault() ) {

      Fault fault = resp.getFault ();
      System.out.println("The call failed: ");
      System.out.println("Fault Code   = " + fault.getFaultCode());
      System.out.println("Fault String = " + fault.getFaultString());
    }
    else {

      Parameter result = resp.getReturnValue();
      System.out.println(result.getValue());
    }


Does this help?
Martin Gainty

______________________________________________

Disclaimer and confidentiality note

Everything in this e-mail and any attachments relating to the official business of Laconia Data Systems (LDS) is proprietary to the company. It is confidential, legally privileged and protected by law. LDS does not own and endorse any other content. Views and opinions are those of the sender unless clearly stated as being that of LDS.

The person addressed in the e-mail is the sole authorised recipient. Please notify the sender immediately if it has unintentionally reached you and do not read, disclose or use the content in any way.

LDS can not assure that the integrity of this communication has been maintained nor that it is free of errors, virus, interception or interference.

             _____________GMT-5___________________

 

>From: Scott Nichol <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: [EMAIL PROTECTED]
>Subject: Re: web service with Gui
>Date: Thu, 19 Sep 2002 09:36:28 -0400
>MIME-Version: 1.0
>Received: from mc1-f14.law16.hotmail.com ([65.54.236.21]) by mc1-s1.law16.hotmail.com with Microsoft SMTPSVC(5.0.2195.5600); Thu, 19 Sep 2002 10:07:34 -0700
>Received: from apache.org ([63.251.56.142]) by mc1-f14.law16.hotmail.com with Microsoft SMTPSVC(5.0.2195.5600); Thu, 19 Sep 2002 06:42:39 -0700
>Received: (qmail 47769 invoked by uid 500); 19 Sep 2002 13:35:15 -0000
>Received: (qmail 47757 invoked from network); 19 Sep 2002 13:35:14 -0000
>Received: from smtp.comcast.net (24.153.64.2) by daedalus.apache.org with SMTP; 19 Sep 2002 13:35:14 -0000
>Received: from fastdata (pcp01349834pcs.lowmrn01.pa.comcast.net [68.80.227.176]) by mtaout03.icomcast.net (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 13 2002)) with SMTP id <[EMAIL PROTECTED]> for [EMAIL PROTECTED]; Thu, 19 Sep 2002 09:35:16 -0400 (EDT)
>Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
>Precedence: bulk
>list-help:
>list-unsubscribe:
>list-post:
>Delivered-To: mailing list [EMAIL PROTECTED]
>Message-id: <005401c25fe1$8ea12140$c900a8c0@fastdata>
>X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4133.2400
>X-Mailer: Microsoft Outlook Express 5.50.4133.2400
>X-Priority: 3
>X-MSMail-priority: Normal
>References: <007d01c24fd4$c8da0e70$86b8a8c0@ec1isu0046> <03c001c24fd5$6dd06f00$c900a8c0@fastdata> <008801c24fd7$32d862c0$86b8a8c0@ec1isu0046> <00dc01c25033$ab1bb870$c900a8c0@fastdata> <035d01c25045$f65b76b0$c900a8c0@fastdata> <001701c2504c$dc408e30$c900a8c0@fastdata> <00b401c2523a$e2fff040$86b8a8c0@ec1isu0046> <037701c25447$db72f2f0$c900a8c0@fastdata> <001801c25489$86f178e0$86b8a8c0@ec1isu0046> <008b01c254d7$bc5c90c0$c900a8c0@fastdata> <001001c2555b$b4f894d0$86b8a8c0@ec1isu0046> <086f01c25832$08fad2e0$c900a8c0@fastdata> <002b01c25941$2b870350$86b8a8c0@ec1isu0046> <00c901c25994$94db7f40$c900a8c0@fastdata> <01ac01c25add$ef227400$86b8a8c0@ec1isu0046> <046501c25ae5$2d384bf0$c900a8c0@fastdata> <002101c25d63$c94f7b50$90b8a8c0@ec1isu0046> <004a01c25d84$7460c380$c900a8c0@fastdata> <007401c25dff$025406a0$90b8a8c0@ec1isu0046> <00c001c25e4a$0b77d9f0$c900a8c0@fastdata> <000e01c25ec3$f4e4bc60$90b8a8c0@ec1isu0046> <012f01c25f1c$1d8e8e40$c900a8c0@fastdata> <001701c25f8f$77767850$90b8a8c0@ec1isu0046>
>X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N
>Return-Path: [EMAIL PROTECTED]
>X-OriginalArrivalTime: 19 Sep 2002 13:42:42.0412 (UTC) FILETIME=[6D7F92C0:01C25FE2]
>
>What is the error you are seeing? This has been a long thread. I only
>recall that the call works from a standalone client, but not from a servlet
>client. What is it about the servlet client that is not working? Do you
>see an error message, or do you get a bad result?
>
>Scott Nichol
>
>----- Original Message -----
>From: "Neha Srivastava" <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Wednesday, September 18, 2002 11:48 PM
>Subject: Re: web service with Gui
>
>
> > hi,
> >
> > But if call.invoke was not executing - how could i get the result-returned
> > values.
> > that means-
> >
> > response.getReturnValue is executing.
> >
> > Everything is wrkng fine i am getting the results also but i am not able
>to
> > see the soap messages.
> >
> > regards
> > neha
> >
> >
> > ----- Original Message -----
> > From: "Scott Nichol" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Wednesday, September 18, 2002 7:33 PM
> > Subject: Re: web service with Gui
> >
> >
> > > > But TcpTunnelGui is still not wrkng with my servlet client.
> > > > it is wrkng with simple client.
> > > >
> > > > I have used the same command-
> > > >
> > > > java org.apache.soap.util.net.TcpTunnelGui 80 localhost 8080
> > > >
> > > > I am able to see the Windows but not the messages.
> > > > I have given endpoint url in the client as
> > > >
> > > > http://localhost:80/soap/servlet/rpcrouter.
> > >
> > > Are you certain the servlet code is actually executing call.invoke? Is
> > > there any chance it has an error before that, or in call.invoke itself
> > > before the request is written?
> > >
> > > Scott Nichol
> > >
> > >
> > >
> > > --
> > > To unsubscribe, e-mail:
> > > For additional commands, e-mail:
> > >
> >
> >
>
>
>----------------------------------------------------------------------------
>----
>
>
> > --
> > To unsubscribe, e-mail:
> > For additional commands, e-mail:
>
>
>--
>To unsubscribe, e-mail:
>For additional commands, e-mail:


Join the world’s largest e-mail service with MSN Hotmail. Click Here
-- To unsubscribe, e-mail: For additional commands, e-mail:
**************************Disclaimer************************************

Information contained in this E-MAIL being proprietary to Wipro Limited is 
'privileged' and 'confidential' and intended for use only by the individual
 or entity to which it is addressed. You are notified that any use, copying 
or dissemination of the information contained in the E-MAIL in any manner 
whatsoever is strictly prohibited.

***************************************************************************

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to