AXIS 2 doesn't generate WSDL without access to the Internet!

2009-12-07 Thread Joe Smithian
Hi all, I am working on a web service application using AXIS2 1.1.1 and Tomcat 6. It requires DNS setup and access to the Internet when the service starts to dynamical generate and validate the wsdl before making it avilable online. I'm wondering if there is a way to generate WSDL without having a

AXIS2 : how to dynamically generate WSDL without access to the Internet?

2009-12-04 Thread Joe Smithian
Hi all, I am working on a web service application using AXIS2 1.1.1 and Tomcat 6. It requires DNS setup and access to the Internet when the service starts to dynamical generate and validate the wsdl before making it avilable online. I'm wondering if there is a way to generate WSDL without having a

Tomcat 6.0.10 Exception in accessing AXIS 2 listServices JSP

2009-06-23 Thread Joe Smithian
To: axis-user@ws.apache.org This is clearly a bug in Tomcat. Try to upgrade to a more recent version and if that doesn't solve the issue, submit a bug report to Tomcat. Andreas On Fri, Jun 19, 2009 at 17:19, Joe Smithian wrote: > Hi > > When I run the following wget command, To

Exception in accessing AXIS 2 listServices JSP

2009-06-19 Thread Joe Smithian
Hi When I run the following wget command, Tomcat throws an exception as shown below (*listServices is an AXIS2 JSP*). *wget https://localhost:8443/ser/services/listServices--no-check-certificate * It doesn't throw an exception if I access that URL using a web browser (tried FireFox). Also *no*

AXIS2 returns the old WSDL after upgrading server application

2009-04-21 Thread Joe Smithian
Hi Browsing "myserverURL/services/myService?wsdl" displays the old WSDL file after I replace the myService.aar with a new version based on a new WSDL even after restarting Tomcat. WSDL file is not included in the server package and axis2 dynamically generates it. Any suggestion how to force AXIS

Re: How to monitor SOAP messages in the Client without changing the server?

2009-04-21 Thread Joe Smithian
o, stdout > > If you still have problems with loading the logging module you can try > changing "info" in the above line to "debug" and see if the resulting output > gives you any hints as to why the logging module is failing to load. > > - Dennis > >

Re: How to monitor SOAP messages in the Client without changing the server?

2009-04-19 Thread Joe Smithian
ach is > easier. > > Cheers, > > - Dennis > > -- > Dennis M. Sosnoski > SOA and Web Services in Java > Axis2 Training and Consulting > http://www.sosnoski.com - http://www.sosnoski.co.nz > Seattle, WA +1-425-939-0576 - Wellington, NZ +64-4-298-6117 > > > >

Re: How to monitor SOAP messages in the Client without changing the server?

2009-04-17 Thread Joe Smithian
ule from your client if you're using >> axis as the client. >> >> >> On Fri, Apr 17, 2009 at 7:59 AM, Joe Smithian wrote: >> >>> Hi Robert, >>> >>> Logging Module is also a server side solution; I need a solution in the >>> clie

Re: How to monitor SOAP messages in the Client without changing the server?

2009-04-16 Thread Joe Smithian
> On Tue, Apr 14, 2009 at 11:25 PM, Joe Smithian > wrote: > >> Hi all, > >> > >> Can any one please let me know how can I display SOAP request and > response > >> messages in a SOAP AXIS2 Client GUI application? > > > > Umm, the soap mon

Re: Is it safe to remove axis-web JSPs?

2009-04-16 Thread Joe Smithian
Thanks for your comments. Joe. On Wed, Apr 15, 2009 at 2:05 AM, Alexander Rosemann < alexander.rosem...@gmail.com> wrote: > Hi Joe, > > I've removed the entire JSP stuff and axis 1.4.1 is still working as usual. > > hth, > Alex > > > > Joe Smithian wr

How to monitor SOAP messages in the Client without changing the server?

2009-04-14 Thread Joe Smithian
Hi all, Can any one please let me know how can I display SOAP request and response messages in a SOAP AXIS2 Client GUI application? I'd like to display them for test, demo and debug purposes. The communication between client and server is based on HTTPS so I can't use external monitoring tools su

