Re: Axis2/c help

2009-02-25 Thread sasanka pusapati
Is it possible to invoke the sample web service using the following url
http://localhost:9090/axis2/services/Caluclator ... ?




On Wed, Feb 25, 2009 at 1:31 PM, Rajika Kumarasiri wrote:

> Look at the log files inside the log directory.
>
> -Rajika
>
>
> On Wed, Feb 25, 2009 at 1:22 PM, sasanka pusapati 
> wrote:
>
>> I tried running math.exe under bin/samples in command prompt, but it
>> throws an error saying "math stub invoke failed", what could be the reason
>> ..?
>>
>>
>> On Wed, Feb 25, 2009 at 12:59 PM, Supun Kamburugamuva 
>> wrote:
>>
>>> You can invoke the sample clients in the bin/samples directory.
>>>
>>> Supun
>>>
>>>
>>> On Wed, Feb 25, 2009 at 12:24 PM, sasanka pusapati <
>>> spusapati...@gmail.com> wrote:
>>>
 Hi All,
Can anyone please help me in running the sample service
 that comes with axis2/c. I deployed axis2/c in apache and was able to get
 the axis2/c home page. I wanted to know how to invoke samples under 
 services
 directory.



 Thanks
 Sas.

>>>
>>>
>>>
>>> --
>>> Software Engineer, WSO2 Inc
>>> http://wso2.org
>>> supunk.blogspot.com
>>>
>>>
>>>
>>
>>
>> --
>> sasanka Pusapati
>>
>
>
>
> --
> http://wso2.org/
> http://llvm.org/
> http://www.osdev.org/
>



-- 
sasanka Pusapati


Re: Axis2/c help

2009-02-25 Thread Rajika Kumarasiri
Look at the log files inside the log directory.

-Rajika

On Wed, Feb 25, 2009 at 1:22 PM, sasanka pusapati wrote:

> I tried running math.exe under bin/samples in command prompt, but it throws
> an error saying "math stub invoke failed", what could be the reason ..?
>
>
> On Wed, Feb 25, 2009 at 12:59 PM, Supun Kamburugamuva 
> wrote:
>
>> You can invoke the sample clients in the bin/samples directory.
>>
>> Supun
>>
>>
>> On Wed, Feb 25, 2009 at 12:24 PM, sasanka pusapati <
>> spusapati...@gmail.com> wrote:
>>
>>> Hi All,
>>>Can anyone please help me in running the sample service
>>> that comes with axis2/c. I deployed axis2/c in apache and was able to get
>>> the axis2/c home page. I wanted to know how to invoke samples under services
>>> directory.
>>>
>>>
>>>
>>> Thanks
>>> Sas.
>>>
>>
>>
>>
>> --
>> Software Engineer, WSO2 Inc
>> http://wso2.org
>> supunk.blogspot.com
>>
>>
>>
>
>
> --
> sasanka Pusapati
>



-- 
http://wso2.org/
http://llvm.org/
http://www.osdev.org/


Re: Axis2/c help

2009-02-24 Thread sasanka pusapati
I tried running math.exe under bin/samples in command prompt, but it throws
an error saying "math stub invoke failed", what could be the reason ..?

On Wed, Feb 25, 2009 at 12:59 PM, Supun Kamburugamuva wrote:

> You can invoke the sample clients in the bin/samples directory.
>
> Supun
>
>
> On Wed, Feb 25, 2009 at 12:24 PM, sasanka pusapati  > wrote:
>
>> Hi All,
>>Can anyone please help me in running the sample service
>> that comes with axis2/c. I deployed axis2/c in apache and was able to get
>> the axis2/c home page. I wanted to know how to invoke samples under services
>> directory.
>>
>>
>>
>> Thanks
>> Sas.
>>
>
>
>
> --
> Software Engineer, WSO2 Inc
> http://wso2.org
> supunk.blogspot.com
>
>
>


-- 
sasanka Pusapati


Re: Axis2/c help

2009-02-24 Thread Supun Kamburugamuva
You can invoke the sample clients in the bin/samples directory.

Supun

On Wed, Feb 25, 2009 at 12:24 PM, sasanka pusapati
wrote:

> Hi All,
>Can anyone please help me in running the sample service that
> comes with axis2/c. I deployed axis2/c in apache and was able to get the
> axis2/c home page. I wanted to know how to invoke samples under services
> directory.
>
>
>
> Thanks
> Sas.
>



-- 
Software Engineer, WSO2 Inc
http://wso2.org
supunk.blogspot.com


Axis2/c help

