Getting guththila exception

2007-09-20 Thread Sathya Raghunathan
Hi Dimuthu, Thanks for helping me solve the segmentation fault. I followed the calculator example. But now i am getting another error called Throws guththila_exception guththila_xml_pull_parser.c 250. Also it looks like its going in an infinite loop. When I went to guththila_xml_pull_parser.c

Re: Getting guththila exception

2007-09-20 Thread Dimuthu Gamage
Hi, You can use libxml instead of xml as the xml parser. If you are building from axis2 source configure it with the option --enable-libxml2=yes --enable-guththila=no (which is the default configuration) Or if you are using binary , use the libaxis2_libxml2.so (That is put that in the

Re: Getting guththila exception

2007-09-20 Thread Sathya Raghunathan
I used both options as yes when i built the source. On 9/20/07, Dimuthu Gamage [EMAIL PROTECTED] wrote: Hi, You can use libxml instead of xml as the xml parser. If you are building from axis2 source configure it with the option --enable-libxml2=yes --enable-guththila=no (which is the

Re: Getting guththila exception

2007-09-20 Thread Samisa Abeysinghe
Sathya Raghunathan wrote: I used both options as yes when i built the source. If you use both, then Guththila takes over as it will overwrite the libxml2 lib. Please use one of them. Samisa... On 9/20/07, *Dimuthu Gamage* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi, You

Re: Getting guththila exception

2007-09-20 Thread Sathya Raghunathan
Should i rebuild the source again with --enable-libxml2=yes --enable-guththila=no?? I am not using binary version because i got the error message relocation error: /home/sathya/axis2c/axis2c-bin-1.0.0-linux/lib/libaxis2_parser.so.0: undefined symbol: xmlReaderForFile Let me know if i need to

Re: Getting guththila exception

2007-09-20 Thread Dimuthu Gamage
Hi, It is wrong to use both options yes. We use either libxml2 or guththila as the xml parser. Just remove the built libraries directory, ($AXIS2C_HOME/lib) and rebuild the source from default configurations as I mentioned earlier. Thanks Dimuthu On 9/20/07, Sathya Raghunathan [EMAIL PROTECTED]

Re: Getting guththila exception

2007-09-20 Thread Sathya Raghunathan
Ok, Actually, since i got the above expection in libxml2 when i instaled binary, i enabled guththila also. OK, i will disable guththila and check. I willlet you know once i test it Thanks Sathya On 9/20/07, Dimuthu Gamage [EMAIL PROTECTED] wrote: Hi, It is wrong to use both options yes. We

Re: Getting guththila exception

2007-09-20 Thread Sathya Raghunathan
Hi In my usr/lib, there are libxml2.so.2.5.10, /usr/lib/libxml2.so.2, /usr/lib/libxml2.a I am not sure which so, the binary would use. If this is old version, i will try to download and see Also, while doing a building the source I am getting an error called XML_PARSE_RECOVER undeclared error

Re: Getting guththila exception

2007-09-20 Thread Samisa Abeysinghe
Dinesh Premalal wrote: Hi Sathya, Sathya Raghunathan [EMAIL PROTECTED] writes: Should i rebuild the source again with --enable-libxml2=yes --enable-guththila= no?? I am not using binary version because i got the error message relocation error: /home/sathya/axis2c/axis2c-

Re: Getting guththila exception

2007-09-20 Thread Dinesh Premalal
Hi Sathya, Sathya Raghunathan [EMAIL PROTECTED] writes: Should i rebuild the source again with --enable-libxml2=yes --enable-guththila= no?? I am not using binary version because i got the error message relocation error: /home/sathya/axis2c/axis2c- bin-1.0.0-linux/lib/libaxis2_parser.so.0:

Re: Getting guththila exception

2007-09-20 Thread Samisa Abeysinghe
Sathya Raghunathan wrote: Should i rebuild the source again with --enable-libxml2=yes --enable-guththila=no?? I am not using binary version because i got the error message relocation error: /home/sathya/axis2c/axis2c- bin-1.0.0-linux/lib/libaxis2_parser.so.0: undefined symbol:

dependencies for compiling svn version

2007-09-20 Thread Michael Sutter
Hello list, I have a question for compiling the svn version of Axis2c. Which dependencies are necessary beside the libxml2? I have a relativ old Linux (Suse 9.1) and want to compile the svn version with apache modul on it. The problem is, that the compiling is canceled with a error of

Re: Getting guththila exception

2007-09-20 Thread Sathya Raghunathan
Yes, sorry i missed to check that last time. I changed the link again and it worked, Thanks Now, i am facing another new error after sending a message. Operation Not found. Endpoint reference is : http://127.0.0.1:9090/axis2/services/parseMessage Client log says

Re: dependencies for compiling svn version

2007-09-20 Thread Michael Sutter
Sorry for my question, but I already read the Install FAQ and wanted to know if there are other libraries needed than the mentioned. So I told you what I have done: Installed are libtool-1.5.2-56, zlib-1.2.1-70.12 and pkgconfig-0.15.0-194 - so this should work I think. automake, autoconf and

Re: dependencies for compiling svn version

2007-09-20 Thread Chintana Wilamuna
On 9/20/07, Michael Sutter [EMAIL PROTECTED] wrote: Running autogen.sh in Util Running libtoolize...done. Running aclocal...done. Running autoheader...done. Running autoconf...failed. Mark, Looks like autoconf is failing in the Util folder. Can you cd into util and type autoconf? That

Re: dependencies for compiling svn version

2007-09-20 Thread Sanjaya Ratnaweera
Hi Michael, Need bit more information to understand the problem. Run the command autoconf and there'll be a detailed error message, please send it. Thanks ~sanjaya Michael Sutter wrote: Sorry for my question, but I already read the Install FAQ and wanted to know if there are other

Re: Getting guththila exception

2007-09-20 Thread Dimuthu Gamage
Hi Sathya, Did you put the operations in the services.xml. You can generate the services.xml for your service by giving -sd as the option from the codegen tool. Thanks Dimuthu On 9/20/07, Sathya Raghunathan [EMAIL PROTECTED] wrote: Yes, sorry i missed to check that last time. I changed the

Re: FW: [Axis2] Xml beans databinding with WSDL2java tool improvments. **HTML Content Modified**

2007-09-20 Thread Amila Suriarachchi
On 9/20/07, Youtsey, Sean J CTR NUWC, Code 441 [EMAIL PROTECTED] wrote: Amila, Thanks so much for your work on this. It will really help me as I am having current AXIS2 XMLBeans issues that are preventing me from using AXIS2. I have one slight issue with the process defined below in Step

Re: Accessing authentication information

2007-09-20 Thread Michael Imhof
Thanks Anthony, that's exactly what I wanna do. But the problem starts already at the first line because MessageContext.getCurrentMessageContext(); is returning null! Do you have an idea why this is null? Michael PS: The webserver I'm using is from the apache ofbiz project. There is a ofbiz

Re: AXIS2 with SAAJ

2007-09-20 Thread westpine
Are you sure that response contains elements you are searching for? Try to send request from some tool and retrieve response. I use soapUI plugin for eclipse for this purpose. -- View this message in context: http://www.nabble.com/AXIS2-with-SAAJ-tf443.html#a12791599 Sent from the Axis -

Bug in generated *MessageReceiverInOut.java

2007-09-20 Thread Alex Stein
Hello everybody, I am having problems with my error handling in axis2 version 1.3 (jaxbri databinding). I am getting an OMException in my generated MessageReiceiverInOut-Class when using a wsdl fault in my wsdl. The wsdl looks more or less like this: xs:element name=ServiceFault

Re: Axis Webservice question again

2007-09-20 Thread mr.knowledge
Hi Anne, I still have questions. I tried to solve the problem. My definitions of messageTypes is in the berechnung.wsdl file and other wsdl files too. But how must I edit the namespace (e.g. tns) that it points to the wsdl file on my local computer because I test the service on

Create one Web Service out of multiple java classes?

2007-09-20 Thread Hannes23
Hello, is it possible to create one Web Service out of multiple java classes? Is it possible using Axis2? Are there any other possibilities? Hannes -- View this message in context: http://www.nabble.com/Create-one-Web-Service-out-of-multiple-java-classes--tf4486127.html#a12793022 Sent from

Re: FW: [Axis2] Xml beans databinding with WSDL2java tool improvments. **HTML Content Modified**

2007-09-20 Thread Amila Suriarachchi
hi, Xmlbeans save method has an option to remove the xml declarations. i.e org.apache.xmlbeans.XmlOptions xmlOptions = new org.apache.xmlbeans.XmlOptions(); param.save(mtomxmlStreamWriter.getOutputStream(),xmlOptions.setSaveNoXmlDecl ()); I did this change to xmlbens template and I it worked

RE: ADBException: Unexpected subelement Code

2007-09-20 Thread Erwin Reinhoud
Dear Amila, Once again thanks for your time and good to hear axis2 has no problem with this wsdl. Keeps me wondering what is wrong, probably the build script which i used succesfully for other services. I'll post it again. How does your build script look like? What version of axis2 (i used

RE: Windows Vista and Axis2

2007-09-20 Thread Nasreen Laghari
HappyAxis.jsp is working fine and I have copied the coding from it. Then I don't understand why my jsp is giving error. I have tried same programming code 3 different ways. There Exceptions are following When I run Jsp file from webapps/axis2/axis2-web, It gives exception Exception:

Re: ADBException: Unexpected subelement Code

2007-09-20 Thread Amila Suriarachchi
for -p option you have to give a package name. I used the wsdl2java.sh tool with current trunk code base. it should be ok with Axis2 1.3 wsdl2java.sh -uri wsdl path -ss -sd -g -u -o out put path Amila On 9/20/07, Erwin Reinhoud [EMAIL PROTECTED] wrote: Dear Amila, Once again thanks for

General question about enryption and Axis2 configuration

2007-09-20 Thread omega-psi
I use Axis2 1.3 and Rampart 1.3 for WSS. Both works fine. I have a lil question though. I need to store the encrypted data and later send it back to the service which encrypted it to get the decrypted xml to modify it. Perhaps this szenario describes it: i have several ratings sent to from one

RE: Create one Web Service out of multiple java classes?

2007-09-20 Thread Nasreen Laghari
As far as I know it is possible and Axis2 support this. Date: Thu, 20 Sep 2007 01:35:06 -0700 From: [EMAIL PROTECTED] To: axis-user@ws.apache.org Subject: Create one Web Service out of multiple java classes? Hello, is it possible to create one Web Service out of multiple java classes?

@Anne or another smart person - Problem solved but now another SOAP problem

2007-09-20 Thread mr.knowledge
Hi, O.K., now I have deployed the Axis webservice with BPWS4J (Tomcat) but if I create a Java client und use it, I get the following error message: Ouch, the call failed: Fault Code = SOAP-ENV:Server.Exception: Fault String = java.lang.NullPointerException Fault = [Attributes={}]

RE: Create one Web Service out of multiple java classes?

2007-09-20 Thread Hannes23
But how? Any idea? Any Link? Nasreen Laghari-2 wrote: As far as I know it is possible and Axis2 support this. Date: Thu, 20 Sep 2007 01:35:06 -0700 From: [EMAIL PROTECTED] To: axis-user@ws.apache.org Subject: Create one Web Service out of multiple java classes? Hello, is it

Problem in WSDL2java with eclipse code generator

2007-09-20 Thread ktzanet
Hi, I am trying to create java code with eclipse code generator. I first created the wsdl file with java2wsdl using the same plugin. When I click finish though, I get the following message: An error occured while completing process -java.lang.InterruptedException: There are no parts for fault

RE: Create one Web Service out of multiple java classes?

2007-09-20 Thread ranjan.madhav
Why don't you write a top level 'wrapper' class and then delegate the requests to objects of the implementation classes? If your requirement doesn't fit into this, then please elaborate. Regards, Madhav From: Hannes23 [mailto:[EMAIL PROTECTED] Sent: Thu

RE: Create one Web Service out of multiple java classes?

2007-09-20 Thread Gayathri
Can u give an example of it.. gayathri.s, amtex systems, [EMAIL PROTECTED], -Original Message- From: Madhav,RR,Ranjan,XGG9 R [mailto:[EMAIL PROTECTED] Sent: Thursday, September 20, 2007 4:30 PM To: axis-user@ws.apache.org Subject: RE: Create one Web Service out of multiple java

RE: Create one Web Service out of multiple java classes?

2007-09-20 Thread ranjan.madhav
The simpler solution could be to have service group defined in services.xml Otherwise, lets suppose we have following classes and methods exposed as operations: ClassA (M1, M2), ClassB (M3) Then one can write a top level wrapper class as class ServiceWrapperClass { public Type1

Re: @Anne or another smart person - Problem solved but now another SOAP problem

2007-09-20 Thread Anne Thomas Manes
I suspect the problem is in BPWS4J. I suggest you ask the question on an IBM support list. btw -- have you considered using Active Endpoints in place of BPWS4J? See http://www.active-endpoints.com/. BPWS4J is a pretty creaky, old project. Anne On 9/20/07, mr.knowledge [EMAIL PROTECTED] wrote:

Re: Axis Webservice question again

2007-09-20 Thread Anne Thomas Manes
You might find this blog entry on namespaces informative: http://atmanes.blogspot.com/2006/07/short-explanation-of-xml-namespaces.html Anne On 9/20/07, mr.knowledge [EMAIL PROTECTED] wrote: Hi Anne, I still have questions. I tried to solve the problem. My definitions of messageTypes is in

Re: @Anne or another smart person - Problem solved but now another SOAP problem

2007-09-20 Thread mr.knowledge
@Anne, Thanks for your advice. I'm not sure, but maybe the problem is in the code... Because I modified the popular loanexample for my first steps... If you want you can take a look on the code. Because I don't find something... :-) alex - Original Message - From: Anne Thomas

Re: Class loading using external jar in Axis 2

2007-09-20 Thread sgopal
Thanks for the reply. That will save me a lot of time. I am running axis within Tomcat. Should I have to modify the the tomcat startup script for this or can I just put it in shared libs under tomcat. I would also like to control the order in which the jar files are picked up if I install any

Axis 1.4 -handling simpleContent and other issues

2007-09-20 Thread Anumodh Sreedharan
Hi, This mail is regarding certain issues while implementing a web service using Apache Axis 1.4. The wsdl provided to us has a particular complex type which is of the below format: xs:complexType name=SampleItem xs:simpleContent xs:extension base=xs:string

Re: Migrating from Tomcat AXIS2 to Standalone AXIS2

2007-09-20 Thread Anne Thomas Manes
You'll find this to be the case with most open source projects -- why reimplement the application container capability again when systems like Tomcat already exist? The Axis and Axis2 teams are focusing on solving a different problem -- processing and dispatching XML messaging requests. The

Re: Axis 1.4 -handling simpleContent and other issues

2007-09-20 Thread Anne Thomas Manes
Edit the generated WSDD file and add a wsdlFile element referencing your original WSDL file. Anne On 9/20/07, Anumodh Sreedharan [EMAIL PROTECTED] wrote: *Hi,* *This mail is regarding certain issues while implementing a web service using Apache Axis 1.4. The wsdl provided to us has a

Re: Accessing authentication information

2007-09-20 Thread Michael Imhof
I found the solution I was looking for: http://www.unix.org.ua/orelly/java-ent/servlet/ch08_01.htm Chapter 8.2: Security in a servlet Michael Michael Imhof wrote: Thanks Anthony, that's exactly what I wanna do. But the problem starts already at the first line because

Re: @Anne or another smart person - Problem solved but now another SOAP problem

2007-09-20 Thread mr.knowledge
Hi, additional to my last mail: I trie to install activebpel via the install.bat in windows but I get the following error: This does not appear to be a valid Tomcat installation. Please verify your installation of tomcat and your CATALINA_HOME environment variable. Tomcat already works

Re: [JIRA AXIS2-3215 created] was: Strange behavior with AXIS2_1.3: org.apache.axis2.AxisFault: For input string:

2007-09-20 Thread Patrick Houbaux
As I think there is a bug in AXIS2 on this issue I created a JIRA one: https://issues.apache.org/jira/browse/AXIS2-3215 together with stubs/skeleton/test project. Any help on this would be really appreciated as I'm currently blocked. Cheers, Patrick. Patrick Houbaux wrote: Hi Joe,

Re: @Anne or another smart person - Problem solved but now another SOAP problem

2007-09-20 Thread Martin Gainty
change long CATALINA_HOME to the Windows specific shortened name e.g. cd \ dir /X your C:\Programme shortened name should say C:\PROGRA~1 cd C:\PROGRA~1 dir /X your Apache Software Foundation shortened name should say APACHE~1 cd C:\PROGRA~1\APACHE~1 dir /X your Tomcat 6.0 should say

Re: @Anne or another smart person - Problem solved but now another SOAP problem

2007-09-20 Thread mr.knowledge
Hi, @martin Thank, now my CATALINA_HOME looks like C:\PROGRA~1\APACHE~2\TOMCAT~1.0 but the error message is still there. - Original Message - From: Martin Gainty [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Wednesday, September 20, 2000 2:48 PM Subject: Re: @Anne or another

Axis2 question

2007-09-20 Thread Rouleau, Yve
HI! It is possible to use Axis without Internet with the XML encoding method file on the local machine ? Thanks º Yve Rouleau Programmeur-analyste en géomatique marine Service hydrographique du Canada Institut Maurice-Lamontagne Téléphone (418) 775-0827 Télécopieur: (418) 775-0654

Re: @Anne or another smart person - Problem solved but now another SOAP problem

2007-09-20 Thread Anne Thomas Manes
I'm definitely not an expert on BPEL or BPWS4J, but I don't think your berechnug2.wsdl is valid because you haven't defined a binding. (But maybe a binding isn't required when using a service link...) I'm also concerned by the fact that your WSDL defines multiple message parts which reference

Re: @Anne or another smart person - Problem solved but now another SOAP problem

2007-09-20 Thread Anne Thomas Manes
Your CATALINA_HOME should look like C:\PROGRA~1\APACHE~1\TOMCAT~1 Anne On 9/20/07, mr.knowledge [EMAIL PROTECTED] wrote: Hi, @martin Thank, now my CATALINA_HOME looks like C:\PROGRA~1\APACHE~2\TOMCAT~1.0 but the error message is still there. - Original Message - From: Martin

Question

2007-09-20 Thread mr.knowledge
Hello again, I'm not sure but in the AddiererWebService and MultipliziererWebService there is the binding to the Axis-Webservices. I would say the error is in berechnung2.wsdl... I would be very happy if someone can help me, because it is very frustrating that I spend some hours with a

RE: ADBException: Unexpected subelement Code

2007-09-20 Thread Erwin Reinhoud
Hello Amila, Thanks for that info. It still mystifies me that i cant get it to work though. I took your generated code ran the included ant build file and added the aar to my clean axis2 1.3 web app service location. I got a the same error as before i.e. soapenv:Server faultstring:unknown.

RE: FW: [Axis2] Xml beans databinding with WSDL2java tool improvments. **HTML Content Modified**

2007-09-20 Thread Youtsey, Sean J CTR NUWC, Code 441
Works great... Thanks for your help on this. Very much appreciated! -Original Message- From: Amila Suriarachchi [mailto:[EMAIL PROTECTED] Sent: Thursday, September 20, 2007 2:09 To: axis-user@ws.apache.org Subject: Re: FW: [Axis2] Xml beans databinding with WSDL2java tool improvments.

RE: Create one Web Service out of multiple java classes?

2007-09-20 Thread Walker, Jeff
Sounds a lot like the Session Facade design pattern, where the web service interface is the facade. http://java.sun.com/blueprints/corej2eepatterns/Patterns/SessionFacade.h tml -jeff _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, September 20, 2007 7:16 AM To:

Re: @Anne or another smart person - Problem solved but now another SOAP problem

2007-09-20 Thread Martin Gainty
gotta love those shortened folder names! Thanks Anne/ M-- - Original Message - From: Anne Thomas Manes [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Thursday, September 20, 2007 10:21 AM Subject: Re: @Anne or another smart person - Problem solved but now another SOAP problem

[Axis2] required jdk level

2007-09-20 Thread ROSSILLE Samuel
Hi I'm working on web services for CGI. We intend to use Axis2-1.3 as our web services stack. However, I'm having trouble with the following issue: I've read in the system requirement section on the download page, that all we need to use this version of Axis is the JDK 1.4. I've downloaded the

[Axis2] required jdk level

2007-09-20 Thread ROSSILLE Samuel
Hi I'm working on web services for CGI. We intend to use Axis2-1.3 as our web services stack. However, I'm having trouble with the following issue: I've read in the system requirement section on the download page, that all we need to use this version of Axis is the JDK 1.4. I've downloaded the

RE: [Axis2] required jdk level

2007-09-20 Thread Gennady Shumakher
I had the same problem. Please look at http://marc.info/?l=axis-userm=119012132524961w=2 The bottom line is axis2-jaxws where the mentioned package is located is jdk 1.5 dependant. Gennady -Original Message- From: ROSSILLE Samuel [mailto:[EMAIL PROTECTED] Sent: Thursday, September 20,

RE: [Axis2] required jdk level

2007-09-20 Thread Gennady Shumakher
BTW, if you are looking for convertion between AXIOM and SAAJ try to use org.apache.axis2.saaj.util.SAAJUtil (it is jdk 1.4 compatible). Gennady -Original Message- From: Gennady Shumakher [mailto:[EMAIL PROTECTED] Sent: Thursday, September 20, 2007 17:35 To: axis-user@ws.apache.org

Re: Axis2 question

2007-09-20 Thread Sebastian Roschke
Hi Yve, can you exactly explain please what you want to do? I can not even understand the question... I think you won't get an answer without further explanation. Regards, Sebastian Rouleau, Yve wrote: HI! It is possible to use Axis without Internet with the XML encoding method file on

Re: Axis2 question

2007-09-20 Thread James Neff
You can use Axis without having to go through the Internet. You have to run the Axis service from your local machine and just reference http://localhost in your URIs. Is that what you were looking for? --James Sebastian Roschke wrote: Hi Yve, can you exactly explain please what you want

Re: Axis 1.4 CommonsHTTPSender question

2007-09-20 Thread Mario Felarca
Ugh...once again, had some of the code eaten. Putting it back in under the first Request: block. Thanks, Mario- - Original Message From: Mario Felarca [EMAIL PROTECTED] To: axis-user@ws.apache.org Sent: Thursday, September 20, 2007 11:22:03 AM Subject: Re: Axis 1.4 CommonsHTTPSender

RE: Axis2 question

2007-09-20 Thread Rouleau, Yve
HI! I have build a web service on Axis technologie but we have to acces it in our intranet (without the internet). The problem is that there's a reference on this encodingStyle: http://schemas.xmlsoap.org/soap/encoding/ and we need to be on the Internet other else, this message appears.

Re: Axis 1.4 CommonsHTTPSender question

2007-09-20 Thread Mario Felarca
Once more... - Original Message From: Mario Felarca [EMAIL PROTECTED] Ugh...once again, had some of the code eaten. Putting it back in under the first Request: block. Thanks, Mario- - Original Message From: Mario Felarca [EMAIL PROTECTED] Thanks for the feedback Jeff!

crisscrossed responses in axis2

2007-09-20 Thread August Visco
Hello, I am new to web services and soap. I am using axis2 1.1.1 to load Spring 2.0 and expose a POJO as a web service. Additionally, I have a passwordCallbackClass for the rampart wss4j InflowSecurity which authenticates a username and password via kerberos via JAAS. Here is my services.xml:

Re: Migrating from Tomcat AXIS2 to Standalone AXIS2

2007-09-20 Thread Demetris G
Exactly ... thanks for the good feedback Anne and Amila. Anne Thomas Manes wrote: You'll find this to be the case with most open source projects -- why reimplement the application container capability again when systems like Tomcat already exist? The Axis and Axis2 teams are focusing on

RE: Axis2 question

2007-09-20 Thread Horninger, Joe (Contr) (Mission Systems)
Hi Yve. This looks more like a configuration problem. Is it possible you could post your original WSDD file plus the resultant server-config.wsdd? -Joe From: Rouleau, Yve [mailto:[EMAIL PROTECTED] Sent: Thursday, September 20, 2007 10:28 AM To:

Re: crisscrossed responses in axis2

2007-09-20 Thread Ajith Ranabahu
hi, Is there a chance that these two clients share the same HTTP channel ? it is highly unlikely but if the two requests are in different channels then there is no chance to mix them up even when there is no use of WS-Addressing (AFAIK) I guess the best thing to do would be to monitor the traffic

RE: Axis2 question

2007-09-20 Thread Horninger, Joe (Contr) (Mission Systems)
Just another thought... You may need to import the soap schema into the WSDL file, rather than rely on a reference to it. Could you possibly post your WSDL file, as well? -Joe From: Horninger, Joe (Contr) (Mission Systems) Sent: Thursday, September

Re: [Axis2] required jdk level

2007-09-20 Thread Ajith Ranabahu
hi, is the use of JAX-WS a requirement ? You can use Axis2 without JAX-WS with JDK 1.4 without a problem . JAX-WS spec itself is defined on JDK 1.5 and hence there is no choice ! Ajith On 9/20/07, Gennady Shumakher [EMAIL PROTECTED] wrote: BTW, if you are looking for convertion between AXIOM

RE: Axis2 question

2007-09-20 Thread Rouleau, Yve
Here are the files ... De : Horninger, Joe (Contr) (Mission Systems) [mailto:[EMAIL PROTECTED] Envoyé : 20 septembre 2007 14:17 À : axis-user@ws.apache.org Objet : RE: Axis2 question Just another thought... You may need to import the soap schema into

RE: [Axis2] required jdk level

2007-09-20 Thread Horninger, Joe (Contr) (Mission Systems)
This opens up a really interesting question. I thought that JAX-WS / Axis were mutually exclusive for a Web Service. Is this a true statement? Right now I'm running a mix of JWSDP (still haven't upgraded to JAX-WS) and Axis services due to restrictions placed by the Management. I know that you

RE: Axis 1.4 CommonsHTTPSender question

2007-09-20 Thread Walker, Jeff
So, you have a bunch of questions, and I have only a suggestion, or two. I'm not convinced the way you programmatically setup the sender is correct. Perhaps your way is right (or almost right) but I would have approached it like this: ... EngineConfiguration defaultConfig = (new

Re: crisscrossed responses in axis2

2007-09-20 Thread August Visco
Ajith, Thank you for the response. The problem is actually stranger than I originally described. I am in fact receiving the correct soap response except for the fact the the tag that wraps the return tag is wrong. I am running two clients in parallel, one which makes repeated calls to

Re: Axis 1.4 CommonsHTTPSender question

2007-09-20 Thread Mario Felarca
Thanks again Jeff. I am currently using/modifying the stub code that is generated from the WSDL, so I was trying to only modify as little as necessary, and that seemed to be setting properties and elements on the Call object. I will try it out and look up other items that can be set within the

Re: [Axis2] required jdk level

2007-09-20 Thread Ajith Ranabahu
Hi, Let me see whether I can make this clear. JAX-WS is a standard that basically says how to map a WSDL to a bunch of Java classes or a java class to a WSDL. Since this mapping is well defined all the Java SOAP stacks that implement JAX-WS specification would have the same interface (Note that

Fwd: [axis2-1.2]How to assign values to Binary Security Token in client stub code

2007-09-20 Thread vittal nangunoori
Note: forwarded message attached. Pinpoint customers who are looking for what you sell. http://searchmarketing.yahoo.com/---BeginMessage--- hi All, I have generated client stub code using adb binding.

Axis2 + ADB + Asynchronous

2007-09-20 Thread Arlindo
Hi All... I would like to create an asynchronous client using ADB, is it possible? I have the client classes generated by the tool (wsdl2java) with the correct parameters (I think) ( wsdl2java -uri XXX.wsdl -p packXXX -d adb -a -o build/client ) but I don't know what is the right way to use

Re: Bug in generated *MessageReceiverInOut.java

2007-09-20 Thread Deepal Jayasinghe
please create a jira. Thanks Deepal Alex Stein wrote: Hello everybody, I am having problems with my error handling in axis2 version 1.3 (jaxbri databinding). I am getting an OMException in my generated MessageReiceiverInOut-Class when using a wsdl fault in my wsdl. The wsdl looks more

Re: Axis2 + ADB + Asynchronous

2007-09-20 Thread Dennis Sosnoski
Hi @jr@, See the ADB example from my devWorks article: http://www.ibm.com/developerworks/webservices/library/ws-java3/ You probably want to look at the ADB wrapped example code, since you're not unwrapping the messages. The example includes an asynchronous call, and the article also has some