Today Amazon released EC2 management console. It looks very easy to use and will make
maintaining EC2 instance much more easier. https://console.aws.amazon.com
Challenge: What does this code do?
-
Here is a pretty simple C program, running on Linux. Can you tell me what
you expect its output to be?
------------------------------
#include ...
1 day ago
2 comments:
I am going through your article right now on http://www.codeproject.com/KB/dotnet/NET_WS_with_AXIS.aspx. I have developed a .NET web service and trying to test with Java client.As you specified, you are using Apache Axis to develop your Java client so I have already installed java client now and in the phase of generating client stubs through WSDL2Java. But, I have no clue where to find that file and how to configure Axis to make it work.
Really appreciate your help.
There are two Apache Axis projects. On the original Apache Axis project there is not new development. If you are using Apache Axis 2 project here is a link which provides detailed install instructions
http://ws.apache.org/axis2/1_4_1/installationguide.html
And following url gives an example of how to use Apache Axis 2
http://ws.apache.org/axis2/1_4_1/quickstartguide.html
Hope this helps
- Fahad
Post a Comment