2009-02-24 Thread sasanka pusapati
Hi All,
   Can anyone please help me in running the sample service that
comes with axis2/c. I deployed axis2/c in apache and was able to get the
axis2/c home page. I wanted to know how to invoke samples under services
directory.



Thanks
Sas.


Re: [Axis2/c] Help required to setup webservice with Java Client and C Server

2007-09-13 Thread uday adusumilli
Hi Samisa,

I have created a Jira issue[1] regarding my problem and attached the
files as well. Please do ask me if you need anything else. Thanks in
advance for looking into the problem.

[1] https://issues.apache.org/jira/browse/AXIS2C-692

Thanks and regards
Uday

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [Axis2/c] Help required to setup webservice with Java Client and C Server

2007-08-28 Thread Samisa Abeysinghe



So my questions are:

1) Does Axis2 MTOM work with Java Client and C Server?
  
Yes, I have tested and it works fine both ways. However, I have not 
tested with generated code.

2) If yes, are there any simple modifications that I need to do either
on the client or server side generated code?
  
Not to my knowledge.  I think we should have a look into the exception 
code to figure out the exact problem.

P.S. If anyone wants the code I would be glad to send the VC++ and
Eclipse projects for the client and servers.
  
Please create a Jira [1] issue, and attach your projects source codes so 
that we can have a look.


[1] http://issues.apache.org/jira/browse/AXIS2C

Thanks,
Samisa...

--
Samisa Abeysinghe : WSO2 WSF/C
"http://wso2.org/projects/wsf/c?WSO2 Web Services Framework/C - Open source C library for providing and consuming Web services";


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[Axis2/c] Help required to setup webservice with Java Client and C Server

2007-08-28 Thread uday adusumilli
Hi,

I am trying to setup a working prototype of a webservice with Java on
the client and C/C++ on the server, both using Axis2. I am using the
MTOMSample service provided in the samples of Axis2/java 1.3
distribution. Following are the steps I have done so far:

- used WSDL2Java script provided to generate the java code required for client
- used WSDL2C functionality provided to generate the C code required for server
- necessary business logic was coded and the service DLL was generated
successfully
- started up the simple axis2 http server and saw that the service was
loaded successfully

so far so god, but when I try to invoke the service using the Java
Client, the server program crashes and exits displaying a memory
exception!!!

Upon looking for the source of the exception, I found out that it was
while parsing the request SOAP message!!!

So my questions are:

1) Does Axis2 MTOM work with Java Client and C Server?
2) If yes, are there any simple modifications that I need to do either
on the client or server side generated code?

Please help me..

Regards
uday

P.S. If anyone wants the code I would be glad to send the VC++ and
Eclipse projects for the client and servers.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: axis2 c help : problem

2007-07-02 Thread samitha kumara

thanks.


On 7/3/07, Dumindu Pallewela <[EMAIL PROTECTED]> wrote:


Hi Samitha,

Find my comments inline.

-Dumindu.

samitha kumara wrote:
> axis2c installation guide states that it needs to download the Microsoft
>
> VSExpress2005 edition and Platform SDK. There the VSExpress2005 edition
is
>
> a pack of : visual c#, visual web developer,visual c++. it makes the
> downloading   quite confusing. any suggestions for this.

If you have Visual Studio 2005 (not the express edition) you don't need
to download the platform sdk.

> because axis2c requires only single bat file
>
> (vsvars32.bat) as it states.

It is not the case, vsvars32.bat only sets the environment needed in
order nmake to work properly.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: axis2 c help : problem

2007-07-02 Thread Dumindu Pallewela

Hi Samitha,

Find my comments inline.

-Dumindu.

samitha kumara wrote:

axis2c installation guide states that it needs to download the Microsoft

VSExpress2005 edition and Platform SDK. There the VSExpress2005 edition is

a pack of : visual c#, visual web developer,visual c++. it makes the
downloading   quite confusing. any suggestions for this.


If you have Visual Studio 2005 (not the express edition) you don't need 
to download the platform sdk.



because axis2c requires only single bat file

(vsvars32.bat) as it states.


It is not the case, vsvars32.bat only sets the environment needed in 
order nmake to work properly.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



axis2 c help : problem

2007-07-02 Thread samitha kumara

axis2c installation guide states that it needs to download the Microsoft

VSExpress2005 edition and Platform SDK. There the VSExpress2005 edition is
a pack of : visual c#, visual web developer,visual c++. it makes the
downloading   quite confusing. any suggestions for this. because
axis2c requires only single bat file

(vsvars32.bat) as it states.

samitha