Re: Altering WSDL to match the expected SOAP

2008-10-09 Thread thusa gihan
Hi Martin, With your changes I tried using Axis 1.4, now the client fails saying " faultString: Procedure 'username' not present". Not sure whether I applied your changes correctly. I have attached the current WSDL below. Thanks, Thusa. (new wsdl) ---

Re: Altering WSDL to match the expected SOAP

2008-10-09 Thread thusa gihan
Thanks for the reply. I understand, but I'm unable to get the web service call working. That's why I thought of trying to edit the WSDL. I'm trying to execute the call() method of this service. It has a parameter named args (Object type); and not sure how to set a Java object for this param to ge

TCP error

2008-10-09 Thread Igor Nogueira
Guys, I'm trying to use the TCP protocol on axis. I've already uncommented the tag on axis2.xml: transportReceiver name="tcp" class="org.apache.axis2.transport.tcp.TCPServer"> 6060 If I set the client to invoke "tcp:// 127.0.0.1:8080/axis2/services/ShoppingCart" it gives

Re: HELP!!! - Axis 2 1.4 CodeGenerator Eclipse Plugin fails

2008-10-09 Thread Saminda Wijeratne
Hi Sorry for the late reply. You may be using maven1. Download and install maven 2 from http://maven.apache.org/download.html and try again. regards Saminda. ibrahim demir wrote: Hi ; I am on windows platform and run it like that C:\Cybersoft\ADS\Eclipse\workspace\axis2-eclipse-codegen-plug

RE: Altering WSDL to match the expected SOAP

2008-10-09 Thread Martin Gainty
the wsdl you were using was not well-formed and supported rpc instead of document-literal style here is a corrected version http://www.w3.org/2001/XMLSchema"; xmlns:soap=" http://schemas.xmlsoap.org/wsdl/soap/"; xmlns:soapenc=" http://schemas.xmlsoap.org/soap/encoding/"; xmlns:wsdl="

Re: Altering WSDL to match the expected SOAP

2008-10-09 Thread don t
Hi, the standard practice for a web service client is to obtain the WSDL from the service provider and generate the stub from it. Editing the WSDL on the client side is problematic and causes errors. thusa gihan wrote: > > Hi all, > > I'm writing a client with Axis 1.4 to a web service, but t

Re: Rampart Username and signed certificate

2008-10-09 Thread RonnieMJ
I finally figured it out. I needed to use TransportBinding with an Endorsing Supporting token of an X509 certificate and a SignedSupportingToken of the username. I didn't realize that it didn't need Asymmetric binding. RonnieMJ wrote: > > Ok the vendor has gotten back to me indicating that t

signed float value in DDL - corrupts the WSDL

2008-10-09 Thread kumaresan.balasundaram
Hi, we have the following field in DDL, and we use SOAP/Apache Axis2 for our project to devleop a web based applciation. DDL isin COBOL Amount T99V99 its mapped to WSDL - -

Re: AXIS JAVA Client - JMS Transport Authenication

2008-10-09 Thread Andreas Veithen
Sam, The name of the JNDI environment property you use to specify the user is incorrect. It should be java.naming.security.principal. Maybe that solves your problem? Andreas On 8 oct. 08, at 23:37, Sam Kuhn wrote: I need to provide a username and password to my AXIS client which is attem

Java2WSDL - support for inheritance

2008-10-09 Thread Saurabh Garg
Hi, I have the following: public interface XService extends IService {} When I run Java2WSDL, only methods in XService are showing up in the WSDL. So does anyone know if: 1. Java2WSDL supports service interfaces extending other service interfaces? 2. Java2WSDL supports use of Generics? Thanks

Re: BUG [?] in BeanUtil

2008-10-09 Thread Sven . Bloesl
Hi, i can confrm that this is indeed a bug in BeanUtil. There are already two issues open for this (AXIS2-3538,AXIS2-3765) and i would be really happy if someone would commit my proposed bugfix ( AXIS2-3538) since we are using a self-patched version in our project and are going into qa shortly.

RE: Whic version to use in prod environment

2008-10-09 Thread Martin Gainty
I would'nt recommend 1.x axis as the security provisions are not nearly as capable as security abilities of the same functionality implemented in a Axis2 aar where Axis2 aar utilises security requirements by engagement to Rampart.mar regards/ Martin

WSSecurityPolicy ID values

2008-10-09 Thread RonnieMJ
Does the wsu:ID tag of a Policy file have any specific meaning? I didn't think that it did, but just want to make sure. I have yet to find a place that has a bunch of possible values, and the ID tag is usually just a reference type tag. Thanks. -- View this message in context: http://www.nabb

Re: Rampart Username and signed certificate

2008-10-09 Thread RonnieMJ
Shouldn't the password be viewable? I put it in as passwordText (although I'm not sure this should work with 1.4), but it doesn't show. I'm guessing the digest value is the username (encrypted). See other post for full XML. Nunny wrote: > > Hi, > > I've tried it with SignedSupportingTokens

Re: Axis Book

2008-10-09 Thread Mark Christiansen
Here's another book:     Developing Web Services with Apache Axis2 (Paperback) by Kent Ka lok Tong --- On Wed, 10/8/08, Harshad Chavan <[EMAIL PROTECTED]> wrote: From: Harshad Chavan <[EMAIL PROTECTED]> Subject: Axis Book To: axis-user@ws.apache.org Date: Wednesday, October 8, 2008, 2:59 PM

Re: overriding a pojo parameter

2008-10-09 Thread Deepal Jayasinghe
> Hi, > > I'm using axis2 1.3 and I want to create a set of methods with all > parameters that inherit from the same class. Is it possible for axis > to "see" the getters and setters from the parent class? > Yes , you can do that for paramters . -Deepal > For instance: > > three methods: > -

[AXIS2] overriding a pojo parameter

2008-10-09 Thread Jan Verstuyft
And now with the correct subject. -- Forwarded message -- From: Jan Verstuyft <[EMAIL PROTECTED]> Date: 2008/10/9 Subject: overriding a pojo parameter To: axis-user@ws.apache.org Hi, I'm using axis2 1.3 and I want to create a set of methods with all parameters that inherit from

overriding a pojo parameter

2008-10-09 Thread Jan Verstuyft
Hi, I'm using axis2 1.3 and I want to create a set of methods with all parameters that inherit from the same class. Is it possible for axis to "see" the getters and setters from the parent class? For instance: three methods: - public void method1 (Param1 param) {} - public void method2 (Param2

Re: Problem attaching ws-policy at message level

2008-10-09 Thread Mary Thompson
Thanks, Nandana, With the help of a working example, I was eventually able to figure out what I had done wrong. It was error in the policy that I was attempting to attach to the message that caused it to be ignored. I also learned a lot studying the various WS02 tutorials on this and relat

AUTO: Steve Gruverman is out of the office. (returning 10/14/2008)

2008-10-09 Thread SGruverman
I am out of the office until 10/14/2008. I am unlikely to be able to check my email during this time but will try to reply as soon after I return as possible. If this an urgent matter concerning an Intellicare project, please contact Dave Burnham ([EMAIL PROTECTED]). Thank you. Note: This is