Re: Generating WSDL for a Axcis2/C Web service

2007-08-02 Thread Subra A Narayanan
Hey Samisa, I created the wsdl for my service by hand. Where exactly are we supposed to place it and what exactly should it be named? I named it mywebservicename.wsdl and placed it in the services directory. that didnt work. i placed it in the mywebservicename folder under services diretory,

Re: Generating WSDL for a Axcis2/C Web service

2007-08-02 Thread Subra A Narayanan
Hey Samisa, I dug through the axis2c source code and found that I should be naming my wsdl file service.wsdl and place it in the 'myservice' sub directory under services directory (basically the same directory as the services.xml file). Even that doesn't work? What am I doing wrong? Do I need to

Re: Generating WSDL for a Axcis2/C Web service

2007-08-02 Thread Mark Nüßler
hello Subra, set the parameter in the services.xml parameter name=wsdl_pathX:/ws/axis2_c/services/mtom/mtom.wsdl/parameter then you kann retrieve the wsdl with your broser : http://localhost:8081/axis2/services/mtom?wsdl mfg derMark Subra A Narayanan schrieb: Hey Samisa, I dug through

Re: Generating WSDL for a Axcis2/C Web service

2007-08-02 Thread Subra A Narayanan
That worked!!! Thanks!! On 8/2/07, Mark Nüßler [EMAIL PROTECTED] wrote: hello Subra, set the parameter in the services.xml parameter name=wsdl_pathX:/ws/axis2_c/services/mtom/mtom.wsdl/parameter then you kann retrieve the wsdl with your broser :

Re: Problem with stub generated

2007-08-02 Thread Amila Suriarachchi
fixed the issue in both trunk and branch. please have a look at with a nighly build. Amila. On 8/1/07, Amila Suriarachchi [EMAIL PROTECTED] wrote: thanks, I could recrate the problem and looking into it. please put a jira. On 8/1/07, Mehar [EMAIL PROTECTED] wrote: Hai Amila I

RE: Different binding in auto generated wsdl (soap11, soap12, http)

2007-08-02 Thread Erwin Reinhoud
Hello Keith, I 've been wondering about this to, where can i find documentation on how to do this (what param in services.xml)? I use Axis2 1.2 and would really like to only expose a soap 1.1 service. Thanks. Kind regards, Erwin -Oorspronkelijk bericht- Van: keith chapman

Re: WSDL problem

2007-08-02 Thread Amila Suriarachchi
use -ap option if you want to generate the code for all ports. On 8/1/07, keith chapman [EMAIL PROTECTED] wrote: Yes no problem. Thanks, Keith. On 8/1/07, Snehil Brajpuriya [EMAIL PROTECTED] wrote: Thanks Keith, Just to confirm following will be the action for 2 operations and

Re: Different binding in auto generated wsdl (soap11, soap12, http)

2007-08-02 Thread keith chapman
Hi Erwin, You could use the parameter parameter name=useOriginalwsdltrue/parameter. Here is a sample services.xml with this parameter. service name=MyAxisservice description First axis2 web service /description messageReceivers messageReceiver mep=http://www.w3.org/2004/08/wsdl/in-out;

RE: Different binding in auto generated wsdl (soap11, soap12, http)

2007-08-02 Thread Erwin Reinhoud
Hello Keith, Thanks, i did not know that was enough. I'll give it a try. Kind regards, Erwin -Oorspronkelijk bericht- Van: keith chapman [mailto:[EMAIL PROTECTED] Verzonden: donderdag 2 augustus 2007 10:30 Aan: axis-user@ws.apache.org Onderwerp: Re: Different binding in auto

Two Server_Config.wsdd or Two different configurations in the same Server_Config.wsdd

2007-08-02 Thread at4david
Hi, I am using Axis with Tomcat and I am using two differents services deploys in the same Server_Config.wsdd, I need that both services have different security configurations in its requestFlow, it is say, I need a requestFlow handler type=java:org.apache.ws.axis.security.WSDoAllReceiver

Two Server_Config.wsdd or Two different configurations in the same Server_Config.wsdd

2007-08-02 Thread at4david
Hi, I am using Axis with Tomcat and I am using two differents services deploys in the same Server_Config.wsdd, I need that both services have different security configurations in its requestFlow, it is say, I need a requestFlow handler type=java:org.apache.ws.axis.security.WSDoAllReceiver

