Consuming webservices from sharepoint online. Problem with WSDL
-
30 Mart 2012 Cuma 13:12
Hi!
I'm trying to consume my own webservices from sharepoint online. These webservices are developed in .NET. I can consume without problems the webservice url with wsdl, and it returns the ws methods correctly. But my problem is that there is no info about return fields. For example, if my webservice method was:
GetTask() //return a xml with several fields, like Task_ID, Task_Description, etc...
I need this fields on because want to bind each field to a sharepoint especific form, like txtTask binding = Task_ID, etc.... However, the methodo only returns "GetTaskResult"
Must I specify more data in the webservice wsdl exposition? How to do this?
Tnks!
Xabi
Tüm Yanıtlar
-
30 Mart 2012 Cuma 21:40Moderatör
Hi Xabi,
I would suggest that you read through the SharePoint Online Developers guide for further assistance with your question.
Thanks,
Tim Muth
Microsoft Online Services Technical Support
-
02 Nisan 2012 Pazartesi 11:47
Hi Tim, sorry but no help for my issue in this guide. I already read
Thanks anyway
Regards
Xabi