I have a Windows form application that's consuming web services over https and is working perfectly. Do I have to make any arrangement in my code for the case when the user has an Internet connection through a proxy server?
...
I implemented one service and it has several configuration item, such as data type, next node, blablabla. What I want to do is to deploy the service and configuration file into tomcat within one .aar.
However, if I jar the service and configuration file into the aar. The service can't read the file though the file is there in the same ...
I'm currently making some system that will gather statistical reports from different sites, for any user transaction in there.
My question is for would be better to implement from you experience ...
All websites that will report data to statistics sites are on my servers.
So whats better to user WebRequest to send GET data to page or t...
Hi everyone,
As the title says, I want to retrieve tables of data from a SQL database, using Flex 4 and .Net WebService.
I'm new to both Flex and DotNet. Please tell me a proper way to do it.
This is what I've done so far:
Retrieving an array of string: (this works)
.Net:
[WebMethod]
public String[] getTestArray()
{
String[] ...
I am using Assembly.LoadFrom within a web service to load assemblies from a web site. but the problem is it is in the virutal directory and the server.mappath parses the url like \share\mydll.dll and loadform method failed. Is there anyway to reference dll from the remote location?
I've tried passing the url (http://localhost/download...
I need to know if there is a Web Service whit API that permits to have a streaming (possibly random) music. Also free music or also a 30 sec demo of the music is sufficient.
My service need to ask to a web service a random songs with artist, title, place... and it has to play it. Do you know any site that makes it possible?
...
My friend build a web service in java
I build one in .net
I want them to implement the same interface
then in my program change the web.config to point to one or the other.
In my mind this would be done by implementing the same interface. Not sure how it would actually be done...
...
We're using javax.jws.WebServices deployed in a Glassfish server, is there a way to auto generate documentation like the one ASMX services generates?
ASMX services display methods in service
ASMX services when running locally could be easily tested with a prebuilt form
ASMX services provided a sample request and response XML message ...
I'm trying to figure out two things:
Can Xpath be used to query a SOAP-based web services server?
Is this built into the SOAP protocol such that any good SOAP server would handle the requests correctly without having to add custom handling of XPath queries?
The two questions may seem redundant, but I'm breaking them because:
I don'...
If I have an https webservice behind a firewall on a machine (A) that I cannot access, but access to a machine on the same network (B), from where I can call the webservice on machine A.
What is the best way of talking with the webservice on machine A, from the outside via machine B (that I access via VPN)?
I can obviously create a se...
We are working on a website which will provide the client access to a WSDL service via SOAP mechanism.
How do i implement a WSDL service in PHP ?
What is Apache Axis2 and Apache CXF ?
Does it suit my requirements ? Will it work on PHP or do i have to code it in Java ?
...
Do you know a tutorial how to create a CXF soap web service from existing Java code and embed it in Tomcat, and also generate a wsdl file so that any .NET system would be able to generate client code easily?
I miss that WSDL creation point in, for example this
http://www.ibm.com/developerworks/library/ws-pojo-springcxf/
tutorial. No wsd...
HI,
This is an old question, i have seen some solutions on this forum itself, but am trying to use webservices for the first time so please bear with me on this one.
I have a webservice that returns XML in the following format
<subs xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" msisd...
I have to consume a .NET hosted web service from a Java application. Interoperability between the two is usually very good. The problem I'm running into is that the .NET application developer chose to expose data using the .NET DataSet object. There are lots of articles written as to why you should not do this and how it makes interopera...
I'm trying to call an asp.net webservice from the same project it's in:
[MethodImpl(MethodImplOptions.Synchronized)]
public static void OnFileCreated(object source, FileSystemEventArgs e) {
trackdata_analyse rWebAnalyse = new trackdata_analyse();
rWebAnalyse.Analyse(@"pending\" + e.Name, "YOUNIVATE");
}
However i always get ...
I have an analytics web service that provides pageview statistics for several separate websites that are all serving up press releases. The analytics service pulls data for each of its client sites from Google Analytics and then answers API calls like "give me the 10 most viewed press releases for the past week."
I want each of the pres...
Hi,
I have a web service which is returning data to the desktop application. The problem I am having is, when the web service returns small volume of data everything works fine but when the volume of data is large it throws the following exception:
System.Net.WebException: The underlying connection was closed: An unexpected error occur...
From wikipedia:
The Web Services Description Language
(WSDL, pronounced 'wiz-dəl') is an
XML-based language that provides a
model for describing Web services.
But in most cases, I found that WSDL is used in conjunction with SOAP. but as far as I know, if the WSDL is a language to describe web services. there should be possibl...
Hello,
I work on a Joomla web site, installed on a MySQL database and running on IIS7. It's all working fine.
I now need to add functionality that lets (Joomla-)registered users change some configuration data. Though I haven't done this yet, it looks straightforward enough to do with Joomla. The data is private so all external access ...
I am trying trying to build a web service with client and server side soap attachment. Could you guide to any edocs which would help me learn this in simple steps.
Environment:
java
jax-rpc with attachment handler
Thanks in advance
...