Groups | Blog | Home
all groups > c# > april 2006 >

c# : How many methods/structures/enums can be exposed?


Ripal
4/24/2006 10:38:26 PM
Hi

I am facing problem descripbed as follows:

I have 4 enums, 10 structures and methods exposed via web method

It was working fine till the 7 structures after adding more 3
structures I am not able to create the instance of the 2 structures out
of 10.

Is there any limitation for structured can be exposed via webservice or
any other thing stops me creating instance of straucture.

please help me on this issue asap

Thanks in advance

-Ripal
Marc Gravell
4/25/2006 12:00:00 AM
Is there any overlap in the naming? Note that the namespaces get dropped in
the WSDL, so Namespace1.SomeStruct and NameSpace2.SomeStruct will probably
become WebRefName.SomeStruct and WebRefName.SomeStruct1 (maybe 2, can't
remember); is this the issue?

Marc

AddThis Social Bookmark Button