CFinvoke returned error...anyone know why?

I am trying to connect to SAP using cfinvoke and I get the error msg below. Anyone know what is the error in my code or setting?
Cannot locate an API in the generated service class that returned the right interface for web service invocation.
Name: http://xxx.xx.com.my:8000/sap/bc/srt/rfc/sap/z_voucher_upload/400/z_voucher_upload?sap-cli ent=400&wsdl=1.1. WSDL: http://xxx.xx.com.my:8000/sap/bc/srt/rfc/sap/z_voucher_upload/400/z_voucher_upload?sap-cli ent=400&wsdl=1.1. It is recommended that you use a web browser to retrieve and examine the requested WSDL document for correctness, including a missing service element.
below is my code : -
<cfinvoke
  webservice="http://xxx.xx.com.my:8000/sap/bc/srt/rfc/sap/z_voucher_upload/400/z_voucher_upload?sap-cli ent=400&wsdl=1.1"
  method="Z_VOUCHER_UPLOAD"
  refreshWSDL="yes"
  returnvariable="aString"
  username = "xxxx"
  password = "xxxxx"
  Lifnr = "30086"
  Sort1 = "A106"
  Bldat = "23082010"
  Budat = "23082010"
  Bktxt = "T03"
  Xblnr = "T04"
  Dmbtr = "55.55"
  Kostl = "8033"
  Hkont = "1234567"
  Zuonr = "45333"
  Xref3 = "CHASSIS99999"
  Xref2 = "ABC1234"
  Xref1 = "850412122121">
</cfinvoke>
<cfoutput>
#aString#
</cfoutput>

