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

Sanjaya Ratnaweera reassigned AXIS2C-666:
-----------------------------------------

    Assignee: Sanjaya Ratnaweera

> 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
>            Assignee: Sanjaya Ratnaweera
>         Attachments: diff.txt
>
>
> 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