Addressig configuration at server's side

2007-08-02 Thread Marc de Palol
Hello all, I'm running a client/server with axis2 on both sides. I'm using the Addressing module, so the WS-Addressing is on. For some reasons I need to use the old version of the Addressing specification. In the client side I've modified it to be something like:

Re: Addressig configuration at server's side

2007-08-02 Thread Brian De Pradine
Hello Marc, If you send a request using the Submission version of WS-Addressing then the response will automatically use the Submission version as well. Cheers Brian DePradine Web Services Development IBM Hursley External +44 (0) 1962 816319 Internal 246319 If you can't find the time

Re: bug: org.apache.axis2.wsdl.codegen.writer.adjustWSDLSchemaLocatins

2007-08-02 Thread Davanum Srinivas
Done. On 8/2/07, Deepal jayasinghe [EMAIL PROTECTED] wrote: Fixed in trunk. thanks! (svn revision 561898). Next time, please do raise a JIRA. Dims , how about in the branch . Thanks Deepal -- dims - To

Re: wsdl 2.0 questions

2007-08-02 Thread New AxisU
Axis2 1.3 RC2 On 8/2/07, keith chapman [EMAIL PROTECTED] wrote: Hi, I just tried the wsdl located at http://www.w3.org/TR/wsdl20-primer/#basics-greath-scenario in the primer with Axis2-1.3-RC2. It worked without any problems. WSDL 2.0 support was only available in Axis2-1.2 prior to this.

Re: wsdl 2.0 questions

2007-08-02 Thread New AxisU
Hi Keith, Thanks for looking at this. I'm reading your message and I'm confused. I am using Axis2 1.3 RC2 which is the latest RC from the url you listed. If you are using the same one, then perhaps I have some kind of pilot error in my wsdl2java usage. Actually I seem to be heading full speed

Re: wsdl 2.0 questions

2007-08-02 Thread Anne Thomas Manes
Make sure you're using the correct WSDL namespace. You're currently using http://www.w3.org/2004/08/wsdl;http://www.w3.org/2004/08/wsdl%7Ddescription You should be using http://www.w3.org/ns/wsdlhttp://www.w3.org/ns/wsdl%7Ddescription Anne On 8/2/07, New AxisU [EMAIL PROTECTED] wrote: Hi

Re: wsdl 2.0 questions

2007-08-02 Thread New AxisU
Right. That makes sense and the soap12 one must be changed as well. Ok so using the same batch file as before and making those changes (see below). I am now back to yesterday's error message about the message exchange pattern. Where is this http://www.w3.org/2004/03/wsdl/in-outcoming from?

Re: [Axis2] 1.3 Snapshot - Fatal error restarting the Http Nio transportReceiver

2007-08-02 Thread Tobias Seng
Seems to be a HTTPCORE issue see here https://issues.apache.org/jira/browse/HTTPCORE-108 Thanks Tobias Hi Asankha Do you have any idea about this ? Thanks Deepal - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Axis2 isn't following document literal wrapped standard in generated code

2007-08-02 Thread Michael Mattox
I'm trying out Axis2 after using XFire. I have a WSDL that is document literal wrapped. My WSDL operation has a single element named parameters. This element refers to a complex type called XInHolder. This element contains a single element, called XIn which is a complextype. As I understand

how to configure axis 1.4 loggingusing log4j

2007-08-02 Thread Ashish Kulkarni
Hi I am using log4j for logging in my application, i have recently added webservice using axis 1.4 to my application, now i am getting lots of axis logs in the log file, how do i suppress those logs, or contral what to log and what not to log, my log4j is configured using properties file and is as

Re: wsdl 2.0 questions

2007-08-02 Thread Chathura Herath
Its the MEP in your operation. Interface-operation pattern attribute. Again a namespace problem. Please try replacing it with the following. http://www.w3.org/ns/wsdl/in-out Thanks Chathura On 8/2/07, New AxisU [EMAIL PROTECTED] wrote: Right. That makes sense and the soap12 one must be

how to tell if axis 1.4 is using http persistent connections or not?

2007-08-02 Thread Anil Philip
Hello, how to tell if axis 1.4 is using http persistent connections or not? And how to configure it. thanks much, Anil Moody friends. Drama queens. Your life? Nope! - their life, your story. Play Sims

Connection Reset error

