RE: custom serializer problems

2004-09-29 Thread Matt Valerio
.client.Call.invoke(Call.java:2553) at org.apache.axis.client.Call.invoke(Call.java:2248) at org.apache.axis.client.Call.invoke(Call.java:2171) at org.apache.axis.client.Call.invoke(Call.java:1691) at soapapi.LeinSoapBindingStub.qry(LeinSoapBindingStub.java:138) at

custom serializer problems

2004-09-29 Thread Matt Valerio
I'm trying to write a custom serializer for the jdom Element (org.jdom.Element). I've written the serializer,deserializer,factories and added the type mapping to the wsdd file. The service deploys and updates the server-config with the typeMapping Element but when javaToWsdl tries to generate

RE: two axis-ized services in one servlet container

2004-09-27 Thread Matt Valerio
a WAR file must be placed in a "shared" JAR file that is mutually accessible -- and copies don't work. Anything that spans your ?AR file must be installed at the server level (common\lib in Tomcat, I believe). Hope this helps --- bhw On Mon, 27 Sep 2004 14:34:26 -0400, Matt

RE: two axis-ized services in one servlet container

2004-09-27 Thread Matt Valerio
Anyone have any ideas or suggestions with this??? Bueller Bueller -Original Message- From: Matt Valerio Sent: Friday, September 24, 2004 11:02 AM To: Axis-User (E-mail) Subject: two axis-ized services in one servlet container I have configured two axis enabled webservices

two axis-ized services in one servlet container

2004-09-24 Thread Matt Valerio
I have configured two axis enabled webservices in one servlet container (tomcat 5.0) and I'm having some problems. I'm using Axis 1.1 and have created these two services as specified in the "Advanced Installation" section of the Axis installation instructions. For the sake of explaining my pro

Re: trust all certificates?

2004-08-05 Thread Matt Tucker
27;t had any luck getting this to work with Axis. I'm using classes generated by WSDL2Java based on the server's wsdl. Again, any help would be greatly appreciated. Thanks. Matt Tucker thoughtbot cell: 617 775 0742 office: 617 876 4780 www.thoughtbot.com [EMAIL PROTECTED] wrote: Do n

HTTP Sessions

2004-07-26 Thread Matt Kurjanowicz
of the picture, because the server side authentication depends on certain objects being put into the HttpSession object. Any ideas on what I can try to get HTTP sessions working? I'm using Axis 1.1 on Tomcat 4.1.30 with J2SE 1.4.2_03 on the client, and 1.4.2_04 on the server. Thanks, Matt Kurjanowicz

trust all certificates?

2004-07-21 Thread Matt Tucker
does anyone know of a way to get an axis client to trust all certificates from the server it's talking to? -- Matt Tucker thoughtbot cell: 617 775 0742 office: 617 876 4780 www.thoughtbot.com

newbie namespace issue

2004-07-20 Thread Matt Tucker
Hi, I'm writing an axis client to talk to a vendor-provided server. In the xml that axis creates, it's setting the namespace for my method call to ns1 while the server requires ns0. is there a good solution to this problem? i appreciate your help. -- Matt Tucker thoughtbot cel

Re: Populate WSDL2Java object from XML file.

2004-06-17 Thread Matt Payne
Jasen - Since classes generated by wsdl2java are just POJOs you can use Java's built in XMLEncoder class. There are a few pointers about this here: http://mattpayne.org/b.cgi/Programming/Java/XMLEncoder.pf -Matt On Thu, 17 Jun 2004 14:39:52 -0400, [EMAIL PROTECTED] <[EMAIL PROTECTED

Re: Can you recommend a non-java SOAP client toolkit?

2004-06-15 Thread Matt Payne
I've had luck with nuSoap for PHP and gSoap for C. A friend likes ZSI for Python (http://users.binary.net/thehaas/cgi-haas/blosxom.cgi/comp/python/pysoap.html). -Matt On Tue, 15 Jun 2004 12:01:40 +0100, NJ Rogers, Learning and Research Technology <[EMAIL PROTECTED]> wrote: >

Re: How to get the SOAP Envelope from msg Context without invocation

2004-06-15 Thread Matt Payne
Ayyappan - I'd like to see this. Please send it to the list or to me. I'm interested in interoperating with IBM's WAS 5.0.2 engine and Microsoft WSE2. Thanks! -Matt - Original Message - From: GANDHIRAJAN, AYYAPPAN <[EMAIL PROTECTED]> Date: Tue, 15 Jun 2004 1

Re: Q: making JWS use wrapped instead of RPC

2004-06-14 Thread Matt Payne
Thank you VERY much! -Matt http://nagoya.apache.org/jira/browse/AXIS-1393 On Sat, 12 Jun 2004 13:55:08 -0400, Davanum Srinivas <[EMAIL PROTECTED]> wrote: > > Please open up a bug report for enhancement and i will add a switch. > > thanks, > dims > > > On Fri, 11

Q: making JWS use wrapped instead of RPC

2004-06-11 Thread Matt Payne
Sorry if this is a FAQ (I did look before emailing...). How can one change the AXIS setup so .jws files use wrapped or document/literal encoding instead of RPC encoding? Thanks! -Matt http://ws.apache.org/axis/java/reference.html

wsdl 2.0 support?

2004-06-11 Thread Matt Payne
Please forgive me in advance. I tried looking on ws.apache.org/axis, faq/wiki, and google but had no luck. Does AXIS support WSDL 2.0?If not, is there an estimated date? Thanks! -Matt http://webservices.xml.com/lpt/a/ws/2004/05/19/wsdl2.html

HTTP Sessions across multiple services

2004-05-26 Thread Matt Kurjanowicz
e transfer over to the ModelService? * How do I get axis to do this? I've called (Service) service.setMaintainSession(true) in my code, but the session keeps on changing. Any help, ideas for debugging would be great! Thanks, Matt Kurjanowicz

Invocation errors on new Axis server

2004-04-09 Thread Camblin, Matt
Title: Invocation errors on new Axis server I have an existing server (Server #1) that was a breeze to setup and deploy webservices  successfully. I am now setting up a new server (server #2) and am running into problems.  The  box is a Windows 2000 server with Apache Tomcat 4.1, Java Runtime

RE: Axis 1.1 Memory leaks

2004-02-25 Thread Matt Munz
Luciano, Thanks. To any devs out there - would you mind saving us a bit of time? How does this part of the architecture work? - Matt From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 25, 2004 11:10 AM To: [EMAIL

RE: Axis 1.1 Memory leaks

2004-02-25 Thread Matt Munz
Title: RE: RE: Axis 1.1 Memory leaks Luciano,     Have you verified this by looking at the code?  I haven’t had the time to do that yet.  If Axis is building the DOM before writing to the socket, I really want to know why.      - Matt   From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: Axis 1.1 Memory leaks

2004-02-25 Thread Matt Munz
memory ramp-up. It almost appears as if the entire DOM is being built before writing to the socket begins? This couldn't be the case, right? - Matt -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 25, 2004 7:29 AM To: [EMAIL PROT

RE: Service Naming: removing implementation class name from WSDL

2004-02-04 Thread Matt Munz
Any ideas yet? Perhaps the dev list is better suited to answer this question? - Matt -Original Message- From: Matt Munz Sent: Monday, February 02, 2004 5:12 PM To: [EMAIL PROTECTED] Subject: Service Naming: removing implementation class name from WSDL Hi all, How can I make sure

Service Naming: removing implementation class name from WSDL

2004-02-02 Thread Matt Munz
eration is not preferred ;) [2] public class SampleBean { public SampleBean(){} public String getMessage() { return "Hello World."; } } [3] [4] [5] BeanMessage/ BeanMessageSoapBindingStub.java SampleBean.java SampleBeanService.java SampleBeanServiceLocator.java - Matt

Why is java.io.Serializable required for serialization?

2003-10-09 Thread Matt Munz
ected? If not, what is the purpose of requiring this interface? - Matt

Testing Serialization Offline

2003-08-27 Thread Matt Munz
i.[1] [1] http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages - Matt Munz

WSDL2Java generating class names with an intial underscore [Resend]

2003-08-15 Thread Matt Stupple
hand-written WSDL - it's just what .NET gave me). Also, if I generate Java from this WSDL using the version of Axis (1.0) embedded in JBuilder 8 (either using JBuilder UI or running WSDL2Java from the command-line) this maps to a Java class called 'GetUserDetails' - which seems more

RE: Deloy WebService in Jboss.net verison of axis

2003-02-26 Thread Matt Munz
the JBoss-compatible package containing the Axis Address example, output/lib/hello.ear is a J2EE application consisting of the hello ejb module from the JBoss main testsuite and an additional web service layer on top of the HelloBean)." - Matt -Original Message- From: Ch

