[ 
http://issues.apache.org/jira/browse/CXF-186?page=comments#action_12450308 ] 
            
maomaode commented on CXF-186:
------------------------------

I have tested with RC1 the hello_world demo , i can not re-produce the problem, 
There was a similar issue reported, but that one has been fixed.
So, i suggest you try your demo again.
If you still see the problem, you could provide your testcase wsdl file.


> wsdlLocation is not supported
> -----------------------------
>
>                 Key: CXF-186
>                 URL: http://issues.apache.org/jira/browse/CXF-186
>             Project: CXF
>          Issue Type: Bug
>          Components: JAX-WS Runtime
>            Reporter: Edell Nolan
>         Assigned To: maomaode
>
> Hi,
> I am working on porting yoko to use celtixfire instead of celtix. In our 
> demos we have  the following annotation defined
> in our implementor - this does not seem to be supported anymore unless I 
> change it to the second one. 
> I have had to change port to use portName and use endpointInterface instead 
> of wsdlLocation. 
> //@javax.jws.WebService(name = "HelloWorld", serviceName = 
> "HelloWorldCORBAService",
>                         targetNamespace = 
> "http://schemas.apache.org/yoko/idl/HelloWorld";, 
>                         wsdlLocation = 
> "c:/yoko_demos/yoko/samples/ws/hello_world/HelloWorld-corba.wsdl")
> @javax.jws.WebService(portName = "HelloWorldCORBAPort", serviceName = 
> "HelloWorldCORBAService", 
>                       targetNamespace = 
> "http://schemas.apache.org/yoko/idl/HelloWorld";, 
>                       endpointInterface = "yoko.server.HelloWorld")
>                       
> Edell.

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to