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 "naveen bhat (JIRA)" <ji...@apache.org> on 2008/05/30 15:38:45 UTC

[jira] Reopened: (AXIS2C-1168) WSDL2C.sh is not generating soap 1.2 compliant client stubs for wsdl with soap 1.2 bindings

     [ https://issues.apache.org/jira/browse/AXIS2C-1168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

naveen bhat reopened AXIS2C-1168:
---------------------------------



The problem that i have described is other way i.e I am unable to generate 
soap 1.2 compliant client code for soap 1.2 bindings in the wsdl. I tried the 
option suggested by you with -pn (port name of soap 1.2 bindings) . Even 
though the wsdl has soap 1.2 bindings it is generating soap 1.1 compliant 
stub code.

To be more specific the generated stub code for the client has the following 
piece of statement
  axis2_options_set_soap_version(options, env, AXIOM_SOAP11 ), which means 
soap message sent by client will be soap 1.1 compliant.

So the question is 
How to generate soap 1.2 compliant stubs for axis2c client???

>   WSDL2C.sh is not generating soap 1.2 compliant client stubs for wsdl with soap 1.2 bindings
> ---------------------------------------------------------------------------------------------
>
>                 Key: AXIS2C-1168
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1168
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: code generation
>         Environment: CentOS4.4 on VMWare (windows xp host).
> On axis2/java (1.2/1.3/1.4).
> axis2c 1.4.
>            Reporter: naveen bhat
>            Assignee: Dimuthu Gamage
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> I am using a wsdl with soap 1.2 bindings.I generated
> client stub using three version of axis2/java (1.2/1.3/1.4). In all
> three I found that in the client stub the  call for the operation,let
> say add(for eg) always sets the soap version to AXIS2_SOAP11,but
> actually it should be AXIS2_SOAP12 for a wsdl with soap 1.2 bindings.
> I am not finding any options in WSDL2C tool to generate client code
> for soap 1.2 . I also tried to set the soap version to 1.2 (in main
> function of client) before calling the operation defined in stub ,but
> this did not work as the soap version was reset back to soap 1.1 in
> the stub(let say axis2_stub_op_add() for eg).
> So my question is how do  i use code generator to generate stub which
> can send soap 1.2 compliant message at the client side.
> PS: Following command was used to generate stub
>     WSDL2C.sh -uri <wsdlpath> -d adb -u

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