You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by bigeyedfish81 <je...@stl.monsanto.com> on 2009/07/07 16:25:03 UTC

CXF + .Net 1.1

Is it possible to consume a cxf service from a .Net 1.1 client?
-- 
View this message in context: http://www.nabble.com/CXF-%2B-.Net-1.1-tp24374244p24374244.html
Sent from the cxf-user mailing list archive at Nabble.com.


Re: cxf changes generated enumeration names

Posted by jim ma <ma...@gmail.com>.
Can you provide the wsdl file?

Jim.

On Wed, Jul 8, 2009 at 12:56 AM, Tedman Leung <te...@sfu.ca> wrote:

> Hi I'm having this issue where CXF is changing my enumeration names when I
> generate the client stubs using WSDLToJava
>
> i.e. on the server side I have
>
>   public enum Foo
>   {
>      IC9, IC10, IC12
>   }
>
> when I generate the stubs for this I get
>
>   public enum Foo
>   {
>      IC_9, IC_10, IC_12
>   }
>
> I don't think I'm doing anything special, I believe I'm using
> -verbose -client and that's it other than my source/destination options.
>
> When I look at the wsdl on the server (presented by the web page) it's
> correct, it shows <xs:enumeration value="IC9" />
>
> anyone know how to make this client generation work as expected?
>
> I'm using cxf 2.2.1 and java1.6
> --
>                                                           Ted Leung
>                                                           tedman@sfu.ca
>
> It is easier to speak wisely than to act wisely.
>

cxf changes generated enumeration names

Posted by Tedman Leung <te...@sfu.ca>.
Hi I'm having this issue where CXF is changing my enumeration names when I 
generate the client stubs using WSDLToJava

i.e. on the server side I have 

   public enum Foo
   {
      IC9, IC10, IC12
   }

when I generate the stubs for this I get 

   public enum Foo
   {
      IC_9, IC_10, IC_12
   }

I don't think I'm doing anything special, I believe I'm using 
-verbose -client and that's it other than my source/destination options.

When I look at the wsdl on the server (presented by the web page) it's 
correct, it shows <xs:enumeration value="IC9" />

anyone know how to make this client generation work as expected?

I'm using cxf 2.2.1 and java1.6
-- 
                                                           Ted Leung
                                                           tedman@sfu.ca

It is easier to speak wisely than to act wisely.

RE: CXF + .Net 1.1

Posted by Ron Grimes <rg...@sinclairoil.com>.
Of course, since .Net can consume SOAP envelopes, which is basically
what you're getting back from CXF.

R. Grimes


-----Original Message-----
From: bigeyedfish81 [mailto:jesse.n.euton@stl.monsanto.com] 
Sent: Tuesday, July 07, 2009 8:25 AM
To: users@cxf.apache.org
Subject: CXF + .Net 1.1


Is it possible to consume a cxf service from a .Net 1.1 client?
--
View this message in context:
http://www.nabble.com/CXF-%2B-.Net-1.1-tp24374244p24374244.html
Sent from the cxf-user mailing list archive at Nabble.com.