I have to write a proxy client in Java to connect to JSON WebService. I have only textual description of WebService methods and types. For instance the result of one method is
In my RESTful WCF project I need to receive an image attachmen开发者_StackOverflow中文版t. I dont know how to send /receive attachments in WCF REst Service.
There is a self hosted WCF REST service, need to send an xml post message to it. Seems like this question was asked and answered several times, but after trying every solution I still didn`t get any s
Task: To be able to render a PDF when user clicks a link (which is a WCF Service {example: http://localhost:6186/MyReportServices.svc/reports/012}). The Service goes and fetches the report from SSRS S
Im having a big problem in Sharepoint 2010. Im already thinking its a bug in the product. I need to search two Form Libraries, one in a site in English, and the other in a site in Portuguese, with th
Simple situation: I have a server with thousands of pictures on it. I want to create a restful business layer which will allow me to add tags (categories) to each picture. That\'s simple. I also want
I have a modular software, one module must be a webserver that accept REST request in JSON format to be able to send operation request to process inside a cluster of applications.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I am new to WCF Services. We are creating a REST WCF Service which will be deployed on our IIS Server.
I know this question has been asked on a number of occassions (believe me I know I have went through almost every one of the posts). However, I still can\'t get it to work...