1
vote
3answers
48 views
Beginner to PHP web services
What is the best way to implement web services in PHP? I have heard about libraries like NuSOAP and WSO2 web service platform, But don't know what is the best ( or a good and easy …
2
votes
4answers
46 views
Consuming Web Service from javascript in .net page
How to do it? I am completely new to this and wish to start learning it. I am going to have a tree structure, most probably a html/Javascript tree which will need to be saved into …
0
votes
3answers
21 views
Web services and SQL Server 2005
Is it possible to set up SQL Server with a web service to receive and store data bypassing the IIS/ASP.NET layer altogether?
I know it's possible to set up a web service via HTTP …
1
vote
4answers
27 views
Multiple applications sharing same configuration files
In my production environment I have several Web applications installed in the same machine. These applications access various web services and two SQL Server databases this means t …
2
votes
11answers
77 views
How would you explain the term ‘Web Services’ to a non-technical person?
As a person of finance, how would you explain the term 'web services' to me.
I've looked around and all definitions seem really technical. I've asked my colleagues and it's still …
0
votes
4answers
52 views
Do I use a web service or a HttpHandler to serve images ?
Hi guys
very simple question for you..
To serve Images is better a web service or a HttpHandler in asp.net c# ?
what is the difference ?
Why I should prefer one instead another ? …
2
votes
3answers
28 views
Web Services API Versioning
I offer a small Web Services API to my clients which I plan to evolve over time. So I need some sort of versioning, but I can't find any information about how you do something like …
0
votes
1answer
13 views
Java Web Services: sending files using DataHandler class
Hi
I'm new to Java Web Services, so I might be doing things wrong.
I'm trying to transfer a file using the DataHandler - this is what I've got:
Web Service:
import java.net.Mal …
0
votes
1answer
18 views
wsdl2java ant task: howto include wsdl file name in java file comment
We're generating Java files from WSDL descripitons using the axis-wsdl2java ant task.
<axis-wsdl2java url="${src.dir.etc}/wsdl/BLAH.wsdl"
output="${build.dir.g …
0
votes
2answers
67 views
Where do we need XSD.exe
I have been working with WebServices for sometime. I dealt with many services where XSDs were linked with WSDL for validation and such...
But whenever I get any such requirement, …
1
vote
4answers
31 views
I want to create blog posts to drupal by sending messages through Outlook. Ideas??
I think for two options, either to send messages to Drupal with SOAP or XML-RPC or by sending e-mail.
0
votes
2answers
30 views
how to connect to a web service from windows mobile(when running emulator)
Hi
I have as asp.net webserver that I hosted and I went to my mobile application I am building and made a web reference to it.
So it finds it and stuff and now I can access the w …
0
votes
2answers
30 views
MINIX 3 as a dns-server?
Is is it possible to have Minix 3 as a dns-server and if one would dare to code the service self how would that code look like (roughly)?
0
votes
2answers
35 views
webservice to return pdf with asp.net
Hi there,
I have a html to pdf conversion tool which resides on our server that I can access using a url with querystrings.
Something like myurl.com/createpdf.aspx?page=http://www …
0
votes
1answer
40 views
How can I get started using a WSDL file with Visual Studio it’s in the root of the project instead of being hosted on the internet somewhere.
I've been tasked when integrating a web form into Oracle CRM on Demand (Siebel) using web services. I've been given the WSDL, and some high level documentation from Oracle.
Well, …
