Re: Axis C++ 1.6 client app connecting using https through http proxy

2009-02-05 Thread Klitos Kyriacou
Thanks! That issue seems to have been open for two years. Hopefully, your useful test report will help to move things on. Klitos

RE: Axis C++ 1.6 client app connecting using https through http proxy

2009-02-05 Thread McCullough, Ryan
I think I have a working solution. Klitos, would you be willing to test my changes? Do you need Axis binaries or source code? Nadir, if Klitos reports that my changes work, how can I go about getting these changes included in the project? -Ryan -Original Message- From: Klitos

Re: Error in signature with X509Token

2009-02-05 Thread TomazM
Thx, I'll try rampart 1.4 service.xml, it contain policy: service name=RampartSignService description Security Service, messages are signed /description parameter name=ServiceClassrampart.sign.service.PojoService/parameter operation name=sestej messageReceiver

RE: Getting all parameters of the request

2009-02-05 Thread Yoav Naveh
Hi Everyone, I managed to find a solution for this. In case anyone is interested, here it is: org.apache.axis2.description.AxisOperation op = msgContext.getOperationContext().getAxisOperation(); envelope = msgContext.getEnvelope() IteratorOMElement iter =

Re: Error establishing end to end conectivity in axis and jboss

2009-02-05 Thread Guo Tianchong
hi Salman, It seems that you didn't speify the action of M/C-3's WebService. | http://192.168.1.28:9000/axis2/services/ and the WSA | Action = null please check your code in M/C-1 calling the M/C-3's WebService Guo - Original Message - From: Salman A. Kagzi

RE: Error establishing end to end conectivity in axis and jboss

2009-02-05 Thread Salman A. Kagzi
Hi Guo, Thanks for your response. But M/C-3 is not a hosting a webservice. It's a plain java client to invoke WS on M/C-1 which will invoke WS on M/C-2. M/C-2 now returns some data which is later stored on M/C-1. You can see that now M/C-1 in not trying to connect to M/C-3 at all. Also the

Fwd: Git repo request: Axis2

2009-02-05 Thread Alexis Midon
FYI, 2 Git repos are now available here http://jukka.zitting.name/git/: axis2-java, axis2-c. By default they are synchronized with svn every day. If you need a per-commit synchronization, ask infra-dev. -- Forwarded message -- From: Jukka Zitting jukka.zitt...@gmail.com Date:

Re: Error establishing end to end conectivity in axis and jboss

2009-02-05 Thread Guo Tianchong
hi Salman, I'm sorry. It should be M/C-2. please check your code in M/C-1 calling the M/C-2's WebService Guo - Original Message - From: Salman A. Kagzi salma...@s7software.com To: axis-user@ws.apache.org Sent: Thursday, February 05, 2009 4:43 PM Subject: RE: Error establishing end to

Re: Error in signature with X509Token

2009-02-05 Thread TomazM
I'm using rampart version 1.4, but it seem as the rampart(org.apache.ws.security.crypto.merlin.file) doesn't pick the keystore, because I change the name to a nonexistent file and I don't get any error that file don't exist. Regards, Tomaz Erwin Reinhoud wrote: Hello Tomaz, Try also

how to enable rampart logging

2009-02-05 Thread TomazM
Is there any way to have full logging for rampart, let say as TRACE or DEBUG mode. Best Regard; Tomaz begin:vcard fn;quoted-printable:Toma=C5=BE Majerhold n;quoted-printable:Majerhold;Toma=C5=BE org:ARNES, Slovenian NREN;Development team adr:;;Jamova 39;Ljubljana;;;Slovenia title:Developer

Unexpected subelement while parsing nilled response

2009-02-05 Thread Phil Davies
I have used axis2 to build client stubs using: wsdl2java -s -u -uw -or -uri wsdl-jimbo.wsdl and when I hit the server I got a response which looked fine, but my client rejects it with the error: org.apache.axis2.AxisFault: org.apache.axis2.databinding.ADBException: Unexpected subelement

RE: Axis2 consumer within Axis2 provider classpath issue

2009-02-05 Thread Paul French
Any chance someone could give some insight into this thread? I've created a web client project (project A), to use this project you need to specify the respository location and axis2.xml file location since if you need to add modules/handlers you can. Hence somewhere on the file system I have

Multiref client request to axis2 service

2009-02-05 Thread ashley_in
I am newbie to webservice. My axis2 webservice is generated using wsdl2java tool with XMLBeans data binding extension. Webservice client is sending multiref soap envelope in the request. My WSDL is document/encoded. I am receiving the values of input parameters as null in the service. Can someone

RE: Error establishing end to end conectivity in axis and jboss

2009-02-05 Thread Salman A. Kagzi
Guo, If I replace jboss integrated axis2 with a standalone axis2 server, the same code works fine. As mentioned earlier everything works (i.e. code works) when I deploy my web service under axis2 standalone server. I face this issue only when I try to deploy my web service under jboss. -Salman

Re: Error in signature with X509Token

2009-02-05 Thread m4rkuz
HI Tomaz, I'm no guru in the subject but I had a similar problem and I don't see BinarySecurityToken being send in the request, so try changing the correct lines for this one: sp:X509Token sp:IncludeToken=

Re: how to enable rampart logging

2009-02-05 Thread m4rkuz
Asuming you have log4j in your project, you can modify this line in your log4j.properties # Set the enterprise logger priority to FATAL log4j.logger.org.apache.axis2.enterprise=DEBUG Regards, Marcus V. Sánchez D. __ Enterprise Developer. Sun Certified Java Programmer

