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

2009-02-04 Thread Klitos Kyriacou
On 04/02/2009, McCullough, Ryan rmccullo...@rightnow.com wrote: Can you open a jira on this issue? I have reproduced the problem. Thanks Ryan, that's great, but I'm not sure how to use Jira. I'm a beginner with Apache products. Is it easy to use if I haven't used it before? Klitos

Re: [LIKELY JUNK]RE: [LIKELY JUNK]encountering problem when upgrading Axis2/c from 1.3 to 1.5

2009-02-04 Thread Dimuthu Gamage
Hi Gelle, This looks like a bug in recent Axis2/C in the client request (it ignores url parameters). Can you please raise a jira on this. Thanks Dimuthu On Thu, Feb 5, 2009 at 5:00 AM, Gelle, Sreenivasulu sreenivasulu.ge...@sap.com wrote: -- *From:* Gelle,

Re: sandesha problem

2009-02-04 Thread Andrei Ivanov
Anyone? On Mon, Feb 2, 2009 at 11:13 AM, Andrei Ivanov andrei.iva...@gmail.com wrote: On Mon, Feb 2, 2009 at 8:07 AM, Amila Suriarachchi amilasuriarach...@gmail.com wrote: Can you try with the axis2 snapshot and sandesha2 snapshot. I see that sandesha2 snapshot is using generics... and I use

RE: axis2 1.4.1 and rampart 1.4 issue

2009-02-04 Thread Iyengar, Kumar
What missing jars? I added Rampart 1.4 mar file to the modules directory as per the instructions in the ReadMe file. I get the error: [ERROR] The rampart-1.4.mar module, which is not valid, caused org.apache.rampart.Rampart org.apache.axis2.deployment.DeploymentException:

Re: axis2 1.4.1 and rampart 1.4 issue

2009-02-04 Thread Andrei Ivanov
Don't top post. On Wed, Feb 4, 2009 at 10:51 AM, Iyengar, Kumar kumar_iyen...@bmc.com wrote: What missing jars? I added Rampart 1.4 mar file to the modules directory as per the instructions in the ReadMe file. I get the error: In your first mail, there are some exceptions like these:

not showing stack trace when accessing the web service via browser

2009-02-04 Thread Yoav Naveh
Hi, I have set up a web service that upon error throws an exception as fault. The web service is accessible through tomcat by using my web browser. Is there any way to have tomcat (I assume it is in charge of this part) not display the stack trace, in case my service raises a fault?

[AXIS2] Migration Issues for Axis1 - Axis2

2009-02-04 Thread Sumit Gaikaiwari
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 inheritance hierarchy of data classes created in WSDL. When java classes are

Error in signature with X509Token

2009-02-04 Thread TomazM
Env: OS: Microsoft Windows XP [Version 5.1.2600] java: Java(TM) SE Runtime Environment (build 1.6.0_10-b33) Tomcat: 6.0.16 Axis2: 1.4.1 Rampart: 1.3 I'm trying to sign message with my CallbackHandler and wsp:Policy, keys are in keystore of JKS

Re: Error in signature with X509Token

2009-02-04 Thread m4rkuz
Hi Tomaz, I think you should attach you'r policy.xml file and your services.xml, and maybe an example of the soap message generated, so it could be esiar to help you. Marcus V. Sánchez D. __ Enterprise Developer. Sun Certified Java Programmer (SCJP) On Wed, Feb 4, 2009

Error Generating Client Stub Code With Rampart Policy

2009-02-04 Thread Nan Null
I was following the document at http://wso2.org/library/3190 Web Services Security with Apache Rampart – Part 1 ( Transport Level Security ) at the steps that generates the client stub code. I can see the service wsdl from the web browser. The policy is essentially identical to that of the

Re: Error Generating Client Stub Code With Rampart Policy

2009-02-04 Thread Nan Null
Never mind, the message was produced in red color without any label such as warning, or anything. So I assume that is an error. However, it turns out that the code is generated fine and I have successfully setup the security using rampart with Transport level security. One deviation from the

calling webservice from browser

