Re: Question regarding exposing an existing java class as webservice.

2008-07-02 Thread Deepal jayasinghe
Khan, Meraj wrote: Hello Axis2 Experts, I am looking into the possibility of using Axis2 to expose existing java classes which are part of a reporting framework as web services for enterprise-wide usage. I would ideally like to use the classes without any modification. The

RE: [axis2]Does axis2-1.4 have its code generation tools for JAX-WS?

2008-07-02 Thread Tong Wang
OK. Thank you very much! Regards, Tong 025-83242286-5020 -Original Message- From: Davanum Srinivas [mailto:[EMAIL PROTECTED] Sent: Thursday, July 03, 2008 5:52 AM To: axis-user@ws.apache.org Subject: Re: [axis2]Does axis2-1.4 have its code generation tools for JAX-WS? -BEGIN

Re: [axis2]Does axis2-1.4 have its code generation tools for JAX-WS?

2008-07-02 Thread Davanum Srinivas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Yep. that's the best option. (using JDk1.6's wsimport/wsgen). - -- dims virtuallight wrote: | For JAX-WS I would not even bother with the wsdl2java in axis2 1.4 and just use wsimport/wsgen. Both wsimport and wsgen are available in JDK1.6. | | Regar

Re: [axis2]Does axis2-1.4 have its code generation tools for JAX-WS?

2008-07-02 Thread virtuallight
For JAX-WS I would not even bother with the wsdl2java in axis2 1.4 and just use wsimport/wsgen. Both wsimport and wsgen are available in JDK1.6. Regards, Bill From: Tong Wang Sent: Wednesday, July 02, 2008 9:43 AM To: axis-user@ws.apache.org Subject: [axis2]Does axis2-1.4 have its code g

RE: Autogenerated WSDL has wrong IP address for service location.

2008-07-02 Thread Asta, Greg
Figured this out. Didn't see the "hostname" attribute in axis2.xml. Changing that corrected the problem for me. Thanks, Greg Asta From: Asta, Greg [EMAIL PROTECTED] Sent: Wednesday, July 02, 2008 1:12 PM To: axis-user@ws.apache.org Subject: Autogenerated W

Re: printing request

2008-07-02 Thread keith chapman
If you are looking to use the IDEA or Eclipse plugin of TCP MON this [1] will help. [1] http://www.keith-chapman.org/2008/07/using-tcp-monitor-to-debug-web-service.html Thanks, Keith. On Wed, Jul 2, 2008 at 1:49 PM, sumedha rubasinghe <[EMAIL PROTECTED]> wrote: > A tutorial on TCPMon can be fou

Re: First Element must contain the local name, Envelope

2008-07-02 Thread keith chapman
You can have a look at [1] as a guide to setting up TCP Monitor in IDEA or Eclipse. [1] http://www.keith-chapman.org/2008/07/using-tcp-monitor-to-debug-web-service.html Thanks, Keith. On Thu, Jul 3, 2008 at 12:06 AM, keith chapman <[EMAIL PROTECTED]> wrote: > This exception is thrown when tryin

Re: First Element must contain the local name, Envelope

2008-07-02 Thread keith chapman
This exception is thrown when trying to build the SOAP envelope from the response. The server is expecting a SOAP response but it receives something else (That does not have a SOAP envelope). Can you run your request through TCPMonitor and capture the messages. This will help figure out whats going

First Element must contain the local name, Envelope

2008-07-02 Thread zvika
Hi All, we have ws axis2 client that execute ws methods on iis server , it work fine usually but some how we get an AxisFault Exception : org.apache.axis2.AxisFault: First Element must contain the local name, Envelope at org.apache.axis2.transport.TransportUtils.createSOAPMessage(Transp

Axis2 osgi bundle on Tomcat+servletbridge

2008-07-02 Thread techi_amol
Hi All, i followed the instructions given in axis2_osgi_integration.pdf, and instead of using equinox standalone with embedded Jetty, I tried to do the same thing on Tomcat, with servletbridge.war hosting the equinox osgi env. (For more details please refer http://www.nabble.com/-Axis2--Axis2-OSG

Autogenerated WSDL has wrong IP address for service location.

2008-07-02 Thread Asta, Greg
Hey, Quick question. First project with Axis2 and I'm running into this issue where the service I've generated from a POJO has a WSDL that incorrectly dictates the service location as the internal IP address of the server. I have tried editting the "httpFrontEnd" parameter in axis2 however that

[axis2]Does axis2-1.4 have its code generation tools for JAX-WS?

2008-07-02 Thread Tong Wang
Hi, The JAX-WS guide (http://ws.apache.org/axis2/1_4/jaxws-guide.html) uses wsgen and wsimport, which I think is provided by JAX-WS RI. And I find little official document about the option "-l jax-ws" for wsdl2java tool, though I guess it is for JAX-WS. I've tried wsdl2java -d jaxbri -l jax-

Question regarding exposing an existing java class as webservice.

2008-07-02 Thread Khan, Meraj
Hello Axis2 Experts, I am looking into the possibility of using Axis2 to expose existing java classes which are part of a reporting framework as web services for enterprise-wide usage. I would ideally like to use the classes without any modification. The problem that I seem to come

EJB call from Axis2-AAR with Spring

2008-07-02 Thread turjalei
Hi, we use Axis2 1.4 (JDK 1.4) with Spring 2.0.8 on Weblogic 8.1. As described in http://ws.apache.org/axis2/1_4/spring.html the "ServiceLifeCycle" was configured like this: ClassLoader classLoader = service.getClassLoader(); ClassPathXmlApplicationContext appCtx = new

JAXB Classes in Handler archive not found

2008-07-02 Thread Michael Hänni
Hi I have generated an axis2 webservice running inside Apache Tomcat 5.5. In the generated .mar archive of my handler I have all the generated JAXB classes. But only if I copy them into the WEB-INF/classes folder of the deployed Axis2 directory inside Tomcat they are found at runtime. Surely there

Re: printing request

2008-07-02 Thread sumedha rubasinghe
A tutorial on TCPMon can be found here[2]. /sumedha [2] http://ws.apache.org/commons/tcpmon/tcpmontutorial.html On Wed, Jul 2, 2008 at 1:04 PM, Charitha Kankanamge <[EMAIL PROTECTED]> wrote: > Hi, > You can send your request through Apache tcpmon[1] and view the message > flow. > > regards > Ch

Re: printing request

2008-07-02 Thread Charitha Kankanamge
Hi, You can send your request through Apache tcpmon[1] and view the message flow. regards Charitha [1]http://ws.apache.org/commons/tcpmon/ Rajendra Kumar Miryala wrote: Hi, How can I print request xml for web-services? I am using Axis2 1.3 framework for web-