I have been handed a wsdl file + a number of xsd type definition files - the service I need to code against is not ready yet and I need to put together a fake service (so called a stub or mock) in order to be ready when the real thing comes along.
My question is - once I get the interface I need to implement from the wsdl, how do I setu...
I was curious as to how I would accomplish the following with webservices:
Authenticate a user.
Accept a CSV or XML file.
Process the file and put it into an SQL database.
Someone mentioned in a previous post that I should use a webservice. I can't seem to find any resources that explain how to begin something like this. All the si...
Hi! I'm using Webservice which will return the data from the database through datatable and I'll convert the datatable into byte array. In front end, I'll reconvert the bytearray to datatable and used ajaxloader to display it in the form.. It is dynamic loading. So, for each click, it is taking 10 seconds to retreive the data regardless ...
How to make web services secure in asp.net both the asmx and on WCF. Currently we have web services and now are in process of converting them to WCF in some modules in our application. Now as upgradation is in process we like to incorporate security on the web services as we intend to open some of them to all our clients via web (they co...
I would like to fetch a source of file and wrap it within JSONP.
For example, I have pets.txt. I want to retrieve source of that file from another domain using nothing but client-side JavaScript. Can I do it?
Actually, I can't. I can do it only for JSONP. So, I can convert pets.txt to JSONP.
I'm looking for online service which can co...
Is it possible to write a RESTful web service that will accept files from a client, convert those files to PDF files and then will send the result back to the client?
Any information on the topic would be helpful.
...
i am creating a mobile application using j2me.
here i interact with webservices.
the response returned is in json.
how to parse it and get(store in a variable) value returned from it...
i m new to it kindly help!!!!!!!!!!!
Thanks in advance
...
I am using a web service. I define an interface in the web service.
Can I use this interface definition in my project that invokes the web service? I know I can use classes defined in the web service.
Do I have to do anything special with the interface like add an attribute?
...
When I try to restart the apache tomcat server it throws the error.
org.apache.axis2.deployment.DeploymentException: The services.xml file cannot be found for the service: {0}
The wsdl generated is actually blank and only contains the description from the services.xml file which does indeed exist under META-INF.
I am using eclipse,...
I've been trying to understand how IRS e-file works. Does anyone know if it's a public API, and if so, where I can get information on it? Google has not been helpful.
...
I get my data from the asp.net web service and I was wondering whether there is a way to pass on that data (in json formar straight from the web service) into the DataTables object. I would like to do something like:
$(document).ready(function() {
$('#example').dataTable( {
"bProcessing": true,
"bServerSide": true,
...
Hi,
I am trying access a webservice which require a digital certificate. I have installed the certificate on my local machine. When I try to add a web reference through VS 2005 UI, I get an error saying "Could not create SSL/TLS connection".
Any Help?
...
I have a simple c# 3.5 .Net console application that hooks up to a service reference. Everything's working fine - making calls and receiving responses, but now I've been told to look at the Soap header in the message that's coming back.
I've found the .Net WebService Studio which is pretty awesome and will show both the Soap request an...
A little background: I have the opportunity to present the idea of a public API to the management of a large car sharing company in my country. Currently, the only options to book a car are a very slow web interface and a hard to reach call center. So I'm excited of the possiblity of writing my own search interface, integrating this func...
How to call a webservice (created in java) with ws security, they provided a certificate file , username & password, i tried using Web Services Enhancements (WSE) 3.0, Inherited the service proxy from Microsoft.Web.Services3.WebServicesClientProtocol used username password tocken
UsernameToken tocken = new UsernameToken("uname", "pw...
I have a 3rd party library that I use in my webapp. I need to call an init method from this library during axis2 startup.
I can't wait until the first request comes in - it must be done at startup.
...
Org-mode is amazing. I like its power and simplicity. However, sometimes I need access to my tasks in places where I don't have the necessary setup. Is there a way to synchronize my org agenda with one of the better web based todo services like RTM, Toodledo or similar?
It would be the best solution, because I'd run the sync process reg...
I have successfully created a WS client that works correctly when NOT using authentication.
However, the server (WebSphere) now requires adding a ws-security username token, and I'm having a hard time doing this. The resulting SOAP message is supposed to look something like this:
<soapenv:Envelope
xmlns:ns="http://foo.bar/1.0"
xm...
I know that this question has been asked before here, I used to have the same problem as Anjisan, I have a web service that could call Outlook Application from Visual Studio but couldn't from published code on IIS thanks to the Accepted Solution it worked on my pc when i published my web service to IIS by following this steps:
(1)Enter ...
I've trying to move parameters from axis2.xml to be specific to a single service by putting them in services.xml
I've tried this by moving false
and it doesn't work.
Any tips on what I'm doing wrong? Is there any reason why parameters can't be moved in this way?
...