garbage collection

2003-07-22 Thread Thomas Schröter
hi, after a simple SOAP request using Axis, the memory consumption rises around 7 MB. The requested memory will not released by the garbage collection. Somebody knows how to free this ? Regards, Thomas

RE: Webservice in WAR file

2003-07-22 Thread Nicholas Ardlie
absolutely, the Ant task runs on the command line. see http://ant.apache.org/ cya, -Original Message- From: Harsh Nagpal [mailto:[EMAIL PROTECTED] Sent: Wednesday, 23 July 2003 4:36 PM To: [EMAIL PROTECTED] Subject: RE: Webservice in WAR file Thanks Nicholas, But can i use this (ant fi

RE: Webservice in WAR file

2003-07-22 Thread Harsh Nagpal
Thanks Nicholas, But can i use this (ant files) even tho im not using borland??? [simple guy on the command line :) ] Harsh

Antwort: document/literal, NullPointerException, Bug?

2003-07-22 Thread Oliver Wulff
I've found the reason: The generated stub is not correct. For my WSDL, I have to change the following lines in getOrgEinheit of the class Berechtigung_1_0PortBindingStub: //_return.value = (com.xmlbus.berechtigung.xsd.OrgEinheit_T) _output.get(new javax.xml.namespace.QName("", "return")); _ret

RE: Webservice in WAR file

2003-07-22 Thread Nicholas Ardlie
You can use an ant target to pack up a web service war file. I use the following ant target/s to deploy to Borland Enterprise Server 5.2 (running Axis 1.1) (inclusion of the web-borland.xml file is Borland specific)

Webservice in WAR file

2003-07-22 Thread Harsh Nagpal
Hi! Can anyone tell me how i can package a webservice inside a war file (with example would be great) Thanks (newbie)Harsh

leightweight soap implementation

2003-07-22 Thread Thomas Schröter
hi, axis 1.0 seems to have a high memory consumption. So I'm looking for an leightweight SOAP solution on client side. Somebody knows about other implementations ? Regards, Thomas

Re: Multirefs

2003-07-22 Thread Srinath Perera
Hi Brian and All Thanks for answer. It works!!! I belive the wsdd thing should be done with client-config.wsdd, I find e.g. client-config.wsdd in org.apache.axis.client !!! It do not work yet. Anybody knows why . I am using the method Brian suggest right now. Thanks agien for help rega

Re: serializer.serialize() and org.xml.sax.Attributes

2003-07-22 Thread Dimuthu Leelarathne
Hi Steve,You can find more about this "attributes" parameter in xerces java docs. Dimuthu.- Original Message - From: <[EMAIL PROTECTED]>To: <[EMAIL PROTECTED]>Sent: Tuesday, July 22, 2003 11:45 PMSubject: serializer.serialize() and org.xml.sax.AttributesI'm trying to manually serial

Re: newbie

2003-07-22 Thread Dimuthu Leelarathne
Harsh,   Axis user guide is a great help. You can also find some simple sample clients in samples/userguide. Good luck.   Dimuthu.    - Original Message - From: "Harsh Nagpal" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, July 22, 2003 5:47 PM Subject: newbie > Hi!> > I'm

Re: handling of ID/IDREFs a problem?

