| Author |
Message |
   
Proline
Side Hero Username: Proline
Post Number: 5940 Registered: 06-2008 Posted From: 99.33.210.32
Rating: N/A Votes: 0 (Vote!) | | Posted on Tuesday, February 15, 2011 - 06:45 pm: |
    |
solved the bindings generation issue but the actual problem remains unsolved. I got more or less same code as the tool "xsd2code". Now I have a class for my xml schema. Once I set all the properties through setters, I want to dump the schema object as a string. how to do it? No trust in any paper, bit trust in Sakshi. |
   
Proline
Side Hero Username: Proline
Post Number: 5939 Registered: 06-2008 Posted From: 99.33.210.32
Rating: N/A Votes: 0 (Vote!) | | Posted on Tuesday, February 15, 2011 - 06:40 pm: |
    |
as I mentioned before "import" is treated bit differently in .net-xsd than other tools like castor/xmlbeans/jaxb/etc. "xsd" expects import schema file names in the command line rather than loading them automatically. No trust in any paper, bit trust in Sakshi. |
   
Dma
Comedian Username: Dma
Post Number: 1914 Registered: 11-2009 Posted From: 72.222.159.154
Rating: N/A Votes: 0 (Vote!) | | Posted on Tuesday, February 15, 2011 - 06:30 pm: |
    |
Proline:never mind. solved the problem. stupid .net "xsd"
ela solve chesavo link postu. will be useful for public. |
   
Proline
Side Hero Username: Proline
Post Number: 5938 Registered: 06-2008 Posted From: 99.33.210.32
Rating: N/A Votes: 0 (Vote!) | | Posted on Tuesday, February 15, 2011 - 06:24 pm: |
    |
by the way, i started liking C#. No trust in any paper, bit trust in Sakshi. |
   
Proline
Side Hero Username: Proline
Post Number: 5937 Registered: 06-2008 Posted From: 99.33.210.32
Rating: N/A Votes: 0 (Vote!) | | Posted on Tuesday, February 15, 2011 - 06:22 pm: |
    |
this issue is well known and wonder why MS ignore it. No trust in any paper, bit trust in Sakshi. |
   
Proline
Side Hero Username: Proline
Post Number: 5936 Registered: 06-2008 Posted From: 99.33.210.32
Rating: N/A Votes: 0 (Vote!) | | Posted on Tuesday, February 15, 2011 - 06:21 pm: |
    |
never mind. solved the problem. stupid .net "xsd" No trust in any paper, bit trust in Sakshi. |
   
Proline
Side Hero Username: Proline
Post Number: 5935 Registered: 06-2008 Posted From: 99.33.210.32
Rating: N/A Votes: 0 (Vote!) | | Posted on Tuesday, February 15, 2011 - 06:07 pm: |
    |
validated the schema with other tools but "xsd" thinks that it is not valid as it is not able to import the schema. is this common in .net? No trust in any paper, bit trust in Sakshi. |
   
Proline
Side Hero Username: Proline
Post Number: 5934 Registered: 06-2008 Posted From: 99.33.210.32
Rating: N/A Votes: 0 (Vote!) | | Posted on Tuesday, February 15, 2011 - 06:05 pm: |
    |
Schema validation warning: Type 'http://xyz.com/:businessobject' is not declared. Line 28, position 9. issue: I have a "import" with namespace "http://xyz.com/" in which "businessobject" is defined. .NET "xsd" is not able to generate bindings when there is a "import". No trust in any paper, bit trust in Sakshi. |
   
Twitter
Side Hero Username: Twitter
Post Number: 7414 Registered: 10-2009 Posted From: 151.191.175.204
Rating: N/A Votes: 0 (Vote!) | | Posted on Tuesday, February 15, 2011 - 05:39 pm: |
    |
Proline:While using .NET default bindings generator (xsd) it always fails,
what is the error in this event ? |
   
Ntr_rocks
Moderator Username: Ntr_rocks
Post Number: 19530 Registered: 04-2009
Rating: N/A Votes: 0 (Vote!) | | Posted on Tuesday, February 15, 2011 - 05:38 pm: |
    |
I think Twitter can answer.. I M THE MOD.....Be Careful... |
   
Proline
Side Hero Username: Proline
Post Number: 5933 Registered: 06-2008 Posted From: 99.33.210.32
Rating: N/A Votes: 0 (Vote!) | | Posted on Tuesday, February 15, 2011 - 05:36 pm: |
    |
 No trust in any paper, bit trust in Sakshi. |
   
Proline
Side Hero Username: Proline
Post Number: 5932 Registered: 06-2008 Posted From: 99.33.210.32
Rating: N/A Votes: 0 (Vote!) | | Posted on Tuesday, February 15, 2011 - 04:39 pm: |
    |
bump for .net exparts No trust in any paper, bit trust in Sakshi. |
   
Proline
Side Hero Username: Proline
Post Number: 5931 Registered: 06-2008 Posted From: 99.33.210.32
Rating: N/A Votes: 0 (Vote!) | | Posted on Tuesday, February 15, 2011 - 04:07 pm: |
    |
help needed. I have a xml schema file and trying to generate bindings. While using .NET default bindings generator (xsd) it always fails, I can generate bindings for the same schema in Java successfully. I used a open source tool (xsd2code) which generated bindings but not usable. It is just generating setters and getters (I am not able to print/generate the whole xml object). Is there any other tool which supports this? the default xsd is not supporting "import"? is there a work around? No trust in any paper, bit trust in Sakshi. |