RE: missing port information

2004-01-26 Thread Gary L Peskin
Title: Message It looks like the port name should be LimaIFPort in namespace urn:Foo, rather than LimaIF in no namespace.   HTH, Gary -Original Message-From: Brian Shields [mailto:[EMAIL PROTECTED] Sent: Monday, January 26, 2004 8:07 AMTo: [EMAIL PROTECTED]Subject: missing

RE: SecureSocketFactory pluggability?

2003-12-18 Thread Gary L Peskin
ion which would do > just that. Anyway... > > Thanks again, > Stuart > > > -Original Message- > From: Gary L Peskin [mailto:[EMAIL PROTECTED] > Sent: Thursday 18 December 2003 21:29 > To: [EMAIL PROTECTED] > Subject: RE: SecureSocketFactory pluggability? >

RE: When is java.lang.SecurityException Thrown ??

2003-12-18 Thread Gary L Peskin
Title: Message This is thrown when you try to include a .jar file with a java.* package in it on the regular classpath.  You might want to check with Rommel Sharma since his earlier email indicated that he did exactly that.  I would expect his action to cause exactly this problem, and it did

RE: SecureSocketFactory pluggability?

2003-12-18 Thread Gary L Peskin
java.security file. Also, be careful of some of the URLs that I provided. They may break into multiple lines so you'll have to cut and paste. Gary > -Original Message- > From: Gary L Peskin [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 18, 2003 12:29 PM > To: [EMAIL PRO

RE: SecureSocketFactory pluggability?

2003-12-18 Thread Gary L Peskin
some customization, though > I have no idea if I can use it, nor how to instantiate it > with the 'attributes' Hashtable it takes which can hold > 'keyStore', 'keyStorePass', etc. Is this coming from > AxisClientEngine?? > > In summary, I nee

RE: SecureSocketFactory pluggability?

2003-12-17 Thread Gary L Peskin
I'd like to understand better what's happening here and I think I can help. Can you please explain the first few paragraphs in baby steps so that I can understand the exact problem? Is the problem that you can't specify the socket factory that Axis will use? Have you looked at the properties axis

RE: Need help on SAXNotSupportedException

2003-12-15 Thread Gary L Peskin
Rick -- At a glance, it sounds like, in the second application, that the parser is being loaded by a different classloader than axis. Are you able to bring up WSAD-IE and just run the second application right after you bring up WSAD-IE, without first running the first application? Does it still

RE: Stub class

2003-10-08 Thread Gary L Peskin
It looks to me like the default URL built into the HelloWorldLocator comes from the WSDL which is http://localhost:8080/axis/Hello. This is not correct. It should match your UrlString. It looks like the WSDL file soap:address element is just wrong. As a workaround, you could code service.getHel

RE: help on mapping

2003-10-01 Thread Gary L Peskin
Title: Message It looks like your actual service is returning a     {ServiceController}Bioentity     rather than a     {urn:ServiceController}Bioentity     HTH, Gary  -Original Message-From: Tania Durán [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 01, 2003 8:09 AMTo: [EMAI

RE: Soap Fault question

2003-09-28 Thread Gary L Peskin
Anne - I'm working on changes to accomplish this. Gary > -Original Message- > From: Anne Thomas Manes [mailto:[EMAIL PROTECTED] > Sent: Saturday, September 27, 2003 11:45 AM > To: [EMAIL PROTECTED] > Subject: RE: Soap Fault question > > > I think it makes sense to use Axis Fault to th

RE: namespace question

2003-09-26 Thread Gary L Peskin
Please see my answers below. Gary > -Original Message- > From: Chris Williamson [mailto:[EMAIL PROTECTED] > Sent: Friday, September 26, 2003 9:35 AM > To: [EMAIL PROTECTED] > Subject: RE: namespace question > > > I have a few followup questions about this. > > 1) What is the preferred

RE: Soap Fault question

2003-09-26 Thread Gary L Peskin
Ann, Steve -- I am working on a patch for Axis to implement just this functionality. There is one small clarification, however. The Axis engine is invoked on the client side via a call to javax.xml.rpc.Call.invoke(...). In Axis, this is actually implemented in org.apache.axis.client.Call. Howev

RE: namespace question

2003-09-25 Thread Gary L Peskin
The "text" element is a locally defined element in your schema because it is declared as a child of the "sequence" element and not as a child of the "schema" element. The schema element has an attribute elementFormDefault whose default value is "unqualified". In your example, that attribute of th

RE: removing stack traces from log files...

2003-09-18 Thread Gary L Peskin
If you're using AxisServlet on the server side, it should strip the stackTrace except for development Axis servers. Do you have the axis.development.system property set? What version of Axis are you running on the server? Gary > -Original Message- > From: Josh Emmons [mailto:[EMAIL PROT

RE: set a new endpointURL with client-config.wsdd ?

2003-09-18 Thread Gary L Peskin
I would like to help answer this question but I don't really understand what you're asking. Are you saying that the client is requesting a certain URL but you want them to request a different URL? Perhaps you can handle this with a request handler. If you clarify what you're trying to do, I can

RE: problem with basic authentication with Websphere as client on ZOS

2003-09-15 Thread Gary L Peskin
If Dims' answer does not get you far enough, can you please describe your zOS setup a little more. Is it just the client side that's running on zOS? How are you invoking it? It is running as a servlet or what? Thanks, Gary > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL

RE: Soap Fault Explanation (long)

2003-09-05 Thread Gary L Peskin
ry Wilkerson [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 27, 2003 9:52 AM > To: [EMAIL PROTECTED] > Subject: RE: Soap Fault Explanation > > > Gary -- what version of Axis are you running? > > -Original Message- > From: Gary L Peskin [mailto:[EMAIL PRO

RE: SOAP versions

2003-09-01 Thread Gary L Peskin
That URL is for the SOAP 1.2 specification Working Draft of 17 December 2001. Axis can definitely be used by SOAP 1.1 and SOAP 1.2 but I'm not sure how to use this interim version. Perhaps someone else will now. HTH, Gary > -Original Message- > From: news [mailto:[EMAIL PROTECTED] On Be

RE: Soap Fault Explanation

2003-08-27 Thread Gary L Peskin
> > Gary -- what version of Axis are you running? > > -----Original Message- > From: Gary L Peskin [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 27, 2003 11:44 AM > To: [EMAIL PROTECTED] > Subject: RE: Soap Fault Explanation > > > The client is java.

RE: Soap Fault Explanation

2003-08-27 Thread Gary L Peskin
xisFault has a > writeDetails() method that serializes your service specific fields. > > > -Original Message- > > From: Gary L Peskin [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, August 27, 2003 11:22 AM > > To: [EMAIL PROTECTED] > > Subject: RE: Soap

RE: Soap Fault Explanation

2003-08-27 Thread Gary L Peskin
Cory et al -- I'm looking into this code very carefully at the moment. I'm trying to generate Service Specific Exceptions but having problems on the client side where an AxisFault is thrown rather than my actual exception. My Service Specific Exceptions extend Exception but not AxisFault. Do yo

RE: 403 Firewall Error

2003-08-27 Thread Gary L Peskin
Have you tried setting the system properties http.proxyHost and http.proxyPort (and http.nonProxyHosts, if necessary)? HTH, Gary > -Original Message- > From: Sree K Puvvala [mailto:[EMAIL PROTECTED] > Sent: Tuesday, August 26, 2003 10:56 AM > To: [EMAIL PROTECTED] > Subject: 403 Firewall