trouble about c++ client using vc6

2006-07-03 Thread iamnxm
I have successfully set up a axis-java webservice. I try to call it with a c++ client. There are my steps : 1) Deploying my web service using AdminClient Tool. 2) Show WSDL via add "?WSDL" to the end of the webservice (eg.http://localhost:8080/update/UpdateService?WSDL) 3) Utilise WSDL2WS tool to

Re: trouble about c++ client using vc6

2006-07-03 Thread Adrian Dick
Hi, Does the error occur as you enter the constructor or when invoking m_pCall-setEndpointURI()? If the former, this suggests a configuration problem which startup trace should capture. Are catching any exceptions produced from Axis (ie: catch AxisException) ? If so, what messages are you

Re: axis2 v1.0 security sample, cannot see addressing.mar

2006-07-03 Thread Wan Kaveevivitchai
hi all, I am trying to deploy and test the security example, i have done everything that states in README.txt. but i got the error when i ran build.xml. And also i have checked in axis2.xml the setting about addressing module was there, and also there is the addressing.mar in the module

packet size monitoring with Axis 1.4

2006-07-03 Thread sbouchex
Hi, I'd like to get the size of the sent and received packets generated after a call to the stub in order to do some monitoring. Do you know how to achieve this ? Thanks Seb -- View this message in context: http://www.nabble.com/packet-size-monitoring-with-Axis-1.4-tf1882958.html#a5147298

[Axis2][Post 1.0 SVN] Connection pool for JMS

2006-07-03 Thread Ali Sadik Kumlali
Hi all, I haven't seen connection pool in the new JMS implementation. However, the current JMS implementation uses connectors within which vendor-specific pool is checked and created if found none. Also, as far as I've seen from the new JMS implementation code, each time a request is made -

Re: [axis2 nightly build 22 Jun] more bug

2006-07-03 Thread Wan Kaveevivitchai
can anyone tell me where i can find the JIRA for Axis2 Java? i have found only the one with C language. Sathita From: Davanum Srinivas [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: Wan Kaveevivitchai [EMAIL PROTECTED] CC: axis-user@ws.apache.org Subject: Re: [axis2 nightly build 22 Jun]

Where is axis2.war ?

2006-07-03 Thread akkachotu
I have downloaded Axis2 1.0 from http://www.axint.net/apache/ws/axis2/1_0/axis2-std-1.0-bin.zip. However I could not find any axis2.war so that I can simply deploy it in TOMCAT. Even the if I take war distribution available at http://www.axint.net/apache/ws/axis2/1_0/axis2.war, I am not able to

Re: [Axis2,Sandesha2]MTOM/XOP + WSRM

2006-07-03 Thread Mancinelli Elodie
Hi Paul 1) Yes, MTOM + XMLBeans code works without WSRM and also WSRM + XMLBeans code works without WSRM. 2) The error for MTOM + WSRM with ADB, I don't know because I can't generate sources. I'm trying to do MTOM + WSRM with ADB on a other little exemple like HelloWorld. I tell you the

Re: Java2WSDL from complex classes with inheritance

2006-07-03 Thread Alex Pivovarov
In Axis2 Java2WSDL there's no -e switch.Usage java2wsdl -cn fully qualified class name : class file name-o output Location : output file location-cp class path uri : list of classpath entries - (urls) -tn target namespace : target namespace-tp target namespace prefix : target namespace prefix-stn

Re: [axis2 nightly build 22 Jun] more bug

2006-07-03 Thread studium-sbr
Hi Sathita, here it is: http://issues.apache.org/jira/browse/AXIS2 HTH Bille -Ursprüngliche Nachricht- Von: axis-user@ws.apache.org Gesendet: 03.07.06 09:32:33 An: [EMAIL PROTECTED] CC: axis-user@ws.apache.org Betreff: Re: [axis2 nightly build 22 Jun] more bug can anyone tell

Re: Where is axis2.war ?

2006-07-03 Thread Deepal Jayasinghe
akkachotu wrote: I have downloaded Axis2 1.0 from http://www.axint.net/apache/ws/axis2/1_0/axis2-std-1.0-bin.zip. However I could not find any axis2.war so that I can simply deploy it in TOMCAT. Even the if I take war distribution available at

