RE: Axis blows up in AbstractXMLEncoder when serializing a complex object array of over 1000 elements.

2004-11-01 Thread gary . si . grewal
How does this class perform in terms of Peak memory Usage when you are trying to send across 10-50 MB of Data using Webservice ? Thanks and Regards, Gary Grewal

Re: SSL with Axis

2004-10-07 Thread gary . si . grewal
On the server you set up the Certificate assuming you want to do 1 way SSL. Thanks and Regards, === Gary Grewal "Hubble,

Re: Logging/debugging axis client traffic going over SSL?

2004-08-17 Thread gary . si . grewal
simply set the ssl debug level to all. that will generate the whole Hex dump and the english characters coming back and forth. Thanks and Regards, Gary Grewal

Illegal XML character: �. DONOT see this character in TCP Mon

2004-07-30 Thread gary . si . grewal
24044 [main] DEBUG org.apache.axis.encoding.DeserializationContextImpl - Pushing element address2 24044 [main] DEBUG org.apache.axis.utils.NSStack - NSPush (32) 24044 [main] DEBUG org.apache.axis.encoding.DeserializationContextImpl - Exit: DeserializationContextImpl::startElement() 24114 [main

Re: Illegal XML character revisit and ways to handle the exception

2004-07-30 Thread gary . si . grewal
some posting I had found said that you do BASE64 encoding and then decoding on the client side. I have not tried that either. I have not found any other solution some where. We are having a similiar problem with 0x0 character. Earlier we had similiar problems but on the BEA web logic we set the

Re: PLEASE HELP me -Unwnated Logging in Consoleappender

2004-07-23 Thread gary . si . grewal
in your log4j file comment out #log4j.rootLogger=DEBUG and you should be ok. This means you will not get any Axis LOGS. Thanks and Regards, === Gary Grewal

Re: trust all certificates?

2004-07-21 Thread gary . si . grewal
How would you do that === Gary Grewal [EMAIL PROTECTED]

RE: Invalid XML Character Unicode

2004-06-15 Thread gary . si . grewal
Hello Sandeep, Yes looks like it. so we changed some parameter on the web logic and it started working well after that. Did you change the encoding in the Axis ? Thanks for your help. Thanks and Regards, === Gary Grewal |-+> | | [EMAIL

Invalid XML Character Unicode

2004-06-14 Thread gary . si . grewal
Hello , First Time I got the following faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException faultSubcode: faultString: org.xml.sax.SAXParseException: An invalid XML character (Unicode: 0x0) was found in the value of attribute "href". faultActor: faultNode: faultDetail

RE: is it possible to use Collections with client proxies?

2004-06-01 Thread gary . si . grewal
For using collections in Axis Client. This is what we did. >From the WSDL created the Java files using the wsdl2Java etc. In the Java generated Beans we changed the method signature to accept a list instead of an array. say we had the Bean Like GENERATED CLASS private NestedBean[] arrayOfNe

Re: Setting the Socket Timeout

2004-05-28 Thread gary . si . grewal
Hello Jonathan, Thanks for the Info. That works like a charm. A big relief here. Thanks for help. Thanks and Regards, === Gary Grewal |-+> | | [EMAIL PROTECTED]| | | chase.com| | |

Setting the Socket Timeout

2004-05-27 Thread gary . si . grewal
Is there any way to set the Socket Timeout or timeout the Client Call using AXIS. I am sure there must be some way but have not been able to locate it so far. What we are trying to do is basically ensure the call can time out after some seconds to the web server using the generated Java files us

RE: is it possible to use Collections with client proxies?

2004-05-25 Thread gary . si . grewal
For using collections in Axis Client. This is what we did. >From the WSDL created the Java files using the wsdl2Java etc. In the Java generated Beans we changed the method signature to accept a list instead of an array. say we had the Bean Like GENERATED CLASS private NestedBean[] arrayOfNe

Interesting way of Using Collections in Axis Client

2004-05-25 Thread gary . si . grewal
For using collections in Axis Client. This is what we did. >From the WSDL created the Java files using the wsdl2Java etc. In the Java generated Beans we changed the method signature to accept a list instead of an array. say we had the Bean Like GENERATED CLASS private NestedBean[] arrayOfNe

Re: is it possible to use Collections with client proxies?

2004-05-21 Thread gary . si . grewal
we were having the same problems. we actually went in and modified the generated files and that took care of it. So just change the method signature for the getters and the setters and change the equals and hashmap and it nicely converst the Arrays to the say ArrayList etc and returns it. Thank

Bean having an Arry of Beans in it

2004-05-04 Thread gary . si . grewal
Hello, i am trying to build axis client using WSDL2Java etc and in 1 call I am returning a Bean1 which has an Array of Beans2 in it. This throws an exception. Do I need to build using -W option etc . the stack trace is - Exception: org.xml.sax.SAXException: Invalid element in to.testaxisws.rx.