Urgent Help - Axis C++ doesn't support href/multiRef
----------------------------------------------------

         Key: AXISCPP-618
         URL: http://issues.apache.org/jira/browse/AXISCPP-618
     Project: Axis-C++
        Type: Task
  Components: Client - Engine, Deserialization, Server - Engine  
 Environment: Unix, c
    Reporter: vikash


 Hi,
>  
> We are executing Web Service call to Web server(.net implementation)
> we receive SOAP response XML that included multi-references.
>  
> The multi-references is a standard feature in SOAP, but is
> rarely used and many of Web Services implementation software do not
> support it.
>  
>   Our client is based on AXIS C++ open source code that doesn't
>  support multi-references.WSDL file do point on usage
> of multi-references(at server end)
>  
> So we need to figure out how we can turn off/have some changes in
> client/server. One solution is doc/literal. In order to use
> doc/literal
> you need to redeploy the service to the server as a doc/lit service.
> This all depends on your server how you do that. 
> Once you've done that you can export the wsdl that is defined.
> The WSDl should now specify doc/lit in it.
> 
> Then just create your client as usual from your new wsdl.
>  
> But for this to work you need to own the service so that you can make
> the changes. But we dont own the service, that is the problem. For
> eg.
> in Axis Java server you have the option of turning on/off
> multi-references.
>  
> So, Is there a possibility that by using XSLT at both client as well
>  as server end the decoding of multi reference xml data can be
>  solved.
>  
> Any pointer would be appreciated.


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