2009-02-04 Thread Asensio, Rodrigo
Hello, I use to do rpc webservices and test them thru a simple web browser call like this http://server/axis/services/myservice/dosomething?someparam=x Now I'm doing jax-ws and I really don't know how to call the url to execute the action. Is there any way to figure out ? thanks Please

Axiom bug?

2009-02-04 Thread Andrei Ivanov
Hello, I'm trying to use Sandesha with Rampart and I think I've found a bug. When the server is replying to a CreateSequence message, it gets to RampartSender, which calls org.apache.rampart.MessageBuilder.build(MessageContext msgCtx), which verifies that the security header is empty and tries to

RE: Help with SimpleDeserializer encountered a child element

2009-02-04 Thread Dilshener Tezcan (extern HVB IS - UniCredit Group)
Hi In the mean time we have solved the problem. It had to do with the wrong namespace in the WSDL2Java generated client code. It should have been http://de.hvb.aat.service.values, and was http://values.service.aat.hvb.de So on the client side it was not able to find the registered

Re: Axiom bug?

2009-02-04 Thread Andreas Veithen
Andrei, What is the Axiom version you are using? If it is not 1.2.8 or a recent snapshot, please check against version 1.2.8. If you can confirm that the issue still exists in that version, please open a JIRA issue in the WSCOMMONS project. Regards, Andreas On Wed, Feb 4, 2009 at 16:08, Andrei

RE: Error in signature with X509Token

2009-02-04 Thread Erwin Reinhoud
Hello Tomaz, Try also using rampart version 1.4 io 1.3. Regards, Erwin _ Van: m4rkuz [mailto:m4r...@gmail.com] Verzonden: woensdag 4 februari 2009 15:16 Aan: axis-user@ws.apache.org Onderwerp: Re: Error in signature with X509Token Hi Tomaz, I think you should attach you'r

Re: Axiom bug?

2009-02-04 Thread Andrei Ivanov
On Wed, Feb 4, 2009 at 5:41 PM, Andreas Veithen andreas.veit...@gmail.com wrote: Andrei, What is the Axiom version you are using? If it is not 1.2.8 or a recent snapshot, please check against version 1.2.8. If you can confirm that the issue still exists in that version, please open a JIRA

Axis 1.4.1 POJO problem

2009-02-04 Thread Chris van Es
Hi, I'm recently new to Axis2 and I'm working on a pretty simple web service. I'm generating the wsdl from java classes inside a service aar file. The resulting wsdl contains minOccurs=0 for all of the operation parmaters, is there a way to specify minOccurs=1 or something similar to flag these as

RE: not showing stack trace when accessing the web service via browser

2009-02-04 Thread Yoav Naveh
More information on this matter. On my development machine, this seems to work properly. I see an xml format with a single element fault On my testing machine I see the full stack trace within an Exception element (and no fault element) So this seems to be possible, with some configuration.

Problem building proper Policy file ...

2009-02-04 Thread m4rkuz
Hi Eeveryone, I've trying for a while now to make a proper client for a web service made in oracle (OWM ) with Axis2 and Rampart, I had been able to overcome some issues about x509v3 and the hole signing process but now in the last part the Encription I just don't know how to declare it properly

Re: Problem building proper Policy file ...

2009-02-04 Thread Nandana Mihindukulasooriya
Hi Marcus, From the first look, it seems the policy you have matches the success SOAP message. Do you get an error from the OWM side when you use this policy at the client ? If so what is the error message ? The returning message may not say what the error is, but if you have access to the

Re: Axis 1.4.1 POJO problem

2009-02-04 Thread keith chapman
Hi Chris, I'm afraid you do not have control over this. Your options could be to save the generated WSDL, edit it and pack it into the aar and make Axis2 use that WSDL instead of generating one. Thanks, Keith. On Wed, Feb 4, 2009 at 6:28 PM, Chris van Es chris.va...@openwave.comwrote: Hi,

RE: Axis 1.4.1 POJO problem

2009-02-04 Thread Chris van Es
Am I right in assuming to that I should remove the services.xml file and place my wsdl file in the META-INF directory? From: keith chapman [mailto:keithgchap...@gmail.com] Sent: 04 February 2009 17:23 To: axis-user@ws.apache.org Subject: Re: Axis 1.4.1 POJO problem Hi Chris, I'm afraid

