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 "Dayakar Reddy (JIRA)" <ji...@apache.org> on 2008/11/26 14:18:44 UTC

[jira] Created: (AXIS2C-1297) Is there any way to determine the binding style of webservice

Is there any way to determine the binding style of webservice
-------------------------------------------------------------

                 Key: AXIS2C-1297
                 URL: https://issues.apache.org/jira/browse/AXIS2C-1297
             Project: Axis2-C
          Issue Type: Bug
          Components: core/clientapi
    Affects Versions: 1.2.0
         Environment: Axis2c 1.2.0
OS: Windows
            Reporter: Dayakar Reddy


Hi,

   Is there any way to determine the binding style of webservice?

   I don't want to make use of wsdl file to get the information about the binding style of the deployed webservice, instead is
   there any method to obatin the same?
        
   Please let me know is there any method to get the information of binding style(RPC or Document).
 

Regards,
Dayakar
                

-- 
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-1297) Is there any way to determine the binding style of webservice

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

Manjula Peiris resolved AXIS2C-1297.
------------------------------------

    Resolution: Invalid
      Assignee: Manjula Peiris

As Dimuthu mentioned this should be asked in the mailing list.

> Is there any way to determine the binding style of webservice
> -------------------------------------------------------------
>
>                 Key: AXIS2C-1297
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1297
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: core/clientapi
>    Affects Versions: 1.2.0
>         Environment: Axis2c 1.2.0
> OS: Windows
>            Reporter: Dayakar Reddy
>            Assignee: Manjula Peiris
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Hi,
>    Is there any way to determine the binding style of webservice?
>    I don't want to make use of wsdl file to get the information about the binding style of the deployed webservice, instead is
>    there any method to obatin the same?
>         
>    Please let me know is there any method to get the information of binding style(RPC or Document).
>  
> Regards,
> Dayakar
>                 

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


[jira] Commented: (AXIS2C-1297) Is there any way to determine the binding style of webservice

Posted by "Dimuthu Gamage (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2C-1297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12651232#action_12651232 ] 

Dimuthu Gamage commented on AXIS2C-1297:
----------------------------------------

Hi Dayakar,

Is that you mean determine the RPC or document style just checking a SOAP message?.
The answer is you can't say 100% certain whether it is RPC or document by looking at the message.

But there is one rule that give some idea about that,
In a RPC message the payload root element is *always* the operation name and the response is *always* operation name + "Response".

Although doc style doesn't specify this as a must, you can't define doc style schema with that naming convention, (in fact if it is used we say it is doclit wrapped style).


BTW I think it is not the general practice to create a JIRA for a general question, which is not related to the project directly?, In fact you should first try the mailing list.


Thanks
Dimuthu

> Is there any way to determine the binding style of webservice
> -------------------------------------------------------------
>
>                 Key: AXIS2C-1297
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1297
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: core/clientapi
>    Affects Versions: 1.2.0
>         Environment: Axis2c 1.2.0
> OS: Windows
>            Reporter: Dayakar Reddy
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Hi,
>    Is there any way to determine the binding style of webservice?
>    I don't want to make use of wsdl file to get the information about the binding style of the deployed webservice, instead is
>    there any method to obatin the same?
>         
>    Please let me know is there any method to get the information of binding style(RPC or Document).
>  
> Regards,
> Dayakar
>                 

-- 
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] Issue Comment Edited: (AXIS2C-1297) Is there any way to determine the binding style of webservice

Posted by "Dimuthu Gamage (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2C-1297?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12651232#action_12651232 ] 

dimuthu edited comment on AXIS2C-1297 at 11/26/08 8:09 PM:
------------------------------------------------------------------

Hi Dayakar,

Is that you mean determine the RPC or document style just checking a SOAP message?.
The answer is you can't say 100% certain whether it is RPC or document by looking at the message.

But there is one rule that give some idea about that,
In a RPC message the payload root element is *always* the operation name and the response is *always* operation name + "Response".

Although doc style doesn't specify this as a must, you can define doc style schema with that naming convention, (in fact if it is used we say it is doclit wrapped style).


BTW I think it is not the general practice to create a JIRA for a general question, which is not related to the project directly?, In fact you should first try the mailing list.


Thanks
Dimuthu

      was (Author: dimuthu):
    Hi Dayakar,

Is that you mean determine the RPC or document style just checking a SOAP message?.
The answer is you can't say 100% certain whether it is RPC or document by looking at the message.

But there is one rule that give some idea about that,
In a RPC message the payload root element is *always* the operation name and the response is *always* operation name + "Response".

Although doc style doesn't specify this as a must, you can't define doc style schema with that naming convention, (in fact if it is used we say it is doclit wrapped style).


BTW I think it is not the general practice to create a JIRA for a general question, which is not related to the project directly?, In fact you should first try the mailing list.


Thanks
Dimuthu
  
> Is there any way to determine the binding style of webservice
> -------------------------------------------------------------
>
>                 Key: AXIS2C-1297
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-1297
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: core/clientapi
>    Affects Versions: 1.2.0
>         Environment: Axis2c 1.2.0
> OS: Windows
>            Reporter: Dayakar Reddy
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> Hi,
>    Is there any way to determine the binding style of webservice?
>    I don't want to make use of wsdl file to get the information about the binding style of the deployed webservice, instead is
>    there any method to obatin the same?
>         
>    Please let me know is there any method to get the information of binding style(RPC or Document).
>  
> Regards,
> Dayakar
>                 

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