XSD file for Web Service Input

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tonysmith99
    New Member
    • Aug 2009
    • 1

    XSD file for Web Service Input

    Hi ,

    This question is for .Net 2005.

    I'm creating a .Net application which will receive the input from the business users as an XML file and it will pass the input to the java web service.

    The java web-service has around input 300 fields. I have added the web reference of the java web service in the .Net project. This has generated WSDL file, Web service XSD file and its class file.

    Now, I have to give the business users an XSD file based on which they can provide me the input data in XML file. I can not give the XSD file generated by .Net as it contains the defination of the input method. Also, it is not possible to create a new XSD file by copying the required fields from the Web service XSD file as it will require maintainance efforts.

    Could you please suggest me the best approach to handle this situation?

    Many Thanks.
Working...