Hi,
I tested this with the wsdls in the test resources in the axis2 repository,
1. It works ok with wsdl1.1 document style wsdls. and wsdl namespace should be declared as xmlns:wsdl=
http://schemas.xmlsoap.org/wsdl. When I change almost all document style wsdls to hold the above namespace, the codegeneration happens:)
2. Anyway codegen doesnt operate for rpc style wsdls nor wsdl2.
I feel most of this are bugs of woden as its tests also failed to parse above mentioned wsdls.
I think after woden is ready fixing these bugs, the codegen would also be ready.
Anyway I feel its better someother also test this and post their ideas.
Thanks
Dimuthu
On 8/25/06, Samisa Abeysinghe <[EMAIL PROTECTED]> wrote:
Shall we bundle the WSDL2C tool into 0.93? Anyone tested this? Or anyone
ready to test?
Dimuthu, do with how many WSDLs have you tested with this? I mean do we
have a test framework?
Samisa...
Dimuthu Chathuranga wrote:
> Hi,
> while I was writing wsdl2c tool, i wrote some string manipulation
> functions, there are some functions which better to be added to the
> axis2_string.h
>
>
> AXIS2_EXTERN axis2_char_t* AXIS2_CALL
> w2c_string_replace( axis2_char_t *str, axis2_char_t old_char,
> axis2_char_t new_char );
>
> AXIS2_EXTERN axis2_char_t* AXIS2_CALL
> w2c_string_substring_starting_at ( axis2_char_t *str, int s );
>
> AXIS2_EXTERN axis2_char_t* AXIS2_CALL
> w2c_string_substring_ending_at ( axis2_char_t *str, int e );
>
>
> AXIS2_EXTERN axis2_char_t*
> w2c_string_to_lowercase ( axis2_char_t *str );
>
>
> And there is an equivalent class to java java.util.properties inside
> wsld2c. it is defined in two headers w2c_property.h and
> w2c_property_parser.h. Is it ok to move them in to axis2/util folder
> rather than keeping it as wsdl2c specific code.
>
>
> I want to know your idea about this.
>
> Thanks
> Dimuthu
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
