Its simple on the surface, but drags in SAML-P, XACML, and god knows what
else. The interface declaration sums it up:

package com.technica.pbac.ps;

import javax.jws.WebMethod;
import javax.jws.WebService;

import oasis.names.tc.saml._2_0.protocol.ResponseType;
import oasis.xacml._2_0.saml.protocol.schema.os.XACMLPolicyQueryType;

@WebService(
      wsdlLocation = "PolicyServiceImpl.wsdl"
)
public interface PolicyService
{
@WebMethod
public ResponseType GetPolicy(XACMLPolicyQueryType query);
}


On Fri, May 20, 2011 at 2:27 PM, Paul Fremantle <p...@wso2.com> wrote:

> Brad
>
> Have you got a simple example JAXWS service. We do support JAXWS. There are
> some issues but they are tuning issues, not "It doesn't work at all"-type
> issues.
>
> Paul
>
> On 20 May 2011 19:11, Brad Cox <bradj...@gmail.com> wrote:
>
>> While struggling to load a JAX-WS service and getting this useless msg
>> nomatter what I try
>>
>> Error: No @WebService annotated service implementations found in the jar:
>> file:/D:/wsas-4.0.0/repository/deployment/server/servicejars/PolicyService.jar.
>> Service deployment failed.
>>
>> I thought to check the WIKI and found this in the plan for 2011
>>
>> 2. JAXWS Support
>>          - make it really work with JAXWS
>>          - pass TCK
>>
>> So I thought I should ask. Does WSAS 4.0 "make it really work with JAXWS?"
>> If so, how do *users* make it work? ;)
>>
>> _______________________________________________
>> Carbon-dev mailing list
>> Carbon-dev@wso2.org
>> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>>
>>
>
>
> --
> Paul Fremantle
> CTO and Co-Founder, WSO2
> OASIS WS-RX TC Co-chair, VP, Apache Synapse
>
> Office: +44 844 484 8143
> Cell: +44 798 447 4618
>
> blog: http://pzf.fremantle.org
> twitter.com/pzfreo
> p...@wso2.com
>
> wso2.com Lean Enterprise Middleware
>
> Disclaimer: This communication may contain privileged or other confidential
> information and is intended exclusively for the addressee/s. If you are not
> the intended recipient/s, or believe that you may have received this
> communication in error, please reply to the sender indicating that fact and
> delete the copy you received and in addition, you should not print, copy,
> retransmit, disseminate, or otherwise use the information contained in this
> communication. Internet communications cannot be guaranteed to be timely,
> secure, error or virus-free. The sender does not accept liability for any
> errors or omissions.
>
> _______________________________________________
> Carbon-dev mailing list
> Carbon-dev@wso2.org
> http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev
>
>


-- 
Cell: 703-594-1883
Blog: http://bradjcox.blogspot.com
Web: http://virtualschool.edu
Manassas VA 20111
_______________________________________________
Carbon-dev mailing list
Carbon-dev@wso2.org
http://mail.wso2.org/cgi-bin/mailman/listinfo/carbon-dev

Reply via email to