[AXIS2] Handler problem

2006-07-03 Thread Fabien Couble
Hi all, I'm still testing a module which is composed by a handler but I still have a problem. I deployed (globally or for only a service- I tried the two)the module and the web admin confirms me that the module is well-deployed. When I invoke the service, I have the following trace on the

Re: [axis2 nightly build 22 Jun] more bug

2006-07-03 Thread Wan Kaveevivitchai
Thank you Bille Sathita From: [EMAIL PROTECTED] Reply-To: axis-user@ws.apache.org To: axis-user@ws.apache.org Subject: Re: [axis2 nightly build 22 Jun] more bug Date: Mon, 03 Jul 2006 10:21:21 +0200 Hi Sathita, here it is: http://issues.apache.org/jira/browse/AXIS2 HTH Bille

Re: [AXIS2] Handler problem

2006-07-03 Thread Deepal Jayasinghe
Hi Fabien; I think I sent you my tomcat console , and it had the out put you are expecting. So I can not understand why its not working for you. Why dont you try to use SimpleHTTPServer and see it works there ? Fabien Couble wrote: Hi all, I'm still testing a module which is composed by a

Re: [AXIS2] Handler problem

2006-07-03 Thread Fabien Couble
Hi Deepal, Yes, I agree with you. You sent me your tomcat console and I have the same output. However, even if I have in the output the message3 juill. 2006 10:09:59 userguide.loggingmodule.LogHandler invoke, I'm pretty sure that my handler is not working (and not called actually). In fact, I

axis2 v1.0 rampart build.xml failed

2006-07-03 Thread Wan Kaveevivitchai
From: Wan Kaveevivitchai [EMAIL PROTECTED] Reply-To: axis-user@ws.apache.org To: axis-user@ws.apache.org Subject: axis2 v1.0 security sample Date: Fri, 30 Jun 2006 12:49:18 + hi all, I am trying to run the security sample provided. When i run ant as in README.txt, i got this

Re: [AXIS2] Handler problem

2006-07-03 Thread Deepal Jayasinghe
Hi Fabien Couble wrote: Hi Deepal, Yes, I agree with you. You sent me your tomcat console and I have the same output. However, even if I have in the output the message3 juill. 2006 10:09:59 userguide.loggingmodule.LogHandler invoke, I'm pretty sure that my handler is not working (and not

Re: java.lang.NoSuchMethodError

2006-07-03 Thread Nicolas Urien
Hi,Actually , I cannot modify my code. I needr to use the file configuration way.This is what I have done:In web.xml (C:\install\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp1\webapps\axis2\WEB-INF) :(inside web-app):resource-ref

Re: [Axis2,Sandesha2]MTOM/XOP + WSRM

2006-07-03 Thread Paul Fremantle
Elodie This looks more like a Sandesha bug. I will do a test as well and let you know how it goes. Paul On 7/3/06, Mancinelli Elodie [EMAIL PROTECTED] wrote: Hi Paul 1) Yes, MTOM + XMLBeans code works without WSRM and also WSRM + XMLBeans code works without WSRM. 2) The error for MTOM + WSRM

Re: [Axis2][Post 1.0 SVN] Connection pool for JMS

2006-07-03 Thread Paul Fremantle
Ali We are just in the process of updating and improving our SOAP/JMS support. So we appreciate any advice you can give us. We will look at the username/password and connection pooling issues. If you have specific ideas on how we can implement some of this, we appreciate that too. Maybe you

Re: [Axis2] ServiceClient running inside a handler problem [not fixed]

