| Author |
Need to resolve WSWS3047E Error
|
Ravi Sankar
Ranch Hand
Joined: Aug 17, 2007
Posts: 49
|
|
I am getting the below mentioned error while creating the web service client. Web service successfully published and it is running. WSWS3047E: Error: Cannot deserialize element. Can anyone help me how to rectify this?
|
 |
Anil Etagowni
Greenhorn
Joined: Jun 21, 2012
Posts: 1
|
|
If you look in wsdl you will notice elementFormDefault=”qualified” which we need to change to elementFormDefault=”unqualified“
Note: Make changes in all the places where you see elementFormDefault=”qualified” and generate client classes again to resolve the issue.
|
 |
 |
|
|
subject: Need to resolve WSWS3047E Error
|
|
|