unsubscribe

2010-02-02 Thread kumaresan.balasundaram


Please do not print this email unless it is absolutely necessary. 

The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should 
check this email and any attachments for the presence of viruses. The company 
accepts no liability for any damage caused by any virus transmitted by this 
email. 

www.wipro.com


JAVA2WSDL -l option (HTTPS)

2009-04-01 Thread kumaresan.balasundaram

Hi,

We are using  apache axis 1.2 java2wsdl to generate the WSDL, when we specify

java2wsdl  -l http:\\url..  -  WSDL is getting genrated with the specified 
port address
- https://10.116.194.30:9101/servlet_jsp/axis2/services/XCDAuth?wsdl#  
wsdl:service name=xxx
- https://10.116.194.30:9101/servlet_jsp/axis2/services/XCDAuth?wsdl#  
wsdl:port name=xxx binding=xxx
  soap12:address location=http://url http://url/  /
  /wsdl:port
- https://10.116.194.30:9101/servlet_jsp/axis2/services/XCDAuth?wsdl#  
wsdl:port name=xxx binding=xxx
  http:address location=http://url/ /
  /wsdl:port
- https://10.116.194.30:9101/servlet_jsp/axis2/services/XCDAuth?wsdl#  
wsdl:port name=xxx binding=xxx
  soap:address location=http://url/ /
  /wsdl:port
  /wsdl:service

but when we give

java2wsdl -l https:\\url - WSDL is getting generated but it doesnt have the 
port address and location info.
hence we run the WSDL2JAVA - we are getting an error  ERROR parsing WSDL.


Any help on this would be appreciable.

Thanks,
Kumar.

Please do not print this email unless it is absolutely necessary.

The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments.

WARNING: Computer viruses can be transmitted via email. The recipient should 
check this email and any attachments for the presence of viruses. The company 
accepts no liability for any damage caused by any virus transmitted by this 
email.

www.wipro.com


JAVA2WSDL -l option (HTTPS)

2009-03-31 Thread kumaresan.balasundaram
Hi,

We are using  apache axis 1.2 java2wsdl to generate the WSDL, when we specify

java2wsdl  -l http:\\url..  -  WSDL is getting genrated with the specified 
port address
- https://10.116.194.30:9101/servlet_jsp/axis2/services/XCDAuth?wsdl#  
wsdl:service name=xxx
- https://10.116.194.30:9101/servlet_jsp/axis2/services/XCDAuth?wsdl#  
wsdl:port name=xxx binding=xxx
  soap12:address location=http://url /
  /wsdl:port
- https://10.116.194.30:9101/servlet_jsp/axis2/services/XCDAuth?wsdl#  
wsdl:port name=xxx binding=xxx
  http:address location=http://url/ /
  /wsdl:port
- https://10.116.194.30:9101/servlet_jsp/axis2/services/XCDAuth?wsdl#  
wsdl:port name=xxx binding=xxx
  soap:address location=http://url/ /
  /wsdl:port
  /wsdl:service

but when we give

java2wsdl -l https:\\url - WSDL is getting generated but it doesnt have the 
port address and location info.
hence we run the WSDL2JAVA - we are getting an error  ERROR parsing WSDL.


Any help on this would be appreciable.

Thanks,
Kumar.

Please do not print this email unless it is absolutely necessary.

The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments.

WARNING: Computer viruses can be transmitted via email. The recipient should 
check this email and any attachments for the presence of viruses. The company 
accepts no liability for any damage caused by any virus transmitted by this 
email.

www.wipro.com


sql.Date gets converted to Util.Calendar in the denerated Stub

2009-03-09 Thread kumaresan.balasundaram
Hi,

we are creating a WebService (Axis2) using Code first approach.
we have created a Request class, response class and a Operation Class with the 
function to be exposed to client.

the Request class has a Date Field...
We try declaring the Date Field as java.sql.Date / java.util.Date , but when we 
generate WSDL and Stubs it getting mapped to java.util.Calendar..

hence We are facing a problem. we generated Client stubs and passed the 
Calendar instance to the Service, but the
Calendar instance is giving the current Date and time and not the passed input 
value.

Any inputs on this would be of great help.

thanks in advance
Kumar

Please do not print this email unless it is absolutely necessary. 

The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should 
check this email and any attachments for the presence of viruses. The company 
accepts no liability for any damage caused by any virus transmitted by this 
email. 

www.wipro.com
winmail.dat

axis2 Service Life cycle

2009-03-03 Thread kumaresan.balasundaram
Hi Everyone,

I have a question regarding the Service Life cycle of Axis.

Say I use axis, and deployed my Webservice. I would like to know the duration 
of Axis service life cycle being  active.
Is it the time taken from a webservice request is requested till its being 
responded ??
or
even after the request is serviced by the webservice, the axis2 will be up and 
waiting for the other requests ?

I feel webservice will be in active state only when its processing a 
webrequest. thats where this question arises.

Please let me know your valuable inputs

thanks
Kumar

Please do not print this email unless it is absolutely necessary. 

The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should 
check this email and any attachments for the presence of viruses. The company 
accepts no liability for any damage caused by any virus transmitted by this 
email. 

www.wipro.com


signed float value in DDL - corrupts the WSDL

2008-10-09 Thread kumaresan.balasundaram
Hi,

we have the following field in DDL, and we use SOAP/Apache Axis2 for our 
project to devleop a web based applciation.

DDL isin COBOL
  Amount  T99V99

its mapped to WSDL

- http://10.116.194.32:9080/screenpoc/pway-wsdl/SoapPW_TC02.wsdl#  
xsd:complexType name=detail_line_s1
- http://10.116.194.32:9080/screenpoc/pway-wsdl/SoapPW_TC02.wsdl#  
xsd:sequence
- http://10.116.194.32:9080/screenpoc/pway-wsdl/SoapPW_TC02.wsdl#  
xsd:element name=amount minOccurs=1 maxOccurs=1
- http://10.116.194.32:9080/screenpoc/pway-wsdl/SoapPW_TC02.wsdl#  
xsd:simpleType
- http://10.116.194.32:9080/screenpoc/pway-wsdl/SoapPW_TC02.wsdl#  
xsd:restriction base=xsd:string
  xsd:maxLength value=10 /
  /xsd:restriction
  /xsd:simpleType
  /xsd:element



when the server sends a negatvie value(3.15) in the amount filed to the client 
html page. i am getting the following error:



An invalid character was found in text content. Error processing resource 
'http://10.116.194.32:9080/screenpoc/TC02.pway'. ...

dtl_ref_amt3.1

Please let me know if any of you have any inputs. Basically It will be of great 
help
if any of you can suggest me, how a signed float should be represented in DDL, 
and in SDL.
Thanks in advance
Kumaresh


Please do not print this email unless it is absolutely necessary. 

The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should 
check this email and any attachments for the presence of viruses. The company 
accepts no liability for any damage caused by any virus transmitted by this 
email. 

www.wipro.com


Apache Axis Support

2008-06-17 Thread kumaresan.balasundaram
Hi,

Good morning.

We are planning to use Apache Axis alogn with SOAP for our Web enabled
Screens development.

Since Apache Axis is a open source product and if we find any
bugs/performance issues, who will be providing the support ?

Any idea on this will be helpful to us.



thanks


Please do not print this email unless it is absolutely necessary. 

The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments. 

WARNING: Computer viruses can be transmitted via email. The recipient should 
check this email and any attachments for the presence of viruses. The company 
accepts no liability for any damage caused by any virus transmitted by this 
email. 

www.wipro.com