2003-07-22 Thread Davanum Srinivas
Can you please post a bug report (http://ws.apache.org/axis/bugs.html) with their WSDL and the info that you mentioned below. Thanks, dims --- Larry LeFever <[EMAIL PROTECTED]> wrote: > Hi, > > The following is excerpted from a message I sent to Integration-Support at > TeleCheck, the ACH-interm

Problems with SOAP Header and .NET service

2003-07-22 Thread Chris Means
Hi, I've been bashing my head against the wall trying to figure this out...it's not as helpful as reading the documentation, but it hurts just as much . I'm successfully using an Axis 1.1 client to talk to a .NET service. The WSDL2Java tool worked well for the most part, but there were one or tw

need an alternative to Sun's JAX-RPC RI in JWSDP 1.2

2003-07-22 Thread Mark D. Hansen
I'm pulling my hair out trying to work with Sun's JAX-RPC RI - particularly the wscompile tool. Am I just dense or is it hard to work with? Will I be any happier switching over to Axis? Has anybody on this list worked with both? Thanks, Mark

handling of ID/IDREFs a problem?

2003-07-22 Thread Larry LeFever
Hi, The following is excerpted from a message I sent to Integration-Support at TeleCheck, the ACH-intermediary. I'm trying to invoke their new Web Service for online-check processing. I'm using Axis 1.1, since they've said they've had "good experiences" with it, though they do not claim their Se

RE: ws-i question

2003-07-22 Thread Rick Kellogg
Please see: http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages/StandardsSupported     -Original Message- From: Hansen, Richard [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 22, 2003 10:10 AM To: '[EMAIL PROTECTED]' Subject: RE: ws-i question   The number one thi

unable to generate wsdl using url

2003-07-22 Thread Santoshkumar . Jagtap
Hi All, I am getting the following error when i am trying to get wsdl from browser by typing 'http://localhost:8080/axis/services/MessageReceiverService?wsdl' . Also Attached wsdd file for reference.Please help me out to solve the problem. (See attached file: MessageReceiverServiceDeploy.wsd

RE: Can an element name begin with numbers?

2003-07-22 Thread Colin Ma
As I promised, here is the update. Salesforce.com now has fixed the problem in their SOAP API 2.0( I used 1.8 so far). Now they add cf_ to the beginning of an element name for custom data fields. Colin -Original Message- From: Colin Ma Sent: Tuesday, July 22, 2003 9:05 AM To: '[EMAIL PRO

Fwd: Bug in Axis 1.1?

2003-07-22 Thread Davanum Srinivas
Please open a bug report in bugzilla. http://ws.apache.org/axis/bugs.html --- Navneet Joneja <[EMAIL PROTECTED]> wrote: > From: Navneet Joneja <[EMAIL PROTECTED]> > To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> > Subject: Bug in Axis 1.1? > Date: Tue, 22 Jul 2003 13:50:03 -0700 > > Dims, > I apol

How to disable sending xsi types in Axis 1.1 client?

2003-07-22 Thread Dhange, Himmatsinh
> Hello, > > I am using Axis 1.1 client to send SOAP request to my .NET Webservice. I want to > disable sending the xsi type of every value of request parameter. Does anyone know > how to do that? I am guessing it can be done by setting sendXsiTypes property to > false. But I don't know how to

How to disable sending xsi types in Axix 1.1 client?

2003-07-22 Thread Dhange, Himmatsinh
Hello, I am using Axis 1.1 client to send SOAP request to my .NET Webservice. I want to disable sending the xsi type of every value of request parameter. Does anyone know how to do that? I am guessing it can be done by setting sendXsiTypes property to false. But I don't know how to set it false

Problem with namespaces in SOAP message

2003-07-22 Thread java
Hi, I try to create a SOAP message to send to a server. This server can't handle namespaces, so I need to get rid of the namespace in the message. the message I need is: http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/

RE: serializer.serialize() and org.xml.sax.Attributes

2003-07-22 Thread steve . s . maring
Writing a Castor mapping.xml is not the problem. Doing that externally is fairly trivial. The problem seems to be that the current CastorSerializer and CastorDeserializer do not look for any kind of mapping file in the classpath to allow for custom mappings. The process of registering factories

How to set property sendXsiTypes in Axis 1.1?

2003-07-22 Thread Dhange, Himmatsinh
Hello, Does anyone know how to set sendXsiTypes property to false? By default it is true. I want to disable sending the type of every value sent over. Thanks in advance. -Himmat

document/literal, NullPointerException, Bug?

2003-07-22 Thread Oliver Wulff
Hi I'm trying to access a webservice with an Axis client. This webservice uses document and literal. I've attached the wsdl. If I call the method getOrgEinheit() I get a NullPointerException when I access the value attribute of the holder class (OrgEinheit_THolder). If the webservice uses r

Re: Help! how to catch application exception - in the client?

2003-07-22 Thread Davanum Srinivas
If you are REALLY interested in thisRead the thread - http://marc.theaimsgroup.com/?t=10516640733&r=1&w=2 - http://marc.theaimsgroup.com/?t=10304373007&r=1&w=2 -- dims --- Davanum Srinivas <[EMAIL PROTECTED]> wrote: > +1 to add this to list of enchancements bugzilla. > > -- dims >

Re: Help! how to catch application exception - in the client?

2003-07-22 Thread Davanum Srinivas
+1 to add this to list of enchancements bugzilla. -- dims --- Anne Thomas Manes <[EMAIL PROTECTED]> wrote: > I'd say that's a bad design decision. I would hope that you could configure > an Axis fault to handle a SOAP fault coming from any server. > > - Original Message - > From: "Davan

Re: Help! how to catch application exception - in the client?

2003-07-22 Thread Anne Thomas Manes
I'd say that's a bad design decision. I would hope that you could configure an Axis fault to handle a SOAP fault coming from any server. - Original Message - From: "Davanum Srinivas" <[EMAIL PROTECTED]> To: "Lior Weintraub" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Cc: "Lilach Mahl" <[EMAIL

Re: [PMX:###] how do i diable default logging mechanism in axis which is using tomcat

2003-07-22 Thread Santoshkumar . Jagtap

RE: serializer.serialize() and org.xml.sax.Attributes

2003-07-22 Thread George Jagodzinski
take a look at the castor tests located at castor\src\tests\MasterTestSuite\xml\mapping\ Just remember (this is the most common mistake) you can not use the static methods of the marshaller if you are planning on assigning any mappings etc... http://castor.exolab.org/xml-mapping.html ha

Firewall / CVS Access

2003-07-22 Thread Davanum Srinivas
If you are behind a firewall, you can try http://cvsgrab.sourceforge.net/ against Apache's viewcvs (http://cvs.apache.org/viewcvs/) -- dims = Davanum Srinivas - http://webservices.apache.org/~dims/ __ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web

Fwd: RE: Axis vs Systinet's WASP

2003-07-22 Thread Davanum Srinivas
FYI --- Petr Dvorak <[EMAIL PROTECTED]> wrote: > From: "Petr Dvorak" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Subject: RE: Axis vs Systinet's WASP > Date: Tue, 22 Jul 2003 15:12:29 -0400 > > Dims, > > We have the numbers for Apache 1.0 and WASP 4.5.1 on 4cpu solaris. The > Apache 1.1 and

RE: serializer.serialize() and org.xml.sax.Attributes

2003-07-22 Thread steve . s . maring
Thanks for the envite Dims. If I can figure out how to write a JiBXSerializer, JiBXSerializerFactory, JiBXDeserializer, and JiBXDeserializerFactory, then I will certainly do that. The Castor ones look to be pretty straight forward and don't seem to ask for any SOAP message context data. However,

RE: Axis vs Systinet's WASP

2003-07-22 Thread Davanum Srinivas
Is this for Axis 1.1? -- dims --- Petr Dvorak <[EMAIL PROTECTED]> wrote: > Hello, > > if you are interested in Axis vs. Systinet WASP performance comparison, > please send your requests to > [EMAIL PROTECTED] You'll get the numbers promptly. > > Regards, > Petr >

RE: Axis vs Systinet's WASP

2003-07-22 Thread Petr Dvorak
Title: Message Hello,   if you are interested in Axis vs. Systinet WASP performance comparison, please send your requests to [EMAIL PROTECTED]. You'll get the numbers promptly.   Regards, Petr   Petr Dvorak Product Manager Systinet Corp

RE: serializer.serialize() and org.xml.sax.Attributes

2003-07-22 Thread Davanum Srinivas
Steve, if you want to make changes to Axis code to enable it to work outside of the context of a SOAP message, you are more than welcome. I can help integrate changes back into Axis codebase (http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages/SubmitPatches) Thanks, dims --- George J

RE: serializer.serialize() and org.xml.sax.Attributes

2003-07-22 Thread George Jagodzinski
It is a bit of a pain, but I do know that the newest version of Axis does have a castor deserializer/serializer ..I think. I just havent looked into it too much because the way that Axis is integrated into ColdFusion I can not just drop the latest version in there (another reason why I went with a

Re: how do i diable default logging mechanism in axis which is using tomcat

2003-07-22 Thread steve . s . maring
1) unjar the Axis.jar 2) remove the log4j.properties in the root 3) jar up Axis.jar again 4) put YOUR log4j.properties in the classpath Cheers Steve Maring

RE: serializer.serialize() and org.xml.sax.Attributes

2003-07-22 Thread steve . s . maring
More specifically, my JavaBean uses the BeanSerializer. It is dying on line 143 of BeanSerializer with a NullPointerException: 143>String encodingStyle = context.getMessageContext().getEncodingStyle (); Which would certainly imply that the serialization framework cannot be used outside of th

RE: serializer.serialize() and org.xml.sax.Attributes

2003-07-22 Thread George Jagodzinski
I had no luck with this and I am using Axis with ColdFusion so I am forced to use an old version of Axis. >From what I could see the only way to manually deserialize/serialize is to use the contextimpl, but the contextimpl requires an envelope. The whole process seemed to have way too much overhea

tomcat 3.2 and axis

2003-07-22 Thread Ananda . Shenoy
All, Has anybody out there been able to make axis work on tomcat3.2 and jdk1.3? I get a 404 when I test the services and the SOAP endpoint. I can get to the start page and make happyaxis happy. Also, when I test the JWS endpoint, I get a listing of the java class. Can somebody help me? Thanks, Anan

how do i diable default logging mechanism in axis which is using tomcat

2003-07-22 Thread Santoshkumar . Jagtap
Hi, We are using 'j2sdk1.4.1_01' ,'xml-axis-10' ,'Tomcat 4.1' and log4j as logger.It seems by default axis is using log4j for logging purposes.Please let me know how can i stop logging unwanted axis related messages.Do i need to configure anything to diable axis related log. regds santosh

serializer.serialize() and org.xml.sax.Attributes

2003-07-22 Thread steve . s . maring
I'm trying to manually serialize a JavaBean with the serialize method in org.apache.axis.encoding.Serializer. The does anyone know anything about the attributes parameter? It does not like me passing it null. serialize(QName name, org.xml.sax.Attributes attributes, java.lang.Object value, Serial

Bad XML because of bad char in UTF8

2003-07-22 Thread Chris Forbis
I have a problem with some soap services I have.  The problem is cause because data is stored in a database bellow in a non UTF8 style.  When I take a bean that has a string that has this data and then axis serves it up I get invalid XML character errors.   Is there a function I can pass a

Re: Multirefs

2003-07-22 Thread Brian Atkins
I was able to turn off multirefs using the API (haven't used WSDD yet) with the following: engine.setOption(AxisEngine.PROP_DOMULTIREFS, new Boolean(false)); You can alsostop them on a per SerializationContext basis via context.setDoMultiRefs(false); Sorry, don't know how to do it via WSDD.

RE: Problems Setting SOAP Header

2003-07-22 Thread Colin Ma
I'm not sure whether it helps you or not, but I use the following statements to set the header and it works. I use WSDL stubs. binding.setHeader("","session_id",sessionid); binding.setHeader("","version","1.8"); Colin Ma -Original Message- From: Bill Buch [mailto:[EMAIL PROTECTED]

RE: Can an element name begin with numbers?

2003-07-22 Thread Colin Ma
Thanks to all of you who have offered info on this seemly silly question. Well, let me give some information on the circumstances. 1. Salesforce.com, our CRM vendor does use element names beginning with '00'. It has to do with the fact that their custom database columns are named in such a way a

java.security.AccessControlException

2003-07-22 Thread Kareem S. Ghazal
I'm using IBM's WSDK which uses axis and the service I deployed uses UDDI4J to search for other services, and the UDDIProxy class calls init which initializes TransportFactory which calls System.getProperties and that is throwing a java.security.AccessControlException exception. Now I added the

WSDL string restrictions

2003-07-22 Thread Jonathan Melvin
How can I get a generated WSDL with method parameters that have restrictions. Eg a string of max length 10 characters? Jon M This e-mail may contain privileged and confidential information and should not be used by anyone who is not the original intended recipient(s). If you have received this

Problems Setting SOAP Header

2003-07-22 Thread Bill Buch
All,     I looked at the example of setting the SOAP header using the WSDL stubs.  I tried both the SOAPHeaderElement method as well as the string/string/object method.  Compiles and runs fine, but no SOAP header appears in the request, as I am seeing in TCPMON.  I have all the required jars, e

Re: WSDD - handler options definition error

2003-07-22 Thread Reinhard Moser
Done. Bug number is 21798. regards Reinhard Davanum Srinivas wrote: Can you please open a bug report? (http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages/SubmitPatches) Thanks, dims --- Reinhard Moser <[EMAIL PROTECTED]> wrote: Hello, i found in the Reference Guide on http://cvs.

RE: WSDL Ant task question

2003-07-22 Thread David Knox
Title: RE: WSDL Ant task question Thanks Christof,   The classpathref in the taskdef is the classpath used by the taskdef task to look for the classes associated with the task. At least that’s the limit of the extent according to the Ant documentation.  The Java2WSDL task requires that t

RE: ws-i question

2003-07-22 Thread Hansen, Richard
The number one thing that I see is that the WS-I basic profile does not allow the use of RPC-encoded format. I think this pretty much means using document/literal. There are other things but a lot of the requirements seem to have to do with the wsdl for your service. Rick Hansen -Orig

Array Serialization in Axis is different for reference types and directelements

2003-07-22 Thread matthew_f_hamburger
Return Receipt Your Array Serialization in Axis is different for reference types document and direct elements :

java.lang.reflect.InvocationTargetException

2003-07-22 Thread Harsh Nagpal
Hi! I wrote a simple hello=world webservice and deployed it through wsdd. but when my client tried to access,i got the following error: java.lang.reflect.InvocationTargetException any help would be appreciated harsh

RE: Newbie

2003-07-22 Thread Davanum Srinivas
See the last item on this page - http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages --- Mark Galbreath <[EMAIL PROTECTED]> wrote: > Axis is new; SOAP is old. > > -Original Message- > From: Denero Watz [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 22, 2003 7:03 AM > To: [EMA

Re: Deserializer not found

2003-07-22 Thread Davanum Srinivas
Kareem, That's a question for the IBM team. when you do getTypeMappingRegistry() and add the servializer/de-serializer...It's only for the client-side. -- dims --- "Kareem S. Ghazal" <[EMAIL PROTECTED]> wrote: > The thing is that I don't use a wsdd file to deploy the service because I > use the

RE: Is support for Doc/Literal stable in AXIS1.1?

2003-07-22 Thread Davanum Srinivas
Please read the email trails mentioned at http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages/Wrapped Thanks, dims --- "Agarwal, Naresh" <[EMAIL PROTECTED]> wrote: > Hi Srinivas, > > Could you please tell me the difference between WSDL generated in case of "Document" > and > "Wrapped"

Re: Help - The Axis standarad test failed

2003-07-22 Thread Davanum Srinivas
Srinath, Please look at the test.encoding.TestDeser2001 test case. Submit your findings to axis-dev@ mailing list. Thanks, dims --- Srinath Perera <[EMAIL PROTECTED]> wrote: > Hi all > > I had change the axis source code and need to verify it with run ant > tests. It fails. > > Then I check

RE: Newbie

2003-07-22 Thread Mark Galbreath
Title: Message Axis is new; SOAP is old. -Original Message-From: Denero Watz [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 22, 2003 7:03 AMTo: [EMAIL PROTECTED]Subject: Newbie I am new to WebServices and planning start with Apache. When I go to http://ws.apache.org/ I c

Re: Can an element name begin with numbers?

2003-07-22 Thread jaccoud
No, it must not. See the XML spec, in production rule for NAME. First character must be "alphabetic", although you can use any script supported by Unicode. But you cannot use numbers from any script. Just put some prefix befor the element name, say "n". It doesn't matter which namespace you use. Q

Re: newbie

2003-07-22 Thread Srinath Perera
Hi Harsh read ws.apache.org and read the user guide. there is part called **Custom Deployment - Introducing WSDD** read from there. will take bit time will worth it. best of luck!!! regards Srinath On Tue, 2003-07-22 at 17:47, Harsh Nagpal wrote: > Hi! > > I'm new to axis. Ive written a cl

Re: submitting a patch

2003-07-22 Thread Adhamh Findlay
On 7/22/03 6:30 AM, "Srinath Perera" <[EMAIL PROTECTED]> wrote: > Hi All > > How can I create a patch if I do not have axis project checkout in a cvs > client. Am behind a firewall and port 2401 is closed. So I can't check > out from cvs.apache.org (At least still am fails tring). > > 1) Is ther

RE: ws-i question

2003-07-22 Thread Agarwal, Naresh
David,   have a look at:   http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages/Wsi   thanks, Naresh Agarwal -Original Message-From: David Aiken [mailto:[EMAIL PROTECTED]Sent: Tuesday, July 22, 2003 5:08 PMTo: [EMAIL PROTECTED]Subject: ws-i question Hi All

newbie

2003-07-22 Thread Harsh Nagpal
Hi! I'm new to axis. Ive written a class and want to deploy it (not as a .jws but as a binary .class file) how can i do this? Also can any1 help me with the client for that too... Thanks in advance. Harsh

Help - The Axis standarad test failed

2003-07-22 Thread Srinath Perera
Hi all I had change the axis source code and need to verify it with run ant tests. It fails. Then I check it for unaltered source code. But it fails too. This cant happen since lot should have gone though the staff before the faliure is as shown in report properties.. junit.fra

Re: SimpleAxisServer deploy a webservice & AxisServlet

2003-07-22 Thread Srinath Perera
Hi harry If u want is to run axis without servlet contanier use main method of the SimpleAxisServer with port as a argument. Then the Axis server is listening. send your request to the that port. then you are there. Srinath for your INFO - Else use create SimpleAxisServer and set a ServerSocket

Re: Newbie

2003-07-22 Thread Srinath Perera
Hi Denero welcome.. The Axis can be said to be the next genaration of Apache SOAP. It much more improved thing. go for axis. regards Srinath On Tue, 2003-07-22 at 17:03, Denero Watz wrote: > I am new to WebServices and planning start with Apache. When I go to > http://ws.apache.org/ I can see li

ws-i question

2003-07-22 Thread David Aiken
Hi All   Does anyone have any experience or ideas on how to build a ws-I basic profile compliant web service using axis? Some sample code would be great too J   Regards   David

submitting a patch

2003-07-22 Thread Srinath Perera
Hi All How can I create a patch if I do not have axis project checkout in a cvs client. Am behind a firewall and port 2401 is closed. So I can't check out from cvs.apache.org (At least still am fails tring). 1) Is there any way I can make patch trough net (I don't know) 2) is there any way with

SimpleAxisServer deploy a webservice & AxisServlet

2003-07-22 Thread Harald Pollak
Hy everyone!!! Does anyone have experince with the SimpleAxisServer? How can I publish the AdminServlet and/or how can I config the Server ( what can be configured )? Thanks Harry

Re: Multirefs

2003-07-22 Thread Srinath Perera
Hi reinhard / All Thanks very much u put me in right track. I want it to do in client side so I belive I should use client-config.wsdd. (I test it, The engine found the file and process it. But the app fails returning null) Any body can send me a example client-config.wsdd file. All I need to

RE: Is support for Doc/Literal stable in AXIS1.1?

2003-07-22 Thread Agarwal, Naresh
Hi Srinivas, Could you please tell me the difference between WSDL generated in case of "Document" and "Wrapped" style? I was just looking at the fact that what are the changes which "wrapped" style caused in WSDL, due to which it service starts working well. thanks, Naresh Agarwal -Origi

Newbie

2003-07-22 Thread Denero Watz
I am new to WebServices and planning start with Apache. When I go to http://ws.apache.org/ I can see links to two projects: 'Axis' and 'Soap' both seems to be a Soap implementation. Can someone tell me the diff between the two. TIA, dw   Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web sit

Re: Deserializer not found

2003-07-22 Thread Kareem S. Ghazal
The thing is that I don't use a wsdd file to deploy the service because I use the WSDL2WebService tool that comes with IBM's WSDK, however after I create the service on the client I use the getTypeMappingRegistry() method to get hold of the registry and register the serializer and deserializer f

Re: Deserializer not found

2003-07-22 Thread Davanum Srinivas
yes, you need it on both sides. you need to specify it in when deploying the service using beanmapping tags. -- dims --- "Kareem S. Ghazal" <[EMAIL PROTECTED]> wrote: > Hello, > > I'm using IBM's WSDK which uses axis. I figured out how to set the > serializer/deserializer by getting hold of th

Re: WSDD - handler options definition error

2003-07-22 Thread Davanum Srinivas
Can you please open a bug report? (http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjectPages/SubmitPatches) Thanks, dims --- Reinhard Moser <[EMAIL PROTECTED]> wrote: > Hello, > >i found in the Reference Guide on > http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-axis/java/docs/reference

Re: Is support for Doc/Literal stable in AXIS1.1?

2003-07-22 Thread Davanum Srinivas
Naresh, Did you read my last comment in the bug report? WRAPPED is nothing but a special situation of DOCUMENT. From the previous comments in the bug (balaji) you do know that if you specify WRAPPED then everything works fine. IF you find a bug using wrapped (OR) IF you find a bug generating se

Deserializer not found

2003-07-22 Thread Kareem S. Ghazal
Hello, I'm using IBM's WSDK which uses axis. I figured out how to set the serializer/deserializer by getting hold of the TypeMappingRegistry and then register the serializer/deserializer for the class I want to send, but now I'm getting another error SAXException: Deserializing parameter 'arg0':

Re: Multirefs

2003-07-22 Thread Reinhard Moser
Hi Srinath, stopping axis sending multirefs can be specified through a global option in the server-config.wsdd file. The option name is sendMultiRefs. You find the description on http://ws.apache.org/axis -> Reference Guide -> Global Axis Configuration. regards Reinhard Srinath Perera wrote

Axis 1.1 bug ? : client throws Nullpointer Exception

2003-07-22 Thread Haug Thomas
Hi everybody, I have switched from Axis 1.0 to Axis 1.1, but this seems to break my client (which has running sucessfully using Axis 1.0). Everytime I call to SOAP RPC I receive the following exception on the client side. Has anybody experienced a similar problem after using Axis 1.1. Thanks, Tho

WSDD - handler options definition error

2003-07-22 Thread Reinhard Moser
Hello, i found in the Reference Guide on http://cvs.apache.org/viewcvs.cgi/~checkout~/xml-axis/java/docs/reference.html#Deployment that options getting via the getOption( String _s_name ) from the class BasicHandler are defined like this: I tried this and get the option (getOption(name)) nul

MessageContext interface in JAX-RPC

2003-07-22 Thread Jeyakumaran.C
    Hi,   I was going through MessageContext interface provided in JAX-RPC. To be precise it is "javax.xml.rpc.handler.MessageContext". It contains 4 methods as    containsProperty(String name), getProperty(Stirng name), getPropertyNames( ), removeProperty(String

"read time out" problem

2003-07-22 Thread doug
I have a service deployed on AXIS. It's OK to invoke it using simple client as follow: . call.setTargetEndpointAddress( urls ); call.setOperationName( new QName("getList") ); call.addParameter( "metadataStandard", XMLType.XSD_STRING,