Invoke with token

2009-11-19 Thread Suma.Subramanian
Hi I think I have tried with CXF and not with Axis2. Looks like both are from Apache. Being a newbie to Java as well as web service, can anyone guide with creating java class from the wsdl and the xsd files please? Also is it possible to invoke the web service by adding dynamic token? Thank

RE: Creating Web Service client using HTTPS from wsdl files

2009-11-16 Thread Suma.Subramanian
Hi Prabath, Sorry, I don't think I have permission to expose the client code. But someone who had tried a similar scenario, please help. Thanks, Suma -Original Message- From: Prabath Siriwardena [mailto:prab...@wso2.com] Sent: Monday, November 16, 2009 1:52 PM To: axis-user@ws.apache

Creating Web Service client using HTTPS from wsdl files

2009-11-16 Thread Suma.Subramanian
Hi I need to invoke a set of web services through HTTPS. The WSDL files and the XSD files are provided. I was able to get the token from the client with the Authentication web service. But when I invoke the other web service I get a SocketException: Connection Reset. As I'm new to Java and web se