WSDL.Exe causing System.StackOverflowException

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Modica82

    WSDL.Exe causing System.StackOverflowException

    Hi all,

    I am trying to generate a stub class for my web service using wsdl.exe but
    every time i run it from the visual studio command prompt i get a
    System.StackOve rFlowException.

    Has anyone got an ideas? My XSD Files have been verified and are working so
    what could be the problem???

    Regards,

    Rob
  • Manohar Kamath

    #2
    Re: WSDL.Exe causing System.StackOve rflowException

    What is your WebService returning? A custom object? If so, how "intricate"
    is this -- perhaps there is a circular reference, or the nesting of objects
    is very deep.

    --
    Manohar Kamath
    Editor, .netWire



    "Modica82" <Modica82@discu ssions.microsof t.com> wrote in message
    news:1257381C-C182-43AD-B4B2-D8DBBA1F329A@mi crosoft.com...[color=blue]
    > Hi all,
    >
    > I am trying to generate a stub class for my web service using wsdl.exe but
    > every time i run it from the visual studio command prompt i get a
    > System.StackOve rFlowException.
    >
    > Has anyone got an ideas? My XSD Files have been verified and are working[/color]
    so[color=blue]
    > what could be the problem???
    >
    > Regards,
    >
    > Rob[/color]


    Comment

    • Modica82

      #3
      Re: WSDL.Exe causing System.StackOve rflowException

      I am testing each method one by one (slow process as there are 60+) to see
      which are generating the error. Once i find these out, how do i fix these?

      Rob

      "Manohar Kamath" wrote:
      [color=blue]
      > What is your WebService returning? A custom object? If so, how "intricate"
      > is this -- perhaps there is a circular reference, or the nesting of objects
      > is very deep.
      >
      > --
      > Manohar Kamath
      > Editor, .netWire
      > www.dotnetwire.com
      >
      >
      > "Modica82" <Modica82@discu ssions.microsof t.com> wrote in message
      > news:1257381C-C182-43AD-B4B2-D8DBBA1F329A@mi crosoft.com...[color=green]
      > > Hi all,
      > >
      > > I am trying to generate a stub class for my web service using wsdl.exe but
      > > every time i run it from the visual studio command prompt i get a
      > > System.StackOve rFlowException.
      > >
      > > Has anyone got an ideas? My XSD Files have been verified and are working[/color]
      > so[color=green]
      > > what could be the problem???
      > >
      > > Regards,
      > >
      > > Rob[/color]
      >
      >
      >[/color]

      Comment

      Working...