Webservice 'versioning'?!

NoiK00NoiK00 Member Posts: 51
edited 2014-01-31 in NAV Three Tier
Hi All,

Does Dynamics NAV works with some kind of versioning. And how can i prevent/Solve this?

I got a service that is partially defined by:
<element name="GetOrderDetail">
        <complexType>
          <sequence>
            <element xmlns:[b]q3[/b]="urn:microsoft-dynamics-nav/api/order/getorderdetail" minOccurs="1" maxOccurs="1" name="orderDetail" type="[b]q3:[/b]order" />
            <element minOccurs="1" maxOccurs="1" name="orderID" type="string" />
            <element minOccurs="1" maxOccurs="1" name="userID" type="string" />
          </sequence>
        </complexType>
      </element>
(see the 'BOLD' Q3)

And it seems that since i've added comments in the code the WSDL-part changed to:
<element name="GetOrderDetail">
        <complexType>
          <sequence>
            <element xmlns:[b]q4[/b]="urn:microsoft-dynamics-nav/api/order/getorderdetail" minOccurs="1" maxOccurs="1" name="orderDetail" type="[b]q4:[/b]order" />
            <element minOccurs="1" maxOccurs="1" name="orderID" type="string" />
            <element minOccurs="1" maxOccurs="1" name="userID" type="string" />
          </sequence>
        </complexType>
      </element>
(see the 'BOLD' Q4)

What's up with this?

thanks,

Comments

  • mdPartnerNLmdPartnerNL Member Posts: 802
    sorry but im lost, could you explain it again in a different way?
  • wakestarwakestar Member Posts: 207
    the question is: why did the value q3 change to q4
Sign In or Register to comment.