RE: automatic wsdl generation

2003-06-23 Thread Sochea Meas (LMC)
support.       To answer to Remko, I call AdminClient programmatically in my java code.     - Sochea MEAS LMC/JG/A department Ericsson Communication Canada telephone: 514-345-7900 ext. 3432 email: [EMAIL PROTECTED] -Original Message-From: remko de knikker [mailto:[EMAIL PROTECTED

automatic wsdl generation

2003-06-23 Thread Sochea Meas (LMC)
Title: automatic wsdl generation Hi all,     When I append "?wsdl" at the end of my service, I get a page not found error. What do I need to activate in order to make it work properly? I am using Axis 1.1 Final. Thank you for your support! ----- Sochea MEAS LMC/JG/A

RE: The OperationDesc for sendSms was not syncronized

2003-06-18 Thread Sochea Meas (LMC)
Thanks! Hope it's gonna work! :-) - Sochea MEAS LMC/JG/A department Ericsson Communication Canada telephone: 514-345-7900 ext. 3432 email: [EMAIL PROTECTED] -Original Message- From: James Black [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 17, 2003 3:59 PM To: [EMAIL PROT

RE: The OperationDesc for sendSms was not syncronized

2003-06-17 Thread Sochea Meas (LMC)
o pin point the problem? - Sochea MEAS LMC/JG/A department Ericsson Communication Canada telephone: 514-345-7900 ext. 3432 email: [EMAIL PROTECTED] -Original Message- From: James Black [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 17, 2003 3:19 PM To: [EMAIL PROTECTED] Subject: Re

The OperationDesc for sendSms was not syncronized

2003-06-17 Thread Sochea Meas (LMC)
(HttpConnectionHandler.java:213)     at org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoint.java:419)     at org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPool.java:501)     at java.lang.Thread.run(Thread.java:479) Any help is appreciated! - Sochea MEAS LMC/JG

Namespace problem

2003-06-17 Thread Sochea Meas (LMC)
help! - Sochea MEAS LMC/JG/A department Ericsson Communication Canada telephone: 514-345-7900 ext. 3432 email: [EMAIL PROTECTED]

How to integrate adminClient into existing application?

2003-04-03 Thread Sochea Meas (LMC)
Title: How to integrate adminClient into existing application? Hi all,     I am trying to integrate adminClient into my own code but failed to succeed. Anybody can point me out good reference to do so? The axis web site doesn't seem to clearly document this process. Below is the code fra

Error 503 service unavailable

2003-03-28 Thread Sochea Meas (LMC)
Title: Error 503 service unavailable Hi all!     I am getting a 503 error : "Service unavailable" when deploying through adminClient. What does that error means concretly? What could I've done wrong? Anybody has an idea? - Sochea MEAS, intern LMC/JG/A department Ericsson Communic

RE: JWS Deployment

2003-03-27 Thread Sochea Meas (LMC)
Oups! Sorry! I put it into the Axis directory (webapps/axis) and it works. Try it out! :) - Sochea MEAS, intern LMC/JG/A department Ericsson Communication Canada telephone: 514-345-7900 ext. 3432 email: [EMAIL PROTECTED] -Original Message- From: Cory Wilkerson [mailto:[EMAIL PRO

RE: JWS Deployment

2003-03-27 Thread Sochea Meas (LMC)
Put it directly into web-inf/classes :) - Sochea MEAS, intern LMC/JG/A department Ericsson Communication Canada telephone: 514-345-7900 ext. 3432 email: [EMAIL PROTECTED] -Original Message- From: Cory Wilkerson [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 3:26 PM To:

Sax and xerces

2003-03-25 Thread Sochea Meas (LMC)
Title: Sax and xerces Hi all,     I have something that doesn't look so clear to me. Correct me if I am wrong... SAX is a XML API used in Axis. Everytime it recognizes a syntax construction it calls appropriate methods (empty methods by default). Xerces is a parser. Therefore, it impl

What is the difference between SOAP and JAX-RPC

2003-03-25 Thread Sochea Meas (LMC)
Title: What is the difference between SOAP and JAX-RPC Hi all!     Does anyone can tell me what's the difference between SOAP and JAX-RPC? I've read documents found on the internet and on Apache web site but can't figure out the difference. I am not sure if I am asking this question in

RE: Axis Supporting different parsers?

2003-03-24 Thread Sochea Meas (LMC)
PROTECTED] Sent: Monday, March 24, 2003 1:02 PM To: [EMAIL PROTECTED] Subject: Re: Axis Supporting different parsers? Sochea Meas (LMC) wrote: > Axis Supporting different parsers? > > Hi all! > > Is Axis capable of supporting different parsers beside to > Xerce

Axis Supporting different parsers?

2003-03-24 Thread Sochea Meas (LMC)
Title: Axis Supporting different parsers? Hi all!     Is Axis capable of supporting different parsers beside to Xerces? (eg. Xalan, SAX, Cocoon). Thanks in advance! - Sochea MEAS, intern LMC/JG/A department Ericsson Communication Canada telephone: 514-345-7900 ext. 3432 ema

RE: Newbie: Easy Question on HTTP calls to service

2003-03-21 Thread Sochea Meas (LMC)
Ok if currentBalanceTest holds a string parameter, your URL should look like this: http://localhost:8080/axis/GetInventory.jws?method=currentBalanceTest&item=xxx&qty=5 Somewhere in you servlet you should have something like this: String item = request.getParameter("item"); int qty = Integer.pars

Is WSDD handlers capable of calling external module?

2003-03-21 Thread Sochea Meas (LMC)
Title: Is WSDD handlers capable of calling external module? Hi all!     I am asking the same question again because it did not seem to go through the first time. I apologize for this inconvenient.         Anybody knows if it is possible to use WSDD handlers to call external pac