Re: SOAPMonitor doesn't work after setting tomcat virtual host.

2007-11-27 Thread Wang Han
Hi Robert & Martin, Thanks for your reply. Robert: I also wonder this... I changed the web.xml and http://localhost:8080/axis/service/echo is changed to http://localhost:8080/echo. But originally the SOAPMonitor is deployed at http://localhost:8080/axis/SOAPMonitor (no 'services' in the url), so

Re: Silly question about how to shutdown axis

2007-11-27 Thread Kjell Nilsson
Thanx for your answer I tried it but it did not work. Probably because I run the server without an administrative site, just the SimpleAxisServer standalone, outside of any container and such. So if that is the only way to stop the server I think Ill have to implement it in an operation m

[Axis2] 1.3 bug - services.xml mentions ECMServiceMessageReceiverInOnly which is missing from wsdl2java generated code

2007-11-27 Thread Pantvaidya, Vishwajit
I used Axis2 1.3 release wsdl2java to generate code and services.xml and find that the code is missing the ECMServiceMessageReceiverInOnly class. So when I build the aar and deploy it I get java.lang.ClassNotFoundException: ...ECMServiceMessageReceiverInOnly". services.xml has: http://www.w3.or

Re: Monitoring Web Services

2007-11-27 Thread Charitha Kankanamge
Raghu Upadhyayula wrote: Hi, I’ve developed webservices using Axis2 1.3 version. The way my webservices work is the user first need to login using username & password. This login method returns a sessionId. Then the user can call the subsequent webservices APIs by passing the sessionId in t

Re: SOAPMonitor doesn't work after setting tomcat virtual host.

2007-11-27 Thread robert lazarski
The axis 1.x version of the soap monitor is pretty silent on errors - I tried to fix that in axis2. In axis 1.x or axis2, look to make sure nothing else is listening on port 5001 or try moving to a different port to see if that helps. Double check your servlet setup in the web.xml file. Firefox has

Re: SOAPMonitor doesn't work after setting tomcat virtual host.

2007-11-27 Thread Martin Gainty
Han- In axis2 soapmonitor is an independent module which is engaged to the selected service as Version is installed as as default service if you want to engage soapmonitor module for the axisService 'Version' place this in browser http://localhost:8080/axis2/axis2-admin/engageToService?modules=s

Re: Axis2 1.3 Rest Support

2007-11-27 Thread keith chapman
Hi John, Can you use TCP Monitor and track your request please. text/xml is the content type of SOAP 1.1, but some send rest request also as SOAP 1.1 hence we do a bit of a check in Axis2. SOAP 1.1 mandates the soapaction http header. So if the request contentType is text/xml and the request has a

Re: SOAPMonitor doesn't work after setting tomcat virtual host.

2007-11-27 Thread Wang Han
Hi guys, Any clue please? On Nov 27, 2007 10:44 PM, Wang Han <[EMAIL PROTECTED]> wrote: > Hi Vaibhav, > > "load applet failed" occurs when I use firefox. > But I can't access the SOAPMonitor either by IE -- it brings me to a > searching page immediately > with "http://localhost:8080"; in the sear

Re: Running Savan (WS-Eventing) Samples

2007-11-27 Thread Martin Gainty
Hi Enrique- I ran the wsdl2java on the attached WSDL and didnt see any of the savan types the WSDL which defines types,message.portType,binding,port,service needs to include relevant element and operational references to savan schema (which I could not locate) good example is located at http://w

Re: Running Savan (WS-Eventing) Samples

2007-11-27 Thread Enrique Rodríguez Lasterra
Helo Martin, the code is the example of savan from its svn. I attached the PublisherService WSDL. As far as i know it should have some ws-eventing information (import eventing schema, add EventSource=true attr on Port Type operations,etc) Regards. 2007/11/27, Martin Gainty <[EMAIL PROTECTED]>:

Monitoring Web Services

2007-11-27 Thread Raghu Upadhyayula
Hi, I've developed webservices using Axis2 1.3 version. The way my webservices work is the user first need to login using username & password. This login method returns a sessionId. Then the user can call the subsequent webservices APIs by passing the sessionId in the SOAP Header, and aft

Re: Axis2 Problem accessing the WSDL.

2007-11-27 Thread Martin Gainty
check all referenced xsd from invoked wsdl one or more xsd which which will contain mustUnderstand attribute which should be set to "0" if currently set to "1" or "optional" if currently set to "required" M-- - Original Message - From: "tinkugadu" <[EMAIL PROTECTED]> To: Sent: Tuesday, No

Re: Running Savan (WS-Eventing) Samples

2007-11-27 Thread Martin Gainty
Please post relevant code and WSDL M- - Original Message - From: Enrique Rodríguez Lasterra To: axis-user@ws.apache.org Sent: Tuesday, November 27, 2007 1:08 PM Subject: Running Savan (WS-Eventing) Samples I can run the savan example with few little changes. But I have som

RE: Axis2 Problem accessing the WSDL.

2007-11-27 Thread tinkugadu
raghu, that did not solve the problem. Raghu Upadhyayula wrote: > > Hi tinkugadu, > > From the exception it appears to me that you are trying to get > the wsdl using ?WSDL but you have to use ?wsdl (it is case sensitive). > > Thanks > Raghu > > -Original Message- > From: tinku

Axis Version 1 Question/Problem

2007-11-27 Thread deklotz
Hello. I have been working on this problem for days now and it seems as if I'm taking one step forward and two back. I could use your help please. The short story is that I'm trying to logout a josso session id via a web service from within a servlet and it fails seemingly within the Axis layer

Progress monitoring for Axis2 OperationClient.execute()?

2007-11-27 Thread Marc Missire
Hi, I have an application that uses Soap With Attachments to do file transfer. I'm trying to determine how to monitor the file download progress; the call to OperationClient.execute() takes, for example, 20 seconds, and I need to display a progress bar duirng that time. I am familiar with these t

RE: Axis2 Problem accessing the WSDL.

2007-11-27 Thread Raghu Upadhyayula
Hi tinkugadu, From the exception it appears to me that you are trying to get the wsdl using ?WSDL but you have to use ?wsdl (it is case sensitive). Thanks Raghu -Original Message- From: tinkugadu [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 27, 2007 1:16 PM To: axis-user@ws

Re: Axis2 Problem accessing the WSDL.

2007-11-27 Thread tinkugadu
Hi, I tried using Axis2 1.3 jars, when i tried getting the WSDL , then i get the following exception on the browser. I still see the old classCastException, still in the logs. Exception>org.apache.axis2.AxisFault: The endpoint reference (EPR) for the Operation not found is /csows/services/Enro

Re: Silly question about how to shutdown axis

2007-11-27 Thread Martin Gainty
unless its 2am and you need to stop a runaway task you should quiesce your axis2 webapp to allow the connections to be closed *gracefully* e.g. assuming your axis2 webapp is called axis2 which is running on localhost port 8080 put this in your browser http://localhost:8080/manager/html/stop?path=/a

Running Savan (WS-Eventing) Samples

2007-11-27 Thread Enrique Rodríguez Lasterra
I can run the savan example with few little changes. But I have some errors/doubts 1.- I can subscribe Listeners to Publisher, but when i ask for the listener status i always get null. 2.-In the WSDL i don't see any namespace/import of ws-eventing, why? 3.- Publisher porttype should have the Eve

RE: Axis2 1.3 Rest Support

2007-11-27 Thread John Pfeifer
Keith, Thanks for the info. I deployed the axis2.war file and the Version service works properly. The axis2.xml is identical to the one that I use in my war file. I am still having the same issue with my web service however. Perhaps the snippet below may explain what is happening. It looks

AxisFault: already connected

2007-11-27 Thread tina--
what does this mean? -- View this message in context: http://www.nabble.com/AxisFault%3A-already-connected-tf4883262.html#a13975783 Sent from the Axis - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAI

Re: add webservice to web application

2007-11-27 Thread LUSS
Finallyy Thank you for the link it is very very useful - I edited web.xml and added - I created the folders same as the example - I created services.xml - I rebuilt the project (not with mavin with netbeans) - And it worked... It was easier than expected, i spent long time with it... Thanks!

Re: problem with axis and sockets

2007-11-27 Thread tina--
thank you Michelle Mazzucco!! -- View this message in context: http://www.nabble.com/problem-with-axis-and-sockets-tf4840115.html#a13975682 Sent from the Axis - User mailing list archive at Nabble.com. - To unsubscribe, e-mail

Silly question about how to shutdown axis

2007-11-27 Thread Kjell Nilsson
This is probably a silly newbee question but how do I shutdown a standalone axis server. I have implemented the ServiceLifeCycle interface so I can do late late cleanup database and jms stuff, and this works nice. Since I have developed on a Mac the Unix command 'kill' takes down the axis

Re: OMElement to org.w3c.dom.Document

2007-11-27 Thread Fátima Milla Olaya
Thanks,it's worked. Evgeniy Vyborov a écrit : Hi, I think the simplest way to transform OMElement to DOM Element is to use static method toDOM(OMElement element) from org.apache.axis2.util.XMLUtils class. Regards, Eugene */Fátima Milla Olaya <[EMAIL PROTECTED]>/* wrote: Hi, I want

Re: Axis use RMI?

2007-11-27 Thread Antonio Manuel Muñiz Martín
Thanks for your replies. Saludos Martin! ;-) 2000/11/26, Martin Gainty <[EMAIL PROTECTED]>: > > This is by design > http://ws.apache.org/axis/java/install.html > RMI and CORBA both have tight binding to transport plumbing as well > as proprietary serialisation/deserialisation restrictions > Axis

