String as Parameter

Last post 06-09-2008 1:01 PM by RogerRabbit. 1 replies.

Sort Posts:

  • String as Parameter

    06-09-2008, 11:30 AM
    • Member
      5 point Member
    • ndramkumar
    • Member since 07-13-2006, 2:00 PM
    • Posts 4

    I am trying to design .NET Web Service which will be accessed from Oracle BPEL.

    The Web Service will take XML data and I have to parse the XML data in web service.

    If I use string as a parameter for the web service, I would like to know whether there is a limitation for the maximum length of a string to be passed to a web service.

    The size of XML ranges from 80 to 150 KB.

    Is there any other alternate way to pass the xml data from Oracle BPEL to a .NET web service.

     Thanks for the help

     

  • Re: String as Parameter

    06-09-2008, 1:01 PM
    Answer
    • Participant
      1,540 point Participant
    • RogerRabbit
    • Member since 02-23-2007, 10:12 PM
    • Posts 247

    There is no limit to the string size.  Though for passing XML data, you may want to consider the XMLNode type instead.

Page 1 of 1 (2 items)