Hello .
I have to confirm the detail of my gradutaion project recently.
My setup a goal for myself, that is it should have values( maybe as a opensource project or tools that can be use by others).
Can you suggest some ideas or projects pertaining to one of :
Web architect, Social Media, Ruby, ROR, Testing.
Thanks!:D
...
Hello everybody!
I've got a problem with Joomla 1.5.+, hope you can help me.
I installed it on a server which is in an internal DMZ and want to access it via an internet domain. The problem is that some references on the site still point to the internal domain. I've read that in the earlier Mamboo-days of Joomla a variable "$mosConfig_...
Hello
It has been recommended that I design my web service in a 'document-oriented' fashion.
After some searching - http://java.sun.com/developer/technicalArticles/xml/jaxrpcpatterns/index3.html - and a few others - I am still at a loss as to what this means, in the trenches, in a C# Web Service.
Could anyone provide the 'light-bulb m...
Hi,
i have a web service and want to publish it as https.With current settings,i can publish it in http but i dont know what to do for https.What must i do in server?I searched something internet but couldnt find usefull and basic informations about it.I use Visual studio 2008.Thanks.
...
I see multiple questions asking which is better, SOAP or REST from the development of the Web Service itself. However, not a lot of discussion of the pros/cons from the client perspective. If you were to write an Application and have a choice between two Web Service APIs that are similar in every way except one is SOAP and the other is R...
I know every service we create (working with ASMX, .net 2.0) is attached with discovery document and I know the definition and purpose of Discovery document from numerous articles on web.
I need to know how it actually works? What do we mean when we say
It is through the discovery process that XML Web service clients learn
that ...
Hi!
If I have understood Axis2 correct i can construct a WebService and then access it with any SOAP compatible client.
I have a java class with a couple of methods that I have written in Eclipse, and then automatically constructed a service with the Axis2 plugin from WTP.
This is the methods of my class.
public int test(int i){
...
Anyone have an example of creating a signed URL with an expiration using ASP .Net? I'm exploring using LitS3 or ThreeSharp in my project, and have not seen any specific methods to do this in either of those projects. Thanks.
...
While the intention of my solution isn't necessary, I have run into a situation where I need to write a web service as an intermediate step in between the client and another web service.
[client] => [my web service] => [3rd party web service]
I am looking to see if anyone has any experience with this situation who could offer any advi...
I have a webservice that's not exposed thru the web. How can I access the webservice thru .net?
Do I need to put the path to the server? I have three options in my solution? Which is the way that I have to go to access the service?
Add Reference
Add web reference
Add Service Reference
...
I'm trying to put together a contract-first web application using Spring-WS. I want to define an operation that the client can invoke by providing no parameters and simply get back from the server an Image that it can draw on the screen.
My guess for how to do this is to define an ImageRequest XML snippet, such as:
<ImageRequest xmlns...
What are the relative strengths and weaknesses between Sun Metro and Apache CXF for webservice development in Java. Is there another framework that I should be looking at as well?
...
Hi,
I want to invoke an ASP.NET web service via an http POST request using C# (i.e. I don't want to use the SoapHttpClientProtocol object generated by running wsdl.exe).
As far as I can tell, the process involves:
creating an HttpWebRequest object which points to the url/method of the web service, with the method;
Creating a SOAP xml...
I am trying to reference my .asmx webservices in .NET but my server is not exposed to the internet. When I put on the following address I get the message mentioned below. What's the reason for not being able to see the directory? Am I missing something in my IIS configuraction? Am I missing anything in my permissions? Just as reference ...
Hi,
I've WS client written in C#. Is there any way I can handle all exceptions in one place? Now WS methods are executed in many places so I have to write many try...catch to handle them all.
Thanks
...
Hi,
I need to do a conceptually simple thing:
Call a remote method from a WPF application to the server. But I need to share the model types with both sides.. I mean, I need to send a Person object as parameter from the client and also receive objects of the same type.
What's the best way? Is it to use WCF? Is there a better way?
Do y...
I have a jquery function that loops through an xml and display it in a table and has buttons for each row so user can click on it and delete the record. Like this code I have attached;
$('#btnGetRecords').click(function() {
$('#imgStatus').show();
$.ajax({
type: 'POST',
url: '/WebService1.asmx/GetRecords',
...
I am using jbossws (with jax-ws) to serve 3 webservices generated from annotated POJOs.
These 3 webservices share a few data classes and also have a common method (ping).
They all reside in the same java package (namespace)
The 3 WSDL files are generated automatically by jbossws at deploy time.
Now I want to generate client code using ...
I want to access .net web service from j2me using ksoap2 or ksoap. Bt its not working.
KSOAP:
enter code here
`
SoapObject client = new SoapObject(url, "GetRouteNames");
client.addProperty("pRegistration", "15");
HttpTransport ht = new HttpTransport();
ht.setUrl(url);
ht.setSoapAction("ht...
Can anyone point me towards an example of how to configure an Axis 2 web service so it is WS-Interoperability Basic Profile 1.1 compliant?
...