Fw: help with Axis fault

2004-06-01 Thread Dave Jacobson
Thank you very much for sending this to me. One thing I wasn't sure about during the installation was whether to put the %AXIS_HOME% under %CATALINA_HOME%/webapps or whether to put it in a separate directory. Right now I have it in a separate directory. So my %AXIS_HOME% is c:\axis while my %TOM

RE: help with Axis fault

2004-06-01 Thread
Hi, don't know if this helps, I'm a newbie too. I'm able to get your web service to work. I did the following 1. Your web service is similar to the %AXIS_HOME%/samples/userguide/example3. I just updated the Myservice.java to include your new api. I have attached a copy to the email. 2

AW: c++ WSDL2Ws creates an extra input parameter

2004-06-01 Thread Bochnak Filip
Hi guys I figured it out, I had to set in msvc++ (under project/properties/c the multithreaded dll debug modus) Now I get sometimes an access error on a address 0x00, when I run it. But it works, cool. Cu Phil -Ursprüngliche Nachricht- Von: Aleksander Slominski [mailto:[EMAIL PROTEC

Axis 1.2 Release date

2004-06-01 Thread some one
Hi, I was wondering if anybody knows about the Axis 1.2 Release date. I am in the process of setting up Axis for building a doc/literal type web service and from what I have seen it seems that Axis 1.1 has some issues with such web services and that 1.2 fixes those bugs and has better support fo

Re: AW: c++ WSDL2Ws creates an extra input parameter

2004-06-01 Thread Ben Souther
Hi Phil, I'm going to move my issues to the axis-c user and/or developer's lists. Alek was kind enough to forward my questions there. I haven't seen any assertion errors in my code... yet :-) On Tuesday 01 June 2004 01:22 pm, Bochnak Filip wrote: > Hi Alek & Ben > > Nice to hear that there a

AW: c++ WSDL2Ws creates an extra input parameter

2004-06-01 Thread Bochnak Filip
Hi Alek & Ben Nice to hear that there are some guys who has nearly the same problem and trying to figure it out. ;-) I did the notice this a couple of days, ago. But I´m not sure about, if this is the right way/answere, because I get sometimes a result back and sometimes a message like msg_size

Re: c++ WSDL2Ws creates an extra input parameter

2004-06-01 Thread Ben Souther
I wasn't aware that there is a separate list for axis-c. Thank you for forwarding these. On Tuesday 01 June 2004 11:47 am, Aleksander Slominski wrote: > Ben Souther wrote: > >Thank you, Aleksander. > > > >Is there any known work around for this, preferably on the client (c++) > > side? > > until

Re: RE: java.io.IOException: Emitter failure. There is an undefined binding (HelloServerBinding) in the WSDL document.

2004-06-01 Thread NITESH GUPTA
Hi Anne, Thanks a lot for the help. The WSDL editor and your pointers proved to be of great help. I was able to generate the Java files using WSDL2Java tool. I made the appropriate additions to the files (HelloServerBindingImpl.java), made a jar file containing all the class files and copied it

Re: c++ WSDL2Ws creates an extra input parameter

2004-06-01 Thread Aleksander Slominski
Ben Souther wrote: Thank you, Aleksander. Is there any known work around for this, preferably on the client (c++) side? until it is resolved i would just do global search in source code and replace string HTTP/1.1 with 1.0 :) also you should post this question to axis-c-user and axis-c-dev mai

client-config.wsdd and classpath precedence

2004-06-01 Thread matthew.hawthorne
I have a webapp deployed that uses a web service client. I'm using client-config.wsdd to specify my type mappings. I put the file in org/apache/axis/client inside of my war file, but the mappings don't seem to be picked up, and I think I've just figured out why. In axis.jar, there is a defaul

RE: Parameter order in servlet call to Axis service?

