Strongly typed vars not working

J

Joe Rattz

I have strongly typed vars in my web services for the
method (operation) arguments. For example, when the first
argument is a name which happens to be a string, I have a
strongly typed name_t which is defined in my WSDL as
inheriting from xsd:string with a max length specified.

When the C# code gets generated in VS.NET 2003, there are
classes created for each of my string types, but they
contain no data elements to actually store any data, nor
do they inherit from any other data types. Also, there is
no constructor that allows me to set their value.

I wind up with methods that I can't pass any data into
because I can't pass the correct data type that has the
correct value in it.

What is going on here?

Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top