A "web service" is a software system designed to support interoperable machine-to-machine interaction over the World Wide Web.
0
votes
0answers
3 views
Custom WS-Policy with Spring-WS
I am using Spring-WS to provide services and generate WSDL. I want to mention in generated WSDL that some SOAP headers are required. Header should look like:
<soapenv:Header>
...
0
votes
2answers
17 views
How to Post Url in data of a curl request
I am trying to post two parameters using curl.
path and fileName
curl --request POST 'http://localhost/Service' --data "path='/xyz/pqr/test/'&fileName='1.doc'"
I know something is wrong in ...
0
votes
0answers
8 views
What is the point of 'FieldSpecified' in WCF?
Ive noticed that if a field is specified as being not mandatory, when we generate the proxy class it will also generate an associated '[fieldname]IsSpecified' boolean related to that field.
On using ...
0
votes
0answers
6 views
convert a UI page functionality to webservice
my project is about writing webservice replica for a web page
in detail an input page form that takes data with user interface
i needed to write web service replication for the page .
(I gonna analyse ...
1
vote
0answers
8 views
java.lang.IllegalArgumentException' faultactor: 'null' when using soap to call webservice from android device
I create a simple webservice to connect from android device. I have used JAX-WS follow this guide: http://www.mkyong.com/webservices/jax-ws/jax-ws-spring-integration-example/
When I run on client ...
0
votes
0answers
4 views
How to implement webservice using API docs?
How to implement Web service using its document because its my first time because I have API docs but don't know method name etc please tell me the way to implement using docs that help me thanks in ...
0
votes
0answers
8 views
.rss format url is not opening in my UIWebView in ios
http://fflguard.tulieservices.biz/newsletters/ebulletin.rss this web url is not opening in UIWebView in iphone xcode.Please give me the solution.
0
votes
2answers
12 views
Cross Domain webservice calling in jquery mobile
I am calling webservice using below method.
// This is flicker API and it is working fine.
//var ...
4
votes
1answer
32 views
Getting Timed Out from ASP.Net Webservice
I have a ASP.Net web service. There are about 150 client app continuously hit the web service say every 1 minute.
In this kind of scenario some are getting the service and some are continuously ...
1
vote
1answer
22 views
Cannot access WCF service remotely
BACKGROUND
We have a WCF web service hosted in a Windows Service running with the basicHttpBinding.
PROBLEM
Browsing to the service URL on the local machine works fine, but trying to browse using ...
2
votes
4answers
48 views
How to pass Parameters to json?
I want to pass the below info to Json service.
[email protected]&password=mmmmm&apikey=12345&class=User
I get the data from json.But how to pass the above parameters to json service.
...
-1
votes
0answers
11 views
call Print method in windows application from web service
i developed a windows application that in there is a class with a method for send print via fast report. this win app work currectly.
but i must call that method from web service. when debug web ...
0
votes
1answer
16 views
iOS Client + Rest API to upload photos
I have a basic requirement of uploading an image from an iOS App to a remote server . I know that I can use NSURLConnection in XCode to transfer the image to a remote server . But I need to develop a ...
2
votes
0answers
17 views
REST HttpURLConnection
I am working on a REST Client experimenting with the tinkerpop database using using HttpURLConnection.
I am trying to send over a 'GET - CONNECT'. Now I understand (from some net research) that if I ...
0
votes
0answers
6 views
SoapHeader class for Soap header xml with namespace
I am trying to write SoapHeader class for Soap Header XML. But it is failing with error "XML builder done with pulling. Pull parser cannot pull any more".
Can I create soap header cladd object by XML ...