2004-06-01 Thread Abhinav Maheshwari
Can you please post your wsdd file also ? Or you are using the jws deployment ? Warm regards, Abhinav Maheshwari -Original Message- From: Guido Lemoine [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 01, 2004 8:36 PM To: [EMAIL PROTECTED] Subject: Parameter order in servlet call to Axis s

RE: is it possible to use Collections with client proxies?

2004-06-01 Thread Abhinav Maheshwari
Thanks Anne, for the nice article. Using arrays has the added advantage of keeping the interface clear, since the object inside a collection is of unknown type. Warm regards, Abhinav Maheshwari -Original Message- From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 01, 2

RE: Parameter order in servlet call to Axis service?

2004-06-01 Thread Meloro, John
You mention that you compile with the -g option so that the parameter names are known to the wsdl. If you compile without the -g option what happens to the parameters with regard to the wsdl? -Original Message- From: Guido Lemoine [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 01, 2004 11:

Parameter order in servlet call to Axis service?

2004-06-01 Thread Guido Lemoine
Dear All, I have defined a simple web service that takes in 3 String parameters and processes these in a string return (CheckOrder.java). I compile with the debug option (-g) so that the parameter names are known to the wsdl. This works OK when called from a stand-alone SOAP client. When I use the

Re: security/authentication

2004-06-01 Thread Ilari Kontinen
Antoine Lefebvre wrote: Hi all, I use axis to provide services to a .net client. It works fine, but I've some question about security/authentication... -How are the "username" and "password" members set in the MessageContext? -Is it possible to use the NetworkCredential class in my .net client?? Or

RE: java.io.IOException: Emitter failure. There is an undefined binding (HelloServerBinding) in the WSDL document.

2004-06-01 Thread Anne Thomas Manes
Nitesh, I agree that your QNames look okay, but there are quite a few problems with your WSDL. You've got a serious mix and match of RPC/encoded and document/literal definitions. I think your specific error is caused by the way you've defined your elements: http://schemas.xmlsoap.org/soap/encod

RE: java.io.IOException: Emitter failure. There is an undefined binding (HelloServerBinding) in the WSDL document.

2004-06-01 Thread Anne Thomas Manes
Nitesh, I agree that your QNames look okay, but there are quite a few problems with your WSDL. You've got a serious mix and match of RPC/encoded and document/literal definitions. I think your specific error is caused by the way you've defined your elements: http://schemas.xmlsoap.org/soap/encod

security/authentication

2004-06-01 Thread Antoine Lefebvre
Hi all, I use axis to provide services to a .net client. It works fine, but I've some question about security/authentication... -How are the "username" and "password" members set in the MessageContext? -Is it possible to use the NetworkCredential class in my .net client?? Or simply: What's th

RE: is it possible to use Collections with client proxies?

2004-06-01 Thread gary . si . grewal
For using collections in Axis Client. This is what we did. >From the WSDL created the Java files using the wsdl2Java etc. In the Java generated Beans we changed the method signature to accept a list instead of an array. say we had the Bean Like GENERATED CLASS private NestedBean[] arrayOfNe

Type Mapping Framework

2004-06-01 Thread Auderset Pascal
Hello I' working on developing web services using axis. In out company we have developed a lot of so called java "services". The "services" look like this: public interface SomeService { public TransferObject1 doSomeThing(TransferObject2, ...) throws SomeException; } The Trans

Getting the c++ client code to talk to the Java/Servlet server code...

2004-06-01 Thread Ben Souther
It appears that, at the moment, the only way to change the Axis c++ client to send "HTTP/1.0" as the protocol is to change a directive and recompile: === From HttpTransport.cpp:. ==

RE: is it possible to use Collections with client proxies?

2004-06-01 Thread Anne Thomas Manes
Here's a great article on using collections: http://www-106.ibm.com/developerworks/library/ws-tip-coding.html Bottom line: use arrays. -Original Message- From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Sent: Saturday, May 22, 2004 9:53 AM To: [EMAIL PROTECTED] Subject: RE: is it possi

RE: is it possible to use Collections with client proxies?

2004-06-01 Thread Anne Thomas Manes
Here's a great article on using collections: http://www-106.ibm.com/developerworks/library/ws-tip-coding.html Bottom line: use arrays. -Original Message- From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] Sent: Saturday, May 22, 2004 9:53 AM To: [EMAIL PROTECTED] Subject: RE: is it possi

Re: java.io.IOException: Emitter failure. There is an undefined binding (HelloServerBinding) in the WSDL document.

2004-06-01 Thread NITESH GUPTA
Hi, forgot to mention in the previous mail that I got this error while using the WSDL2Java tool in Apache AXIS. Regards, Nitesh - Original Message - From: NITESH GUPTA <[EMAIL PROTECTED]> Date: Tuesday, June 1, 2004 12:14 pm Subject: java.io.IOException: Emitter failure. There is an un

Re: c++ WSDL2Ws creates an extra input parameter

2004-06-01 Thread Ben Souther
Thank you, Aleksander. Is there any known work around for this, preferably on the client (c++) side? On Friday 28 May 2004 07:11 pm, Aleksander Slominski wrote: > Aleksander -- Ben Souther F.W. Davison & Company, Inc. This e-mail message, and any accompanying documents, is for the sole us

java.io.IOException: Emitter failure. There is an undefined binding (HelloServerBinding) in the WSDL document.

2004-06-01 Thread NITESH GUPTA
Hi, I got the error : java.io.IOException: Emitter failure. There is an undefined binding (HelloServerBinding) in the WSDL document. Hint: make sure is fully qualified. I checked my WSDL file and everything seems ok. I'm not able to figure out why I am getting this error. I have included t

Re: Populating SOAPHeader and SOAPBody.

2004-06-01 Thread Dhanush Gopinath
In that case u may need to parse the string and set the SOAPHeader of the SOAPEnvelope according to the namespace and values - Original Message - From: Ilari Kontinen To: [EMAIL PROTECTED] Sent: Tuesday, June 01, 2004 12:05 PM Subject: Re: Populating SOAPHeader