Re: required jar files for axis 2

2008-01-24 Thread Stephen Souness
in each version, and depends on what features your web service makes use of. -- Stephen Souness Callaway, Pamela wrote: Hey, I’m no expert, but I found I needed the following jars for my web service client: Axis Jaxrpc Saaj Wsdl4j Commons-logging Commons-discovery It runs without

Re: Webservice Client not working from inside Tomcat5

2008-01-20 Thread Stephen Souness
Is there anything showing up in Tomcat's logs? Is the Tomcat process running as a service, or as a user that may not be able to establish network connections? Are all of the jars that the web service client requires included in your web app? -- Stephen Callaway, Pamela wrote: Hi folks,

Re: [axis2] wsdl with policy

2008-01-07 Thread Stephen Souness
://131.107.72.15/ilab/ (which is no longer accessible) - the example Test class that was posted earlier - some somewhat vague instructions in the axis2 documentation -- Stephen Amila Suriarachchi wrote: On Jan 7, 2008 5:31 AM, Stephen Souness [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Do I

Re: [axis2] wsdl with policy

2008-01-06 Thread Stephen Souness
it builds the policy from that. See the attached test case. Amila. On Dec 21, 2007 2:59 AM, Stephen Souness [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Thanks for that Amila. I've tried the following: wsdl2java -pn A12Binding -o generated -uri C:\interop.wsdl I haven't

Re: [axis2] wsdl with policy

2008-01-06 Thread Stephen Souness
it builds the policy from that. See the attached test case. Amila. On Dec 21, 2007 2:59 AM, Stephen Souness [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Thanks for that Amila. I've tried the following: wsdl2java -pn A12Binding -o generated -uri C:\interop.wsdl I

Re: [axis2] wsdl with policy

2007-12-20 Thread Stephen Souness
additional axis2 setup required? -- Stephen Amila Suriarachchi wrote: see some security samples here http://131.107.72.15/ilab/ Amila On Dec 20, 2007 1:49 AM, Stephen Souness [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi all, Can anyone direct me to an example of a WSDL which

[axis2] wsdl with policy

2007-12-19 Thread Stephen Souness
Hi all, Can anyone direct me to an example of a WSDL which includes valid policy references, which wsdl2java can interpret and generate an appropriate client stub from? Alternatively, is there a better way to generate the client code? -- Stephen