Web Services Stack Implementation Project

2007-03-23 Thread Tisson Mathew
All, I'm looking for a senior engineer to implement a WS-* (Web Services Management) AXIS Stack. The work should be done onsite in Portland, OR area. Please send me your resume if you are interested. Software engineer who will assist color controller platform team in development /

Re: [Axis2][Rampart] Different soap data with Ramaprt

2007-03-23 Thread Jochen Zink
Hi, okay, I opend a new BUG. I'm new on the Bug tracking system. I hope the description is okay for all https://issues.apache.org/jira/browse/RAMPART-29 -Ursprüngliche Nachricht- Von: axis-user@ws.apache.org Gesendet: 23.03.07 04:55:30 An: axis-user@ws.apache.org Betreff: Re:

Re: Stubless Web Service Invocation

2007-03-23 Thread Paul Fremantle
Jim I'm assuming you know how to create the XML payload of the SOAP body, and parse the response body. OMElement payload = ; ServiceClient sc = new ServiceClient(url-to-service); sc.setAction(SOAPAction); OMElement response = sc.sendReceive(payload); You can also dynamically use the URL

Re: Providers?

2007-03-23 Thread Thilina Gunarathne
AFAIK providers are something similar to message receivers in Axis2.. Let's see whether somebody with a better knowledge confirms it... On 3/23/07, GNU/Umanga [EMAIL PROTECTED] wrote: Hi guys, I'm studying a BPEL engine based on Axis1.There I've seen Providers ( pivot handlers) to handle to

web services: discovery

2007-03-23 Thread JAX82
Hi, I would like to know if it is possible make a dinamic « web services » discovery in a local network using the java + axis platform. I mean, I need make a « plug and play » system. When a new machine enjoy my network, my « boss » machine has to find it and has to discover the web services

Re: [AXIS2] MTOM performance

2007-03-23 Thread Thilina Gunarathne
I did a quick test against the snapshots and the results I got were in the range of ~6.5 MB/s, which translates in to 375 to 400 MB/Min.. My environments is Ubuntu Linux 6.10 java version 1.5.0_10 file system: ext3 Apache Tomcat 5.5.20 FileCacheThreshold 4 bytes The program I used was the

[AXIS2]Client side repository setup

2007-03-23 Thread Sagar Yerunkar
Hello, I have a simple web service with has two functions - tryPing and tryEcho. This webservice has been written and consumed using Axis2's primary APIs. I have successfully read the services synchronously as well as asynchronously using a single transport layer call. I then changed the

axis2: noise on Soap-messages

2007-03-23 Thread Tromp Bert
Hi, I'm doing some tests for using axis2 with rampart as a soap-server/client. I've been trying out the examples that are provided with axis2 and rampart and this works fine. But when I use MSSoapTrace to trace the messages between client and server, there is always some data before and after

[Axis2][AXIOM] Axiom 1.2.3 RC1 released

2007-03-23 Thread Deepal Jayasinghe
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, I uploaded Axis2 1.2.3 RC1 release artifacts. Please help us by downloading and reviewing them. Download locations : *binary and source distributions *- http://people.apache.org/~deepal/maven/dist/ * jars*

Re: axis2: noise on Soap-messages

2007-03-23 Thread Thilina Gunarathne
*104* ?xml version='1.0' encoding='UTF-8'? soapenv:Envelope xmlns:soapenv=http://www.w3.org/2003/05/soap-envelope soapenv:Envelope *0* */Message* Is there something wrong with my configuration or what should I do to make it go away? Check this http://wso2.org/library/952 Make sure to set

Re: axis2: noise on Soap-messages

2007-03-23 Thread D
Hi, I think this is data present when using chunked http encoding...it's not noise...it's helping http work! Regards, Darren On 23/03/07, Tromp Bert [EMAIL PROTECTED] wrote: Hi, I'm doing some tests for using axis2 with rampart as a soap-server/client. I've been trying out the examples

