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,...