Re: proxy server information

2005-11-02 Thread Somendra Paul
It should ge set per jvm.But if you want to use different proxy servers for different calls,then it should be set per webservice. Regards, Somendra --- Ravi Krishnamurthy <[EMAIL PROTECTED]> wrote: > Hello: > Can the proxy server settings like http.proxyHost be > set per webservice > call or i

Issue with Custom Serializer/Deserializer Factory

2005-10-27 Thread Somendra Paul
Is any issue when we define Custom Serializers/Deserializers and custom serializer factory and custom deserializer factory,because when i use the custom serializer factories and custom deserializers in typemappings definition in client-config.wsdd,it giving null serializer factory. If any one have

Re: Any Idea about why is this error coming ???

2005-10-26 Thread Somendra Paul
ra --- Vishist Mandapaka <[EMAIL PROTECTED]> wrote: > Hi Paul, > Seems like you are using custom > serializers/deserializers. Is it available > in the server classpath when you deploy it and also > in your own console > classpath?. > vishist. > > On 10/25/05, So

Any Idea about why is this error coming ???

2005-10-24 Thread Somendra Paul
org.apache.axis.deployment.wsdd.WSDDException: javax.xml.rpc.JAXRPCException: Null serializer factory specified. javax.xml.rpc.JAXRPCException: Null serializer factory specified. at org.apache.axis.encoding.TypeMappingImpl.register(TypeMappingImpl.java:217) at org.apache.axis.encod

Re: Upgrade to Axis1.2 from Axis1.1RC1

2005-10-20 Thread Somendra Paul
Please help me out...if you guys have done this previously Any help would be greatly appreciated. Regards, Somendra --- Somendra Paul <[EMAIL PROTECTED]> wrote: > hi All, > I am new to WebService and hence will > put > up some stupid questions.We are

Upgrade to Axis1.2 from Axis1.1RC1

2005-10-19 Thread Somendra Paul
hi All, I am new to WebService and hence will put up some stupid questions.We are actually trying to upgrade our application that is running on Axis1.1 to Axis1.2. Currently we are doing it as follows in Axis1.1 We are generating the WSDL files using Glue and then changing it accordin