[
http://jira.jboss.com/jira/browse/JBWS-771?page=comments#action_12367660 ]
Thomas Diesler commented on JBWS-771:
-------------------------------------
@EndpointConfig(configName = ".NET friendly Endpoint")
public class IWebsvcImpl implements IWebsvc
<!--
Generates message part names 'parameters' in WSDL for
document/literal/wapped.
See: [JBWS-771] Use part names that are friendly to .NET
-->
<endpoint-config>
<
config-name>.NET friendly Endpoint</config-name>
<feature>http://org.jboss.ws/binding/wsdl/dotnet</feature>
</endpoint-config>
Use part names that are friendly to .NET
----------------------------------------
Key: JBWS-771
URL:
http://jira.jboss.com/jira/browse/JBWS-771
Project: JBoss Web Services
Issue Type: Task
Security Level: Public(Everyone can see)
Components: jbossws-jaxws
Reporter: Jason T. Greene
Assigned To: Thomas Diesler
Fix For: jbossws-2.0.0
To improve .NET interoperability we should use the same hint it uses to differentiate
between a wrapped and bare document/literal message.
To indicate wrapped, the part names for both the input and output messages should be
"parameters". Otherwise they should be the localname of the schema element.
-Jason
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira