RE: SOAP/Tomcat

2003-06-04 Thread Nirmal Mukhi
: was Nirmal Mukhi/Watson/IBM received

SOAP/Tomcat

2003-06-03 Thread Nirmal Mukhi
: was Nirmal Mukhi/Watson/IBM received

RE: SOAP/Tomcat

2003-06-03 Thread Nirmal Mukhi
: was Nirmal Mukhi/Watson/IBM received

RE: SOAP/Tomcat

2003-06-03 Thread Nirmal Mukhi
: was Nirmal Mukhi/Watson/IBM received

Re: Bean-to-XML Serializer

2002-10-07 Thread Nirmal Mukhi
Hi, You could look at JROM (http://www.alphaworks.ibm.com/tech/jrom) too. JROM is a java representation of XML which is more convenient than DOM for many applications, has a SOAP serializer and deserializer and a JROM-2-Bean, Bean-2-JROM convertor. JROM2DOM and DOM2JROM are being developed

RE: BadTargetURI error

2002-01-04 Thread Nirmal Mukhi
Hi, You might try looking at your tomcat.bat file (usually in jakarta-tomcat/bin) where the classpath is set. It appends things to the CLASSPATH env variable, but you could try manually adding the directory containing the samples directory and restarting your server. Also remember that you will

Re: WSDL

2001-10-24 Thread Nirmal Mukhi
Hi, You could try WSDL4J available at http://oss.software.ibm.com/developerworks/projects/wsdl4j Nirmal. Ulf Reiman

Re: dynamic proxy generation

2001-09-17 Thread Nirmal Mukhi
Hi, Yes WSIF (Web Services Invocation Framework) can do this, see http://www.alphaworks.ibm.com/tech/wsif It can use Apache SOAP for invocation and also allows you to plug in your own invokers so you can use the same API for customised bindings as well. Nirmal.

Re: Client passes a Double, server receives a double?

2001-09-10 Thread Nirmal Mukhi
Hi, Doubles are sent on the wire as type xsd:double which is deserialized as the primitive double. See http://marc.theaimsgroup.com/?l=soap-userm=99619205825314w=2 for a similar discussion involving primitive (de)serialization. Nirmal.

Re: SV: WSDL parser?

2001-08-02 Thread Nirmal Mukhi
Hi, You can find it at http://oss.software.ibm.com/developerworks/projects/wsdl4j/ (accessible via developerworks by following the link to Open Source Projects from the main page). Nirmal.

Re: SOAP mapping of a bean with vectors

2001-07-19 Thread Nirmal Mukhi
Hi, You will need to register serializers and deserializers for the Data1and Data2 classes with the SOAP mapping registry; once you do that BeanSerializer should be able to handle the MyBean class (assuming that it has all the properties of a bean, including the required setters and getters...)

Re: SOAP mapping of a bean with vectors

2001-07-19 Thread Nirmal Mukhi
Hi, Are Data1 and Data2 beans as well? If not, you need to use an appropriate serializer (maybe write a custom serializer for them) and register that with the mapping registry. If they are beans what you have should work. If you still have problems, could you post the error along with all the

Re: TcpTunnelGui tool port question

2001-06-19 Thread Nirmal Mukhi
Hello Sachin, You need to modify either the client or the server so that you can put TcpTunnelGui between them. For example, you could leave your client as it is but run weblogic at port 7002. Then run TcpTunnelGui with your tunnelport as 7002 and listenport as 7001. Nirmal.

RE: WSDL

2001-06-05 Thread Nirmal Mukhi
specify arrays, vectors and hashtables in WSDL types? -Original Message- From: Nirmal Mukhi [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 05, 2001 1:09 PM To: [EMAIL PROTECTED] Subject: RE: WSDL Hi, Yes, that is the URI for a SOAP server with a SOAP service that supports the port type