[ 
https://issues.apache.org/jira/browse/RAMPARTC-71?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12573575#action_12573575
 ] 

shankar edited comment on RAMPARTC-71 at 2/28/08 7:29 PM:
-------------------------------------------------------------------

I have a question. If your service is having two operations and they are having 
different policies, then if you don't include either operation(in url) or 
mapping(in service.xml), how do we find correct policy to check? Your proposed 
method will work if policy is given at service level, not at operation level. 
When we have operation level policy, then it will fail. For rampart, addressing 
is a must IMHO.

      was (Author: shankar):
    I have a question. If your service is having two operations and they are 
having different policies, then if you don't include either operation(in url) 
or mapping(in service.xml), how do we find correct policy to check? In your 
proposed method will work with policy is given for service, not at operation 
level. When we have operation level policy, then it will fail. For rampart, 
addressing is a must IMHO.
  
> Rampart does not work unless the operation name is in the URL
> -------------------------------------------------------------
>
>                 Key: RAMPARTC-71
>                 URL: https://issues.apache.org/jira/browse/RAMPARTC-71
>             Project: Rampart/C
>          Issue Type: Bug
>          Components: Rampart-core
>    Affects Versions: 1.1.0
>         Environment: Windows XP
>            Reporter: Dave Meier
>            Assignee: S.Uthaiyashankar
>            Priority: Critical
>             Fix For: Current
>
>         Attachments: rampart_engine_c_diff.txt
>
>
> Using regular SOAP calls without rampart I can use 
> http://localhost:9090/axis2/services/myservicename as the URL and axis2/c 
> gets the operation name out of the XML.  With rampart, it only works if I add 
> the operation name to the end of the URL (e.g. 
> http://localhost:9090/axis2/services/myservicename/myoperation).  This adds a 
> lot of complexity to the client as I have to use a different URL for each 
> operation.
> I am using Visual Studio 2005 C# as the client.

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

Reply via email to