Re: [Axis2] Configure Rampart dynamically

2006-08-20 Thread Dennis Sosnoski
Hi Ruchith, I'd looked at these samples before writing my email. It's not very clear from the presentation slides exactly what some of the samples are doing, so I hadn't realized this one matched what I was looking for. In any case, I'd already decided to switch to just using WSS4J directly.

[Axis2] to to send multipart/related message

2006-08-20 Thread Greg Fichtenholtz
Hello, my goal is to send multipart/related message (SOAP envelope with attachments). My client code looks like this: public static void main(String[] args) throws Exception { EndpointReference targetEPR = new EndpointReference("http://localhost:8080/axis2/services/AttachService";);

Axis 2 stub generation

2006-08-20 Thread Gaurav Dayal
  I am using axis2. According to limitations specified on apache website, axis2 doesn’t support RPC style for stub generation. Still, I tried to generate stubs from a wsdl with RPC style and it generated the code. The difference between codes generated with RPC and Document style coding is

Response from Axis does not conform with the WSDL

2006-08-20 Thread Arati Rahalkar
Hi   I am having a very basic question about Axis. It really seems like a bug or otherwise I am not missing something. I have a very simple web service deployed on Axis 1.2 with only one method: sayHelloToMe which takes in a person’s name as input and returns “Hello ” string as a respons

RE: [***POSSIBLE SPAM***] - Axis 1.x -vs- Axis 2 - Bayesian Filter detected spam

2006-08-20 Thread William Ferguson
I'd like to say otherwise, but I don''t think Axis2-1.0 is together enough for a production application. The stub and data object generation is not quite there and neither is the Exception and Array handling. Eg http://issues.apache.org/jira/browse/AXIS2-937 http://issues.apache.org/jira/browse/A

Axis 1.x -vs- Axis 2

2006-08-20 Thread M. Goodell
Hello,   I am preparing to embark on a large project largely dependent upon Axis / web services. Currently, the development / prototyping I have been doing has all been with Axis 1.4.   The sixty-four dollar question is:   What is the general consensus on employing Axis2 for a production pro

Re: "Axis2 trasnport error"

2006-08-20 Thread Davanum Srinivas
Jeff, I believe it's a HTTP 404. I added some code to make the error message better. http://svn.apache.org/viewvc?view=rev&revision=433109 thanks, dims On 8/18/06, Jeff Ling <[EMAIL PROTECTED]> wrote: Hi Martin, Sorry I didn't make it clear: This is a Microsoft Sharepoint portal Site, not Ax

Re: axis 1.4 questions

2006-08-20 Thread Ravi Krishnamurthy
Thanks Manuel. Regards, Ravi Manuel Mall wrote: On Monday 21 August 2006 03:16, Ravi Krishnamurthy wrote: Thanks Jose. I would like to get the sample message without using the soap monitor so that it will be easy to test the webservice just by sending the soap message. Regards, Ravi

Re: axis 1.4 questions

2006-08-20 Thread Manuel Mall
On Monday 21 August 2006 03:16, Ravi Krishnamurthy wrote: > Thanks Jose. > I would like to get the sample message without using the soap monitor > so that it will be easy to test the webservice just by sending the > soap message. > > Regards, > Ravi Have a look a SOAPUI (http://www.soapui.org).

Re: axis 1.4 questions

2006-08-20 Thread Ravi Krishnamurthy
Thanks Jose. I would like to get the sample message without using the soap monitor so that it will be easy to test the webservice just by sending the soap message. Regards, Ravi José Ferreiro wrote: Hello Ravi, My message answers only to your second question denoted  B. I was investigating

Re: [Axis2] Configure Rampart dynamically

2006-08-20 Thread Ruchith Fernando
Hi Dennis, Please have a look at Sample 11 in the samples provided with this [1] presentation. That has answers to both questions. Thanks, Ruchith [1] http://www.wso2.net/presentations/wss4j/java/2006/08/04/apache-rampart On 8/17/06, Dennis Sosnoski <[EMAIL PROTECTED]> wrote: Hi Ruchith, I'v

Re: axis 1.4 questions

2006-08-20 Thread José Ferreiro
Hello Ravi,My message answers only to your second question denoted  B.I was investigating last friday the different tools to view the soap messages from the web services I am writting using Axis 1.4: Seehttp://www.oio.de/m/jaxrpc/axis-tcp-monitor.htmhttp://ws.apache.org/axis/java/user-guide.html se

Re: Any Example which shows How to use certificate for securing web services

2006-08-20 Thread Ruchith Fernando
Also have a look at : http://www.wso2.net/presentations/wss4j/java/2006/08/04/apache-rampart This is presentation along with a set of 11 examples on using Rampart. Thanks, Ruchith On 8/19/06, Martin Gainty <[EMAIL PROTECTED]> wrote: You can secure your service with Rampart take a look at http

Re: how do I use a client security certificate with client side axis program?? please respond

2006-08-20 Thread Ruchith Fernando
Hi, If you are using axis 1.x use WSS4J... You should be able to use this[1] as a reference. Thanks, Ruchith [1] http://ws.apache.org/wss4j/package.html On 8/19/06, Hussain, Asim <[EMAIL PROTECTED]> wrote: -- www.ruchith.org ---