Subject:Getting "Expected elemenmt missing " Error When the element is already present . Author:Joy K Date:11 Dec 2008 07:32 AM
Hi,
Hope I am posting this topic in correct forum.
While testing my webservice I am facing this error:
<faultstring>Caught exception while handling request: expected element is missing: {http://... <packageName>}personName
</faultstring>
This Element "personName" is present in my request xml ans it is defined with maxOccurs and minOccurs as "1". So it occurs in my request xml exactly once. So why this error???