2007-08-02 Thread Sunny44
I have created the client and Stub for the Web service. It runs on one of our developers system but when try to run the same code it throws following exception com.deloitte.platform.intg.pim.SessionMgmtException: org.apache.axis2.AxisFault: Connection reset at

Connection Reset erroe

2007-08-02 Thread Sunny44
We have created the client for the web service that other team has created for it's utilization. But the client works on one of our developer's system but when i run the same code from different system it throws following exception com.platform.intg.pim.SessionMgmtException:

WSDL2Java Ant Task Question

2007-08-02 Thread Alejandro Calbazana
Simple question... How can I fail a target if the WSDL2Java task fails? Thanks, Al - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Connection Reset error

2007-08-02 Thread Sunny44
We have created the client for the web service that other team has created for it's utilization. But the client works on one of our developer's system but when i run the same code from different system it throws following exception com.platform.intg.pim.SessionMgmtException:

wsdl 2.0 process

2007-08-02 Thread New AxisU
Hi, I am converting some 1.1 wsdl's to 2.0 and I am very pleased with using axis2. First I went to http://www.w3.org/2006/02/WSDLConvert.html and tried their online converter. It didn't work for me but I might have had a bad character in the file. Instead, I used their XSLT 2.0 stylesheet used

Re: Axis2 isn't following document literal wrapped standard in generated code

2007-08-02 Thread Davanum Srinivas
Michael, Did you try the ADB binding (-d adb) option with unwrap option (-uw?) thanks, dims On 8/2/07, Michael Mattox [EMAIL PROTECTED] wrote: I'm trying out Axis2 after using XFire. I have a WSDL that is document literal wrapped. My WSDL operation has a single element named parameters.

Error in BeanSerializer

2007-08-02 Thread Ashish Kulkarni
Hi I am getting the following error when i am trying to send a response from Webservice, what does this mean 2007-08-02 14:44:37,038 ERROR [http-4080-Processor25] ser.BeanSerializer ( BeanSerializer.java:274) - Exception: java.lang.NullPointerException at

Problem with JAX-WS and AXIS2, Help Me please

2007-08-02 Thread jnet2000
Hi All i'm problem with WS written JAX-WS and AXIS2(1.2 or 1.3) if use that services.xml (created by plug-in eclipse): - # service name=*CustomerService* descriptionPlease Type your service description here/description - # messageReceivers messageReceiver

Helpful Netbeans Axis2 Tutorial

2007-08-02 Thread New AxisU
Hi, I mentioned this in my first post and I just now re-found the url: http://epubs.cclrc.ac.uk/bitstream/1539/Axis2WebServiceNetBeans.pdf

Re: Error in BeanSerializer

2007-08-02 Thread Ashish Kulkarni
Hi But how do i find which class, i have this complex java code, created from a complex XSD (Style sheet) this does not show which class has this issue Ashish On 8/2/07, albert quinn [EMAIL PROTECTED] wrote: Hi Ashish !!! : I'm a newbie in the Axis 2 world, but i've faced a problem

Problem with Loading?

2007-08-02 Thread New AxisU
Hi, I am stumped again and yet I think I am really close so ... I am trying to write an axis2 client for my new sample axis2 service. When I run the client I get: a99-run.myclient: Exception in thread main java.lang.NoClassDefFoundError: org/apache/axis2/client/Stub at

Please disregard my last plea for help

2007-08-02 Thread New AxisU
I found the problem - no axis2 xmlbeans in classpath.

How to configure SSL client authentication with Axis2?

2007-08-02 Thread Merritt, Norris
Hi, I would like to get my Axis2 client application to present a certificate to the server when initiating the SSL handshake. Can anyone shed some light on how to configure this?

Transport Level Session Management -- is this .NET interop Issue?

2007-08-02 Thread Shalab Goel
Hello, I have a question about session management. My Axis client is a consumer of .NET service, I am noticing the following interoperability issue. The Service is returning Cookie as Set-Cookie: ASP.NET_SessionId=cml1mh45lc3yzf55flravg45; path=/; HttpOnly And this is not getting processed by

Transport error: 400 Error: Bad Request

2007-08-02 Thread David Robertson
I'm wondering if something changed in the way a client handles SOAP faults between Axis2 1.1.1 and Axis2 1.2. Previously if a fault message was thrown, the client would receive the fault message. As of 1.2, we've always gotten the error in the subject line when a fault is thrown on the

