You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Adrian Dick (JIRA)" <ax...@ws.apache.org> on 2005/02/23 17:18:48 UTC

[jira] Assigned: (AXISCPP-395) SAXarseException while using setSOAPMethodAttribute() API

     [ http://issues.apache.org/jira/browse/AXISCPP-395?page=history ]

Adrian Dick reassigned AXISCPP-395:
-----------------------------------

    Assign To: Adrian Dick

> SAXarseException while using setSOAPMethodAttribute() API
> ---------------------------------------------------------
>
>          Key: AXISCPP-395
>          URL: http://issues.apache.org/jira/browse/AXISCPP-395
>      Project: Axis-C++
>         Type: Bug
>   Components: SOAP
>     Reporter: Manohar
>     Assignee: Adrian Dick

>
> I am trying to write test for setSOAPMethodAttribute() APIs.
> The following code throws SAXarseException.
> MathOps ws(endpoint);
> ws.setSOAPMethodAttribute("add", "ns5", "value");
> iResult = ws.div(15,3);
> cout << "Result is = " << iResult << endl;
> The tcp moitor response shows that "CDATA[org.xml.sax.SAXarseException: The
> namespace prefix "ns5" was not declared.]". 
> Since the values set by setSOAPMethodAttribute() reflect in Soap Message Body, how do we declare
> namespace prefix in SOAP Message body ? I know that createNameSpaceDecl() declares a namespace prefix in the SOAP Header but I would like to know  how it can be created in SOAP Message Body. Any tips on the exact usage of these APIs would be helpful.
> Regards
> Manohar

-- 
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