<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Web service: parameter types in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-service-parameter-types/m-p/1812492#M348211</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per my knowledge, its not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U may ask ur administrator for doing some configurations, if it can help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Programmetically its not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regs&lt;/P&gt;&lt;P&gt;Manas Ranjan Panda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Dec 2006 14:21:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-14T14:21:25Z</dc:date>
    <item>
      <title>Web service: parameter types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-service-parameter-types/m-p/1812489#M348208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We made an ABAP webservice with input parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the WSDL the type of the parameters is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;wsdl:message name="ZTestWebService2"&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;lt;wsdl:part name="Costcenter" type="n0:char10" /&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The type &amp;#145;char10&amp;#146; is defined like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;xsd:simpleType name="char10"&amp;gt;&lt;/P&gt;&lt;P&gt;- &amp;lt;xsd:restriction base="xsd:string"&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;xsd:maxLength value="10" /&amp;gt; &lt;/P&gt;&lt;P&gt;  &amp;lt;/xsd:restriction&amp;gt;&lt;/P&gt;&lt;P&gt;  &amp;lt;/xsd:simpleType&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question is: is there a way to influence the creation of this types, so that the type is not referring to &amp;#145;n0:char10&amp;#146; but to something like &amp;#145;char&amp;#146; and that the length is also defined in the part name ? Something that is more Java friendly and will not create code for complex types on the client-side ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rolf.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Dec 2006 10:38:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-service-parameter-types/m-p/1812489#M348208</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-14T10:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: Web service: parameter types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-service-parameter-types/m-p/1812490#M348209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;No u cant change this parameter dynamically after the release of web service.&lt;/P&gt;&lt;P&gt;When u will release the webservice for a RFC,the WSDL file will be generated.That time it will generate the files for every parameter types which are used in the RFC.&lt;/P&gt;&lt;P&gt;If u want increase this value length,Then u hv to increase the lenght of the parameter in RFC and then release the web service.So that it will come here.&lt;/P&gt;&lt;P&gt;Bcause in webservice lenght will not allow more that the lenghth which u gave in RFC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regs&lt;/P&gt;&lt;P&gt;Manas Ranjan Panda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Dec 2006 10:46:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-service-parameter-types/m-p/1812490#M348209</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-14T10:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: Web service: parameter types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-service-parameter-types/m-p/1812491#M348210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, the generated WSDL uses namespaces, our client side programmer asks for a WSDL without namespaces. Just wondering if this is possible ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Dec 2006 14:11:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-service-parameter-types/m-p/1812491#M348210</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-14T14:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: Web service: parameter types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-service-parameter-types/m-p/1812492#M348211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As per my knowledge, its not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U may ask ur administrator for doing some configurations, if it can help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Programmetically its not possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regs&lt;/P&gt;&lt;P&gt;Manas Ranjan Panda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Dec 2006 14:21:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-service-parameter-types/m-p/1812492#M348211</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-14T14:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: Web service: parameter types</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/web-service-parameter-types/m-p/1812493#M348212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Manas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2006 08:00:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/web-service-parameter-types/m-p/1812493#M348212</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-15T08:00:11Z</dc:date>
    </item>
  </channel>
</rss>

