Re: deploy of sample using axis2c

2008-10-08 Thread Dimuthu Gamage
Hi, I don't see any problem in the request message. I doubt you give the same wsdl to SOAPUI test and the Axis2/C code. For an example the wsdl this message generated has targetNamespace http://ws.apache.org/axis2/services/Calculator/types;. May be in the wsdl given to SOAPUI the targetNamespace

Re: deploy of sample using axis2c

2008-10-07 Thread Sandro Javiel
Hi Samisa, I have just chaged some lines in the beginning of Calculator.wsdl: wsdl:definitions targetNamespace=http://192.168.0.11/axis2/services/Calculator; xmlns:impl=http://192.168.0.11/axis2/services/Calculator; xmlns:type=http://192.168.0.11/axis2/services/Calculator/types;

Re: deploy of sample using axis2c

2008-10-07 Thread Dimuthu Gamage
Hi Sandro, The namesapce declarations (starting with xmlns: ) and targetNamespaces doesn't related to the service endpoint. They are just namespaces that the xml elements belongs to (in the wsdl and the soap messages). In order to change the service endpoint you have to change the endpoint

Re: deploy of sample using axis2c

2008-10-07 Thread Sandro Javiel
Hi Dimuthu, I changed the wsdl as you have suggested. A test with soapUI returned error: request: soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/; xmlns:typ=http://ws.apache.org/axis2/services/Calculator/types; soapenv:Header/ soapenv:Body typ:add

Re: deploy of sample using axis2c

2008-10-06 Thread Samisa Abeysinghe
Where did you exactly changed localhost to ws.apache.org? Samisa... Sandro Javiel wrote: Somebody has any idea about this issue? Am I doing something wrong? Thank you so much for your help. 2008/10/1 Sandro Javiel [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] Hi Rajika, 2008/10/1

Re: deploy of sample using axis2c

2008-10-06 Thread Sandro Javiel
Hi Samisa, I changed the address ws.apache.org to 192.168.0.11 (which is my dev server) in th wsdl file. Tks Sandro. 2008/10/6 Samisa Abeysinghe [EMAIL PROTECTED] Where did you exactly changed localhost to ws.apache.org? Samisa... Sandro Javiel wrote: Somebody has any idea about this

Re: deploy of sample using axis2c

2008-10-06 Thread Samisa Abeysinghe
Sandro Javiel wrote: Hi Samisa, I changed the address ws.apache.org http://ws.apache.org to 192.168.0.11 http://192.168.0.11 (which is my dev server) in th wsdl file. All places, or only the service element? Samisa... Tks Sandro. 2008/10/6 Samisa Abeysinghe [EMAIL PROTECTED]