[ 
https://issues.apache.org/jira/browse/CXF-1075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12533307
 ] 

lalitmarkande edited comment on CXF-1075 at 10/9/07 2:10 AM:
--------------------------------------------------------------------

Attached Zip file has source code for helloworld service and client implement 
in .Net and CXF. The purpose is to report interroperability issue. The issue is 
CXF client is not able to access .Net version of service.

Please note 
1. The ZIp file does not include jar files needed to compile the code. However 
list of jar files required to compile, build and deploy CXF based service and 
client can be found in provided.jars.properties file in root of project.
2. The Zip file has readme.txt that will be useful for building and deploying 
the service.

      was (Author: lalitmarkande):
    Attached Zip file has source code for helloworld service and client 
implement in .Net and CXF. The purpose is to report interroperability issue. 
The issue is CXF client is not able to access .Net version of service.

Please note 
1. The ZIp file does not include jar files needed to compile the code. However 
list of jar files required to compile, build and deploy CXF based service and 
client can be found in provided.jars.properties file in root of project.
2. The Zip file has readme.txt that will be useful for building and deploy the 
service.
  
> interop with .NET : Probelm while accessing .net service with xfire java 
> client
> -------------------------------------------------------------------------------
>
>                 Key: CXF-1075
>                 URL: https://issues.apache.org/jira/browse/CXF-1075
>             Project: CXF
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 2.0
>         Environment: Windows XP, JDK 1.5 and .net 2005
>            Reporter: Lalit Dilip Markande
>         Attachments: helloworld.zip
>
>
> When xfire java client is used with xfire java server, its working fine. But 
> getting error while accessing .net server with xfire java client.
> Error message is :
> http://localhost/HelloWorld/service.asmx?wsdl
> Exception in thread "main" javax.xml.ws.WebServiceException: 
> org.apache.cxf.service.factory.ServiceConstructionException: Could Could not 
> find definition for service 
> {http://apache.org/hello_world_soap_http}SOAPService.
>     at org.apache.cxf.jaxws.ServiceImpl.<init>(ServiceImpl.java:103)
>     at 
> org.apache.cxf.jaxws.spi.ProviderImpl.createServiceDelegate(ProviderImpl.java:55)
>     at javax.xml.ws.Service.<init>(Service.java:57)
>     at 
> org.apache.hello_world_soap_http.SOAPService.<init>(SOAPService.java:37)
>     at demo.hw.client.Client.main(Client.java:28)
> Caused by: org.apache.cxf.service.factory.ServiceConstructionException:  
> Could not find definition for service 
> {http://apache.org/hello_world_soap_http}SOAPService.
>     at 
> org.apache.cxf.wsdl11.WSDLServiceFactory.create(WSDLServiceFactory.java:114)
>     at org.apache.cxf.jaxws.ServiceImpl.initializePorts(ServiceImpl.java:110)
>     at org.apache.cxf.jaxws.ServiceImpl.<init>(ServiceImpl.java:101)
>     ... 4 more
> Java Result: 1

-- 
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