Camilo Aguilar

Results 206 comments of Camilo Aguilar

ouch, will look into it this week! thanks for the nudge!

I'm all for this too. This will allow to map the errors to app specific errors which may include more context.

Agreed. Although, ideally we should validate Basic Profile 1.0 on any WSDL before attempting to generate code. But, I haven't really had time to do that.

I will look into this soon. Thanks for your reports.

@dnldd is it possible to provide the wsdl file you are using?

@amrnt make sure gowsdl is able to download the schema imported by that WSDL. I personally wasn't able to access it.

@daveilers the problem gowsdl is having with your WSDL is that there are operations that are defining output messages but those messages do not have a correspondent type in the...

@uccmen can you try using this branch instead https://github.com/hooklift/gowsdl/tree/support-for-imports?

@banh-gao, do you have time these days to look into this one?

It seems to be a namespace issue. Go XML package [doesn't support namespace prefixes](https://code.google.com/p/go/issues/detail?id=6800) yet but it does set the namespace attribute on each element explicitly instead. That NRCS service...