below is the WSDL file : - I still facing the same problem without knowing the reason. Thanks for helping.
<?xml version="1.0" encoding="utf-8" ?>
- <wsdl:definitions targetNamespace="urn:sap-com:document:sap:soap:functions:mc-style" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="urn:sap-com:document:sap:soap:functions:mc-style" xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:n1="urn:sap-com:document:sap:rfc:functions">
- <wsdl:documentation>
<sidl:sidl xmlns:sidl="http://www.sap.com/2007/03/sidl" />
</wsdl:documentation>
<wsp:UsingPolicy wsdl:required="true" />
- <wsp:Policy wsu:Id="IF_Z_VOUCHER_UPLOAD">
- <sapsession:Session xmlns:sapsession="http://www.sap.com/webas/630/soap/features/session/">
<sapsession:enableSession>false</sapsession:enableSession>
</sapsession:Session>
</wsp:Policy>
- <wsp:Policy wsu:Id="OP_ZVoucherUpload">
<sapblock:enableBlocking xmlns:sapblock="http://www.sap.com/NW05/soap/features/blocking/">true</sapblock:enableBlocking>
<sapcomhnd:enableCommit xmlns:sapcomhnd="http://www.sap.com/NW05/soap/features/commit/">false</sapcomhnd:enableCommit>
<saptrhnw05:required xmlns:saptrhnw05="http://www.sap.com/NW05/soap/features/transaction/">no</saptrhnw05:required>
<saprmnw05:enableWSRM xmlns:saprmnw05="http://www.sap.com/NW05/soap/features/wsrm/">false</saprmnw05:enableWSRM>
</wsp:Policy>
- <wsdl:types>
- <xsd:schema attributeFormDefault="qualified" targetNamespace="urn:sap-com:document:sap:rfc:functions">
- <xsd:simpleType name="char1">
- <xsd:restriction base="xsd:string">
<xsd:maxLength value="1" />
</xsd:restriction>
</xsd:simpleType>
- <xsd:simpleType name="char10">
- <xsd:restriction base="xsd:string">
<xsd:maxLength value="10" />
</xsd:restriction>
</xsd:simpleType>
- <xsd:simpleType name="char12">
- <xsd:restriction base="xsd:string">
<xsd:maxLength value="12" />
</xsd:restriction>
</xsd:simpleType>
- <xsd:simpleType name="char16">
- <xsd:restriction base="xsd:string">
<xsd:maxLength value="16" />
</xsd:restriction>
</xsd:simpleType>
- <xsd:simpleType name="char18">
- <xsd:restriction base="xsd:string">
<xsd:maxLength value="18" />
</xsd:restriction>
</xsd:simpleType>
- <xsd:simpleType name="char20">
- <xsd:restriction base="xsd:string">
<xsd:maxLength value="20" />
</xsd:restriction>
</xsd:simpleType>
- <xsd:simpleType name="char220">
- <xsd:restriction base="xsd:string">
<xsd:maxLength value="220" />
</xsd:restriction>
</xsd:simpleType>
- <xsd:simpleType name="char25">
- <xsd:restriction base="xsd:string">
<xsd:maxLength value="25" />
</xsd:restriction>
</xsd:simpleType>
- <xsd:simpleType name="char30">
- <xsd:restriction base="xsd:string">
<xsd:maxLength value="30" />
</xsd:restriction>
</xsd:simpleType>
- <xsd:simpleType name="char32">
- <xsd:restriction base="xsd:string">
<xsd:maxLength value="32" />
</xsd:restriction>
</xsd:simpleType>
- <xsd:simpleType name="char50">
- <xsd:restriction base="xsd:string">
<xsd:maxLength value="50" />
</xsd:restriction>
</xsd:simpleType>
- <xsd:simpleType name="curr13.2">
- <xsd:restriction base="xsd:decimal">
<xsd:totalDigits value="13" />
<xsd:fractionDigits value="2" />
</xsd:restriction>
</xsd:simpleType>
- <xsd:simpleType name="date">
- <xsd:restriction base="xsd:string">
<xsd:maxLength value="10" />
<xsd:pattern value="\d\d\d\d-\d\d-\d\d" />
</xsd:restriction>
</xsd:simpleType>
- <xsd:simpleType name="numeric3">
- <xsd:restriction base="xsd:string">
<xsd:maxLength value="3" />
<xsd:pattern value="\d*" />
</xsd:restriction>
</xsd:simpleType>
- <xsd:simpleType name="numeric6">
- <xsd:restriction base="xsd:string">
<xsd:maxLength value="6" />
<xsd:pattern value="\d*" />
</xsd:restriction>
</xsd:simpleType>
</xsd:schema>
- <xsd:schema attributeFormDefault="qualified" targetNamespace="urn:sap-com:document:sap:soap:functions:mc-style" xmlns:n0="urn:sap-com:document:sap:rfc:functions">
<xsd:import namespace="urn:sap-com:document:sap:rfc:functions" />
- <xsd:complexType name="Zvoucher">
- <xsd:sequence>
<xsd:element name="Lifnr" type="n0:char10" />
<xsd:element name="Sort1" type="n0:char20" />
<xsd:element name="Bldat" type="n0:date" />
<xsd:element name="Budat" type="n0:date" />
<xsd:element name="Bktxt" type="n0:char25" />
<xsd:element name="Xblnr" type="n0:char16" />
<xsd:element name="Dmbtr" type="n0:curr13.2" />
<xsd:element name="Kostl" type="n0:char10" />
<xsd:element name="Hkont" type="n0:char10" />
<xsd:element name="Zuonr" type="n0:char18" />
<xsd:element name="Xref3" type="n0:char20" />
<xsd:element name="Xref2" type="n0:char12" />
<xsd:element name="Xref1" type="n0:char12" />
</xsd:sequence>
</xsd:complexType>
- <xsd:complexType name="Bapiret2">
- <xsd:sequence>
<xsd:element name="Type" type="n0:char1" />
<xsd:element name="Id" type="n0:char20" />
<xsd:element name="Number" type="n0:numeric3" />
<xsd:element name="Message" type="n0:char220" />
<xsd:element name="LogNo" type="n0:char20" />
<xsd:element name="LogMsgNo" type="n0:numeric6" />
<xsd:element name="MessageV1" type="n0:char50" />
<xsd:element name="MessageV2" type="n0:char50" />
<xsd:element name="MessageV3" type="n0:char50" />
<xsd:element name="MessageV4" type="n0:char50" />
<xsd:element name="Parameter" type="n0:char32" />
<xsd:element name="Row" type="xsd:int" />
<xsd:element name="Field" type="n0:char30" />
<xsd:element name="System" type="n0:char10" />
</xsd:sequence>
</xsd:complexType>
- <xsd:complexType name="TableOfZvoucher">
- <xsd:sequence>
<xsd:element name="item" type="tns:Zvoucher" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
- <xsd:complexType name="TableOfBapiret2">
- <xsd:sequence>
<xsd:element name="item" type="tns:Bapiret2" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
</xsd:complexType>
- <xsd:element name="ZVoucherUpload">
- <xsd:complexType>
- <xsd:sequence>
<xsd:element name="Msg" type="tns:TableOfBapiret2" />
<xsd:element name="Zvoucher" type="tns:TableOfZvoucher" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
- <xsd:element name="ZVoucherUploadResponse">
- <xsd:complexType>
- <xsd:sequence>
<xsd:element name="Msg" type="tns:TableOfBapiret2" />
<xsd:element name="Zvoucher" type="tns:TableOfZvoucher" />
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:schema>
</wsdl:types>
- <wsdl:message name="ZVoucherUpload">
<wsdl:part name="parameters" element="tns:ZVoucherUpload" />
</wsdl:message>
- <wsdl:message name="ZVoucherUploadResponse">
<wsdl:part name="parameter" element="tns:ZVoucherUploadResponse" />
</wsdl:message>
- <wsdl:portType name="Z_VOUCHER_UPLOAD">
- <wsp:Policy>
<wsp:PolicyReference URI="#IF_Z_VOUCHER_UPLOAD" />
</wsp:Policy>
- <wsdl:operation name="ZVoucherUpload">
- <wsp:Policy>
<wsp:PolicyReference URI="#OP_ZVoucherUpload" />
</wsp:Policy>
<wsdl:input message="tns:ZVoucherUpload" />
<wsdl:output message="tns:ZVoucherUploadResponse" />
</wsdl:operation>
</wsdl:portType>
</wsdl:definitions>

