How to get session object while working on webservices?
Services are called between two programs. How to get user session object while workin with webservices. It is not possible to get session using request object as there will not be request or response when we talk about services.
...
Now, working with Spring-WS, I sometimes miss the simplicity of working with axis, where you just call a tool on the WSDL and XSD, and it creates the java objects and marshaller configurations, an interface that represents the information in the WSDL, a complete webservice client that implements this interface, and a server stub. Within ...
What is the most complete, precise and reliable way to get the coordinates (latitude / longitude) of a given ZIP / Postal Code of a given country? I need to make a lot of requests, so a high API limit rate (maybe even absent) would be useful.
GeoNames dumps would be cool, but it seems to have way too many duplicate coordinates (example)...
Is there any .NET tool to expose the data of my tables in Microsoft SQL Server as web services? Do I have to write the code? Are there any samples? What do your recommend as to how to expose the data?
...
hi all,
i am creating a simple SOAP web service.
i am to ensure that it runs on a tomcat web service.
im trying to implement this with JAX-WS (see code)
my question is: does the Endpoint.publish use the tomcat server to host this or is it a mini glassfish kind of server?
should i be extending UnicastRemoveObject or something simili...
Hi ,
A little (!) bit of background before I can get to the question :
I am implementing a web based search solution. Technology used: javascript (jquery), .net, html etc. etc.
All my web service calls are done through javascript (cross domain ws call). I have few sequential web service calls which all have different success callback...
Hi there, guys!
I'm currently developing a set of webservices in Java, to host on Axis2 running over WebLogic 10.3.0. These webservices receive and return SOAP messages.
As I have a clustered environment on WebLogic, I would like to have the WebLogic's server name (the one I configured using the Administration Console) returned in the ...
I try to implement simple SOAP server on ASP.NET and simple client on php and get the problem with response and request format.
My server is very simple, take one string and return another:
[WebMethod]
public string HelloWorld(string Additional) {
return "Hello " + Additional;
}
I expect, that php client is such simple:
$client =...
Is there any way transactions can be implemented in .Net web services ?. Is it possible ?
...
How can .NET web services be made more secure? Something like HTTPS?
...
Hi,
i'm new to iPhone programming and web service too.
I'm trying to get a file from a Rest web service written with c#, the service return a byte array, the file is 15Mb.
I've try to many ways to get the file but if i get the file inside an XML response, i need to parse with NSXMLParser that make my application crash because alloc a str...
I have an object exposed through a web service that is consumed by another system. That system also uses that same WSDL to return back an object on demand to us. I was wondering if it was possible to take that same object and relay it back to a the original object?
I tried to do the following and it wouldn't actually cast it back with t...
I come from a multimedia background as opposed to a pure-CS background so I would find a heavy CS-paper about subjects like algorithms hard to review.
I'm interested mainly in web technologies, particularly areas like web standards, push technologies (comet, web hooks etc..), social graphing, online data portability. Other topic suggest...
Hello all,
In MOSS 2007 using UserProfileService webservice I'm able to read/update an already existing property from a user profile. Is possible to use this webservice to create new properties ? If yes how ?
Thank you !
...
Hi all,
I have two code projects both using CXF to use web services. When I make a call from project A to project B, the method I am calling receives null parameters. I've turned on logging and the inbound message does indeed contain the correct parameters. I have also tried calling my service from SoapUI (a webservice testing tool)....
I have a rich client application that is connecting to a set of backing web services where the connection is secured by SSL. I need to determine the "strength" of the encryption being used for the actual SSL stream to display this information to the end user.
My understanding is that the client and server will negotiate a symmetric enc...
I have a .net web service that takes some xml data.
From within the web service, I want to manipulate the data and then call a web page that displays information to the user. The web service should return after spaning the web page.
I am not having any luck doing this.
I have tried Server.Transfer(url, end); Which generates th...
I am working on a Flex application that uses ActionScript to make web service calls to SAP. I have generated ActionScript proxy classes, and have event listeners waiting for the service to return a result. This works fine when I call only one webservice. However, when two webservices are called, one of them either does not return any res...
Hi!
I would like to ask a question. One of my ex-colleague wrote one window azure project and now I need to continue this project. Web Service is in that window azure project and I need to call that web service in silverlight. Therefore, I add new silverlight project at that existing Window azure project. And when I am trying to add Ser...
Can you tell the BEST way how to test & use Web Services in Eclipse ?
I had little experience with web services, that is, I used an Apache Axis plugin that generated the client stub.
I do not need to write my own web services right now, only use existing ones.
I have Eclipse JEE, I can download any plugin.
What would you suggest?
...