RE: axis2: noise on Soap-messages

2007-03-23 Thread Tromp Bert
Thilina, Thanks for the fast reply, but I can't access the page you've advised. I registered on the siteand logged in, but I still get the error that I don't have the necessary priveledges Thanks again, Bert -Original Message- From: Thilina Gunarathne [mailto:[EMAIL PROTECTED] Sent:

Re: axis2: noise on Soap-messages

2007-03-23 Thread Antonio Borrelli
Hi all, I've the same problem exposed (noise in the http-response intercepted by the tcpMonitor utility). When i try the link provided in the mail (http://wso2.org/library/952) i cannot see the page, even if i am a registered user. Could you please tell me how to check it out or what is the

Re: axis2: noise on Soap-messages

2007-03-23 Thread Thilina Gunarathne
*Ooops.. Seems like a issue with the site.. Please find the contents of that article below..* *Thanks,* *Thilina * http://wso2.org/library/952 ** *Question:* Extraneous characters appear in the SOAP messages sent using Axis2 making my non-Axis2 web service or web service client to fail.

Attachments with POJO

2007-03-23 Thread Lorenzo Dini
Hi guys! I would like to build a web service with attachments and object inheritance with AXIS2 (this is working in AXIS). Since only POJO right now provides the object inheritance (with the fix made available in the last nightly build), I am forced to use POJO and I cannot use ADB or

Does axis2 supports JAX-RPC? If NOT why?

2007-03-23 Thread Vikas
Hi Friends, In Apache axis 1, JAX-RPC was supported, but in latest version of axis i.e Apache axis2 it is not supported. What is the reason behind that? OR does other technology replaces JAX-RPC? means does axis2 using something other instead of JAX-RPC? With best regards From Vikas R.

RE: [AXIS2] MTOM performance

