<?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: Invoke Web service - WSDL error &amp;quot;Object of type 'System.Int32' cannot be converted to type 'System.UInt64'.&amp;quot; in Management</title>
    <link>https://community.cisco.com/t5/management/invoke-web-service-wsdl-error-quot-object-of-type-system-int32/m-p/3466222#M818</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The command you're trying to execute is addUser. Looking at the Schema documentation on developer.cisco.com, the Input message for that command is AddUserReq - you can find that object in AXLSoap.xsd, and it contains an XUser, which in turn has at least two XInteger tags (maxDeskPickupWaitTime and remoteDestinationLimit).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It may be something else though.. what's that you're pasting into "XML Request Payload"? It Looks like a complete command with headers and everything. I have no idea about the tool you're using.. but I see a comment at the bottom of the text area - why would you want to send a request containing comments? And are you really supposed to plug in the entire command with headers and stuff and not only what I deem the payload (starting with &amp;lt;user&amp;gt; and ending with &amp;lt;/user&amp;gt;.. to me the rest is Soap plumbing.. but my Definition of payload may differ from Microsoft's).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, given that orchestrator seems to use .NET, have you done the necessary modifications to allow a Generation of a proper .net Proxy? (if you download the axl Plugin from cucm it has a readme that mentions some stuff you Need to do for use in .NET).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And, can Orchestrator pick up xsd references from wsdl files? (I'm asking because when you creat a stub with wsdl.net or svcutil.exe you Need to manually specify the path to all wsdl and xsd files..).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Feb 2015 12:50:57 GMT</pubDate>
    <dc:creator>stephan.steiner</dc:creator>
    <dc:date>2015-02-27T12:50:57Z</dc:date>
    <item>
      <title>Invoke Web service - WSDL error "Object of type 'System.Int32' cannot be converted to type 'System.UInt64'."</title>
      <link>https://community.cisco.com/t5/management/invoke-web-service-wsdl-error-quot-object-of-type-system-int32/m-p/3466219#M815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif; margin-bottom: 1em; color: #333333; font-size: 14px;"&gt;Hello,&lt;/P&gt;&lt;P style="font-family: 'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif; margin-bottom: 1em; color: #333333; font-size: 14px;"&gt;I'm having a problem when I try to load the WSDL file for the "Invoke Web Service" activity in System Center Orchestrator.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; .&lt;BR /&gt;I'm trying to create a connection between Orchestrator 2012 R2 and Cisco Unified CM 10.5 through a Web Services. When I click the WSDL file and I click the "Format Hint" button appears the following error "Object of type 'System.Int32' can not be converted to type 'System.UInt64'."&lt;/P&gt;&lt;P style="font-family: 'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif; margin-bottom: 1em; color: #333333; font-size: 14px;"&gt;&lt;IMG alt="error.PNG" class="image-1 jive-image" src="https://community.cisco.com/legacyfs/online/fusion/86005_error.PNG" style="height: 447px; width: 620px;" /&gt;&lt;/P&gt;&lt;P style="font-family: 'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif; margin-bottom: 1em; color: #333333; font-size: 14px;"&gt;The WSDL file that Cisco Unified CM I exported in another tools works fine, tested and working well. In Orchestrator just gives the error.&lt;/P&gt;&lt;P style="font-family: 'Segoe UI', 'Lucida Grande', Verdana, Arial, Helvetica, sans-serif; margin-bottom: 1em; color: #333333; font-size: 14px;"&gt;Can anyone help with this?&lt;/P&gt;&lt;P&gt;Thank you&lt;BR /&gt;Rui&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 12:02:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/invoke-web-service-wsdl-error-quot-object-of-type-system-int32/m-p/3466219#M815</guid>
      <dc:creator>pinheiro85</dc:creator>
      <dc:date>2015-02-24T12:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Invoke Web service - WSDL error "Object of type 'System.Int32' cannot be converted to type 'System.UInt64'."</title>
      <link>https://community.cisco.com/t5/management/invoke-web-service-wsdl-error-quot-object-of-type-system-int32/m-p/3466220#M816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think a Little Trial &amp;amp; error is in order here. Check the addUser request in the Schema for any integers / Longs. I assume they are all ints.. so you may try to Change the Schema to Longs and see if it then works (or the other way round if values are Longs).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 10:01:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/invoke-web-service-wsdl-error-quot-object-of-type-system-int32/m-p/3466220#M816</guid>
      <dc:creator>stephan.steiner</dc:creator>
      <dc:date>2015-02-27T10:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: Invoke Web service - WSDL error "Object of type 'System.Int32' cannot be converted to type 'System.UInt64'."</title>
      <link>https://community.cisco.com/t5/management/invoke-web-service-wsdl-error-quot-object-of-type-system-int32/m-p/3466221#M817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.cisco.com//u1/30476"&gt;stephan.steiner&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your reply. I was looking in xml files and i didn't find any int or long. I'm looking in the wrong files?&lt;/P&gt;&lt;P&gt;AXLAPI&lt;/P&gt;&lt;P&gt;AXLEnums.xsd&lt;/P&gt;&lt;P&gt;AXLSoap.xsd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 12:36:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/invoke-web-service-wsdl-error-quot-object-of-type-system-int32/m-p/3466221#M817</guid>
      <dc:creator>pinheiro85</dc:creator>
      <dc:date>2015-02-27T12:36:23Z</dc:date>
    </item>
    <item>
      <title>Re: Invoke Web service - WSDL error "Object of type 'System.Int32' cannot be converted to type 'System.UInt64'."</title>
      <link>https://community.cisco.com/t5/management/invoke-web-service-wsdl-error-quot-object-of-type-system-int32/m-p/3466222#M818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The command you're trying to execute is addUser. Looking at the Schema documentation on developer.cisco.com, the Input message for that command is AddUserReq - you can find that object in AXLSoap.xsd, and it contains an XUser, which in turn has at least two XInteger tags (maxDeskPickupWaitTime and remoteDestinationLimit).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It may be something else though.. what's that you're pasting into "XML Request Payload"? It Looks like a complete command with headers and everything. I have no idea about the tool you're using.. but I see a comment at the bottom of the text area - why would you want to send a request containing comments? And are you really supposed to plug in the entire command with headers and stuff and not only what I deem the payload (starting with &amp;lt;user&amp;gt; and ending with &amp;lt;/user&amp;gt;.. to me the rest is Soap plumbing.. but my Definition of payload may differ from Microsoft's).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, given that orchestrator seems to use .NET, have you done the necessary modifications to allow a Generation of a proper .net Proxy? (if you download the axl Plugin from cucm it has a readme that mentions some stuff you Need to do for use in .NET).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And, can Orchestrator pick up xsd references from wsdl files? (I'm asking because when you creat a stub with wsdl.net or svcutil.exe you Need to manually specify the path to all wsdl and xsd files..).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 12:50:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/invoke-web-service-wsdl-error-quot-object-of-type-system-int32/m-p/3466222#M818</guid>
      <dc:creator>stephan.steiner</dc:creator>
      <dc:date>2015-02-27T12:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: Invoke Web service - WSDL error "Object of type 'System.Int32' cannot be converted to type 'System.UInt64'."</title>
      <link>https://community.cisco.com/t5/management/invoke-web-service-wsdl-error-quot-object-of-type-system-int32/m-p/3466223#M819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;I was pasting &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: arial; font-size: 12px;"&gt;into "XML Request Payload" for troubleshooting. Usually the box is empty but generates the same error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;SPAN style="font-size: 13.3333330154419px; line-height: 1.5em;"&gt;I download the « axlsqltoolkit », and in the&lt;/SPAN&gt; readme document i read that i need to execute the follow command &lt;SPAN style="font-size: 13.3333330154419px;"&gt;wsdl.exe AXLAPI.wsdl axlsoap.xsd.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;But i don't have any wsdl.exe in my server.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Do i need to install extra software?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Feb 2015 15:52:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/invoke-web-service-wsdl-error-quot-object-of-type-system-int32/m-p/3466223#M819</guid>
      <dc:creator>pinheiro85</dc:creator>
      <dc:date>2015-02-27T15:52:52Z</dc:date>
    </item>
    <item>
      <title>Re: Invoke Web service - WSDL error "Object of type 'System.Int32' cannot be converted to type 'System.UInt64'."</title>
      <link>https://community.cisco.com/t5/management/invoke-web-service-wsdl-error-quot-object-of-type-system-int32/m-p/3466224#M820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;stephan.steiner wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;The command you're trying to execute is addUser. Looking at the Schema documentation on developer.cisco.com, the Input message for that command is AddUserReq - you can find that object in AXLSoap.xsd, and it contains an XUser, which in turn has at least two XInteger tags (maxDeskPickupWaitTime and remoteDestinationLimit).&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;It may be something else though.. what's that you're pasting into "XML Request Payload"? It Looks like a complete command with headers and everything. I have no idea about the tool you're using.. but I see a comment at the bottom of the text area - why would you want to send a request containing comments? And are you really supposed to plug in the entire command with headers and stuff and not only what I deem the payload (starting with &amp;lt;user&amp;gt; and ending with &amp;lt;/user&amp;gt;.. to me the rest is Soap plumbing.. but my Definition of payload may differ from Microsoft's).&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Also, given that orchestrator seems to use .NET, have you done the necessary modifications to allow a Generation of a proper .net Proxy? (if you download the axl Plugin from cucm it has a readme that mentions some stuff you Need to do for use in .NET).&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;And, can Orchestrator pick up xsd references from wsdl files? (I'm asking because when you creat a stub with wsdl.net or svcutil.exe you Need to manually specify the path to all wsdl and xsd files..).&lt;/P&gt;

&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hi Stephan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you tell me what is the direct url to WSDL in CUCM 10.5? For methods like adduser or addgroup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Rui&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Mar 2015 12:14:19 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/invoke-web-service-wsdl-error-quot-object-of-type-system-int32/m-p/3466224#M820</guid>
      <dc:creator>pinheiro85</dc:creator>
      <dc:date>2015-03-03T12:14:19Z</dc:date>
    </item>
  </channel>
</rss>

