Thursday, March 13, 2008

Dynamically generate a web page from a web service return call (C#, asp.net,xml) - Website Programming Freelance Job

Hi, I want to generate a web page or form(asp.net page or form) dynamically from the data returned from a web service call. The actual web service returns the category details in 2 strings. one string contains the retrieved category version as an xml document (catXML) The other string contains the retrieved category definition as an xml schema document (catXMLSchema) We use Open Text ( Live Live) as a document management and thus, we use the API for this & the method used is GetObjectAttributeXML The catXML document returned by this function represents the categories applied to a LiveLink node. Thus, we need to build a form that has categories listed & their corresponding attributes or values in their respective boxes beside them. The form contains textboxes and dropdown boxes. The catXML lists some types associated through which we determine whether it is a required field & also whether it is a textbox or dropdown ( example:- if type =-1, then it is a textbox & if type=10 then it is a dropdown). The corresponding values to be filled will be shown in the xsd string(catXMLSchema). If someone knows LiveLink, he can suggest me another way for the function to return the category Information rather than returning 2 strings or else, continue with what the function is normally returning & generate the web page. In short, I need to generate a web page with the corresponding values from the data returned from a web service call. I can upload the xml documents and all the other code and also the screen shots too, which are required. Thanks