Similar Messages

  • Hi I'm trying to download apps from the app store and i get an "Unknown error" anyone know why?

    Hi I'm trying to download apps from the app store with my Macbook Pro and I get an "Unknown error", anyone know why?

    Ok... good.
    Installing the OS X Lion Update 10.7.2 Client Combo  will hopefully fix this problem for you.
    It's ok to install the combo even though you are already running v10.7.2
    Make sure and restart your Mac after the combo is installed then try to download apps.

  • Cannot download songs get error 5002.  Does anyone know why this is happening?

    I was able to download about 4 new songs today, but then started to get an error 5002 when trying to download a few more.  Does anyone know why this happening and how to resolve?  I've already shut down and restarted my phone, logged out of itunes and relogged in...neither solved the issue.

    It didnt do anything for me...
    just to make sure... of the correct step...
    rm -rf  ./.itmstransporter
    then
    sudo /Applications/iTunes\ Producer.app/Contents/MacOS/iTunes\ Producer
    About that folder, I searched for it, but couldnt find it, is it inside the Itunes Producer packages?
    is there a way to localize it in finder?

  • Hi, i get the error -49 when trying to Export a Movie edited in iMovie and recorded with Elgato Video Capture anyone know why i get this Error and can help me?

    Hi, i get the error -49 when trying to Export a Movie edited in iMovie and recorded with Elgato Video Capture anyone know why i get this Error and can help me?

    Read this
    http://support.apple.com/kb/ts1583

  • Safari cannot install profile due to an unknown error. I didn't install anything. Does anyone knows why I'm getting this error message?

    I was watching a clip in livel, suddenly I have seen a error message on my iPhone screen  safari cannot install profile due to an unknown error,
    Does anyone know why I have got this message?
    I didn't install and did not want to install anything!

    You can not download items from the internet with an ipad, you can download from the app store or from itunes or some cloud services (dropbox) but not from browsers, there is an Iphone app for we transfer in the app store that appears that it can be used on an ipad as well.
    You may want to take a look, its free

  • Compressor issue, keep getting Failed: QuickTime error.-50. Anyone knows why?

    Compressor issue, keep getting Failed: QuickTime error.-50. Anyone knows why?

    I have this problem too, I sent a 1hr long video to Compressor from FCP and trying to save it in H.264
    If works for a few hours and then says it failed.
    Any help would be much appreciated!

  • When I publish a SWF/HTML5 module with Captivate 8 and try to run it using IE9 - I get the following error "The content you are viewing is not supported in the current Document Mode" - anyone know why?

    When I publish a SWF/HTML5 module with Captivate 8 and try to run it using IE9 - I get the following error "The content you are viewing is not supported in the current Document Mode" - anyone know why?

    TLCMediaDesign wrote:
    I've seen a lot of threads about getting rid of these kind of messages. Those messages are there for a reason most of the time. If you have CSS animations or other HTML5 standards that cannot be rendered in IE9 they won't magically start working becuse you got rid of a message. I use IE9 since that is the minimum standard for the client. I have never seen that message publishing to HTML5 content.
    IMO, if your client has IE9 I think that you should develop with IE9 in mind not IE11.
    When you say "develop with IE9 in mind not IE11" do you mean use SWF instead of HTML5? I used the standard question types, and a converted PowerPoint presentation. I didn't add anything out of the ordinary.

  • Does anyone know why I keep getting an unknown error message when trying to export a pages file to a word doc?

    Does anyone know why I keep gettin an "unknow error" message in pages when I'm trying to export a file to a word doc?

    Do you have a backslash / or other Windows illegal character in the name for the file?
    Peter

  • I have a Nikon 300S. It is set to NEF(RAW) + JPEG fine. When I import to Lightroom I get message "There was an error working with the photo? Does anyone know why or how to correct?

    Nikon 300S. It is set to NEF(RAW) + JPEG fine. When I import to Lightroom I get message "There was an error working with the photo? Does anyone know why or how to correct?

    I don't know the answer, personally, because I don't use Lightroom. This is the Camera Raw forum.
    Someone here might answer your question, as there are a lot of clever people here, but, if not, you might try here:
    Photoshop Lightroom

  • I have attempted to update OS X 10.8.4 and keep getting this error message...The operation was cancelled.(3072) Anyone know why?

    I have attempted to update OS X 10.8.4 and keep getting this error message...The operation was cancelled.(3072) Anyone know why?

    You're trying to update an application that's running, perhaps in another account. Make sure you quit all apps that are to be updated. If another user is logged in under Fast User Switching or Screen Sharing, he or she must do the same.

  • Anyone know why i cant upgrade to newer version of itunes , its coming with an error "ITUNES64.MSI FOLDER containing the installation package is missing ??

    anyone know why i cant upgrade to newer version of itunes , its coming with an error "ITUNES64.MSI FOLDER containing the installation package is missing ??Ive tried unistalling previous version but same message comes up

    (1) Download the Windows Installer CleanUp utility installer file (msicuu2.exe) from the following Major Geeks page (use one of the links under the "DOWNLOAD LOCATIONS" thingy on the Major Geeks page):
    http://majorgeeks.com/download.php?det=4459
    (2) Doubleclick the msicuu2.exe file and follow the prompts to install the Windows Installer CleanUp utility. (If you're on a Windows Vista or Windows 7 system and you get a Code 800A0046 error message when doubleclicking the msicuu2.exe file, try instead right-clicking on the msicuu2.exe file and selecting "Run as administrator".)
    (3) In your Start menu click All Programs and then click Windows Install Clean Up. The Windows Installer CleanUp utility window appears, listing software that is currently installed on your computer.
    (4) In the list of programs that appears in CleanUp, select any iTunes entries and click "Remove", as per the following screenshot:
    (5) Quit out of CleanUp, restart the PC and try another iTunes install. Does it go through properly this time?

  • I am using DVD Studio Pro to create a DVD. The assets total about 2.4GBs using a 4.7 GB disc I still get the error " not enough space on disc" Does anyone know why?

    I am using DVD Studio Pro to create a DVD. The assets total about 2.4GBs using a 4.7 GB disc I still get the error " not enough space on disc" Does anyone know why?

    Start by using this to make sure your assets really fit on the disk:
    http://www.kenstone.net/fcp_homepage/bit_budget.html

  • This error message appeared.  Does anyone know why this happened?  "You haven't been logged out because the applicationSoftwareUpdateCheck failed to quit-".  Thanks  Mark

    This error message appeared.  Does anyone know why this happened?  "You haven't been logged out because the applicationSoftwareUpdateCheck failed to quit…".  I am using 10.8.4
    Thanks
    Mark

    Apple menu (left on top) and choose "force Quit":
    choose appstore and forcequit.
    Start Appstore again, login, and choose the Update page.

  • Does anyone know why i get this error message when installing CS5.1? "your security preferences allow installation of only apps from the mac apple story and identified developers.

    I was given this link to re download my programs. https://helpx.adobe.com/creative-suite/kb/cs5-5-product-downloads.html
    anyone know why i am not getting them to download?

    One way to bypass the Gatekeeper is to right or ctrl click on the Installer and choose Open from the Context menu.
    Then it will give you that option to run the installer app.

  • Does anyone know why some Apps won't load unless I buy a new App?

    I've been following a couple of threads. It seems some users, myself included, have a problem where certain Apps will not load. They simply start to open and then return back to the Home screen immediately. When it happens to me (maybe once per week) it's always the same Apps which refuse to load, and they ALL do it - Pages, Keynote, Numbers, Garageband, iMovie, Shareplus all stop working. The reported fix from all users is to go to the AppStore and either update, or buy another App - even a free one. Then all Apps work again properly. It started happening for me after upgrading to iOS 5 but many users had the same issue prior to iOS 5.
    So my question is, does anyone know why this is happening? I don't want to find myself out of 3G signal, or abroad when I've turned Data off, and unable to use my Apps. The fix is useful, but I can't understand why we even need a fix. Suggestions?

    Have you tried a full reset when this happens?  This happens to me on rare occasion and a reset fixes things.

  • I can no longer print from windows pc via mac/time machine in lion. Does anyone know why, I can no longer print from windows pc via mac/time machine in lion. Does anyone know why

    I can no longer print from windows pc via mac/time machine in lion. Does anyone know why or how to fix? I have print sharing ticked and printer is HP laser jest 2550.

    I finally found a log file... unfortunately, it doesn't help me figure out what's wrong... but maybe it will mean something to one of you?
    I [10/Dec/2007:20:23:35 -0500] [Job 11] Adding start banner page "none".
    I [10/Dec/2007:20:23:35 -0500] [Job 11] Adding job file of type application/postscript.
    I [10/Dec/2007:20:23:35 -0500] [Job 11] Adding end banner page "none".
    I [10/Dec/2007:20:23:35 -0500] [Job 11] Queued on "SUTTER_WG" by "kristophermiller".
    I [10/Dec/2007:20:23:35 -0500] [Job 11] Started filter /usr/libexec/cups/filter/pstoappleps (PID 335)
    I [10/Dec/2007:20:23:35 -0500] [Job 11] Started filter /usr/libexec/cups/filter/pstocupsraster (PID 336)
    I [10/Dec/2007:20:23:35 -0500] [Job 11] Started filter /usr/libexec/cups/filter/rastertoepson (PID 338)
    I [10/Dec/2007:20:23:35 -0500] [Job 11] Started backend /usr/libexec/cups/backend/smb (PID 339)
    E [10/Dec/2007:20:23:36 -0500] [Job 11] cgpdftoraster unsupported colorSpace: colorSpace = -1, colorOrder =1, bitsPerColor = 1
    E [10/Dec/2007:20:23:36 -0500] [Job 11] cgpdftoraster: got an error from cupsRasterInterpretPPD
    E [10/Dec/2007:20:23:36 -0500] [Job 11] No pages found!
    E [10/Dec/2007:20:23:36 -0500] PID 338 (/usr/libexec/cups/filter/rastertoepson) stopped with status 1!
    I [10/Dec/2007:20:23:36 -0500] Hint: Try setting the LogLevel to "debug" to find out more.
    E [10/Dec/2007:20:23:36 -0500] [Job 11] Job stopped due to filter errors.

Maybe you are looking for

  • Site CFC's not displaying in component panel

    Hi there. I've created cfc's manually and they do not show up in Dreamweaver's componet panel, nor does the folder they were saved to (also created manually). When I look in the Bindings panel after opening a cfm page that calls a cfc with a query in

  • CHaRM, TMS, Monitoring using WILY Interoscope, Maintenance Optimizer

    Hi Folks, I am in urgent need of the configuration guide of SolMan 4.0. as I want to implement CHaRM, TMS, Monitoring using WILY Interoscope, Maintenance Optimizer. Also clearify the below mention doubts. Scenario: SAP is already implemented and Sol

  • CREATE AN EMPTY FILE ON WINDOWS 2003

    Hi, is it possible to create an empty file with nMb size ? If yes how ? Many thanks.

  • How do i have subsequent fields label and values move down the page dynamic

    how do i have subsequent fields label and values move down the page dynamicly... the field in question "can grow" and can become quite big...overlaping the content of the fileds below...how can i make the fields below this large field move dyanmicall

  • Credit Hold Issue

    Dear All, I am having one issue . I created customer by using Customer interface.. all customers created successfully. but my interface automatically marked all customers Credit hold check to Yes. Now i tried to Marked all of them from back hand upda