Cant see messages in the External Definitions

I'm imporing following wsdl into XI. However I cant see messages and seems to be there is some error in wsdl. Would someone help me please?..
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="urn:services.soap.a2z.com" xmlns:intf="urn:services.soap.a2z.com" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:services.soap.a2z.com">
     <wsdl:types>
          <schema targetNamespace="http://xml.apache.org/xml-soap" xmlns="http://www.w3.org/2001/XMLSchema">
               <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
               <complexType name="mapItem">
                    <sequence>
                         <element name="key" nillable="true" type="xsd:string"/>
                         <element name="value" nillable="true" type="xsd:string"/>
                    </sequence>
               </complexType>
               <complexType name="Map">
                    <sequence>
                         <element maxOccurs="unbounded" minOccurs="0" name="item" type="apachesoap:mapItem"/>
                    </sequence>
               </complexType>
          </schema>
     </wsdl:types>
     <wsdl:message name="exportGroupResponse">
          <wsdl:part name="exportGroupReturn" type="xsd:string"/>
     </wsdl:message>
     <wsdl:message name="importGroupRequest1">
          <wsdl:part name="in0" type="xsd:string"/>
     </wsdl:message>
     <wsdl:message name="importGroupResponse">
          <wsdl:part name="importGroupReturn" type="xsd:string"/>
     </wsdl:message>
     <wsdl:message name="importGroupResponse1">
          <wsdl:part name="importGroupReturn" type="xsd:string"/>
     </wsdl:message>
     <wsdl:message name="importGroupRequest">
          <wsdl:part name="in0" type="xsd:string"/>
          <wsdl:part name="in1" type="apachesoap:Map"/>
     </wsdl:message>
     <wsdl:message name="loadAdaptersResponse">
          <wsdl:part name="loadAdaptersReturn" type="xsd:string"/>
     </wsdl:message>
     <wsdl:message name="loadAdaptersRequest">
  </wsdl:message>
     <wsdl:message name="exportAdapterResponse">
          <wsdl:part name="exportAdapterReturn" type="xsd:string"/>
     </wsdl:message>
     <wsdl:message name="importAdapterRequest1">
          <wsdl:part name="in0" type="xsd:string"/>
     </wsdl:message>
     <wsdl:message name="exportAdapterRequest">
          <wsdl:part name="in0" type="xsd:string"/>
     </wsdl:message>
     <wsdl:message name="importAdapterResponse">
          <wsdl:part name="importAdapterReturn" type="xsd:string"/>
     </wsdl:message>
     <wsdl:message name="exportGroupRequest">
          <wsdl:part name="in0" type="xsd:string"/>
     </wsdl:message>
     <wsdl:message name="importAdapterResponse1">
          <wsdl:part name="importAdapterReturn" type="xsd:string"/>
     </wsdl:message>
     <wsdl:message name="importAdapterRequest">
          <wsdl:part name="in0" type="xsd:string"/>
          <wsdl:part name="in1" type="apachesoap:Map"/>
     </wsdl:message>
     <wsdl:portType name="Adapter">
          <wsdl:operation name="importAdapter" parameterOrder="in0 in1">
               <wsdl:input name="importAdapterRequest" message="impl:importAdapterRequest"/>
               <wsdl:output name="importAdapterResponse" message="impl:importAdapterResponse"/>
          </wsdl:operation>
          <wsdl:operation name="importAdapter" parameterOrder="in0">
               <wsdl:input name="importAdapterRequest1" message="impl:importAdapterRequest1"/>
               <wsdl:output name="importAdapterResponse1" message="impl:importAdapterResponse1"/>
          </wsdl:operation>
          <wsdl:operation name="importGroup" parameterOrder="in0 in1">
               <wsdl:input name="importGroupRequest" message="impl:importGroupRequest"/>
               <wsdl:output name="importGroupResponse" message="impl:importGroupResponse"/>
          </wsdl:operation>
          <wsdl:operation name="importGroup" parameterOrder="in0">
               <wsdl:input name="importGroupRequest1" message="impl:importGroupRequest1"/>
               <wsdl:output name="importGroupResponse1" message="impl:importGroupResponse1"/>
          </wsdl:operation>
          <wsdl:operation name="exportAdapter" parameterOrder="in0">
               <wsdl:input name="exportAdapterRequest" message="impl:exportAdapterRequest"/>
               <wsdl:output name="exportAdapterResponse" message="impl:exportAdapterResponse"/>
          </wsdl:operation>
          <wsdl:operation name="exportGroup" parameterOrder="in0">
               <wsdl:input name="exportGroupRequest" message="impl:exportGroupRequest"/>
               <wsdl:output name="exportGroupResponse" message="impl:exportGroupResponse"/>
          </wsdl:operation>
          <wsdl:operation name="loadAdapters">
               <wsdl:input name="loadAdaptersRequest" message="impl:loadAdaptersRequest"/>
               <wsdl:output name="loadAdaptersResponse" message="impl:loadAdaptersResponse"/>
          </wsdl:operation>
     </wsdl:portType>
     <wsdl:binding name="AdapterServiceSoapBinding" type="impl:Adapter">
          <wsdlsoap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
          <wsdl:operation name="importAdapter">
               <wsdlsoap:operation/>
               <wsdl:input>
                    <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:services.soap.a2z.com"/>
               </wsdl:input>
               <wsdl:output>
                    <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:services.soap.a2z.com"/>
               </wsdl:output>
          </wsdl:operation>
          <wsdl:operation name="importAdapter">
               <wsdlsoap:operation/>
               <wsdl:input>
                    <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:services.soap.a2z.com"/>
               </wsdl:input>
               <wsdl:output>
                    <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:services.soap.a2z.com"/>
               </wsdl:output>
          </wsdl:operation>
          <wsdl:operation name="importGroup">
               <wsdlsoap:operation/>
               <wsdl:input>
                    <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:services.soap.a2z.com"/>
               </wsdl:input>
               <wsdl:output>
                    <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:services.soap.a2z.com"/>
               </wsdl:output>
          </wsdl:operation>
          <wsdl:operation name="importGroup">
               <wsdlsoap:operation/>
               <wsdl:input>
                    <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:services.soap.a2z.com"/>
               </wsdl:input>
               <wsdl:output>
                    <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:services.soap.a2z.com"/>
               </wsdl:output>
          </wsdl:operation>
          <wsdl:operation name="exportAdapter">
               <wsdlsoap:operation/>
               <wsdl:input>
                    <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:services.soap.a2z.com"/>
               </wsdl:input>
               <wsdl:output>
                    <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:services.soap.a2z.com"/>
               </wsdl:output>
          </wsdl:operation>
          <wsdl:operation name="exportGroup">
               <wsdlsoap:operation/>
               <wsdl:input>
                    <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:services.soap.a2z.com"/>
               </wsdl:input>
               <wsdl:output>
                    <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:services.soap.a2z.com"/>
               </wsdl:output>
          </wsdl:operation>
          <wsdl:operation name="loadAdapters">
               <wsdlsoap:operation/>
               <wsdl:input>
                    <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:services.soap.a2z.com"/>
               </wsdl:input>
               <wsdl:output>
                    <wsdlsoap:body use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:services.soap.a2z.com"/>
               </wsdl:output>
          </wsdl:operation>
     </wsdl:binding>
     <wsdl:service name="AdapterService">
          <wsdl:port name="AdapterService" binding="impl:AdapterServiceSoapBinding">
               <wsdlsoap:address location="http://vn15:8000/soap/services/AdapterService"/>
          </wsdl:port>
     </wsdl:service>
