<?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 Update WSDL document when function module parameters change in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-wsdl-document-when-function-module-parameters-change/m-p/6970172#M1491135</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does anyone know how to change the wsdl document in case of changing input/output parameters of the function module?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Until now, I drop and recreate the web service, but I think there should be a more comfortable way. I searched this forum, but just found a way to change the web service via transaction sicf, where only authentification and so on are changeable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Florian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Jun 2010 10:03:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-06-01T10:03:16Z</dc:date>
    <item>
      <title>Update WSDL document when function module parameters change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-wsdl-document-when-function-module-parameters-change/m-p/6970172#M1491135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does anyone know how to change the wsdl document in case of changing input/output parameters of the function module?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Until now, I drop and recreate the web service, but I think there should be a more comfortable way. I searched this forum, but just found a way to change the web service via transaction sicf, where only authentification and so on are changeable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Florian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jun 2010 10:03:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-wsdl-document-when-function-module-parameters-change/m-p/6970172#M1491135</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-01T10:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: Update WSDL document when function module parameters change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-wsdl-document-when-function-module-parameters-change/m-p/6970173#M1491136</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;before creating web service, u can remove obligatory of parameters. then, send the parameters which you want and run your web service. but the function you write before must be flexible about that parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://denemeportal:8080/deneme.asmx?WSDL&amp;amp;footballer=tevez" target="test_blank"&gt;http://denemeportal:8080/deneme.asmx?WSDL&amp;amp;footballer=tevez&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://denemeportal:8080/deneme.asmx?WSDL&amp;amp;team=mancity" target="test_blank"&gt;http://denemeportal:8080/deneme.asmx?WSDL&amp;amp;team=mancity&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function deneme&lt;/P&gt;&lt;P&gt;*exporting&lt;/P&gt;&lt;P&gt;*age =&lt;/P&gt;&lt;P&gt;*name =&lt;/P&gt;&lt;P&gt;*team=&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;orhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jun 2010 10:12:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-wsdl-document-when-function-module-parameters-change/m-p/6970173#M1491136</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-01T10:12:27Z</dc:date>
    </item>
    <item>
      <title>Re: Update WSDL document when function module parameters change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-wsdl-document-when-function-module-parameters-change/m-p/6970174#M1491137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi orhan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your quick reply, but sadly this doesn't match my problem:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have to develop web services for another company, which consumes the services in a java frontend. I have "global structures" for my services which represent the underlying data model of the application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A common change would be the need for another "field" of the business partner, so I change this structure, which is used as export parameter in a dozen services. To notify the "frontend" I need to update the WSDL documents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't imagine how to user your previously mentioned solution. Is there now way of "now update the wsdl document according to the updated function module"? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Florian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jun 2010 10:19:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-wsdl-document-when-function-module-parameters-change/m-p/6970174#M1491137</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-01T10:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: Update WSDL document when function module parameters change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-wsdl-document-when-function-module-parameters-change/m-p/6970175#M1491138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi florian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think u cant update web service like this. your question seems to complex. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="8547751"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;orhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jun 2010 11:03:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-wsdl-document-when-function-module-parameters-change/m-p/6970175#M1491138</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-01T11:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: Update WSDL document when function module parameters change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-wsdl-document-when-function-module-parameters-change/m-p/6970176#M1491139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you change the web service method(s), you simply need to update the design time definition in SE80.  For this, you would go to the web service in change mode to the internal tab and right-click.  Select 'Modify operations' then activate the web service.  The WSDL url will be the same but your external application may need to reload the definition of the web service.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jun 2010 15:15:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-wsdl-document-when-function-module-parameters-change/m-p/6970176#M1491139</guid>
      <dc:creator>brad_bohn</dc:creator>
      <dc:date>2010-06-01T15:15:49Z</dc:date>
    </item>
  </channel>
</rss>