How to force Axis2 to reload aar and WSDL?

2009-04-14 Thread Joe Smithian
Hi In my Tomacat & AXIS 2 web services server if DNS has been setup properly, browsing myserverURL/services/myService?wsdl displays the WSDL file. If DNS has not been setup it shows an AXIS2 error message and I see in the Tomcat log that it can not access the schema links defined in the WSDL which

Is it safe to remove axis-web JSPs?

2009-04-14 Thread Joe Smithian
Hi All, I am working on a web services application using AXIS2. The axis-web includes many JSPs for online management of the web services (upload, activate, inactivate, etc.) I don't need these web-admin functionalities; I am wondering if I can remove them without affecting the web services appli

How to migrate Apache XMLDSig to Sun JDK1.6?

2008-05-28 Thread Joe Smithian
Hello, I am working on a SOAP server based on AXIS2 1.3 which provides XMLDSig using Apache org.apache.xml.security.signature.XMLSignature. I am trying to migrate our XMLDSig implementation from Apache to Sun standard implementation in JDK 1.6. The problem is that the Axis generated codes for SOAP

Re: How to make Axis2 generated codes implement our own interfaces?

2008-05-16 Thread Joe Smithian
Thanks for your comments. Having interfaces would simplify the application I am developing using the generated classes. I have only used the default adb data binding. Joe On Thu, May 15, 2008 at 3:02 PM, Samisa Abeysinghe < [EMAIL PROTECTED]> wrote: > Ajith Ranabahu wrote: > >> >> >>The

Problems with Axis2 1.4

2008-05-13 Thread Joe Smithian
Hi all I just downloaded and installed AXIS2-1.4 today. I tried wsdl2java and I was pleased that some bugs such as "unexpected token: staticabstract" have been fixed. Many thanks to the Axis2 development team. I experienced the following problems: == 1- wsdl2java errors == 1- When I

How to make Axis2 generated codes implement our own interfaces?

2008-05-12 Thread Joe Smithian
The Java classes generated by wsdl2java from WSDL file implement * org.apache.axis2.databinding.ADBBean*. Is there any way to make them implement our own interfaces? If yes how? Wsdl2java has a -ssi option which generate an interface for the service implementation only not for other generated cla

Re: AXIS2 APIs to monitor SOAP messages

2008-04-03 Thread Joe Smithian
; Its pretty easy to do. > > [Alternatively you could write a new Log4J logger.] > > Paul > > On Tue, Apr 1, 2008 at 4:06 AM, Joe Smithian <[EMAIL PROTECTED]> > wrote: > > Paul, > > > > SOAPMonitor has to be configured in the Server. Assuming we can't or >

Re: AXIS2 APIs to monitor SOAP messages

2008-03-31 Thread Joe Smithian
ECTED]> wrote: > Joe > > You can use the SOAPMonitor module, or there are also logging modules > you can use. > > Paul > > On Tue, Mar 25, 2008 at 6:59 PM, Joe Smithian <[EMAIL PROTECTED]> > wrote: > > Hi all, > > > > Let's say that we

AXIS2 APIs to monitor SOAP messages

2008-03-25 Thread Joe Smithian
Hi all, Let's say that we have a SOAP client based on the API generated by wsdl2jav and the communication between client and server is based on HTTPS. So we can't use external monitoring tools such as TCPmon or TcpTrace. Are the any AXIS classes which can be uses to display SOAP messages in the cl

AXIS2 Configuration problem

2008-03-23 Thread Joe Smithian
Hi all, I've implemented a SOAP Web Services client using AXIS2-1.3 libraries and WSDL2JAVA. I've used the following configuration to reuse the httpclient and increase the timeout period to 180 seconds, but the connection still times out after the default value of 60 seconds. The other annoying pr

Re: [Axis2] SSL server certificate

2008-03-03 Thread Joe Smithian
Hi Nandana, Thanks for your comments. I'm wondering whether we should import certificates to the default Java trusted store (jre/lib/security/cacertificates) or to have a separate trusted key store file for our application and import certificate to it? Which one is a better solution from the secur