2007-03-23 Thread Betsy Frey
Thilina - thanks for this information. Betsy -Original Message- From: Thilina Gunarathne [mailto:[EMAIL PROTECTED] Sent: Friday, March 23, 2007 2:18 AM To: axis-user@ws.apache.org Subject: Re: [AXIS2] MTOM performance I did a quick test against the snapshots and the results I got were

Re: [Axis2] Generated client stub causes Null Pointer Exception in UTF8OutputStreamWriter.write

2007-03-23 Thread D
Apologies, when I put the fix in ALL my schema files, the issue was resolved. Many Thanks, Darren On 22/03/07, D [EMAIL PROTECTED] wrote: Hi Davanum, Once registered with jira, I searched and found what looks (to my untrained eye) like the same issue, already logged: AXIS2-1964 Null Pointer

Re: Axis2 JMS samples?

2007-03-23 Thread lee hanu
Sumedha, Thanks for the step by step explanation. That was helpful but that was not exactly what I was looking for. I am looking for a working JMS sample. Thanks sumedha rubasinghe wrote: Hi, Try the following steps.(All these are mentioned in the url you mentioned, but check see if you

Re: Axis2 JMS samples?

2007-03-23 Thread lee hanu
Thilina, Thanks so much. That is what I was lloking for. Thilina Gunarathne wrote: Please find the JMS sample attached to the https://issues.apache.org/jira/browse/AXIS2-1909 Yes.. We need to get this in to 1.2 release.. ~Thilina On 3/23/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote:

Re: [Axis2] problem with proxy setting

2007-03-23 Thread Jiang Liu
Hi Vincent Thanks you reply this mail so long after the original one, even myself already give it up. :-) First really want to thank you that tip me modify server stub file directly but not at Client class. As this is not mentioned in the tutorial (both at

Re: [AXIOM] Problem getting DocumentElement from DocumentImpl

2007-03-23 Thread Tammy Dugan
This is a fairly pressing issue so I would appreciate any help I can get. thanks, Tammy Tammy Dugan wrote: I am using DocumentImpl so I can convert org.w3c.dom to the axiom dom. I need to create a DocumentImpl dom from an input stream and get access to the document element as an

[Axis2] System.setProperties() gets banned?

2007-03-23 Thread Jiang Liu
Hi all, I've tried to use System.setProperties() methods in my service Client class but it seems like they never get triggered. For example i tried to set a proxy by using Java.lang.System's setProperties, but the proxy never get connected. So do i have to use Axis2's transport package and

Re: Axis2: soap/jms question

2007-03-23 Thread Shantanu Sen
Hi Asankha, Sounds good. Please let me know the specific file that you patch so that I do not have to update the whole tree again. Thanks, Shantanu - Original Message From: Asankha C. Perera [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Thursday, March 22, 2007 9:54:49 PM

Re: It worked with Axis 1.4, but not Axis2

2007-03-23 Thread Ajith Ranabahu
Hi, It seems to me that this may be an issue with the PHP client. Here is what I gather from the information 1. The Axis1 WSDL has a rpc-encoded binding 2. The Axis2 WSDL has doc/lit bindings for both SOAP 1.1 and 1.2 3. The requests and responses (according to their WSDL's) seem to be correct

Re: It worked with Axis 1.4, but not Axis2

2007-03-23 Thread Tim Koop
Thanks for your analysis, Ajith. To answer your question about the errors I see, I don't exactly see errors; it just looks like it isn't working the way SOAP is supposed to work. I can find these three problems using the PHP client with Axis2. Using it with Axis1 all works normal and good.

Fix for AXIS2-1435 ??

2007-03-23 Thread Jess Fisher
Hi, How and where can I get the fix for this bug: AXIS2-1435? Thanks! - 8:00? 8:25? 8:40? Find a flick in no time with theYahoo! Search movie showtime shortcut.

RE: Axis 1.4 Security using UsernameToken

2007-03-23 Thread John Kristian
WSS4J can do this. http://ws.apache.org/wss4j/ I used a deployment descriptor (.wsdd file) something like: globalConfiguration requestFlow handler type=java:org.apache.ws.axis.security.WSDoAllSender parameter name=action value=UsernameToken / parameter

Unable to resolve schema errro during code generation Null pointer exception

2007-03-23 Thread Vibhor_Sharma
Hi I get a Null pointer exception when I try to generate code using wsdl2java for stubs. I have a WSDL file which I refactored and moved common used data types to a common schema (common.xsd) which I import in the main WSDL file. I'm able to generate the server side code and deploy the

code generation issue

2007-03-23 Thread Vibhor_Sharma
Hi In the following complex type the code generation utility does not generate the helper methods for the elements which are in the choice tag any reason? xs:complexType name=ChannelInfo xs:sequence

RE: Unable to resolve schema errro during code generation Null pointer exception

2007-03-23 Thread Vibhor_Sharma
Just an addition to this I have set the parameter name=useOriginalwsdltrue/parameter in the service.xml file and I can see my own wsdl file but when I generate the code at the client site it throws the exception as described below. Now if I do not set this value I can generate the

org.apache.rampart.RampartException: Error in extracting message properties

2007-03-23 Thread Vibhor_Sharma
Any reason why this is coming? [java] org.apache.rampart.RampartException: Error in extracting message properties [java] at org.apache.rampart.handler.RampartSender.invoke(RampartSender.java:65) [java] at org.apache.axis2.engine.Phase.invoke(Phase.java:382) [java] at

What Unknown style detected !! No code is generated means in the generated client code??

2007-03-23 Thread Lorenzo Dini
Hi! I have this message in the client generated code from WSDL using ADB: //Unknown style detected !! No code is generated What does it mean?? How do I solve it? Thanks, Lorenzo

Re: What Unknown style detected !! No code is generated means in the generated client code??

2007-03-23 Thread Martin Gainty
What Unknown style detected !! No code is generated means in the generated client code??Lorenzo the binding has a style associated with the service binding the following is illustrated in the example located at /samples/databinding/StockQuoteService.wsdl binding name=StockQuoteSOAPBinding