[ http://issues.apache.org/jira/browse/CXF-186?page=all ]
maomaode resolved CXF-186.
--------------------------
Resolution: Fixed
Resolve this issue, since can not re-produce with latest kit.
> 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