See the attached messages.

-----Original Message-----
From: Nadir Amra [mailto:[EMAIL PROTECTED] 
Sent: Thursday, May 22, 2008 10:37 AM
To: Apache AXIS C User List
Subject: Re: No answers?

I guess I must have missed the posts...can you post again?  I do support 
the client part of Axis 1 C++, and answer questions when I can.  However, 
if there are problems that I cannot easily reproduce then my standard 
answer is to first go to the latest code base (i.e. download source from 
svn and build it yourself via SVN) since 1.6beta is very, very old. 

Hopefully sometime in the future we will be releasing 1.6 final, but do 
not know when since I am kind swamped. 

Nadir Amra


"McCullough, Ryan" <[EMAIL PROTECTED]> wrote on 05/22/2008 10:28:54 
AM:

> I have made a couple posts to this mailing list and have never 
> received responses. Should I go elsewhere for questions regarding 
> Axis 1 c++ 1.6b?
> 
> Ryan McCullough | RightNow Technologies | Integration Tools Engineer
> 406-556-3162 office | Bozeman, MT | [EMAIL PROTECTED] | http:
> //www.rightnow.com
> 

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

--- Begin Message ---
How can I get header information from a response?

 

<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";

               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";

               xmlns:xsd="http://www.w3.org/2001/XMLSchema";>

  <soap:Header><ResponseHeader
xmlns="urn:obj.api.rightnow.com"><Version>8.8.0.47</Version></ResponseHeader
></soap:Header>

     <soap:Body>

      <exec_rv xmlns="urn:obj.api.rightnow.com"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>

        <fatal_err_rv>

            <called_fcn></called_fcn>

            <data></data>

            <location>

                <api_loc_item>

                    <fcn>check_ns</fcn>

                    <file>pair/xml_parser.c</file>

                    <line>579</line>

                </api_loc_item>

            </location>

            <msg>Error processing element 'ns2:SessionHeader'; 'ns2' is an
invalid namespace prefix</msg>

            <type>1</type>

            <xml_fcn_id xsi:nil="true" />

        </fatal_err_rv>

    </exec_rv>

  </soap:Body>

</soap:Envelope>

 

I want to retrieve 8.8.0.47 from <Version>8.8.0.47</Version>.

 

-Ryan

 

Ryan McCullough | RightNow Technologies | Integration Tools Engineer

406-556-3162 office | Bozeman, MT |  <mailto:[EMAIL PROTECTED]>
[EMAIL PROTECTED] |  <http://www.rightnow.com/>
http://www.rightnow.com

 

Attachment: smime.p7s
Description: S/MIME cryptographic signature


--- End Message ---
--- Begin Message ---
How are nullable types handled in Axis1 C++?

 

For instance, how could I set an int/boolean/date/datetime attribute to
xsi:nill="true"?

 

-Ryan

 

Ryan McCullough | RightNow Technologies | Integration Tools Engineer

406-556-3162 office | Bozeman, MT | [EMAIL PROTECTED] |
http://www.rightnow.com <http://www.rightnow.com/> 

 

Attachment: smime.p7s
Description: S/MIME cryptographic signature


--- End Message ---

Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to