HI,
I am trying to access a webservice from my ASP.net project.
The webservice is written in Java.
I am trying to send XML file to the webservice. But get the error:
org.xml.sax.SAXException: Unable to marshall between XML and Castor Objects :unable to find FieldDescriptor for 'AssessmentOrderRequest' in ClassDescriptor of AssessmentOrderRequest
I have no idea about castor objects and marshalling.
While sending the XML data, I have to convert it into string as it is required.
Do I have to do XML Data Mapping ? how is it done in .Net ?
Can anyone help ?