<?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: Any API's for accessing (WTPart) IBA's from remote client? in Windchill</title>
    <link>https://www.ptcusercommunity.com/t5/Windchill/Any-API-s-for-accessing-WTPart-IBA-s-from-remote-client/m-p/229810#M27475</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Keir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why don't you use RemoteMethodServer. Try in this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RemoteMethodServer rms = RemoteMethodServer.getDefault();&lt;/P&gt;&lt;P&gt; rms.setUserName("wcadmin");&lt;/P&gt;&lt;P&gt; rms.setPassword("wcadmin");&lt;/P&gt;&lt;P&gt; Class argTypes[] = new Class[] {};&lt;/P&gt;&lt;P&gt; Object argValues[] = new Object[] {};&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;rms.invoke("yourMethod", YourClass.getName(), null, argTypes, argValues);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yourMethod() has to have those LWCNormalized API's.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Let me know if any additional details needed.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Oct 2014 14:21:40 GMT</pubDate>
    <dc:creator>VINO</dc:creator>
    <dc:date>2014-10-10T14:21:40Z</dc:date>
    <item>
      <title>Any API's for accessing (WTPart) IBA's from remote client?</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill/Any-API-s-for-accessing-WTPart-IBA-s-from-remote-client/m-p/229809#M27474</link>
      <description>LWCNormalizedObject is supported server side only, so I'm getting the exception reminding me of that when attempting to use in a remote client (Java class invoked from the Windchill Shell).Is there something I can use without needing to run a "fake" workflow to get the</description>
      <pubDate>Wed, 02 May 2018 13:15:48 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill/Any-API-s-for-accessing-WTPart-IBA-s-from-remote-client/m-p/229809#M27474</guid>
      <dc:creator>kpritchard</dc:creator>
      <dc:date>2018-05-02T13:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: Any API's for accessing (WTPart) IBA's from remote client?</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill/Any-API-s-for-accessing-WTPart-IBA-s-from-remote-client/m-p/229810#M27475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Keir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why don't you use RemoteMethodServer. Try in this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RemoteMethodServer rms = RemoteMethodServer.getDefault();&lt;/P&gt;&lt;P&gt; rms.setUserName("wcadmin");&lt;/P&gt;&lt;P&gt; rms.setPassword("wcadmin");&lt;/P&gt;&lt;P&gt; Class argTypes[] = new Class[] {};&lt;/P&gt;&lt;P&gt; Object argValues[] = new Object[] {};&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;rms.invoke("yourMethod", YourClass.getName(), null, argTypes, argValues);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yourMethod() has to have those LWCNormalized API's.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Let me know if any additional details needed.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Oct 2014 14:21:40 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill/Any-API-s-for-accessing-WTPart-IBA-s-from-remote-client/m-p/229810#M27475</guid>
      <dc:creator>VINO</dc:creator>
      <dc:date>2014-10-10T14:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: Any API's for accessing (WTPart) IBA's from remote client?</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill/Any-API-s-for-accessing-WTPart-IBA-s-from-remote-client/m-p/229811#M27476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Vino,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll give that a try. Am I reading correctly in that argTypes[] and argValues[] are empty Vectors?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2014 23:44:55 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill/Any-API-s-for-accessing-WTPart-IBA-s-from-remote-client/m-p/229811#M27476</guid>
      <dc:creator>kpritchard</dc:creator>
      <dc:date>2014-10-30T23:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: Any API's for accessing (WTPart) IBA's from remote client?</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill/Any-API-s-for-accessing-WTPart-IBA-s-from-remote-client/m-p/229812#M27477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Keir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you have luck with Vino's suggestion? I believe your reading of the code and the empty vectors is correct.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Nov 2014 19:38:50 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill/Any-API-s-for-accessing-WTPart-IBA-s-from-remote-client/m-p/229812#M27477</guid>
      <dc:creator>LoriSood</dc:creator>
      <dc:date>2014-11-03T19:38:50Z</dc:date>
    </item>
  </channel>
</rss>

