RE: How to get a value from SOAP header using Axis C++?

2009-02-09 Thread Nadir Amra
Build using latest code in SVN, then turn on trace as described in last comment of JIRA http://issues.apache.org/jira/browse/AXISCPP-100 Nadir Amra Golikov, Vassili vassili.goli...@credit-suisse.com wrote on 02/09/2009 09:32:46 AM: [image removed] RE: How to get a value from SOAP header

Re: Error in signature with X509Token

2009-02-09 Thread TomazM
I still have problem, now I get error: .. org.apache.ws.security.util.Loader - Caught Exception while in Loader.getResource. This may be innocuous. java.lang.NullPointerException ... org.apache.ws.security.components.crypto.Merlin cannot create instance What did you write in service.xml?

Re: Error in signature with X509Token

2009-02-09 Thread José Ferreiro
Looks like the file *server.jks* cannot be loaded keys\\server.jks and not found. Try to type the whole path.. or keys/server.jks Whole localtion path c:/tomcat/foldername/foldername/keys/server.jks HTH, Rgds, Jose Ferreiro On Mon, Feb 9, 2009 at 11:41 AM, TomazM tomaz.majerh...@arnes.si

RE: Axis2 consumer within Axis2 provider classpath issue

2009-02-09 Thread Paul French
Bump? Anyone?? _ From: Paul French [mailto:paul.fre...@kirona.com] Sent: 05 February 2009 10:25 To: axis-user@ws.apache.org Subject: RE: Axis2 consumer within Axis2 provider classpath issue Any chance someone could give some insight into this thread? I've created a web client

Re: Error in signature with X509Token

2009-02-09 Thread TomazM
I know, I tried the all path all ready but I get error Error in signature with X509Token Thx, for replay. Regards, Tomaz José Ferreiro wrote: Looks like the file *server.jks* cannot be loaded keys\\server.jks and not found. Try to type the whole path.. or keys/server.jks Whole

Issue with Axis OMElement

2009-02-09 Thread Chandra suriya pandian, Sathish (GE Infra, Energy)
Hi, I have WebService enabled a service method that returns OMElement. The generated WSDL shows the element type as 'anyType'. I generated a stub from the WSDL and executed a client invoking the WebService method through the stub. The HTTP trace shows the response stream returned by

Re: Issue with Axis OMElement

2009-02-09 Thread keith chapman
Hi, This is due to a bug in Axis2. Ideally an OMElement should map to xs:any and not xs:anyType in the WSDL. Therefore the workaround I could suggest is this, Save the WSDL and edit it to use xs:any instead of xs:anyType. Thanks, Keith. On Mon, Feb 9, 2009 at 8:30 PM, Chandra suriya pandian,

Wally Dennis is out of the office.

2009-02-09 Thread Wally Dennis
Regarding your message: Re: Error in signature with X509Token I will be out of the office starting 09-Feb-2009 and will not return until 10-Feb-2009. The information contained in this e-mail and any accompanying documents may contain information that is confidential or otherwise

RE: SSL tunnel (https through proxy)

2009-02-09 Thread McCullough, Ryan
I got this working. I needed to sent the CONNECT host:port HTTP/1.1\r\n to the proxy server un-encrypted and then read the un-encrypted HTTP 200 OK response. After that, a tunnel is established to host:port and you can send the ssl handshake and then the encrypted data. -Ryan From:

RE: Issue with Axis OMElement

2009-02-09 Thread Chandra suriya pandian, Sathish (GE Infra, Energy)
Thanks Keith. I am able to get through that error by changing the type to xs:any. But now i am getting the following exception under the same scenario: Caused by: com.ctc.wstx.exc.WstxParsingException: Expected a text token, got START_ELEMENT. at [row,col {unknown-source}]: [1,208] at

Re: Ramapart Config based dynamic client sample code

