Hello, Friends!
I use Flex Builder 3 and SOAP WebService on the server side. I know how to do a basic authorization of the client app (using httpHeaders), but I can't solve the problem of how to kill the browser dialog box (username, password) when the client have done an incorrect authorization.
I handle the faultEvent.FAULT event, bu...
Hi, How do I call a .net web service from an Objective C iPhone app?
...
Does anyone have any opinions over the best ways to connect a client to SQL Server to get data.
So lets say I have a C# DataGridView in a Winform not on the internal network and I need to load it with a lot of data.
Currently to access the data we call a component SQLDataAdapter in the client which opens a connection to the SQL server,...
Hello,
I am working on linux server through ssh and want to know where to put html and php files (the htdocs folder) but its seems to me the servers is running lighttpd
My directory structure looks something like this.
...
Is there a free available public APIs that I can call to get the english dictionary word definitions?
I would like to call it from python web app.
...
I have a asp.net web-service which I use from my ASP.NET website. I can call it from raw Javascript or jQuery to post/get data. The web-service is enabled with session so that only authorized users can access data.
[WebMethod(EnableSession = true)]
public WS_ServiceResponse SetAccountName(string account, string name)
...
Hi all,
here's a problem I just stumbled into:
I have an php based web service which returns statistical data about customers
in the form of WSDL-complex types. The actual complex type consists of
xsd:string
xsd:int
xsd:float
Now, since my web service is sort of an adapter to an existing system I can't
realy controll what values are...
For what ever reason, a critical third peaty webservice functions like this. I can connect, send a request, and receive valid response, but i still get the error message. This only happens on one server.
"The incoming message was signed with a token which was different fron what used to encrypt the body. This was not expected." (sic)
T...
Scenerio:
Function A() ->creates the message and puts the message in the queue
Listener -> checks constantly if theres a message in the queue and sends it to the service to
process it and get the result and inserts the result into db
Function B() ->gets the result from the db
Suppose the result from the service hasn't com...
Hi,
I am developing a windows service for FTP communication.
This service will be installed in WindowsXPe environment where spaces is abt 2GB. i want to implement rolling file appender logging.
I tried Log4net i am getting problems.
Please suggest if i can use some other logging
...
Is it unusual for a web service call to have an "out" parameter? If so, why?
I am using C# web service and webserive consumer also will be c# app.
...
I have an asp.net web service running on a web server with one of the web methods (wm) that
does some processing based on a parameter (param).
I want to restrict concurrent calls to this web method only in certain cases--namely when
the value of param passed by client1 is equal to param passed by client2.
I was thinking of adding some ...
How to implement Web Services in Perl?
...
Hi,
have a data transfer between an vb application and web service. The
application is in local network and connects to the internet thru a
gateway. Connection is ADSL.
Web service is on the remote server.
Strange thing is that data transfer sometimes work and sometimes not.
When it doesn't work, it throws an exception of type
'System...
Hi All,
I am reading on internet about the difference between ASP.NET web service and WCF and have found that ASP.NET does not support any other protocol except http .
Can anyone please explain me the reason why ASP.NET web service don't support other transport protocols ?
...
Hello Sir,
I made one web service of named WebService in which GetTest, SetTest function which set and get GUID. Now i want to use this function in javascript in .aspx file.
How i use this function in javascript. I put web service code below:-
[WebMethod]
public void SetTest(Guid id, string text)
{
this.Application.Add(id.ToString(...
Hi,
I'm using jquery ajax to fetch data from an asp.net webservice. I'm wondering how I can secure it and have it work with jquery ajax. The service is part of my web application and to access it you have to be logged in to the application. However I'd like to further secure it. For example a consultant looking up all their customer...
I need ammunition to try to promote WS-Security for a set of externally-available web services that interact directly with our production customer service application. My vision is to implement IPassword provider and authenticate with our AD store. The architecture recommendation that came down from on high is SSL, with an IP filter on t...
We are currently looking at the problem of creating a load balancer in front of a set of servers offering the same web service (using soap over http).
Once a client request has been sent to a given server, that server should respond to all subsequent requests from that client (this is sometimes referred as stickiness if I am not mistak...
Environment:
Kerberos turned on in QA & Production, not in Dev (stupid I know, but I don't admin any of the boxes)
Hitting a sharepoint webservice to GET data from a sharepoint list (lists.asmx).
Server uses ssl.
I get an error message in my qa environment as follows (can't paste the stacktrace as it's in a picture only):
System...