.NET Web ServicesDiscussions about .NET XML Web Service technologies including ASMX files, WSDL and SOAP.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the .NET Web Services section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
First of all, sorry for my english, and now let me explain you the scenario I have.
I have to consume some web services another company made. In cases where one of the parameters is null, .Net automatically builds the tag like this: <longitud/>
The problem I have, is that the other company doesn´t understand that tag, their sytem thinks that it has a value and returns an error.
The question now is, if there is a way to prevent .Net from incluiding that tag in those cases.