[jboss-user] [JBossWS] - Re: soap:address location using HOSTNAME rather than IP addr

2007-06-12 Thread shaiknoor_basha
hi dont worry, i have a solution for your problem there are two ways to solve this problem i). u need to start your jboss server with this command on command prompt %JBoss_home%\bin>run.bat -b Ex: run.bat -b 192.234.145.232 ii).the second way is find jboss-server.xml in jboss installer foler(Jb

[jboss-user] [JBossWS] - Re: soap:address location using HOSTNAME rather than IP addr

2007-06-12 Thread shaiknoor_basha
hi dont worry, i have a solution for your problem there are two ways to solve this problem i). u need to start your jboss server with this command on command prompt %JBoss_home%\bin>run.bat -b ii).the second way is find jboss-server.xml in jboss installer foler(Jboss_Home) then in that file(s)

[jboss-user] [JBossWS] - can any one know how to return a collection object in a @web

2007-05-05 Thread shaiknoor_basha
please help View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043448#4043448 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043448 ___ jboss-user mailing list jboss-user@lists.jb

[jboss-user] [JBossWS] - my web service @WebMethod is not able to return Hashtable

2007-04-26 Thread shaiknoor_basha
hi to all, please help me friends i have one annotated web service which will returns Hashtable but it couldn't, i am able to deploy the jar file, in wsdl file the complex type of a message is showing like this, he the complex is not refering to java.util.hashtable, it is assuming the type has

[jboss-user] [JBossWS] - if u have any example of @webMethod returns java.util.Collec

2007-04-24 Thread shaiknoor_basha
hi friends, if anu bady having example on @webMethod returns java.util.Collection object, plese farword it to me, i am not able to get the return type in my wsdl id is showing like this - http://bean.webservice.SampleWS.jboss.org/"; xmlns="http://schemas.xmlsoap.org/wsdl/"; xmlns:soap="http:

[jboss-user] [JBossWS] - does @web method returns objects of java.util.Collection

2007-04-24 Thread shaiknoor_basha
hi to all, please help me , in my annotated web service my @webMethod returns an java.util.ArrayList, but i am not able to find this types in my generated WSDl file, so my client is not able to read the returned object, because it is not getting the java.util.ArrayList object, it is receiving s

[jboss-user] [JBossWS] - plase help me out from Jboss Web Services complex Type value

2007-04-24 Thread shaiknoor_basha
hi friends, this is noor, i am using jboss 4.0.5 GA, jbossws 1.2.0 SP1, i have developed a annotated web service, my @web Methiod is having java.util.ArrayList as a return type to [EMAIL PROTECTED] method, i have succesfully build this services, and i deployed also,but when i had a look in to