RE: Deloy WebService in Jboss.net verison of axis

2003-02-26 Thread Matt Munz
Chris, You might want to take a look at the JBoss.net module. http://www.jboss.org/developers/projects/jboss/dotnet.jsp - Matt -Original Message- From: Chris Forbis [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 26, 2003 1:55 PM To: '[EMAIL PROTECTED]' Subj

Array Deserialization in .net (was RE: .Net Interop: JavaBean -> WSDL -> c# proxy)

2003-02-25 Thread Matt Munz
Is there a bug# or RFE for this issue? I'm interested in the workaround. Is there a person I can contact to get more information about it? - Matt Munz ([EMAIL PROTECTED]) -Original Message- From: Kellogg, Richard [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 25, 2003 11:

RE: .Net Interop: JavaBean -> WSDL -> c# proxy

2003-02-25 Thread Matt Munz
Rick, Thanks! - Matt -Original Message- From: Kellogg, Richard [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 25, 2003 11:15 AM To: [EMAIL PROTECTED] Subject: RE: .Net Interop: JavaBean -> WSDL -> c# proxy You are correct. This has been fixed in the latest .NET Framewo

RE: .Net Interop: JavaBean -> WSDL -> c# proxy

2003-02-25 Thread Matt Munz
Paolo & group, I just caught this in the response. Did I read somewhere that .Net can't deserialize an empty array? Could this be the problem? - Matt -Original Message----- From: Matt Munz Sent: Tuesday, February 25, 2003 11:05 AM To: [EMAIL PROTECTED] Subject:

RE: .Net Interop: JavaBean -> WSDL -> c# proxy

2003-02-25 Thread Matt Munz
ntime, I'll check your theory that the ConceptBean object is the problem by creating a new service that dispenses Form objects. - Matt -Original Message- From: Paolo Paganotto [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 25, 2003 10:40 AM To: [EMAIL PROTECTED] Subject: Re

RE: .Net Interop: JavaBean -> WSDL -> c# proxy

2003-02-25 Thread Matt Munz
installing .Net SP2 didn't fix it... - Matt -Original Message- From: Matt Munz Sent: Tuesday, February 25, 2003 10:03 AM To: [EMAIL PROTECTED] Subject: RE: .Net Interop: JavaBean -> WSDL -> c# proxy Paolo, Thanks for taking an interest in my problem. I am fairly c

RE: .Net Interop: JavaBean -> WSDL -> c# proxy

2003-02-25 Thread Matt Munz
relevant source for the webservice object. Next, I'll install SP 2 and see what happens ;) Thanks again. - Matt From ConceptServerWs (superclass of NavServerWs) ... /** * This is the method that I am testing. */ public ConceptBean findConceptById(int concept_id) t

RE: Jetty/JBoss/Axis

2003-02-24 Thread Matt Munz
Chris, You might want to take a look at the JBoss.net module. http://www.jboss.org/developers/projects/jboss/dotnet.jsp - Matt -Original Message- From: Chris Forbis [mailto:[EMAIL PROTECTED] Sent: Mon 2/24/2003 4:24 PM To: [EMAIL PROTECTED

RE: .Net Interop: JavaBean -> WSDL -> c# proxy

2003-02-24 Thread Matt Munz
useful ideas on the subject? - Matt Munz ([EMAIL PROTECTED]) -Original Message- From: Matt Munz Sent: Fri 2/21/2003 2:29 PM To: [EMAIL PROTECTED] Cc: Subject: .Net Interop: JavaBean -> WSDL -> c# proxy

.Net Interop: JavaBean -> WSDL -> c# proxy

2003-02-21 Thread Matt Munz
laying around, or even any good ideas on where the problem may lie, I'd love to hear it. Thanks, Matt ([EMAIL PROTECTED])

NoSuchMethodError: ParameterDesc.

2003-01-13 Thread Matt Clark
e(http://www.w3.org/2001/XMLSchema, int.class, false, false ), };   From what I’m seeing in the Javadocs, there is no such contructor for ParameterDesc.  Am I doing something wrong, or is the skeleton being generated incorrectly?  I’m attaching the wsdl for anyone to try.   Thanks, Matt

RE: Document service

2002-12-20 Thread Crawford, Matt
Rolando- I had the same problem until I used the following. Note the use attribute on soap:body. Matt Crawford Enterprise Rent-A-Car -Original Message- From: Rolando Pablos Sánchez [mailto:[EMAIL PROTECTED]] Sent: Friday, December 20, 2002 8:02 AM To

ClassLoader problems

2002-12-05 Thread Matt Clark
uestion, does anyone have any opinions as to whether Axis is ready for production systems?  I don't have any evidence either way, so I'm interested in people's opinions...   Thanks, Matt

RE: how does axis handles restrictions

2002-12-02 Thread Crawford, Matt
Can someone give a brief rundown of what is supported as far as schema when using wsdl2java? Off hand, I know that attributeGroups and union are not supported. (As far as I could tell) - Matt Crawford Enterprise Rent-A-Car -Original Message- From: Tom Jordahl [mailto:[EMAIL PROTECTED

RE: Document style web services

2002-11-21 Thread Crawford, Matt
Dennis - Thanks. I was under the impression (from the "Service Styles" section in the user's guide) that Axis can do this now. Unfortunately, the "When Beans Are Not Enough - Custom Serialization" section is not complete. Matt Crawford Enterprise Rent-A-Car -O

Document style web services

2002-11-21 Thread Crawford, Matt
XML<->Java databinding." I'm looking to leverage this databinding to serialize and deserialize xml documents in the body, but the samples/encoding (from what I can tell) deals with rpc style, not document style. Thanks, Matt Crawford Enterprise Rent-A-Car http://schemas

what should I expect, performance-wise?

2002-11-04 Thread Matt Munz
based on frequent, short transactions, using Axis? - Matt

RE: Difficulty with Calculator.jws in Tomcat 4.1 LE (Solved)

2002-11-02 Thread Matt Munz
Please ignore my prior message. Apparently, there is no web page associated with web services generated by *.jws compilation? The docs are a bit misleading in this respect, I think, as they contain an active link to a url that really shouldn't be followed... - Matt -Original Me

Difficulty with Calculator.jws in Tomcat 4.1 LE

2002-11-02 Thread Matt Munz
e lib directory. Any ideas? How should I debug this? - Matt

SV: Complete ant script?

2002-10-28 Thread Matt Seibert
: was Matt Seibert/Austin/IBM received by

Re: Serialization

2002-10-18 Thread Matt Avery
Look at samples.encoding.TestSer.java. I'm trying it right now to see if I can get it to work. In my case, I couldn't use Castor because I have some objects that need to use something like the Axis SimpleSerializer/Deserializer, that is, they have a constructor with a String argument and also

Re: help on build axis from source code 09202002 night

2002-09-27 Thread Matt Seibert
Okay, good. Execute G:\j2sdk1.4.0\bin\javac and see what it says Matt Seibert [EMAIL PROTECTED] IBMExternal:(512) 838-3656 Internal: 678-3656

Re: help on build axis from source code 09202002 night

2002-09-27 Thread Matt Seibert
What is your environtment JAVA_HOME variable set to? Is this the top level path of a java installation? For example, does there exists a JAVA_HOME/bin/ in which resides javac? Matt Seibert [EMAIL PROTECTED] IBMExternal:(512) 838-3656

Re: Ant task documentation

2002-09-25 Thread Matt Seibert
/docs/index.html or http://jakarta.apache.org Matt Seibert [EMAIL PROTECTED] IBMExternal:(512) 838-3656 Internal: 678-3656

Re: jdk1.1.8

2002-09-18 Thread Matt Seibert
ou need an AXIS that runs on jdk 1.1.8, you will need to go Beta2 or earlier, which is most likely not going to serve you well. Matt Seibert [EMAIL PROTECTED] IBMExternal:(512) 838-3656

Re: jdk1.1.8

2002-09-18 Thread Matt Seibert
I intermittantly got the Axis Beta 3 driver to work with jdk 1.1.8 on Red Hat Linux, but it isn't supported..... Matt Seibert [EMAIL PROTECTED] IBMExternal:(512) 838-3656 Internal: 678

RE: Hotspot classloading prob and tt-bytecode.jar *was* AW: JBoss.net deployment stopped by java.lang.LinkageError

2002-07-17 Thread Matt Munz
ncountered this problem with the default config, so I decided to make a copy before changing it -- they are essentially identical. I'm going to try to find out where the class is loaded -- perhaps this will provide more clues. - Matt Munz -Original Message- From: Jung , Dr. Chri

JBoss.net deployment stopped by java.lang.LinkageError

2002-07-16 Thread Matt Munz
p. I apologise for "broadcasting" this message to both mailing lists, but I wasn't sure which was more appropriate. Also, please cc: mmunz@apelon as I am not a subscriber to either list. - Matt Munz [EMAIL PROTECTED]

Re: Digest authentication?

2002-04-08 Thread Matt Baldree
I did some digging and, from what I can tell, this object only handles HTTPS and Basic authentication. Am I missing something here? -Original Message- From: Matt Baldree [mailto:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002 4:32 PM To: [EMAIL PROTECTED] Subject: Re: Digest authenticatio

Re: Digest authentication?

2002-04-08 Thread Matt Baldree
It uses the system properties you set. Look at the HTTP Sender in the transport package. - Original Message - From: "Scott Seely" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, April 08, 2002 12:25 PM Subject: Digest authentication? I am developing an Axis client for a Web se

Re: axis and cryptography ?

2002-04-04 Thread matt
n, I set a timeout in the Calls's MessageContext so I will not be held captive by services that take a ridiculous amount of time. -Matt - Original Message - I need more detail... what do you exactly mean with "system property" ? com.acme.SignMessageHandler is the han

Re: axis and cryptography ?

2002-04-02 Thread matt
it and just before transport sends it. If you need anymore details, just let me know. -Matt "Michael Schwarz" wrote > > Do you have a code example ? > > - Original Message - > From: "Matt Baldree" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]>

Re: axis and cryptography ?

2002-04-02 Thread Matt Baldree
What we did was override the client side deployment descriptor file to define a global handler that signs the request. I don't recommend modifying the stubs since you have to remember to modify them every time. -Matt - Original Message - From: "Mark Volkmann" <[EM

Re: SOAP-DSIG validator

2002-03-26 Thread matt
I did find this tool which was helpful. http://www.soaptoolkit.com/SOAPValidator/default.asp On Tue, 26 March 2002, [EMAIL PROTECTED] wrote > > Is there a recommended tool, etc. to validate the XML > output that has been signed (SOAP-DSIG)? > > -Matt

SOAP-DSIG validator

2002-03-26 Thread matt
Is there a recommended tool, etc. to validate the XML output that has been signed (SOAP-DSIG)? -Matt

failed unit test

2002-03-18 Thread matt
I'm trying to run the ant target "all-test" and the TestRPC.testReverseData is failing with the below stack trace. I'm compiling and testing the 3/18 snapshot. Is this test working correctly for everybody else? -Matt [junit] Running test.RPCDispatch.PackageTests