[Axis2 1.3] REST + POJO + Attachments

2007-11-27 Thread albert quinn
Hi all !! : I'm wondering if it could be possible to develop a POJO Web Service like this (using Axis2 RC1.3) : class POJOWebService { ... public CustomType pojoWebServiceOperation(DataHandler dhArray[]) { // do something with the received files } ... } and then, calling this

Re: Axis2 1.3 Rest Support

2007-11-27 Thread keith chapman
Hi John, Yes both SOAP and REST request are handled by the same endpoint and there is no /soap/ or /rest/ in the request URL now. Yes REST services don't require a SOAP envelop and you can send the request via GET , POST, PUT or DELETE. The easiest way to test REST is to go to http://localhost:8

Axis2 1.3 Rest Support

2007-11-27 Thread John Pfeifer
I recently upgraded from Axis2 1.1 to 1.3. In version 1.1 I configured the RestServlet to handle all requests to /rest/*. The web services themselves aren't truely restful, but I need to be able to support both SOAP and POX. Basically what I want is for my web service to support both SOAP a

Re: SOAPMonitor doesn't work after setting tomcat virtual host.

2007-11-27 Thread Wang Han
Hi Vaibhav, "load applet failed" occurs when I use firefox. But I can't access the SOAPMonitor either by IE -- it brings me to a searching page immediately with "http://localhost:8080"; in the searching bar once I try to open the link in IE. I do read the appendix and deployed the service success

Re: Changing Axis SOAP from rpc/encoded to document/literal or wrapped

2007-11-27 Thread TAnnison
Thanks, Anne Oddly enough, I did locate and try a SpringBeanMsgProvider just yesyerday, and that's meant to handle the other sorts of messages. But it made no difference at all to the XML it put out! Which is mystifying to me. I'm wondering if maybe the wsdd only controls Axis for incoming messag

Re: Changing Axis SOAP from rpc/encoded to document/literal or wrapped

2007-11-27 Thread Anne Thomas Manes
My guess is that your provider class (com.workingmouse.webservice.axis.SpringBeanRPCProvider) only knows how to produce rpc/encoded messages. You will need to replace it. I suggest you use style="wrapped" rather than style="document". Otherwise you will need to change your application code . Anne

Re: SOAPMonitor doesn't work after setting tomcat virtual host.

2007-11-27 Thread [EMAIL PROTECTED]
I guess it should work fine with IE. If not, refer to "Appendix: Enabling the SOAP Monitor' under User Guide in your docs folder. Wang Han wrote: > > Hi guys, > > Service "echo" is deployed at: > http://localhost:8080/axis/services/echo, SOAPMonitor is at > http://localhost:8080/axis/SOAPMonito

SOAPMonitor doesn't work after setting tomcat virtual host.

2007-11-27 Thread Wang Han
Hi guys, Service "echo" is deployed at: http://localhost:8080/axis/services/echo, SOAPMonitor is at http://localhost:8080/axis/SOAPMonitor. I can use SOAPMonitor to monitor all soap messages between echo service and its client. For some special requirement, I need re-deploy the echo service to ht

Re: Axis2 WSDL2Java error during service skeliton/stub generation

2007-11-27 Thread Mauro Molinari
Amila Suriarachchi ha scritto: First of all now I have fixed the unwrapping problem and you should be able to generate the code correctly with a nighly build. Hi Amila, unfortunately I'm still experiencing problems: this seems not to be fixed... When you have empty return types, Axis2 doesn't

Released Axis2 jars

2007-11-27 Thread alan
Why is axis2-adb-1.3.jar missing from http://people.apache.org/repo/m1-ibiblio-rsync-repository/org.apache.axis2/jars/ ? Alan M. Feldstein Cosmic Horizon http://www.alanfeldstein.com/ - To unsubscribe, e-mail: [EMAIL PROTECTE

RE: Microsoft interop gotcha - WSDL with minOccurs="0", type="xs:long"

2007-11-27 Thread sietsenicolaas.tenhoeve
Nice explanation Mauro! Your explanation shows the value of a good defined WSDL spec. This is the case because the WSDL is used to specify the contract. In one of my earlier messages I explained and linked to some information about strong typed WSDL files. Therefore I think the approach to use ja

Re: OMElement to org.w3c.dom.Document

2007-11-27 Thread Evgeniy Vyborov
Hi, I think the simplest way to transform OMElement to DOM Element is to use static method toDOM(OMElement element) from org.apache.axis2.util.XMLUtils class. Regards, Eugene Fátima Milla Olaya <[EMAIL PROTECTED]> wrote: Hi, I want to transform a OMElement to a dom document, I've tried this: OM

RE: rampart + maven2 == Unable to obtain unarchiver

2007-11-27 Thread sietsenicolaas.tenhoeve
Hi Steve, >From my point of view it should be resolved automatically when you are using an mar based artifact. Although I don't have any clue where to post a JIRA for this. Maybe the plugin shouldn't exclude the dependency as I stated in my previous message. That sounds reasonable to me. Sietse

Exception on JaxRpc invoke: trailing block elements must have an id attribute

2007-11-27 Thread _ext Mehliss, Sven
Hello Apache-Axis User, I am writing my diploma thesis about the integration of the Oracle Process Manager into a J2EE environment in order to use the BPEL advantages. Now I have a problem and I am not able to solve this. I use Axis 1.4 as web service framework on a WebSphere application

OMElement to org.w3c.dom.Document

2007-11-27 Thread Fátima Milla Olaya
Hi, I want to transform a OMElement to a dom document, I've tried this: OMElement omquery = policyQuery.getPolicyQuery(); DocumentImpl omdoc=new DocumentImpl(omquery.getOMFactory()); Element queryelement = omdoc.getDocumentElement(); and I get this exception: Exception in thread "main" org.apache

Re: Axis2 Problem accessing the WSDL.

2007-11-27 Thread keith chapman
Yes I believe this is fixed in 1.3. Please try the 1.3 release. Thanks, Keith. On Nov 27, 2007 11:18 AM, Deepal Jayasinghe <[EMAIL PROTECTED]> wrote: > Hi tinkugadu , > May be a bug in Axis2 1.2 release , if you can please try with Axis2 1.3 > > Thanks > Deepal > > WHen i try to access the WSDL

Re: Axis2 Problem accessing the WSDL.

2007-11-27 Thread [EMAIL PROTECTED]
Can you pls post your WSDD or the Service class ? I have used Axis 1.4 with weblogic 8.1 and it works fine... tinkugadu wrote: > > WHen i try to access the WSDL i get the StringIndexOUtOfBoundsException > followed by the ClassCastException. WHen i try to access the > csows/axis2-web/index.jsp

Re: Axis - Using attachments

2007-11-27 Thread [EMAIL PROTECTED]
Hi, Thanks for your reply But i am using weblogic 8.1 SP6. My question is how do i retain the name of the file while writing the file to the file system ? I am able to write it with some dummy name of the file and not the exact name which is in the source folder. mgainty wrote: > > In catal

Re: Microsoft interop gotcha - WSDL with minOccurs="0", type="xs:long"

2007-11-27 Thread Mauro Molinari
Hi Jason, the first "problem" is that .NET translates optional WSDL elements (i.e.: those with minOccurs="0" and maxOccurs="1" - please note maxOccurs="1" is the default, if not specified) with a second boolean parameter like "xxxSpecified" that states if the previous parameter has been specif