Hi Manohar,
The fault model changed a while ago. These generated exceptions have
disappeared and instead SoapFaultException is thrown. If the server returns
a soap fault that is not in the WSDL an OtherFaultException is thrown. If a
user soap fault defined in the WSDL is returned, then the generated class
that represents that soap fault is thrown back to the client.
SoapFaultException is the superclass of all these soap faults. So in the
inquire_v2, simply replace InquireService_AxisClientException with
SoapFaultException and it should all work.
Mark
Mark Whitlock
IBM

----- Forwarded by Mark Whitlock/UK/IBM on 03/03/2005 10:08 -----
                                                                           
             Manohar K                                                     
             Chintala                                                      
             <[EMAIL PROTECTED]                                          To 
             com>                      [email protected]            
                                                                        cc 
             03/03/2005 05:01                                              
                                                                   Subject 
                                       Fw: [jira] Created: (AXISCPP-498)   
             Please respond to         inquire_v2 test does not compile on 
              "Apache AXIS C           Windows                             
             Developers List"                                              
                                                                           
                                                                           
                                                                           
                                                                           
                                                                           








Hi Samisa,

I am trying to run the uddi sample test available under
tests/client/uddi_inquire. As mentioned in the readme.txt, I've generated
the code but compilation is failling becasue of the unavailability of
"InquireService_AxisClientException.hpp" under "gen-src".  Any inputs ?

Regards
Manohar
--------------------------------------------------
Manohar Kumar.Ch
IBM Web Services Client for C/C++
India Software Labs,III floor, Golden Enclave,
Aiport Road, Bangalore-560017
Ph:- 91-80-25094304
internet id: [EMAIL PROTECTED]
----- Forwarded by Manohar K Chintala/India/IBM on 03/03/2005 10:10 AM
-----

             "Samisa
             Abeysinghe
             (JIRA)"                                                    To
             <[EMAIL PROTECTED]         [email protected]
             ache.org>                                                  cc

             03/03/2005 08:41                                      Subject
             AM                        [jira] Created: (AXISCPP-498)
                                       inquire_v2 test does not compile on
                                       Windows
             Please respond to
              "Apache AXIS C
             Developers List"







inquire_v2 test does not compile on Windows
-------------------------------------------

         Key: AXISCPP-498
         URL: http://issues.apache.org/jira/browse/AXISCPP-498
     Project: Axis-C++
        Type: Bug
  Components: Test
    Versions: current (nightly)
 Environment: Windows
    Reporter: Samisa Abeysinghe
     Fix For: 1.5 Final


The generated code fails to compile on windows.
But there are no problems on Linux.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



Reply via email to