Quote Originally Posted by prasanthnath View Post
post 145241
The error says that unmarshaller does not expect ProjectSearch element, but some element that should look like:
Code:
<payload>
	<Department/>
	<IncludeAlerts/>
	<IncludeAttachments/>
	<IncludeDependencies/>
	<IncludeDetails/>
	<IncludeFeedback/>
	<IncludeMessages/>
	<IncludeNotes/>
	<IncludeStatusSummary/>
	<Profile/>
	<ProjectInitiatorList/>
	<ProjectSearch/>
	<RTMSort/>
	<ResponseSummary/>
	<SearchDepartment/>
	<SearchProfile/>
	<SearchUnit/>
	<SearchUser/>
	<Unit/>
	<User/>
</payload>
Why does it expects such payload? Please, post your wsdl (see my prev post)