[ 
https://issues.apache.org/jira/browse/AXIS2C-666?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12518910
 ] 

Samisa Abeysinghe commented on AXIS2C-666:
------------------------------------------

1 . Whether I have to do any Special coding for it . ? pls provide some sample 
code .

I hope you can add those namespaces to the top element of your payload and that 
should work. It is not a must you have to send that in the envelope tag I think.

2. also as i mentioned why <?xml version="1.0" encoding="UTF-8" ?> is missed ?
Our XML serializer do not have support for this at the moment. However, I think 
we can add that support.

3. Is there
any way to change the prfix from soapenv to soap .

You have to change the SOAP serializer to do that


> Adding attributes to SAOP  Envelope  
> -------------------------------------
>
>                 Key: AXIS2C-666
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-666
>             Project: Axis2-C
>          Issue Type: Test
>    Affects Versions: 1.0.0
>         Environment: RHEL 3  , AXIS2C  1.0 client 
>            Reporter: Manoj Kumar Pradhan
>
> Hi  ,
>     I am   invoking an  .net ws from  axis2C  client .
> in tcp mon I noticied that   soap  envelope is missing with some  attributes 
> . 
> the request soap  message  I   got is 
> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"; >
>    <soapenv:Body>
> ****** 
> ******  etc 
>  </soapenv:Body>
> </soapenv:Envelope >
> I want   to generate following   soap  request message  
> <?xml version="1.0" encoding="UTF-8" ?> 
> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"; 
>                                     
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
>                                     
> xmlns:xsd="http://www.w3.org/2001/XMLSchema";
>  >
>    <soapenv:Body>
> ****** 
> ******  etc 
>  </soapenv:Body>
> </soapenv:Envelope >
> 1 . Whether I have to do any Special coding for  it . ?  pls provide some 
> sample code .
> 2. also  as i  mentioned why  <?xml version="1.0" encoding="UTF-8" ?>   is 
> missed  ?  
> 3. Is there 
> any way to change the prfix from  soapenv  to soap .

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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

Reply via email to