2006-07-03 Thread Michele Mazzucco
Deepal, the problem is still present (I'm running the nightly build of July 3): DEBUG CodestoreService:download Returning file [D:\repository\MyService.aar] to [http://null:8080/axis2/services/annonService8254986/annonOutInOp] while the target is running at http://10.8.149.156:18080 Should I

Namespace for attributes in serialized beans?

2006-07-03 Thread Jansen Werner
Hallo everybody, After all of the complex Java/SOAP mapping is done, we have some beans to serialize. I wrote some code that registers my bean class for serialization: TypeMappingRegistry registry = (TypeMappingRegistry) service .getTypeMappingRegistry();

[Axis2 1.0] Validation page, Internal server error

2006-07-03 Thread Wan Kaveevivitchai
Hello, I am encoutering some strange situation here. Last friday everything is working fine with my webserver(Jetty 6.0.0beta16) and Axis2 v1.0, nightly build 4 Jun 06. But today when i am trying to start the server and validate it, i got the error said Internal Server Error. And on the

Re: [Axis2][Post 1.0 SVN] Connection pool for JMS

2006-07-03 Thread Ali Sadik Kumlali
Thanks for the reply Paul. I'll try to collect all the JMS related messages I've posted and will post them to the axis-dev list. BTW, it's good to know JMS support is being improved. Do you have a schedule? Regards, Ali Sadik Kumlali - Original Message From: Paul Fremantle [EMAIL

Re: [Axis2,Sandesha2]MTOM/XOP + WSRM

2006-07-03 Thread Chamikara Jayalath
Hi Elodie, Paul, It seems like MTOM + Sandesha2 + NotInOrder case is working. But MTOM + Sadesha2 + InOrder case is not working. When InOrder Invocation is enabled Sandesha2 always pauses the message before its actual invocation and Axis2 closes the InPutStream when the message get paused

Adding own handler in Java Code?

2006-07-03 Thread Jansen Werner
Hallo everybody, I need to add handlers to Axis dynamically in Java Code. I found examples of adding handlers (logHandlers, for example) to server-config.wsdd. But I need to add them dynamically and on the client side of the SOAP call. Could anyone give me a hint? Thanks in advance, Werner

Re: [Axis2] MTOM client error when getting attachment

2006-07-03 Thread Thilina Gunarathne
Hi, Code seems to be corect at firstglance Can you post the full error trace and the message snapshots... ~Thilina On 6/30/06, Andrew B [EMAIL PROTECTED] wrote: Hi,I have a client that needs to get an MTOM attachment as a byte array. The code I came up with is as follows: OMElement

Axis Fault : xxxService not found

2006-07-03 Thread Roy
Hello all,I am facing an error with axis 1.3. I have deployed an EJB service which works fine. Sometimes without making any changes or redeployments i get this error from the axis engine:?xml version="1.0" encoding="utf-8"? soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"

[axis2] Validating Messages :: WSDL :: choice

2006-07-03 Thread studium-sbr
Hi everbody, I encounter the following: - specified the request-message for my service-method as the following (WSDL-File): ... xsd:element name=getSingleUserRequest xsd:complexType xsd:choice

Re: Adding own handler in Java Code?

2006-07-03 Thread Michele Mazzucco
Maybe ServiceClient.engageModule() is what you are looking for (if you're using Axis2). Michele Jansen Werner wrote: Hallo everybody, I need to add handlers to Axis dynamically in Java Code. I found examples of adding handlers (logHandlers, for example) to server-config.wsdd. But I need to

Re: [Axis2,Sandesha2]MTOM/XOP + WSRM

2006-07-03 Thread Mancinelli Elodie
Hi Chamikara, Thanks you for your help. I change the 'InvokeInOrder' policy in the module.xml to 'false' in the sandesha2_1.0 mar. And now,I have an other error. I give you the catalina log: 3 juil. 2006 15:01:45 org.apache.catalina.core.StandardHostValve custom GRAVE: Exception Processing

RE: Adding own handler in Java Code?

2006-07-03 Thread Jansen Werner
Ah, always the same thing I forget to mention: We're _not_ using Axis2. :) -Original Message- From: Michele Mazzucco [mailto:[EMAIL PROTECTED] Sent: Monday, July 03, 2006 2:52 PM To: axis-user@ws.apache.org Subject: Re: Adding own handler in Java Code? Maybe

Re: Adding own handler in Java Code?

2006-07-03 Thread Rodrigo Ruiz
Hi Jansen, The answer depends on what you mean be add dynamically. :-) If you mean add a jar at runtime and have it automatically recognized, the answer is that it is very hard. You will need Axis 2 to have this feature built in, or implement yourself a dynamic class-loader like the one used

[axis2] Next Release

2006-07-03 Thread Sébastien Arod
Is there a date for the next bug fix axis2 release? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [Axis2,Sandesha2]MTOM/XOP + WSRM

2006-07-03 Thread Mancinelli Elodie
Sorry I forget the StackTrace: java.lang.NullPointerException org.apache.sandesha2.msgprocessors.TerminateSeqMsgProcessor.setUpHighestMsgNumbers(TerminateSeqMsgProcessor.java:185)

Re: [axis2] Next Release

2006-07-03 Thread Eran Chinthaka
Sébastien Arod wrote: Is there a date for the next bug fix axis2 release? There was a discussion on this recently on this in the dev mailing list. The idea was to have a release at the end of July. But need to clarify again. -- Chinthaka

RE: Adding own handler in Java Code?

2006-07-03 Thread Jansen Werner
Thanks for you reply! -Original Message- From: Rodrigo Ruiz [mailto:[EMAIL PROTECTED] Sent: Monday, July 03, 2006 3:57 PM To: axis-user@ws.apache.org Subject: Re: Adding own handler in Java Code? Hi Jansen, The answer depends on what you mean be add dynamically. :-) If you

attachments problem

2006-07-03 Thread debest
I have develop a web service that save a file sent by client in filesystem and return to client the file ID The file are sent using attachments suystem but i have a problem: when i try to send file bigger than 6M, client throws an java.lang.OutOfMemoryError: Java heap space exception and doesn't

axis engine 'runs' from ? HELP!! axis1.4

2006-07-03 Thread Enrico Silterra
I am trying to deploy a service into a axis engine that is running within another webapp. But I don't know the meaning of the phrase 'axis engine runs from' the hierarchy looks something like: webapps/Glunk/ and the axis servlet is defined as: servlet-mapping

Re: java.lang.NoSuchMethodError

2006-07-03 Thread Nicolas Urien
The problem was actually fixed by removing the source attribute inContext docBase="axis2/services/WebServiceHelper" path="axis2/services/WebServiceHelper" reloadable="true" source="org.eclipse.jst.j2ee.server:axis2/services/WebServiceHelper" ResourceLink global="ancre" name="ancre"

how to specify a specific bean with WSDL2Java.bat?

2006-07-03 Thread Nicolas Urien
Hi,I have an operation makeCoffee() on a web service which returns a java bean (mybean)The problem is that the generated client stub returns myStub.mybean and I'd rather have it return mybean instead.Is there a way to tell WSDL2Java.bat to simply generate mybean as the return of

[Axis2] Configuring SOAP over JMS axis2 client

2006-07-03 Thread Kar, Sagar \(Genworth, Contractor\)
I can't find much help regarding the configuration of a SOAP over JMS Axis2 client. I have created the JMS jndi entries using JMSAdmin and with com.sun.jndi.fscontext.RefFSContextFactory as the provider. I have also updated axis2.xml as follows. transportSender name=jms

[axis2] no xml content is send using fireAndForget()

2006-07-03 Thread donnerdrummel2000-mailing
Hi, I'm trying to solve the following szenario: Service A -- InOnly-Operation ServiceB -- InOnlyOperation Whant I'm try to do is to call Service A wich has to answer the request by sending his response to Service B (specified as WSA-ReplyTo). Therefore I try to implement some client-side

How to retrieve the client IP address when Apache acts as a proxy for Tomcat?

2006-07-03 Thread Mohamed Chaouchi
Hello, I am trying to retrieve the client IP address accessing the web services. Because Apache is our proxy for all requests, when I try to retrieve the client IP I always get the localhost IP: 127.0.0.1 The following code returns the localhost IP: MessageContext msgContext =

Axis2 WSDL2Java generator

2006-07-03 Thread Atanas Ianev
Hi, I need to implement a WS client and want to use strong types defined in a XSD, but I came to the following problems: 1. The namespace deifined in the web service looks like this test.ws.com/ver2. When I execute the WSDL2Java tool with specified package test.ws.com it gets ignored

AXIS : send with file attachment : acces denied !!!

2006-07-03 Thread ABOU LINA
hi,i m connected as administrator local of the computer.i added the server-conf.wsdd : parameter name=attachments.Directory value=D:\Tempo\attachments/axis create the directory attachments but it can 't create the file to send ! thx in advance i try to send a file 13kb and i got this message

credentials

2006-07-03 Thread Dale Herrig
Hi, I am have some problems with credentialsand tryingto access a .net web service. Does anybody know if there is any AXIS2 documentation on credentials and point me to it. Thanks Dale

Re: [Axis2,Sandesha2]MTOM/XOP + WSRM

2006-07-03 Thread Chamikara Jayalath
Hi Elodie, This was due to a bug, fixed now. Please take a latest checkout of Sandesha2. Chamikara On 7/3/06, Mancinelli Elodie [EMAIL PROTECTED] wrote: Sorry I forget the

Converting from Glue to Axis2.0

2006-07-03 Thread John Ferron
All, I'm trying to converting a web-based publishing util from Glue to Axis 2.0 and what I am trying to do (which I have found lacking in the samples from the install), is a example of how to add a standard soap header to an XML document. (Yes, I'm a slight newbie). What I am trying to

