show/hide this revision's text 5 deleted 65 characters in body

Try specifying the option protocol SOAP12 Link to Reference(Not Translated -translated link messes up formatting)

/protocol:protocol (as show on MSDN)

Specifies the protocol to implement. You can specify SOAP (default), HttpGet, HttpPost, or a custom protocol specified in the configuration file. When using the /parameters option, this value is the element and contains a string.

If that does not help then.......

Visual Studio's "Add Web Reference" calls the WSDL.exe when adding a web reference. Basically there is no difference, other then the control you retain when running the WSDL.exe command from the command line. I would suspect that one of your arguments is incorrect or different then the one Visual Studio is setting.

To test this you would need to compare the output for from the 2 different XSD files that are generated, that will give you more of a clue of what is wrong(as Klathzazt has suggested).

Good Luck

show/hide this revision's text 4 added 2 characters in body

Try specifying the option protocol SOAP12 Link to Reference(Not Translated -translated link messes up formatting)

/protocol:protocol (as show on MSDN)

Specifies the protocol to implement. You can specify SOAP (default), HttpGet, HttpPost, or a custom protocol specified in the configuration file. When using the /parameters option, this value is the element and contains a string.

If that does not help then....then.......

Visual Studio's "Add Web Reference" calls the WSDL.exe when adding a web reference. Basically there is no difference, other then the control you retain when running the WSDL.exe command from the command line. I would suspect that one of your arguments is incorrect or different then the one Visual Studio is setting.

To test this you would need to compare the output for from the 2 different XSD files that are generated, that will give you more of a clue of what is wrong(as Klathzazt has suggested).

Good Luck

show/hide this revision's text 3 spelling and Grammer and Formating

Try specifying the option protocol SOAP12 Link to Reference(Not Translated -translated link messes up formatting)

/protocol:protocol (as show on MSDN)

Specifies the protocol to implement. You can specify SOAP (default), HttpGet, HttpPost, or a custom protocol specified in the configuration file. When using the /parameters option, this value is the element and contains a string.

If that does not help then.....

Visual Studio's "Add Web Reference" calls the WSDL.exe when adding a web reference. basically Basically there is no difference, other then the control you retain when running the WSDL.exe command from the command line. I would suspect that one of your arguments is incorrect or different then the one Visual Studio is setting.

To test this you would need to compare the output for from the 2 different XSD files that are generated, that will give you more of a clue of what is wrong(as Klathzazt has suggested).

Good Luck

show/hide this revision's text 2 added 110 characters in body
show/hide this revision's text 1