</wsdl:definitions>

Hi S T,
in the WSDL there occurs the situation that there are in one prtType multiple operations with the same name (e.g. portType "Adapter" contains two definitions for operation with name "importAdapter". Indeed, the original <a href="http://www.w3.org/TR/wsdl">WSDL specification</a> seems to allow this. However, in <a href="http://www.ws-i.org/Profiles/BasicProfile-1.0-2004-04-16.html">WS-I</a> it is forbidden (see R2304).
Therefore, the Integration Builder does not consider this document to be valid WSDL. This is a little bit tragic, as the portType definitions are not considered by the following steps anyway. A simple workaround would be to delete everything behind the message definitions.
Greetings Stephan

Similar Messages

  • I had just put the finishing touches on my 36 minute documentatary when I got an error message that the external 1TB HD I was using to store the project had been ejected improperly (must have shaken a cord).  The result is that the project would not load

    I had just put the finishing touches on my 36 minute documentatary when I got an error message that the external 1TB HD I was using to store the project had been ejected improperly (must have shaken a cord).  The result is that the project would not load in the edit Projects window.  I can see the file in the finder window and it will launch iMovie but the file itself will not load in the projects window.
    I have contacted apple support and they tried to do a few things... to no available.
    With my limited knowledge of file structures I assume that the header file must be corrupt.
    Is there a 3rd party utility that can decompile and fix the file structure so it will load properly.  I've been working on this project since june and would hate to have to redo the whole thing again.

    I had just put the finishing touches on my 36 minute documentatary when I got an error message that the external 1TB HD I was using to store the project had been ejected improperly (must have shaken a cord).  The result is that the project would not load in the edit Projects window.  I can see the file in the finder window and it will launch iMovie but the file itself will not load in the projects window.
    I have contacted apple support and they tried to do a few things... to no available.
    With my limited knowledge of file structures I assume that the header file must be corrupt.
    Is there a 3rd party utility that can decompile and fix the file structure so it will load properly.  I've been working on this project since june and would hate to have to redo the whole thing again.

  • Cant see message in message monitoring

    Hi everyone,
    I am trying to implement File to JMS but i got stuckup with the monitoring.
    My current status is :
    File got picked and deleted .
    I cant see message in SXMB_MONI for my interface.
    In component monitoring- CC monitoring i can see message against my Comm channel as " Processing started successfull"
                    " Process finised successfully"
                   "Polling interval started length 10.0  seconds"
    I believe  msg says that my CC configuration is correct .
    I have gone through the michal's weblog and I crosschecked entries in SXMB_ADM, and its is perfect.
    What could be the reason of this error?
    thanks,
    Gaurav
    Message was edited by:
            gaurav sharma

    Hi Everyone,
    thanks for your reponse,
    I have gone through the message monitoring and i cant see any message in it .
    When i gone to Component Monitoring-> Communication Channel monitoring
    I can see message against my CC as :
    Communication channel is correctly configured  and started.
    and in processing details i can see the message i described above.
    One more thing i observed here :
    In processing details i see the message for every minute, while doing my CC config i have made file mode as DELETE and file gets deletd from folder then why there is message for every minute ???
    any idea ???
    thanks,
    Gaurav

  • HT1331 cant see disks in the airport extreme setup

    cant see disks in the airport extreme "partions" to set up, tried different disks, cables, restart, etc, bottom line the extreme does not see any attached external hard drives, any ideas?
    Cheers
    Michael

    Checklist:
    1)  The drive must be formatted in Mac OS Extended (Journaled). Unless the documentation with your drive specifically states this fact, the drive is very likely pre-formatted for Windows, which will not work on the AirPort Extreme. Use Disk Utility on your Mac to reformat the drive.
    2)  Even if the drive is formatted correctly, the USB port on the Extreme is underpowered....so it is often necessary to use a powered USB hub with the Extreme.....even if your hard drive has its own power supply.
    3)  The hard drive will not "show up" on the desktop the way that drive that is connected directly to the Mac will do. You must click on the AirPort Extreme icon under the SHARED heading in the Finder, then double click the folder representing the drive to mount it on the desktop.

  • Cant see methods of the class

    Hello,
    I am using NetBeans IDE for development. Problem is that, I cant see the methods of the class. I have imported the required class, I have created its reference as public and static. and I have created its object inside the constructor.
    Now, when I type '.' [dot] in front of object created, netBeans displays the list of available methods. But it doesnt show all the methods. What might be the problem? If anything unclear to you, please ask me.
    Thanks and regards.

    Thanks! Following is the sample code snippet. This class is compiled successfully and also its getting executed very well. I am using this code in my project.
    import javax.swing.tree.*;
    import javax.swing.*;
    import java.io.*;
    public class MyTree {
        public static DefaultTreeModel model;
        public static JTree myTree;
        public MyTree() {
            DefaultMutableTreeNode root = new DefaultMutableTreeNode("ROOT");
            model = new DefaultTreeModel(root);
            model.setAsksAllowsChildren(true);
            myTree = new JTree(model);
            myTree.setShowsRootHandles(false);
            JScrollPane jScrollPane3 = new JScrollPane(myTree);       
    }1) model.setAsksAllowsChildren(true);
    No compile time error, No rutime error/exception. But when I type '.' [dot] in front of model, I cant see this method in the list displayed.
    2) myTree.setShowsRootHandles(false);
    Same case with this also.
    i.e. I am using both setAsksAllowsChildren() and setShowsRootHandles() methods, but I cant see them in the dropDownList displayed by typing '.' after corresponding objects i.e model and myTree respectievly.
    hope this will clear the problem.

  • Time Machine will not let me restore from recent backups.  I can see them on the external drive but will not restore sooner that June of 2013!  Any suggestions?

    Time Machine will not let me restore from recent backups.  I can see them on the external drive but will not restore sooner that June of 2013!  Any suggestions?

    All I can suggest is that you open that file on the MBA and save it as a new file, then see if you can open the new one on the iMac.

  • TS2755 cant send message when the 3G is on ?!

    cant send message when the 3G is on ?!
    unless i turn off the 3G the message wont be sent ,i called my service company for assitance , they sent to me an activation message for the SMS and asked me to reset the network settings , the problem still exits , i need you help please .

    (red exclamation mark ! ) not delivered , but i can recive sms and make calls normally , i just can't send sms unless i turn the 3G off  , everything was fine till 3 days ago this problem started to happen .

  • How do you purchase a ringtone? i have enabled 'ringtones' in the 'general' section of itunes preferences and i am connected to the internet but i just cant see where in the itunes store to click once i am at the song i want to turn into a ringtone. help!

    how do you purchase a ringtone? i have enabled 'ringtones' in the 'general' section of itunes preferences and i am connected to the internet but i just cant see where in the itunes store to click once i am at the song i want to turn into a ringtone. help!

    You don't
    You have to create a ringtones.  Google will find several ways to do this.
    I use Garageband.
    How to create custom ringtones in GarageBand 4.1.1
    You can also use itunes:
    Make free iPhone ringtones in iTunes 10

  • I cant see myself on the screen during video calls...

    I cant see myself on the screen during video calls on Windows. What I have to do?

    When you are on a video call, you may see a very small picture-in-picture window (thumbnail size). This is the picture of yourself. Click on it and it will be enlarged.

  • Cant see hebrew on the unix os

    hi!
    when i am spooling a file on unix and selecting data from a table contains hebrew charecter's data, i get a file full of ??????????? instead of hebrew.
    spool try.txt
    select 'name - ' || NAME
    from names_tb
    spool off;
    brings out:
    name - ????? ????
    name - ???? ????????
    when i sending the file to the windows os it still with ????????? instead of hebrew.
    the thing is that i do have hebrew on the unix server (i can see hebrew, just not from the db).
    does any one have a clue what i need to install / change in the server/db in order to see hebrew from the db?

    hi, that solved our problem, thanks.
    now, we have another problem, I do not know if this is the right place to ask, but i will try:
    We moved a critical part of our system (coded in java) to unix from windows.
    while running, for some results the processes insert messages to the db (oracle 10g on the same machine). The error message are being taken from a resource file
    (txt which contains CODE=message). the error message are in hebrew, but they are being inserted as ??????????? ??????? insted of hebrew to the db.
    some facts:
    1) We discovered that hebrew that coded directly in the java src "System.out.println("some hebrew words")" is being shoed as ??????????? on our unix too, but
    when we insert it to the db we can see it well.
    2) When we take the hebrew from the resource file (we can see it well in the unix) we cant understand it in the db.

  • Issue while importing the WSDL file in the External Definitions - PI 7.0

    Dear all Experts
    After importing the WSDL file in the external External Definitions we are not able to view the " name and namespace " in the messages tab.
    Request you to advise on the issue.
    We are using the PI 7.0
    Regards
    Machindra Patade

    Dear All
    Got the answer"
    The problem is in the namespace description LENGTH,
    Note the following restrictions for XI or PI installations:
    ·         Maximum length of repository namespaces and XML namespaces: 60 Characters. Due to this restriction, the import of XSD files and WSDL files prepares difficulties as an external definition; you can solve these difficulties using Note 901988.
    ·         Maximum length of object names in the Integration Repository and Integration Directory: 120 characters
    As of SAP NetWeaver Process Integration 7.10 Support Package 7, the enhancement of the maximum length of namespaces to 255 is supported in the configuration and runtime.
    Please check the below SAP 2 notes in regards to above mail.
    SAP Note 901988 - Integration Builder: Namespace of external definitions
    SAP Note 870809 - Integration Builder: Length of namespaces and object names

  • Generating Proxy in SAP620 for message interfaces with External definitions

    Hi,
         We need to generate ABAP proxy in SAP 6.20 for a message interface(XI 3.0) based on WSDL definition.As it is not possible to generate the proxies for WSDL in SAP 620,we installed APPINT620(level 5).Still we are unable to generate the proxy.Any ideas to solve this issue?
    Thanks in millions,
    S.Banukumar

    Hi,
    We have done a workaround to define the SAP(inbound/outbound) message interfaces manually as a copy of external definition structures.Based on the manually defined message interfaces,we could generate the proxy.By this way we could solve the problem.
    Thanks,
    S.Banukumar

  • Is there way to see messages in the JMS in GlassFish?

    I sent message to JMS, but how can I confirm the JMS queue has the message?
    Is there way to see through such as GlassFish console?
    At least I want to see how many messages in the queue.
    Thanks

    I'm not sure about GF console but under $IMQ_HOME/demo/applications/qbrowser there is a qbrowser app that you may find usefull.
    Also there is imqcmd command. You could use it to query the broker and your destinations.
    Tom

  • Why have Link previews been moved to the bottom of the page? I have a toolbar on my my site and my users cant see it because the link preview is obscuring it...

    Well as I can see from other questions asked people are already aware that when you hover over a link the link preview appears at the bottom of the page instead of the status bar.
    Other people have said to install https://addons.mozilla.org/firefox/addon/status-4-evar/
    Well thats fine for me to do that but what about the users who come to my site and cant see my toolbar at the bottom because the link preview (with a long URL) is obscuring it? I cant tell them to go and install an addon, what bright spark thought of this I find it very disrupting.

    As far as I know, [https://addons.mozilla.org/firefox/addon/classicthemerestorer/ the Classic Theme Restorer add-on] is the only way move the Reload button outside the address bar.
    # Install [https://addons.mozilla.org/firefox/addon/classicthemerestorer/ Classic Theme Restorer] and restart Firefox when prompted.
    # Open the Add-ons Manager (Ctrl+Shift+A; Mac: Command+Shift+A), then the Extensions category.
    # Next to Classic Theme Restorer, click the Options button.
    # On the Main tab, make sure "Movable back-forward button" and "Hide urlbars stop & reload buttons" are checked. You might also want to check "Combine stop & reload buttons". Close the options window when done.
    # Right-click an empty area of the tab bar and choose Customize.
    # Drag the Back/Forward, Stop and Reload buttons onto the navigation toolbar.
    # Click the Exit Customize button in the lower right corner when done.
    That being said, I should point out that you can reload pages in other ways.
    * Right-click any tab and choose Reload.
    * Right-click an empty area of the page and choose Reload.
    * Press F5.
    * Press Ctrl+R (Mac: Command+R).

  • Curve clearing messages on the device, only see messages from the last two days

    A few 8310's I have here are flushing the message box messages from the device even though the "keep messages" option is set for 6 months.  These devices were deployed in April and now are wiping all messages up until 2 days ago.
    The owners of the device claim that there is pleanty of free space - and that is not the issue. I don't have the free space numbers, but i'm working on that. 
    details:
    BB 8310
    BES Exchange
    mailboxes with delegates (delegates are NOT deleting messages from mailbox)
    any thoughts?
    LGML.

    Chances are that you have filled up the storage on the bberry with cached web pages, attachments, etc.  Periodically you should clear all the temp files out by pulling the battery and restarting the berry.  If you go to Options/Status you will see how much free file space you have; it should be above 3MB.  When the berry runs short, it starts deleting messages.
    --pb

Maybe you are looking for

  • Help! iTunes is making my iMac act like a Windows machine!

    Here is the basic problem: Some songs will not play properly in iTunes, pausing often and causing the spinning beach ball of death to freeze my iMac for 5 to 10 minutes at a time, sometimes longer. I am also having problems ripping those songs to a C

  • Fire wire 800 and the 24" imac

    I'm strongly considering purchasing a 24" iMac. I see that a lot of people are having problems using their 800 port with external hard drives. I was wondering if anyone out there has had any success using it? The main reason that i'm buying the 24" i

  • How can I remove a person's face from a photo and then replace the spot with a person's face from another photo?

    How can I remove a person's face from a photo and then replace the spot with a person's face from another photo?

  • Corrupt data?

    Hi, When looking in the table in the database the following values are displayed: 31365080 14495080 When displaying the value in the sql editor with following code: select to_char(acis_uid) into v_test from h_ct_acq_iss where acis_nbseq = '875' and a

  • Lost + and - when adding custom book images

    How do I go about getting the + and - signs that are the default in the TOC to the left of the open and closed book images? They were there with the default skin book images, though when I changed to a custom open and closed book graphic (both same s