RE: Return a primitive type when java.lang.Object is expected

2002-06-27 Thread Oren Bar-El
ne 27, 2002 4:11 PM To: '[EMAIL PROTECTED]' Subject: RE: Return a primitive type when java.lang.Object is expected You may have to build a custom Serializer in Axis. Jim Stickley Birch Telecom (816) 300-6743 [EMAIL PROTECTED] -Original Message----- From: Oren Bar-El [mailto:[

RE: axis client question

2002-06-27 Thread Oren Bar-El
there is a built in tool in Axis called tcpmon which listens to tcp ports and prints the traffic. run this from the command line (from the axis jar dir): java -cp axis.jar org.apache.axis.utils.tcpmon. you can look in Axis documentation for more info, Oren. -Original Message- From: He

RE: Return a primitive type when java.lang.Object is expected

2002-06-26 Thread Oren Bar-El
something like: http://schemas.xmlsoap.org/soap/encoding/"; xmlns:ns1 ="AssociateInfo"> 8002255 On the client I cast the returned object to Integer and it seems to work fine ... -Cyrus -Original Message- From: Oren Bar-El [mailto:[EMAIL PROTECTE

RE: Return a primitive type when java.lang.Object is expected

2002-06-26 Thread Oren Bar-El
va.lang.Integer     long  java.lang.Long     double   java.lang.Double     etc...     Jim Stickley Birch Telecom (816) 300-6743 [EMAIL PROTECTED]   -Original Message-From: Oren Bar-El [mailto:[

Return a primitive type when java.lang.Object is expected

2002-06-26 Thread Oren Bar-El
Title: Return a primitive type when java.lang.Object is expected Hi All, I am new with Axis, and trying to evaluate it for my company. The first test I made was to build a Microsoft.NET web service, and try to consume it with Apache Axis. The web service has one method that returns an obje

RE: MessageElement

2002-04-10 Thread Oren Bar-El
You need to use msid.getFirstChild().getNodeValue() to get the value of the TextNode. -Original Message- From: Adam.Leggett [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 10, 2002 4:50 PM To: Axis User ([EMAIL PROTECTED]) Subject: MessageElement I need to get the text node from a Mes