Re: FW: Problem with Service deployed

2008-03-18 Thread Samisa Abeysinghe
Rahil Ali wrote: Hello All, Thanks a lot for your help Senaka, Saimsa, Senaka One more thing: can I configure an IP at axis/apache, like only listed ip can access my webservice. You can do that with httpd configuration. This has nothing to do with the Axis2/C httpd module. In other words

RE: FW: Problem with Service deployed

2008-03-18 Thread Senaka Fernando
like only listed ip > can access my webservice. > > Warm Regards, > Rahil Ali > > > -Original Message- > From: Dimuthu Gamage [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 18, 2008 4:54 PM > To: Apache AXIS C User List > Subject: Re: FW: Problem with Servic

RE: FW: Problem with Service deployed

2008-03-18 Thread Rahil Ali
:54 PM To: Apache AXIS C User List Subject: Re: FW: Problem with Service deployed Hi rahil, The problem in your wsdl is missing namespace declaration, may be it happened when you are copying the wsdl from a browser (normally firefox hides the namespace declrations) Try replacing http://tempuri.org

Re: FW: Problem with Service deployed

2008-03-18 Thread Dimuthu Gamage
at com.ibm.wsdl.xml.WSDLReaderImpl.readWSDL(Unknown Source) > > at > org.apache.axis2.wsdl.codegen.CodeGenerationEngine.readInTheWSDLFile(CodeGenerationEngine.java:295) > > at > org.apache.axis2.wsdl.codegen.CodeGenerationEngine.(CodeGenerationEngine.java:11

Re: FW: Problem with Service deployed

2008-03-18 Thread Dimuthu Gamage
; > From: Dimuthu Gamage [mailto:[EMAIL PROTECTED] > > > Sent: Saturday, March 15, 2008 11:33 AM > To: Apache AXIS C User List; [EMAIL PROTECTED] > Subject: Re: FW: Problem with Service deployed > > Infact there is a sample for the Calculator with codegen support > insi

RE: FW: Problem with Service deployed

2008-03-18 Thread Rahil Ali
hil Ali [mailto:[EMAIL PROTECTED] > > Sent: Thursday, March 13, 2008 4:19 PM > > To: 'Apache AXIS C User List'; '[EMAIL PROTECTED]' > > Subject: RE: FW: Problem with Service deployed > > > > Hello Senaka, > > > > Thanks very much

Re: FW: Problem with Service deployed

2008-03-14 Thread Dimuthu Gamage
e so that I can get an idea like what are the uses of " const > > axutil_env_t *env" or how to use parameteres/returning values " adb_add_t* > > add" , " adb_addResponse_t*" > > > > Thanks & regards, > > Rahil Ali > > > >

RE: FW: Problem with Service deployed

2008-03-14 Thread Senaka Fernando
rning values " adb_add_t* > add" , " adb_addResponse_t*" > > Thanks & regards, > Rahil Ali > > -----Original Message----- > From: Senaka Fernando [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 12, 2008 9:50 PM > To: Apache AXIS C User List > Subjec

RE: FW: Problem with Service deployed

2008-03-14 Thread Rahil Ali
Hi Senaka, Please provide me some sample web services.. Thanks, -Original Message- From: Rahil Ali [mailto:[EMAIL PROTECTED] Sent: Thursday, March 13, 2008 4:19 PM To: 'Apache AXIS C User List'; '[EMAIL PROTECTED]' Subject: RE: FW: Problem with Service deployed H

RE: FW: Problem with Service deployed

2008-03-13 Thread Rahil Ali
From: Senaka Fernando [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2008 9:50 PM To: Apache AXIS C User List Subject: RE: FW: Problem with Service deployed Hi Rahil, This works fine for me. The WSDL discovery will work only if you use the Axis2/C source found in the svn head. I was under th

RE: FW: Problem with Service deployed

2008-03-12 Thread Senaka Fernando
always use lib.so file? > > Thanks, > Rahil > > > -Original Message- > From: Senaka Fernando [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 12, 2008 6:50 PM > To: axis-c-user@ws.apache.org > Subject: RE: FW: Problem with Service deployed > > Hi Rahil, > > Well th

RE: FW: Problem with Service deployed

2008-03-12 Thread Rahil Ali
sk: how is libCalculator comes in action, does AXIS2C always use lib.so file? Thanks, Rahil -Original Message- From: Senaka Fernando [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2008 6:50 PM To: axis-c-user@ws.apache.org Subject: RE: FW: Problem with Service deployed Hi Rahil,

RE: FW: Problem with Service deployed

2008-03-12 Thread Senaka Fernando
r.wsdl > Thanks & regards, > Rahil > > > -----Original Message- > From: Senaka Fernando [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 12, 2008 5:06 PM > To: axis-c-user@ws.apache.org > Subject: RE: FW: Problem with Service deployed > > Hi Rahil, &g

RE: FW: Problem with Service deployed

2008-03-12 Thread Rahil Ali
rch 12, 2008 5:06 PM To: axis-c-user@ws.apache.org Subject: RE: FW: Problem with Service deployed Hi Rahil, This portion is not automated. To get the WSDL u will have to copy it manually to the folder in which u find the .so. The name should be the same as the Service. In Axis2/C we do support sta

RE: FW: Problem with Service deployed

2008-03-12 Thread Senaka Fernando
ilable Operations > div > add > sub > mul > > Pls advice, > Thanks, > Rahil > > -Original Message- > From: Senaka Fernando [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 12, 2008 3:05 PM > To: Apache AXIS C User List > Subject: RE: FW: Problem with Service

RE: FW: Problem with Service deployed

2008-03-12 Thread Rahil Ali
Fernando [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2008 3:05 PM To: Apache AXIS C User List Subject: RE: FW: Problem with Service deployed Hi Rahil, Seems to be a Java issue rather. That should be the most likely scenario. You can AFAIK have concurrent JDK installations. I tried on

RE: FW: Problem with Service deployed

2008-03-12 Thread Rahil Ali
l Message- From: Senaka Fernando [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 12, 2008 2:43 PM To: axis-c-user@ws.apache.org Subject: RE: FW: Problem with Service deployed Hi Rahil, Did you try "WSDL2C.sh -uri ../services/Calculator/Calculator.wsdl -ss -sd -d adb -u" Also?

RE: FW: Problem with Service deployed

2008-03-12 Thread Senaka Fernando
/libgcj.so.5.0.0) >>at >> > org.apache.axis2.wsdl.codegen.CodeGenerationEngine.getBaseURI(java.lang.Stri >> ng) (Unknown Source) >>at >> > org.apache.axis2.wsdl.codegen.CodeGenerationEngine.CodeGenerationEngine(org. >> apache.axis2.util.CommandLineOptionPar

RE: FW: Problem with Service deployed

2008-03-12 Thread Rahil Ali
2.util.CommandLineOptionParser) (Unknown Source) >at org.apache.axis2.wsdl.WSDL2Code.main(java.lang.String[]) (Unknown > Source) > > > Pls advice.. > > Thanks & Regards, > Rahil Ali > > -----Original Message----- > From: Senaka Fernando [mailto:[EMAIL PROT

RE: FW: Problem with Service deployed

2008-03-12 Thread Senaka Fernando
g.apache.axis2.wsdl.WSDL2Code.main(java.lang.String[]) (Unknown > Source) > > > Pls advice.. > > Thanks & Regards, > Rahil Ali > > -Original Message- > From: Senaka Fernando [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 12, 2008 1:28 PM > To: Apache AX

RE: FW: Problem with Service deployed

2008-03-12 Thread Rahil Ali
2-SNAPSHOT > > What could be the problem... Is this because of some jar file missing or > is > it because of my JAVA version.. > > Thanks & Regards, > Rahil > > > -Original Message- > From: Senaka Fernando [mailto:[EMAIL PROTECTED] > Sent: Wednesday, Ma

RE: FW: Problem with Service deployed

2008-03-12 Thread Senaka Fernando
because of some jar file missing or > is > it because of my JAVA version.. > > Thanks & Regards, > Rahil > > > -Original Message- > From: Senaka Fernando [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 12, 2008 1:13 PM > To: axis-c-user@ws.apache.org > Su

RE: FW: Problem with Service deployed

2008-03-12 Thread Rahil Ali
SDL generated by .Net with only one function > implemented > it gave the same error. Pls help me out.. > > Thanks & Regards, > Rahil > > > > -Original Message----- > From: Senaka Fernando [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 12, 2008 12:32 AM &g

RE: FW: Problem with Service deployed

2008-03-12 Thread Senaka Fernando
ith only one function > implemented > it gave the same error. Pls help me out.. > > Thanks & Regards, > Rahil > > > > -Original Message----- > From: Senaka Fernando [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 12, 2008 12:32 AM > To: Apache AXIS

RE: FW: Problem with Service deployed

2008-03-11 Thread Rahil Ali
ache AXIS C User List Subject: Re: FW: Problem with Service deployed Hi Rahil, BTW, U find documentation on how to use the WSDL2C tool on the Axis2/C Manual. [URL http://ws.apache.org/axis2/c/docs/axis2c_manual.html#wsdl2c] I think the issue is that you may not be providing the options properly.

Re: FW: Problem with Service deployed

2008-03-11 Thread Senaka Fernando
Hi Rahil, BTW, U find documentation on how to use the WSDL2C tool on the Axis2/C Manual. [URL http://ws.apache.org/axis2/c/docs/axis2c_manual.html#wsdl2c] I think the issue is that you may not be providing the options properly. Let me guide you through the process. 1. I hope you already have the

Re: FW: Problem with Service deployed

2008-03-11 Thread Dimuthu Gamage
Hi, it seems that your wsdl cannot be read. can you recheck the option you give to the tool, Was it like, WSDL2C.sh -uri yourwsdl.wsdl -u If not it is better try to generate java code for the wsdl (there is a wsdl2java.sh/.bat script packed with the java snapshot bin directory), Please let us kn