Re: [Axis2] Configuring SOAP over JMS axis2 client

2006-07-03 Thread Ali Sadik Kumlali
Hi Sagar, AFAIK, Axis2 client doesn't load transport.jms.ConnectionFactoryJNDIName and transport.jms.Destination from axis2.xml. You should embed these values into an URL. Have you, by any chance, seen the JMSEchoRawXMLTest.java[1]? Also, last week I posted a message that mentions about my

RE: [Axis2] Configuring SOAP over JMS axis2 client

2006-07-03 Thread Kar, Sagar \(Genworth, Contractor\)
Hi Ali, Thanks a lot. I have to dig into the code to figure out the constant names. Is there any kind of documentation available for SOAP over JMS on the apache site? Thanks and regards, Sagar -Original Message- From: Ali Sadik Kumlali [mailto:[EMAIL PROTECTED] Sent: Monday, July 03,

Re: how to specify a specific bean with WSDL2Java.bat?

2006-07-03 Thread Davanum Srinivas
check the parameters of wsdl2java command line. (unpack) thanks, dims On 7/3/06, Nicolas Urien [EMAIL PROTECTED] wrote: Hi, I have an operation makeCoffee() on a web service which returns a java bean (mybean) The problem is that the generated client stub returns myStub.mybean and I'd rather

Re: Adding own handler in Java Code?

2006-07-03 Thread Dies Koper
Hello Werner, Refer to the JAX-RPC1.1 spec to see how to use a client handler in a portable way. I believe it goes something like this: sf = javax.xml.rpc.ServiceFactory.newInstance(); SEIService si = (SEIService)sf.loadService(SEIService.class); // register client handler

Re: [Axis2,Sandesha2]MTOM/XOP + WSRM

2006-07-03 Thread Deepal Jayasinghe
Hi Chamikara; When you pausing the execution , the best way is to build the envelop fully and then pause. I think that will solve the problem :) Chamikara Jayalath wrote: Hi Elodie, Paul, It seems like MTOM + Sandesha2 + NotInOrder case is working. But MTOM + Sadesha2 + InOrder case is not

Re: [axis2] no xml content is send using fireAndForget()

2006-07-03 Thread Deepal Jayasinghe
Hi Donnerummel; [EMAIL PROTECTED] wrote: Hi, I'm trying to solve the following szenario: Service A -- InOnly-Operation ServiceB -- InOnlyOperation Whant I'm try to do is to call Service A wich has to answer the request by sending his response to Service B (specified as WSA-ReplyTo).

Re: How to write Security Environment handler

2006-07-03 Thread Warren Crossing
why not push that to the TLS such as SSL or HTTPS? Kashif Saleem wrote: Hi All, I am calling couple of secure web-service.So before sending and receiving the information to and from the services,I need to sign and encrypt the information using client and server certificates stored in

Re: [Axis2] JMS support improvements

2006-07-03 Thread Asankha C. Perera
Hi Ali I wrote the new JMS implementation, but please note that it has not been made the default Axis2 JMS implementation yet.. As I come from the Synapse background, my main concerns were to be able to listen on multiple JMS destinations (probably using different JMS servers) by different