RE: Transport error: 400 Error: Bad Request

2007-08-02 Thread Jorge Fernandez
Hi David, There is some working around it. See https://issues.apache.org/jira/browse/AXIS2-2845 Regards, Jorge Fernández David Robertson [EMAIL PROTECTED] escribió: I'm wondering if something changed in the way a client handles SOAP faults between Axis2 1.1.1 and Axis2 1.2. Previously if

RE: Transport error: 400 Error: Bad Request

2007-08-02 Thread Merritt, Norris
I suspect the server you are talking to is returning an ordinary HTTP 400 Bad request, not a SOAP fault. The HTTP status code must be 500 for all SOAP faults. Services can sometimes respond with 400 Bad Request or 401 Unauthorized in addition to actual SOAP faults with code 500. -Original

Re: FW: java.lang.NumberFormatException

2007-08-02 Thread Davanum Srinivas
Can you please log and bug and upload all relevent files and sample code? thanks, dims On 8/2/07, Matthew Bailey [EMAIL PROTECTED] wrote: STILL STUCK :-/ I'm not totally clear on how to generate the files using scomp, or what to do with them after I have generated them, so here is what I

non-repudiation with signature using rampart 1.2

2007-08-02 Thread Pavan Madiraju
Hi, I am trying to implement non-repudiation with signature with Axis2 1.2Rampart 1.2. Here is my service.xml enabling rampart module ref=rampart / parameter name=InflowSecurity action

Re: non-repudiation with signature using rampart 1.2

2007-08-02 Thread Dimuthu
Hi Pavan, I think this issue is related to https://issues.apache.org/jira/browse/RAMPART-10 Regards, Dimuthu On Thu, 2007-08-02 at 23:29 -0400, Pavan Madiraju wrote: Hi, I am trying to implement non-repudiation with signature with Axis2 1.2Rampart 1.2. Here is my service.xml

Re: Transport Level Session Management -- is this .NET interop Issue?

2007-08-02 Thread Deepal jayasinghe
Hi Shalab , Hello, I have a question about session management. My Axis client is a consumer of .NET service, I am noticing the following interoperability issue. The Service is returning Cookie as *Set-Cookie: ASP.NET_SessionId=cml1mh45lc3yzf55flravg45; path=/; HttpOnly* According the the

Err: SubElement error return

2007-08-02 Thread jnet2000
Hi All, you can help me, I have a problem with a simple ws. using the client, response me with exception java.lang.RuntimeException: java.lang.RuntimeException: Unexpected subelement return In my ws, I have specified that the output he will have to call itself “result” through

Re: Connection Reset erroe

2007-08-02 Thread Deepal jayasinghe
Please create a JIRA and attach the client code , and in the meantime give us the environment that you used. Thanks Deepal We have created the client for the web service that other team has created for it's utilization. But the client works on one of our developer's system but when i run the

Re: Problem with Loading?

2007-08-02 Thread Deepal jayasinghe
Do you have all the relevant axis2 jar files. Thanks Deepal Hi, I am stumped again and yet I think I am really close so ... I am trying to write an axis2 client for my new sample axis2 service. When I run the client I get: a99-run.myclient: Exception in thread main

Re: wsdl 2.0 process

2007-08-02 Thread keith chapman
Hi, There is a tool hosted at http://tools.wso2.org:19762/wservices/WSDLConverter/ which can be used pretty easily to convert a WSDL 1.1 to WSDL 2.0. Thanks, Keith. On 8/2/07, New AxisU [EMAIL PROTECTED] wrote: Hi, I am converting some 1.1 wsdl's to 2.0 and I am very pleased with using

Re: Problem with Loading?

2007-08-02 Thread keith chapman
Hi, Yes it is a classpath problem. You have set your AXIS2_HOME variable correctly so that it can locate the Axis2 jars. Thanks, Keith. On 8/3/07, New AxisU [EMAIL PROTECTED] wrote: Hi, I am stumped again and yet I think I am really close so ... I am trying to write an axis2 client for my

Newbie question about using axis as webservice client

2007-08-02 Thread DelGurth
Hi, I recently stated using axis as my web service client. I've used the wsdl2java tool (via Eclipse) to generate the client code based on the wsdl file of the service. Now the web service changed, it contains a new field, and my client application doesn't work anymore. Is there a way to make my