Re: Doc/Lit webservice generating wrong SOAP response

2003-03-25 Thread Eric Rajkovic
Davin, This is the size of the chunks (HTTP 1.1). You can look at [1] for some example hope this help, eric [1] http://apache-server.com/Podium/show.php?p=HTTPslide=8 Davinder Singh wrote: Hi, I have developed a document/literal webservice which generates the following response when called

RE: Doc/Lit webservice generating wrong SOAP response

2003-03-25 Thread Davinder Singh
Title: RE: Doc/Lit webservice generating wrong SOAP response Hi Eric, Thanx a lot for ur help. It was indeed a great help for me. Thanx, Davin -Original Message- From: Eric Rajkovic [mailto:[EMAIL PROTECTED]] Sent: Tuesday, March 25, 2003 2:01 PM To: [EMAIL PROTECTED] Subject: Re:

Re: Axis Performance Problem

2003-03-25 Thread E.Narayanan
Title: RE: Axis Performance Problem Hi Tony, This is with reference to the mail I sent yesterday about Axis performance. Sorry about the incomplete info.I have answered all your questions below: 1. Is the performance issue repeatable? Yes nearly the same numbers turned up on

Re: help required for attachment using ejb as webservice provider

2003-03-25 Thread Toshiyuki Kimura
Hi Subhendu, (B (B In order to clear questions from you, we'll need more details of (Byour situation; (B (B - Version of AXIS: 1.0, 1.1Beta, RC1, RC2, or the current ver ? (B - Type of Image : 'JPEG', 'GIF', or the other specific types ? (B - Real problem : 'Exceptions', or

Re: How to return HTTP 204 on Document perform()?

2003-03-25 Thread Toshiyuki Kimura
Hi Steve, (B (B[Steve Loughran] wrote; (B| I have a misconfigured app that causes axis to generate a 204, but the (Baxis (B| client doesnt handle it (filed bugrep). I dont know what the WS-I stance (Bis (B| on it, as the basic profile says nothing on the subject. (B (B The HTTP 204 (OK)

Newbie question about WSDL2JAVA

2003-03-25 Thread andre . dvorak
Hi, I try to use CASTOR for object ser/deserialization with AXIS. While searching the mailing list I found a link to the AXIS cvs, which has a few classes for this job. I have trouble getting WSDL2JAVA generate my stub classes. I always get the following error:

How to set --all option in Wsdl2Java ant task

2003-03-25 Thread Bill Pfeiffer
How do you set the --all option in the Wsdl2Java ant task? Bill

Re: Newbie question about WSDL2JAVA

2003-03-25 Thread andre . dvorak
I've attached my wsdd file and the generated wsdl file. It would be fine if someone could take a look onto it before I jump out of the window. thanks, Andre [EMAIL PROTECTED] wrote : Hi, I try to use CASTOR for object ser/deserialization with AXIS. While searching the mailing list I

RE: Out parameters

2003-03-25 Thread Lothar Nieswandt
Sean and Brian, there *is* a way to get out params to work with Axis. You need to bundle them in a complex return object like in the following example: public interface MyService { public MyOutParams foo(MyInParams inParams); } The negative consequence is that the resulting SOAP calls read

stubs for document style?

2003-03-25 Thread Mischa
Hi, I just read a thread at http://aspn.activestate.com/ASPN/Mail/Message/Apache-Soap-Users/1498765 . There I read that a WSDL compiler can generate stubs for document style. Do you know if WSDL2Java can do that? And when I use literal encoding - do I need to create my own

Re: Doc/Lit webservice generating wrong SOAP response

2003-03-25 Thread Dan Weston
Chunked encoding of the response, very common, and shouldn't be a problem unless the toolkit receiving the response is really dumb. On Monday, March 24, 2003, at 10:42 PM, Davinder Singh wrote: Hi, I have developed a document/literal webservice which generates the following response when

RE: Out parameters

2003-03-25 Thread Brian Dillon (ext. 944)
Lothar, But this way is more of a 'workarround' rather then defacto OUT parameters. If you use INOUT parameters you would be better off since the value of the INOUT sent by the client (intialised to some default) could be effectively ignored by the server code and a return value set. That is the

AW: Out parameters

2003-03-25 Thread Lothar Nieswandt
I agree. The key point in using INOUT is, however, that the client is *obliged* to initialize each parameter, even if it is an de facto OUT parameter. Otherwise Axis will simply ignore it (which I think is strange). And that's the 'mental' difficulty. For instance, if one of the out params is an

RE: UDDI support in AXIS

2003-03-25 Thread Jean-Marc Taillant
I thinks that actual UDDI implmentation UDDI4J is not compatible with Axis, I notice that you can't use Axis transport to publish a service into an UDDI registry. It seems that there is a problem during authentification handshake. To fix this issue, I use the Apache SOAP as transport layer

RE: UDDI support in AXIS

2003-03-25 Thread Doug Davis
Funny 'cause the WSTK uses Axis and it works just fine. -Dug Jean-Marc Taillant [EMAIL PROTECTED] on 03/25/2003 09:54:42 AM Please respond to [EMAIL PROTECTED] To:[EMAIL PROTECTED] cc: Subject:RE: UDDI support in AXIS I thinks that actual UDDI implmentation UDDI4J is not

RE: UDDI support in AXIS

2003-03-25 Thread Jean-Marc Taillant
Test was done with Axis 1.0 and IBM uddi registry ... -Message d'origine- De : Doug Davis [mailto:[EMAIL PROTECTED] Envoyé : mardi 25 mars 2003 15:56 À : [EMAIL PROTECTED] Objet : RE: UDDI support in AXIS Funny 'cause the WSTK uses Axis and it works just fine. -Dug Jean-Marc

RE: UDDI support in AXIS

2003-03-25 Thread Doug Davis
We (wstk) have included Axis long before it went 1.0 and talk to IBM and MS's public registries as well as the private UDDI registry included in IBM's WSDK and it works just fine. Maybe we just have the magic touch... :-) -Dug Jean-Marc Taillant [EMAIL PROTECTED] on 03/25/2003 10:03:15 AM

(Newbie) Exception Handling in Axis

2003-03-25 Thread EXT-Suresh.Addagalla
Hi, Is it possible to catch SOAP server exceptions on the client side? If yes, I would be interested in knowing how to do it. Can someone point me to a good resource on the net which explains this? Thanks, Suresh

Re: How to set --all option in Wsdl2Java ant task

2003-03-25 Thread Duane Musser
axis-wsdl2java all=true -like this output=${generated.dir} testcase=true verbose=true url=${local.wsdl} mapping namespace=http://axis.apache.org/ns/interop; package=interop / /axis-wsdl2java Bill Pfeiffer wrote: How do you set the --all option in the

SPROXY

2003-03-25 Thread Ghershony, Arie
Does any one know why SPROXY (generating C++ header files) will not generate an array from a WSDL with multiple occurrences? What other third party tools are out there? nayone? xsd:element name=unit type=Unit minOccurs=0 maxOccurs=unbounded/ Thanks, Aria

RE: Newbie question about WSDL2JAVA

2003-03-25 Thread Herrick, Mike
Hi Andre, I had similar problems last week with WSDL2Java. I think that WSDL2Java for doc/lit is pretty much broken in RC2. I downloaded the latest build last Friday and had more luck. I found another thread that recommended taking a look at the doc/lit test cases in the Axis source. I did

RE: stubs for document style?

2003-03-25 Thread Herrick, Mike
Hi Mischa, I'd recommend taking a look at the test case in the src. Make sure you get the nightly build. I had a lot of problems with RC2 and doc/lit from WSDL. Mike -Original Message- From: Mischa [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 5:11 AM To: axis-mailinglist

RE: UDDI support in AXIS

2003-03-25 Thread Jean-Marc Taillant
I will be please if you could send me your config file for uddi4j client ... ;) -Message d'origine- De : Doug Davis [mailto:[EMAIL PROTECTED] Envoyé : mardi 25 mars 2003 16:09 À : [EMAIL PROTECTED] Objet : RE: UDDI support in AXIS We (wstk) have included Axis long before it went

Need links message-level security FAQs

2003-03-25 Thread Jeffrey J Gaynor/jqhome
Hi, I *was* trying to get a GSI security layer to operate on AXIS (under OGSA), but since that seems to be going away, we have decided to switch to message-level security. Can someone point me towards a good intro/tutorial/FAQ on this topic? AXIS-specific would be most desireable. Cheers,

Re: How to set --all option in Wsdl2Java ant task

2003-03-25 Thread Bill Pfeiffer
Thanks. That was my guess, but I didn't see it documented and wasn't in experimentation mode. Bill - Original Message - From: Duane Musser [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 10:45 AM Subject: Re: How to set --all option in Wsdl2Java ant task

Re: How to set --all option in Wsdl2Java ant task

2003-03-25 Thread Duane Musser
there is actually a link in the documention that comes with axis. http://your_computer/axis/docs/ant/axis-wsdl2java.html if you go up a directory, there is more info on the ant tasks. hope this helps. Bill Pfeiffer wrote: Thanks. That was my guess, but I didn't see it documented and wasn't in

Re: How to return HTTP 204 on Document perform()?

2003-03-25 Thread Steve Loughran
Toshiyuki Kimura wrote: Hi Steve, [Steve Loughran] wrote; | I have a misconfigured app that causes axis to generate a 204, but the axis | client doesnt handle it (filed bugrep). I dont know what the WS-I stance is | on it, as the basic profile says nothing on the subject. The HTTP 204 (OK) is

RE: UDDI support in AXIS

2003-03-25 Thread Doug Davis
In our prop file we have: TransportClassName=org.uddi4j.transport.ApacheAxisTransport but we really just use the system property: -Dorg.uddi4j.TransportClassName=org.uddi4j.transport.ApacheAxisTransport -Dug Jean-Marc Taillant [EMAIL PROTECTED] on 03/25/2003 11:06:56 AM Please respond

SOAPMonitor not showing exceptions thrown by web service

2003-03-25 Thread GEST,STEPHEN (HP-FtCollins,ex1)
Hi, I am running axis RC2 and Tomcat 4.1.18, and the SOAP Monitor is running fine for showing the message traffic request/response -- except when the web service throws an exception. The exception makes it back to the client and all is well there. The SOAP fault is not showing up in the

Re: SV: SV: SV: AXIS classloaders breaking J2EE applicationisolation

2003-03-25 Thread Jens Schumann
On 3/24/03 01:52 PM David Ekholm [EMAIL PROTECTED] wrote: ... Put the service in a web module that you hook into more than one application. Bind the two applications to two different URLs and then access the service. If you get the same date string when accessing the two services, then you

What is the difference between SOAP and JAX-RPC

2003-03-25 Thread Sochea Meas (LMC)
Title: What is the difference between SOAP and JAX-RPC Hi all! Does anyone can tell me what's the difference between SOAP and JAX-RPC? I've read documents found on the internet and on Apache web site but can't figure out the difference. I am not sure if I am asking this question in the

RE: What is the difference between SOAP and JAX-RPC

2003-03-25 Thread Herrick, Mike
Title: What is the difference between SOAP and JAX-RPC JAX-RPC is just one of Sun's Web Services specs. SOAP is the W3C Standard. -Original Message-From: Sochea Meas (LMC) [mailto:[EMAIL PROTECTED]Sent: Tuesday, March 25, 2003 3:52 PMTo: '[EMAIL PROTECTED]'Subject: What is

Axis 1.1 and WS-Interoperability

2003-03-25 Thread Vincent Carpentier (LMC)
Title: Axis 1.1 and WS-Interoperability Hi everybody, Just had a quick question. Will Axis 1.1 respect WS-I basic profile? Thanks for the help :-) Vince

RE: What is the difference between SOAP and JAX-RPC

2003-03-25 Thread Anne Thomas Manes
Title: What is the difference between SOAP and JAX-RPC SOAP is a language- and platform-independent XML protocol. The current version of the specification (SOAP 1.1 -- see http://www.w3.org/TR/SOAP/) was developed by Developmentor, Lotus, IBM, Microsoft, and Userland. There are approximately

Envelope.addBodyElement doesn't work

2003-03-25 Thread Sam
HI, I'm trying to use call.invoke(Envelope ), so i created a Envelope without the attriabutes, here is the source code package samples.security; import javax.xml.namespace.QName; //import org.apache.axis.AxisFault;import org.apache.axis.MessageContext;import org.apache.axis.client.Call;import

Envelope.addBodyElement doesn't work

2003-03-25 Thread Sam
HI, I'm trying to use call.invoke(Envelope ), so i created a Envelope without the attriabutes, here is the source code package samples.security; import javax.xml.namespace.QName; //import org.apache.axis.AxisFault;import org.apache.axis.MessageContext;import

Sax and xerces

2003-03-25 Thread Sochea Meas (LMC)
Title: Sax and xerces Hi all, I have something that doesn't look so clear to me. Correct me if I am wrong... SAX is a XML API used in Axis. Everytime it recognizes a syntax construction it calls appropriate methods (empty methods by default). Xerces is a parser. Therefore, it implements

Authentication woes

2003-03-25 Thread Xander van der Merwe
Title: Sax and xerces I've been having problems getting authentication to work from non-Java clients (e.g. VB6, etc). I was wondering whether it would be so silly to ignore the normal authentication mechanism and simply included a UserName and Password set of parameters in each and every

Re: Authentication woes

2003-03-25 Thread Phillip Rhodes
What do you mean by authentication not working? Axis is able to use the servlet container's session tracking mechanism, so it should return a cookie to the client. Can you run an http sniffer and see if the cookie is being returned to your client? Is the client sending the cookie in the http

RE: What is the difference between SOAP and JAX-RPC

2003-03-25 Thread Rufoo
So JAX-RPC is an implementation of SOAP. What is XML-RPC? Is it a spec or implementation? Does JAX-RPC stand for Java API for XML-RPC? ~rf --- Anne Thomas Manes [EMAIL PROTECTED] wrote: What is the difference between SOAP and JAX-RPCSOAP is a language- and platform-independent XML protocol.

Re: What is the difference between SOAP and JAX-RPC

2003-03-25 Thread E.Narayanan
What is XML-RPC? Is it a spec or implementation? Its a spec. It's remote procedure calling using HTTP as the transport and XML as the encoding Does JAX-RPC stand for Java API for XML-RPC? Stands for Java API for XML Based RPC --- Anne Thomas Manes [EMAIL PROTECTED] wrote: What is the

Schema Question

2003-03-25 Thread Sateesh Ayyagari
Hi, I have a question in understanding one of the schemas generated by AXIS. I am putting it in a general way. I would appreciate any help from the people who are familiar with the understanding of schemas. I would like to confirm it with my understanding given below after the schema code. Here

usage of java2wsdl ant task

2003-03-25 Thread Prakash G.R.
Hi, Can I get an example/document for using the java2wsdl task in ant? Thanks in advance -Prakash = All the technology in the world will never replace a positive attitude -Harvey Mackay __ Do you Yahoo!? Yahoo! Platinum - Watch CBS' NCAA