Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HI Gurus,

I am having a soap service with interface marked as [ServiceContract] and method is marked as [OperationContract].
have soap end point.
now when i run this service it all fine... when i am looking at wsdl I am not able to see my input parameter object ..it comes as
XML
<wsdl:input>
<soap:body use="literal"/>
</wsdl:input>


my input parameter is a DTO and have approx 35 parameters.


i am not sure what is going wrong ...can you please help in this regards.

Regards,
Vikas M
Posted
Comments
[no name] 6-Jul-12 8:38am    
Information is not enough. Please paste your sevice contracts here. paste your method which is marked as [OperationContract].

1 solution

Have you tried to remove the ?wsdl and replace it by ?xsd=xsd0 ?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900