2009-02-09 Thread Wishing Carebear
Could someone give some pointers. Thanks, cbear On Fri, Feb 6, 2009 at 4:27 PM, Wishing Carebear wishing.careb...@gmail.com wrote: Hello:The OutflowConfiguration that works right now looks like below: private static Parameter getOutflowConfiguration() { OutflowConfiguration ofc

Rampart - axis2 fault

2009-02-09 Thread Iyengar, Kumar
Hi all, Thanks for the help earlier. I managed to get a bit further. I am trying to get the Rampart sample programs working but am getting the following error: [ERROR] WSDoAllReceiver: security processing failed (actions mismatch) org.apache.axis2.AxisFault: WSDoAllReceiver: security

Re: Rampart - axis2 fault

2009-02-09 Thread Nandana Mihindukulasooriya
Hi Kumar, Can you please post the SOAP message sent by SOAP UI ? Anyway if you starting to use Rampart, I would recommend you to use policy based approach which is more interoperable and most of the development for new specifications is only available in the policy based configuration. You

RE: InOnlyAxisOperation Error

2009-02-09 Thread Sanja Gupta
Hi Keeth, I am running with the exploded classes directory and a services.xml file. I do have a .aar file but haven't tried it. Do you need to see anything specific like my java wrapper code. I am attaching my services.xml. Thanks Sanjay From: keith chapman

RE: Rampart - axis2 fault

2009-02-09 Thread Iyengar, Kumar
Thanks Nandana for the quick response. Here is the XML that Soap UI sends. I have set the action in services.xml to 'UsernameToken Timestamp' and so SoapUI is sending the password bobPW as a digest Host: localhost:8080 Content-Length: 1053 SOAPAction: urn:echo User-Agent: Jakarta

WSDL Specs

2009-02-09 Thread Harshad Chavan
Hi all, Does anybody know about any book/article, which explains WSDL and SOAP in detail (Not necessarily in Axis context). I went to w3c site, but the information is too cryptic. What we want to do is consume web services by third party, by reading the WSDLs from third party servers. Any

Re: WSDL Specs

2009-02-09 Thread Michael
Try Web Services Essentials by Ethan Cerami, published by O'Reilly 2002 - Original Message - From: Harshad Chavan To: axis-user@ws.apache.org Sent: Monday, February 09, 2009 4:55 PM Subject: WSDL Specs Hi all, Does anybody know about any book/article, which

[no subject]

2009-02-09 Thread McCullough, Ryan
Do I need to be worried about the attached message? My email admin said: 553-Message filtered The error message indicates that your email was blocked as spam by our Signaturing anti-spam filter. Please try the following steps to resolve the issue: I. Check if your sending IP is on any black

Re: Ramapart Config based dynamic client sample code

2009-02-09 Thread Wishing Carebear
Hello:Hoping someone could reply. Thanks for your time, Regards, cbear On Mon, Feb 9, 2009 at 11:42 AM, Wishing Carebear wishing.careb...@gmail.com wrote: Could someone give some pointers. Thanks, cbear On Fri, Feb 6, 2009 at 4:27 PM, Wishing Carebear wishing.careb...@gmail.com wrote:

Axis2 Build Error

2009-02-09 Thread Davis, Christopher (Baltimore)
Any ideas how to work around this? I'm getting a consistent error trying to build Axis2. The build seems to be having a problem with a particular class (LocalElements_zh__PINYIN.class) in a specific .jar file (icu4j-2.6.1.jar) in my maven repository. My build steps were: 1) get code: svn co

Re: Axis2 Build Error

2009-02-09 Thread Deepal Jayasinghe
Well this is not Axis2 problem, as I can see this is due to a corrupted jar file or something. try to run mvn clean install -u Deepal Any ideas how to work around this? I'm getting a consistent error trying to build Axis2. The build seems to be having a problem with a particular class

ServiceClient and memory leaks

2009-02-09 Thread Attharkar, Asmita
We are calling a web service client in the web service and see that there are huge memory leaks - finally resulting in OutOfMemoryException. We are deploying it on Jboss (jboss-4.0.3SP1). I do a serviceClient.cleanup() in the finally block after receiving the response but that doesnt help

Re: WSDL Specs

2009-02-09 Thread Harshad Chavan
Thanks Michael. LongJump - Platform as a Service --- On Mon, 2/9/09, Michael mtarullo...@optonline.net wrote: From: Michael mtarullo...@optonline.net Subject: Re: WSDL Specs To: axis-user@ws.apache.org Date: Monday, February 9, 2009, 2:52 PM Try Web Services Essentials by Ethan Cerami,

Re: ServiceClient and memory leaks

2009-02-09 Thread Deepal Jayasinghe
How do you invoke the service, do you create service client for each call or you just create one service client and use that for all the invocations. Deepal Attharkar, Asmita wrote: We are calling a web service client in the web service and see that there are huge memory leaks - finally

RE: Axis2 Build Error

2009-02-09 Thread Davis, Christopher (Baltimore)
Thanks, Deepal! That did it. Chris -Original Message- From: Deepal Jayasinghe [mailto:dee...@opensource.lk] Sent: Monday, February 09, 2009 7:15 PM To: axis-user@ws.apache.org Subject: Re: Axis2 Build Error Well this is not Axis2 problem, as I can see this is due to a corrupted jar

RE: ServiceClient and memory leaks

2009-02-09 Thread Attharkar, Asmita
Hello Deepal, Here is my client code. A new ServiceClient is created everytime for all the invocations: ServiceClient sender = new ServiceClient(); try { if (!isInitDone) init(); _logger.info(Time taken to create call = + (System.currentTimeMillis() -

Re: ServiceClient and memory leaks

2009-02-09 Thread Deepal Jayasinghe
Yes this is the problem, you should not do like this. Do the following and let me know the outcome - First create a ConfigurationContext (refer to following articles) - Then use that to create service client

Re: Issue with Axis OMElement

2009-02-09 Thread keith chapman
Its hard to say what went wrong where from this. The reason it happened is because of some malformed XML. That's all I can tell you looking at the stack trace. Thanks, Keith. On Mon, Feb 9, 2009 at 11:43 PM, Chandra suriya pandian, Sathish (GE Infra, Energy) sathish.chan...@ge.com wrote:

RE: Issue with Axis OMElement

2009-02-09 Thread Martin Gainty
can you display the value of enableMtom in axis2.xml? parameter name=enableMTOM locked=falsetrue/parameterassuming you are sending XML Binary Optimised Packages http://ws.apache.org/axis2/0_94/mtom-guide.html ? Martin __ Disclaimer and

ApacheCon Europe 2009: Early Bird Deadline Extended , until 13th of February

2009-02-09 Thread Deepal jayasinghe
Here's some great news for everyone who's thinking of traveling to Amsterdam for this year's ApacheCon Europe. The Early Bird deadline has been extended to Friday, February 13th - and remember, there is a discount of 150 Euro on registration for anyone staying at the Mövenpick Hotel. Register at

Re: WSDL Specs

2009-02-09 Thread Pradeep Fernando
the following article from W3C , still it explains all the aspects of WSDL2.0 using examples. i myself learned WSDL2.0 using this primer. hope this is useful :) http://www.w3.org/TR/wsdl20-primer/

Re: ServiceClient and memory leaks

2009-02-09 Thread Amila Suriarachchi
On Tue, Feb 10, 2009 at 6:00 AM, Attharkar, Asmita aatth...@telcordia.comwrote: We are calling a web service client in the web service and see that there are huge memory leaks - finally resulting in OutOfMemoryException. We are deploying it on Jboss (jboss-4.0.3SP1). I do a

Re: WSDL Specs

2009-02-09 Thread Amila Suriarachchi
On Tue, Feb 10, 2009 at 3:25 AM, Harshad Chavan harshadcha...@yahoo.comwrote: Hi all, Does anybody know about any book/article, which explains WSDL and SOAP in detail (Not necessarily in Axis context). I went to w3c site, but the information is too cryptic. Following articles explains the

Re: Axis2 consumer within Axis2 provider classpath issue

2009-02-09 Thread Amila Suriarachchi
On Wed, Jan 14, 2009 at 11:12 AM, Hundtofte, Rex A rex.hundto...@eds.comwrote: I am getting a NoClassDefFoundError when my Axis2 consumer code is executed inside of an Axis2 provided web service. I have an aar file deployed to my web server, the consumer code and generated client stub

Re: Is It Just Me?

2009-02-09 Thread Amila Suriarachchi
On Sun, Feb 8, 2009 at 10:09 PM, Michael mtarullo...@optonline.net wrote: OK. Is it me? I know I'm 1) not understanding Axis2's API and therefore 2) not using it correctly. For the past three weeks I have been unable to get anything but the simplist web service to work. By simplest I

Re: Axis2 consumer within Axis2 provider classpath issue

2009-02-09 Thread Amila Suriarachchi
On Wed, Jan 14, 2009 at 3:10 PM, Paul French paul.fre...@kirona.com wrote: Apologies for jumping in on this thread but I too would be very interested in the recommended way to provide an AXIS2 web service which may contain AXIS2 client stubs to other web services. Then the best way is to

Re: [AXIS2] Migration Issues for Axis1 - Axis2

2009-02-09 Thread Amila Suriarachchi
On Wed, Feb 4, 2009 at 5:43 PM, Sumit Gaikaiwari sgaikaiw...@unica.comwrote: Hi, I am working on migration of web-services in our project from Axis1 to Axis2. In generating client/server classes I found those are not equivalent to classes generated by Axis1 WSDL2Java utility. We have an

[axis2] Multiref client request to axis2 service

2009-02-09 Thread Ashwini Chavan
I am still stuck on this. Can someone help me? Does axis2 support multi-ref soap request? The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged