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