Re: how to enable rampart logging

2009-02-05 Thread TomazM
Thx, I have already done this, but I still have to small information to rely debug my problem Regards, Tomaz m4rkuz wrote: Asuming you have log4j in your project, you can modify this line in your log4j.properties # Set the enterprise logger priority to FATAL

Soap 1.2 Fault - Internal Server Error

2009-02-05 Thread Renzo Callant
Hi all, When i throw an AxisFault with SOAP 1.1 I get this kind of SOAPFault : soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/; soapenv:Body soapenv:Fault faultcodeCODE:1001/faultcode faultstringCode does not exist !/faultstring

Re: Parser has already reached end of the document. No siblings found

2009-02-05 Thread Andreas Veithen
While working on some other stuff, I discovered one case where this exception is triggered. Not sure though if it is exactly the same issue as you encountered. See WSCOMMONS-438 for a description. Andreas On Mon, Jan 26, 2009 at 09:20, asheikh asad.a.she...@gmail.com wrote: Dear Andreas,

InOnlyAxisOperation Error

2009-02-05 Thread Sanjay Gupta
Hi, I just have upgraded my axis 1.2 web services to 1.4.1 and getting error while calling a service which returns nothing(void). See the stack trace below. The doc mentions these four types of operations but I don't know which one to pick and how to set it during client generation.

SSL tunnel (https through proxy)

2009-02-05 Thread McCullough, Ryan
I am trying to add the ability to do SSL tunneling through a proxy server to Axis1 C++. I was curious how this works. I did find some reference works by Ari Luotonen from 1995 and 1998. http://muffin.doit.org/docs/rfc/tunneling_ssl.html

Re: Why Axis2 Engine sends type in the return tag of SOAP Response Messages?

2009-02-05 Thread ChandraR
Hi Deepal, I'm also facing the same problem. Is this fixed? Regards, Chandra R Deepal Jayasinghe wrote: Hello, Please, if someone can help me, I would like to know why Axis2 Engine includes an attribute /type/ in the /return/ tag of a SOAP /myMethodResponse/ message, when the

Re: Rampart dynamic configuration with axis2

2009-02-05 Thread Wishing Carebear
Hello:1) I tried to use the Policy based examples. When I try to get the wsdl, get the following exception o the axis2 server: [INFO] getData request failed for dialect, http://schemas.xmlsoap.org/wsdl/ org.apache.axis2.dataretrieval.DataRetrievalException: java.lang.NullPointerExce ption

Re: how to enable rampart logging

2009-02-05 Thread Alexis Midon
set log4j.category.org.apache.rampart=TRACE Alexis On Thu, Feb 5, 2009 at 6:11 AM, TomazM tomaz.majerh...@arnes.si wrote: Thx, I have already done this, but I still have to small information to rely debug my problem Regards, Tomaz m4rkuz wrote: Asuming you have log4j in your

Regression in MessageContext#getEffectivePolicy

2009-02-05 Thread Alexis Midon
may I ask your feedback on this issue please? https://issues.apache.org/jira/browse/AXIS2-4233 Alexis

Fw: WSDL2java : Duplicate global type error

2009-02-05 Thread Guo Tianchong
Can someone give some insight on this Guo - Original Message - From: Guo Tianchong gu...@nec-as.nec.com.cn To: axis-user axis-user@ws.apache.org Sent: Tuesday, February 03, 2009 6:14 PM Subject: WSDL2java : Duplicate global type error | Hi, all | | When I run WSDL2java in

Re: Regression in MessageContext#getEffectivePolicy

2009-02-05 Thread keith chapman
Added a comment to the JIRA. Thanks, Keith. On Fri, Feb 6, 2009 at 3:35 AM, Alexis Midon mi...@intalio.com wrote: may I ask your feedback on this issue please? https://issues.apache.org/jira/browse/AXIS2-4233 Alexis -- Keith Chapman Senior Software Engineer WSO2 Inc. Oxygenating the

Re: Fw: WSDL2java : Duplicate global type error

2009-02-05 Thread keith chapman
I'm not sure about your exact scenario. But Axis2 does not support soap-encoding Thanks, Keith. On Fri, Feb 6, 2009 at 7:15 AM, Guo Tianchong gu...@nec-as.nec.com.cnwrote: Can someone give some insight on this Guo - Original Message - From: Guo Tianchong

Re: InOnlyAxisOperation Error

2009-02-05 Thread keith chapman
Can you provide your service please. You haven't provided enough information to help you... Thanks, Keith. On Thu, Feb 5, 2009 at 10:55 PM, Sanjay Gupta sanjay.gu...@primal.comwrote: Hi, I just have upgraded my axis 1.2 web services to 1.4.1 and getting error while calling a service which

RE: InOnlyAxisOperation Error

2009-02-05 Thread Sanjay Gupta
Hi Keith, Here is my services.xml files. Thanks Sanjay serviceGroup service name=Provision scope=application targetNamespace=http://provision.ws.ccb.primalsw.com/; description Provision Service /description messageReceivers messageReceiver

Re: Fw: WSDL2java : Duplicate global type error

2009-02-05 Thread Guo Tianchong
Thanks for your response! Guo - Original Message - From: keith chapman To: axis-user@ws.apache.org Sent: Friday, February 06, 2009 1:52 PM Subject: Re: Fw: WSDL2java : Duplicate global type error I'm not sure about your exact scenario. But Axis2 does not support