You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "uday kumar adusumilli (JIRA)" <ji...@apache.org> on 2007/09/13 12:44:32 UTC

[jira] Created: (AXIS2C-692) Problem making the generated code operational with Java Client and C Server

Problem making the generated code operational with Java Client and C Server
---------------------------------------------------------------------------

                 Key: AXIS2C-692
                 URL: https://issues.apache.org/jira/browse/AXIS2C-692
             Project: Axis2-C
          Issue Type: Wish
          Components: code generation
    Affects Versions: 1.0.0
         Environment: Windows Server 2003
            Reporter: uday kumar adusumilli
            Priority: Minor


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!!!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Updated: (AXIS2C-692) Problem making the generated code operational with Java Client and C Server

Posted by "uday kumar adusumilli (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

uday kumar adusumilli updated AXIS2C-692:
-----------------------------------------

    Attachment: MTOMJCClient.rar

> Problem making the generated code operational with Java Client and C Server
> ---------------------------------------------------------------------------
>
>                 Key: AXIS2C-692
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-692
>             Project: Axis2-C
>          Issue Type: Wish
>          Components: code generation
>    Affects Versions: 1.0.0
>         Environment: Windows Server 2003
>            Reporter: uday kumar adusumilli
>            Priority: Minor
>         Attachments: MTOMCPPServer.rar, MTOMJCClient.rar
>
>
> 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!!!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Updated: (AXIS2C-692) Problem making the generated code operational with Java Client and C Server

Posted by "Dimuthu Gamage (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dimuthu Gamage updated AXIS2C-692:
----------------------------------

    Attachment: service.tar.gz

Hi uday kumar,
This is fixed for some time now. See the attached generated code (service.tar.gz) for your wsdl for java/c stubs and c skel. The same issue was in AXIS2C-696

> Problem making the generated code operational with Java Client and C Server
> ---------------------------------------------------------------------------
>
>                 Key: AXIS2C-692
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-692
>             Project: Axis2-C
>          Issue Type: Wish
>          Components: code generation
>    Affects Versions: 1.0.0
>         Environment: Windows Server 2003
>            Reporter: uday kumar adusumilli
>            Assignee: Dimuthu Gamage
>            Priority: Minor
>         Attachments: MTOMCPPServer.rar, MTOMJCClient.rar, MTOMSample.wsdl, service.tar.gz, xmime.xsd
>
>
> 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!!!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Resolved: (AXIS2C-692) Problem making the generated code operational with Java Client and C Server

Posted by "Dimuthu Gamage (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dimuthu Gamage resolved AXIS2C-692.
-----------------------------------

    Resolution: Fixed

Already Fixed

> Problem making the generated code operational with Java Client and C Server
> ---------------------------------------------------------------------------
>
>                 Key: AXIS2C-692
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-692
>             Project: Axis2-C
>          Issue Type: Wish
>          Components: code generation
>    Affects Versions: 1.0.0
>         Environment: Windows Server 2003
>            Reporter: uday kumar adusumilli
>            Assignee: Dimuthu Gamage
>            Priority: Minor
>         Attachments: MTOMCPPServer.rar, MTOMJCClient.rar, MTOMSample.wsdl, service.tar.gz, xmime.xsd
>
>
> 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!!!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Updated: (AXIS2C-692) Problem making the generated code operational with Java Client and C Server

Posted by "uday kumar adusumilli (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

uday kumar adusumilli updated AXIS2C-692:
-----------------------------------------

    Attachment: xmime.xsd
                MTOMSample.wsdl

WSDL used to generate the Client and Server codes

> Problem making the generated code operational with Java Client and C Server
> ---------------------------------------------------------------------------
>
>                 Key: AXIS2C-692
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-692
>             Project: Axis2-C
>          Issue Type: Wish
>          Components: code generation
>    Affects Versions: 1.0.0
>         Environment: Windows Server 2003
>            Reporter: uday kumar adusumilli
>            Priority: Minor
>         Attachments: MTOMCPPServer.rar, MTOMJCClient.rar, MTOMSample.wsdl, xmime.xsd
>
>
> 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!!!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Assigned: (AXIS2C-692) Problem making the generated code operational with Java Client and C Server

Posted by "Dimuthu Gamage (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dimuthu Gamage reassigned AXIS2C-692:
-------------------------------------

    Assignee: Dimuthu Gamage

> Problem making the generated code operational with Java Client and C Server
> ---------------------------------------------------------------------------
>
>                 Key: AXIS2C-692
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-692
>             Project: Axis2-C
>          Issue Type: Wish
>          Components: code generation
>    Affects Versions: 1.0.0
>         Environment: Windows Server 2003
>            Reporter: uday kumar adusumilli
>            Assignee: Dimuthu Gamage
>            Priority: Minor
>         Attachments: MTOMCPPServer.rar, MTOMJCClient.rar, MTOMSample.wsdl, xmime.xsd
>
>
> 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!!!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org


[jira] Updated: (AXIS2C-692) Problem making the generated code operational with Java Client and C Server

Posted by "uday kumar adusumilli (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2C-692?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

uday kumar adusumilli updated AXIS2C-692:
-----------------------------------------

    Attachment: MTOMCPPServer.rar

Server side generated C Code

> Problem making the generated code operational with Java Client and C Server
> ---------------------------------------------------------------------------
>
>                 Key: AXIS2C-692
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-692
>             Project: Axis2-C
>          Issue Type: Wish
>          Components: code generation
>    Affects Versions: 1.0.0
>         Environment: Windows Server 2003
>            Reporter: uday kumar adusumilli
>            Priority: Minor
>         Attachments: MTOMCPPServer.rar
>
>
> 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!!!

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-dev-help@ws.apache.org