Re: Problem building proper Policy file ...

2009-02-04 Thread m4rkuz
HI Nandana, Attached to this message is the soap message generated by rampart(the one that fails), is quite different and the first big difference I see is that oracle made soap has two (2) BinarySecurityToken and the rampart made just have one. the error I get in the client side wrap around the

Re: Axis 1.4.1 POJO problem

2009-02-04 Thread Nandana Mihindukulasooriya
No. Take a look at [1] thanks, nandana [1] - http://marc.info/?l=axis-userm=116242240709383w=2 On Wed, Feb 4, 2009 at 11:24 PM, Chris van Es chris.va...@openwave.comwrote: Am I right in assuming to that I should remove the services.xml file and place my wsdl file in the META-INF directory?

Re: Problem building proper Policy file ...

2009-02-04 Thread Nandana Mihindukulasooriya
Hi Marcus, try changing sp:X509Token sp:IncludeToken= http://schemas.xmlsoap.org/ws/2005/07/securitypolicy/IncludeToken/Never; to sp:X509Token sp:IncludeToken= http://schemas.xmlsoap.org/ws/2005/07/securitypolicy/IncludeToken/AlwaysToRecipient in the sp:RecipientToken assertion. thanks,

Re: Problem building proper Policy file ...

2009-02-04 Thread m4rkuz
It Worked like a charm!! So many thanks!!! Marcus V. Sánchez D. __ Enterprise Developer. Sun Certified Java Programmer (SCJP) PD: Thanks Again!! On Wed, Feb 4, 2009 at 1:29 PM, Nandana Mihindukulasooriya nandana@gmail.com wrote: Hi Marcus, try changing

[Axis2] Need help embedding axis2 in desktop application

2009-02-04 Thread Khristian
Hi! I'm trying to create a java application (which will later run as a daemon) that uses axis to offer some web services. Following some tutorials, I got the web service to run in axis2's own server (deployed as a .aar file) with an automatically-generated client (with the eclipse codegen plugin).

InOnlyAxisOperation

2009-02-04 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.

unsubscribe

2009-02-04 Thread Meeusen, Christopher W.
unsubscribe From: axis-user-return-77544-meeusen.christopher=mayo@ws.apache.org [mailto:axis-user-return-77544-meeusen.christopher=mayo@ws.apache.org] On Behalf Of Nandana Mihindukulasooriya Sent: Wednesday, February 04, 2009 12:30 PM To:

Re: unsubscribe

2009-02-04 Thread Andreas Veithen
Christopher, If you want to unsubscribe, you need to send a mail to axis-user-unsubscr...@ws.apache.org. Andreas On Wed, Feb 4, 2009 at 20:56, Meeusen, Christopher W. meeusen.christop...@mayo.edu wrote: unsubscribe From:

RE: InOnlyAxisOperation

2009-02-04 Thread Sanjay Gupta
Hi, I read some messages which pointed out at server.xml. My server.xml looks good as far as I can see. But I still have issue. I even tried removing in-only receiver without any luck. service name=Customer scope=application targetNamespace=http://customer.ws.ccb.primalsw.com/;

Re: unsubscribe

2009-02-04 Thread m4rkuz
Sorry, my wrong, I was trying to unsubscribe from another list, and got mixed up.. Marcus V. Sánchez D. __ Enterprise Developer. Sun Certified Java Programmer (SCJP) On Wed, Feb 4, 2009 at 2:59 PM, Andreas Veithen andreas.veit...@gmail.comwrote: Christopher, If you

Re: HTTP status

2009-02-04 Thread Guo Tianchong
hi, Sriram: I think I met the same problem as yours. My application asks the webservice to return the http 204 status. My solution is to put the following code snippet in my ServiceClass's method. HttpServletResponse resp =

Error establishing end to end conectivity in axis and jboss

2009-02-04 Thread Salman A. Kagzi
Hi All, I have an axis web service which can acts as a client as well as server. I am trying to deploy two instances of this web service on separate servers and try and setup a communication link between them. On M/C-1 I have installed axis2 1.3 under jboss 4.0.5 and have deployed my web