You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Paul Fremantle (JIRA)" <ji...@apache.org> on 2007/04/05 12:31:32 UTC

[jira] Commented: (AXIS2-2476) Generated WSDL does not implement the Microsoft rules on wrapping

    [ https://issues.apache.org/jira/browse/AXIS2-2476?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12486911 ] 

Paul Fremantle commented on AXIS2-2476:
---------------------------------------

I forgot to mention.... they do support our WSDLs as-is, but they generate much simpler clients when these problems are fixed.


> Generated WSDL does not implement the Microsoft rules on wrapping
> -----------------------------------------------------------------
>
>                 Key: AXIS2-2476
>                 URL: https://issues.apache.org/jira/browse/AXIS2-2476
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Improvement
>            Reporter: Paul Fremantle
>
> Unfortunately the WSDL that Axis2 generates is not "picked up" as doc/lit WRAPPED by the Microsoft svcutil tool.
> The reasons are pretty minor. My personal preference would be that Microsoft should fix these, but given that we want Axis2 to interoperate as well as possible I propose that we change these.
> 1) WCF svcutil looks at the names of the generated parts. We generate "part1" but svcutil is looking for the part name "parameters". Dumb huh! I have reported this to Microsoft. I propose we also generate the part name "parameters" since its a simple fix.
> 2) WCF svcutil expects the target namespace of the wrapper element to match the target namespace of the WSDL. Frankly I don't understand this either since it doesn't affect the messages on the wire, but here is the comment they produce:
>     // CODEGEN: Generating message contract since the wrapper namespace (http://sample/xsd) of message getProfileRequest does not match the default value (http://sample)
> Currently we produce different namespaces - e.g. http://sample for the WSDL and http://sample/xsd for the schema. I propose we also change this to improve interop despite where the blame lies!!!
> I propose we stop appending /xsd since I think it looks ugly :-)

-- 
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-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org