Error in getting details from Bapi BAPI_ALM_ORDER_GET_DETAIL

Hi,
I have created Maintenance order by using the bapi BAPI_ALM_ORDER_MAINTAIN.I have used BAPI_ALM_ORDER_GET_DETAIL to get the created maintenance order details.
i have given the Maintenance order no(4000030) as input for this BAPi(BAPI_ALM_ORDER_GET_DETAIL ).I got the error as "Error reading the 4000030 order in the document table".
Please any one give me the solution for this and how to get the details for the created maintenance order.
Thanks,
guru.

Hi ,
In my case the problem is the data is not saving into SAP.I have used customized bapi.
I think it will be  the same problem for you.Afterusing  this Bapi BAPI_ALM_ORDER_GET_DETAIL you need to commit it inorder to save the data into SAP.So you have to use BAPI_TRANSACTION_COMMIT.
If you are calling the BAPi BAPI_ALM_ORDER_GET_DETAIL from  xMII , the data will not save in SAP even though you use COMMIT bapi.In that case you need to use Customized Bapi.
Thanks
guru.

Similar Messages

  • Error in Getting Details from SAP by BAPI_MATERIAL_GET_DETAIL

    Hi All,
    I am trying to get the material info from SAP by webDynPro.
    My Input Parameter is Material(IMPORT PARAMETER) and out put is Matrial_general_data(EXPORT PARAMETER).
    In the implementation of method in
    wdDoInit().
    Bapi_Material_Get_Detail_Input input = new Bapi_Material_Get_Detail_Input();
        wdContext.nodeBapi_Material_Get_Detail_Input().bind(input);
    what is the object I have to initiate for material Parameter.
    //for input data Material     
        Matnr bapimat = new Matnr();
    I tried in different way I am getting error.
    Thanks & Regards,
    Ram

    Hi Srinivasa,
             What is the error you are getting?Did you try setting in all the values required for the Input paramater fields and structures?
    Regards,
    Uma.

  • 'Document does not contain any items' error while posting GR from BAPI

    Hello Friends,
    I am trying to post GR from BAPI 'BAPI_GOODSMVT_CREATE' but some time it post successful and some time it does not post..gives error 'Document does not contain any items'....i have search all option but did not get any solution why this error is coming....kindly help me if you have any information regarding that.
    The strange thing is i have alrady posted GR with some test data and later on again am trying to post GR with same test data but it is giving error as above.
    For your information...i am using enhancement spot in standard program for GR posting...could it give any problem.
    Regards,
    Rajkishor.

    Solved by my self...problem was i were using enhancement spot in standard program because of this it was creating problem have search new enhancement spot and put my code out there now it is working fine.
    Thanku very much all of you for your reply.

  • Send value to BAPI and and get value from BAPI on VB 6.0

    Hi All,
    I want to connect SAP and send some values and get some results from BAPI with Visual Basic 6.0
    I connected SAP successfull But I didn't send value to BAPI.
    I want to connect SAP with BAPI_MATERIAL_GET_ALL BAPI and I want to send u2018000000000000980010u2019  parameter. So I want get the result from BAPI.
    Could anyone help me about send and get value BAPI with VB 6.0?
    Thanks in advanced
    captivator
    Edited by: captivator on Dec 10, 2010 4:24 PM

    Hi Dinesh,
    My full code is below.
    I'm getting error when "Set obj = ctlLogon.GetSAPObject("BAPI_MATERIAL_GET_ALL")" code line is working.
    Error : Script error in module line 30:(10091) ActiveX Automation:no such property or method
    Have you got any idea?
    Thanks in advanced.
    Esat
         Set ctlLogon = CreateObject("SAP.LogonControl.1")
         Set sapConnection = ctlLogon.NewConnection
         sapConnection.User = "user"
         sapConnection.Client = "120"
         sapConnection.Password = "1q2w3e4r"
         sapConnection.ApplicationServer = "xxxxxx"
         sapConnection.Language = "EN"
         sapConnection.SystemNumber = "00"
         booReturn = sapConnection.Logon(0, True)
         If booReturn <> True Then
              gSAPConnect = False
         Else
              gSAPConnect = True
         End If
         If booReturn Then
          'MsgBox "Logged On successfullyu2026"
          Debug.Print"Logged On successfullyu2026"
         End If
    Dim obj As Object
    Dim return As Object
    Set obj = ctlLogon.GetSAPObject("BAPI_MATERIAL_GET_ALL")
    Set return = ctlLogon.DimAs(obj, "000000000000980010", "RETURN")

  • Error while getting  image from database in SUP using ios?

    Hi All,
      Im developing native iOS application using sup 2.1.3 . Im getting error While retrieving  image from SUP database. Here i'm trying to get image from database and show in imageView.can any one help me how to fix this issue?
    In database image datatype is  'LONG Binary' .
    My table Schema:
    CREATE TABLE dba.ImagesTable (
    RowID INT NOT NULL,
    ImageName VARCHAR(20) NOT NULL,
    PhotoData LONG BINARY NOT NULL,
    IN SYSTEM
    ALTER TABLE dba.ImagesTable
      ADD CONSTRAINT ASA137 PRIMARY KEY CLUSTERED (RowID)
    ALTER TABLE dba.ImagesTable
      ADD CONSTRAINT ASA138 UNIQUE NONCLUSTERED (RowID)
    in Xcode:
                [SUP107SUP107DB synchronize];
                SUP107ImagesTable *imgTable =[[SUP107ImagesTable alloc]init];
                SUP107ImagesTableList *list =[SUP107ImagesTable findAll];
                SUP107ImagesTable * oneRecord =[list objectAtIndex:0];
                NSLog(@"rowId:%d---imageName:%@---photoData:%@---photoLenght:%d",oneRecord.rowID,oneRecord.imageName,oneRecord.photoData,oneRecord.photoDataLength);
                NSData *tempData =[[NSData alloc]init];
                SUPBigBinary *responseBinaryData = (SUPBigBinary *)oneRecord.photoData.value;
                @try {
                    [responseBinaryData openForWrite:[oneRecord.photoData length]];
                    [responseBinaryData write:tempData];
                @catch (NSException *exception) {
                    NSLog(@"exception: %@",[exception description]);
                UIImageView *imgView =[[UIImageView alloc] initWithFrame:CGRectMake(50,50,100,100)];
                [self.window addSubview:imgView];
                UIImage * tempImage =[UIImage imageWithData:tempData];
                imgView.image = tempImage;
                [responseBinaryData close];
    Error Log:
    2014-04-02 18:42:15.150 SUP102[2873:70b] rowId:1---imageName:Apple---photoData:SUPBigBinary: column=c pending=1 allow_pending_state=1 table=sup107_1_0_imagestable mbo=0x0 key=(null) ---photoLenght:90656
    Printing description of responseBinaryData:
    <OS_dispatch_data: data[0xc891b40] = { leaf, size = 90656, buf = 0x1213a000 }>
    2014-04-02 18:42:33.304 SUP102[2873:70b] -[OS_dispatch_data openForWrite:]: unrecognized selector sent to instance 0xc891b40
    2014-04-02 18:42:33.305 SUP102[2873:70b] exception: -[OS_dispatch_data openForWrite:]: unrecognized selector sent to instance 0xc891b40
    2014-04-02 18:42:33.305 SUP102[2873:70b] -[OS_dispatch_data close]: unrecognized selector sent to instance 0xc891b40
    2014-04-02 18:42:33.306 SUP102[2873:70b] [ERROR] [AppDelegate.m:497] NSInvalidArgumentException: -[OS_dispatch_data close]: unrecognized selector sent to instance 0xc891b40

    This thread talks about uploading image to SAP from a IOS device,Sending Image to SAP via iOS Native app (SUP 2.1.3)
    Midhun VP

  • How can we get the field details from bapi

    I am having one BAPI_BCA_ACCOUNTAM_GET_LIST
    There is BAPIBCA_DTE_BANKKEY one structure inside the above BAPI.
    From this I need to retrive BANK_CODE and ACCOUNT_NUMBER fileds.
    How can I write the code for this retriving data.

    In which SAP version you are working on? It doesn't exist in my system ECC 6

  • How do i fix an error when getting apps from app store

    I sometimes get an error after trying to buy an app or a free app or even updating, and just before I enter my Apple ID password. Here's a screenshot of the error message. I wonder if anyone can help me fix this.

    Thank you J Hermans, my problem actually is, that error message comes up when I try to install any app from the
    appstore. I have that tangram! installed too.
    At first the message was just like "tangram! Could not be purchased....." when i tried to update a different app. Then every time that I try to get an app from the appstore, the message adds up like "tangram! and 1 other item.....". Then "tangram! And 2 other items..." and so on..

  • Error in value returned from BAPI

    Hi,
             I have created a RFC model for the BAPI. This has many nodes as context. In my scenario, I have like this.
    <b>Node A
      Node B ( Model node)
      Var C  (Model variable)</b>
    When I execute the BAPI, I get size for Node A as 1 but node B as zero. But this is not the case if I execute the BAPI directly from SAP GUI. I get output in both nodes with same inputs. I couldn't trace the problem why I don't get any value in other node. It returns null pointer exception. Kindly help me out.
    Regards,
    Harini S

    Hi,
       This is the snippet.     
    String stLow = wdContext.nodeDl_Head().currentDl_HeadElement().getKunnr();
    wdContext.nodeOutputCusContact().invalidate();
    wdContext.nodeContactaddressdata().invalidate();
    // Execute BAPI in getCustomerContactList method
    wdThis.wdGetCO_GenerateappController().getCustomerContactList(stLow);
    wdComponentAPI.getMessageManager().reportSuccess("Cont:"+ wdContext.nodeContactaddressdata().size());
    wdComponentAPI.getMessageManager().reportSuccess("Out:"+ wdContext.nodeOutputCusContact().size());
    The BAPI gets executed successfully since we r getting values for other nodes in the same main node. Only one particular node gives this problem.
    wdContext.nodeContactaddressdata().size() returns 0. Any get on that node causes null pointer exception. Please guide me.
    Regards,
    Harini S

  • "Download error" when getting songs from iTunes on iPod touch 2G

    Hi all. Recently I've been getting a "Download Error. Tap to retry" message when I'm downloading songs from iTunes on my iPod Touch. It doesn't always happen, but seems to happen most if I leave the Download screen before the song is done downloading and processing. Even though it says "Tap to retry", when I do that, it just errors again. This continues, with frequent pop-up prompts asking for my iTunes password, until I connect my Touch back to iTunes.
    I was curious if other people had the same problem and if there is a fix for this or if I just need to stay on the download screen until the song is done.
    I have a 32gig iPod Touch 2nd Gen with the latest OS.
    Thanks for any info.

    Basics from the manual are:
    Restart, reset, restore
    http://manuals.info.apple.com/enUS/iPod_touch_3.1_UserGuide.pdf

  • J2ME error to get value from variable in another class

    hi,,
    i write code for a mobile application like a tour guide..
    i had create 5 class for this application, KutaBeachDictionary MIDlet class, ListMainMenu List class, ListMenuHotel List class, HotelDes01 Form class and the last Hotel class that store all information.
    the problem is, i have [choose] variable in ListMenuHotel that contain getSelectedIndex() value, i want to take [choose] value from ListMenuHotel class to [index] variable in HotelDes01, so it determine the name of hotel that will display in form.but the index always 0 although i had choosen different menu from ListMenuHotel..
    here is all code
    in MIDlet class
    import javax.microedition.lcdui.Alert;
    import javax.microedition.lcdui.Display;
    import javax.microedition.lcdui.Displayable;
    import javax.microedition.midlet.MIDlet;
    public class KutaBeachDictionary extends MIDlet {
        public KutaBeachDictionary() {
            lstMenuUtama = new ListMenuUtama(this);
            lstMenuHotel = new ListMenuHotel(this);
            htlDes1 = new HotelDes01(this);
            frmLoading = new FormLoading(this);
        public Display getDisplay() {
            return Display.getDisplay(this);
        public void exitMIDlet() {
            switchDisplayable(null, null);
            destroyApp(true);
            notifyDestroyed();
        public void startApp() {
            if (midletPaused) {
                resumeMIDlet();
            } else {
                initialize();
                startMIDlet();
            midletPaused = false;
            getDisplay().setCurrent(frmLoading);
            new Thread(frmLoading).start();
            frmLoading.done = false;
            frmLoading.gLoading.setValue(0);
        public void pauseApp() {
            midletPaused = true;
        public void destroyApp(boolean unconditional) {
        private boolean midletPaused = false;
        public ListMenuHotel lstMenuHotel;
        public ListMenuRestaurant lstMenuRestaurant;
        ListMenuUtama lstMenuUtama;
        FormAbout frmAbout;
        public HotelDes01 htlDes1;
        FormLoading frmLoading;
    }the code in ListMenuHotel
    import java.io.IOException;
    import javax.microedition.lcdui.Command;
    import javax.microedition.lcdui.CommandListener;
    import javax.microedition.lcdui.Display;
    import javax.microedition.lcdui.Displayable;
    import javax.microedition.lcdui.Image;
    import javax.microedition.lcdui.List;
    import javax.microedition.lcdui.Ticker;
    public class ListMenuHotel extends List implements CommandListener {
        Hotel objHotel = new Hotel();
        ListMenuHotel(KutaBeachDictionary run) {
            super("List Hotel", List.IMPLICIT);
            this.run = run;
            try {
                btnImage = Image.createImage("/btnImage.png");
            } catch (IOException e) {
            tickerMenu = new Ticker("Daftar Hotel di Pantai Kuta Bali");
            setTicker(tickerMenu);
            for (int i = 0; i < objHotel.namaHotels.length; i++) {
                append(objHotel.namaHotels, btnImage);
    addCommand(new Command("Select", Command.OK, 0));
    addCommand(new Command("Back", Command.BACK, 0));
    setCommandListener(this);
    public void commandAction(Command cmd, Displayable dsp) {
    if (cmd == SELECT_COMMAND) {
    choose = getSelectedIndex();
    Display.getDisplay(run).setCurrent(run.htlDes1);
    switch (cmd.getCommandType()) {
    case Command.BACK:
    Display.getDisplay(run).setCurrent(run.lstMenuUtama);
    break;
    public int getChoose() {return choose;}
    private KutaBeachDictionary run;
    private Image btnImage;
    private Ticker tickerMenu;
    private int choose;
    the code in HotelDes01 Form classimport java.io.IOException;
    import javax.microedition.lcdui.Command;
    import javax.microedition.lcdui.CommandListener;
    import javax.microedition.lcdui.Display;
    import javax.microedition.lcdui.Displayable;
    import javax.microedition.lcdui.Form;
    import javax.microedition.lcdui.Image;
    import javax.microedition.lcdui.ImageItem;
    public class HotelDes01 extends Form implements CommandListener {
    private KutaBeachDictionary run;
    private int index;
    private Hotel isiHotel = new Hotel();
    public HotelDes01(KutaBeachDictionary run) {
    super("Inna Kuta Hotel");
    index = run.lstMenuHotel.getChoose(); //here is the problem..the value remain 0 althought i choose another??!!
    this.run = run;
    Image imgHotel = null;
    String namaHotel = "\n" + isiHotel.namaHotels[index] + "\n";
    try {
    imgHotel = Image.createImage("/HotelImage/interface/htlDes1.png");
    } catch (IOException e) {
    append(new ImageItem(null, imgHotel, ImageItem.LAYOUT_CENTER, null));
    append(namaHotel);
    addCommand(new Command("Back", Command.BACK, 0));
    setCommandListener(this);
    public void commandAction(Command cmd, Displayable dsp) {
    switch (cmd.getCommandType()) {
    case Command.BACK:
    Display.getDisplay(run).setCurrent(run.lstMenuHotel);
    break;
    can someone fix the code,, i had tried so many ways,,but completely failure.. T_T
    Edited by: diaca on Mar 22, 2010 7:55 AM
    Edited by: diaca on Mar 22, 2010 8:01 AM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    hei bro,i had solved the problem :)
    the problem is , i had constructed the form of hotelDes01 each time the program starting with this code
    public class KutaBeachDictionary extends MIDlet {
        public KutaBeachDictionary() {
            //.. declaring several new object
            htlDes1 = new HotelDes01(this);
        //..another procedure like startApp, pauseApp, etc
    public HotelDes01 htlDes1;
    }i think if i declare this class in the beginning it never updated the index value
    so i delete the code above, and i declare the htlDes1 in the listMenuHotel like this:
    public class ListMenuHotel extends List implements CommandListener {
        //..several code just like before
    public void commandAction(Command cmd, Displayable dsp) {
            if (cmd == cmdSelect) {
               objHotel.setChoose(getSelectedIndex()); //i change the code like this
               showInformation();
            if (cmd == cmdBack) {
                Display.getDisplay(run).setCurrent(run.lstMenuUtama);
        public void showInformation() {
            HotelDescription htlDes1 = new HotelDescription(run); //reconstruct the object in the class ListMenuHotel
            Display.getDisplay(run).setCurrent(htlDes1); //display the object
        }so the form of hotelDes01 now always reconstruct whenever user change the election in ListMenuHotel class and now index value get updated.. :D
    thanks for trying to fix the code qnat..
    this is my coursework, so i get to finish it ASAP..

  • Error in Getting Response From Server

    Hi,
    I am getting the following error when i call a remote method of java class using lcd's:
    RPC Fault faultString="[MessagingError
    message='Destination 'loginService' either does not
    exist or the destination has no channels defined(and the
    application does not define any default channels.)']"
    faultCode="InvokeFailed" faultDetail="Couldn't establish
    a connection to 'loginServlet'"
    Can anybody resolve this problem.
    Regards,
    Naveen.

    Hi,
    I am getting the following error when i call a remote method of java class using lcd's:
    RPC Fault faultString="[MessagingError
    message='Destination 'loginService' either does not
    exist or the destination has no channels defined(and the
    application does not define any default channels.)']"
    faultCode="InvokeFailed" faultDetail="Couldn't establish
    a connection to 'loginServlet'"
    Can anybody resolve this problem.
    Regards,
    Naveen.

  • Error in getting cube from BC (BW 7.0)

    hello.
    when i try to copy cube from bw content it display error:
    You attempted to use a 'NULL' object reference (points to 'nothing')
    access a component (variable: " ").
    An object reference must point to an object (an instance of a class)
    before it can be used to access components.
    Either the reference was never set or it was set to 'NULL' using the
    CLEAR statement.
    Analyze:
        Program                               CL_RSD_IOBJ_VERS==============CP
        Include                                 CL_RSD_IOBJ_VERS==============CM01M
        Line                                  25
        Type                              (METHOD)
        Name                              AFTER_ACTIVATION_DB
    code fragment:
      IF n_s_iobj-atronlyfl <> i_r_vers_a->n_s_iobj-atronlyfl AND
         n_s_iobj-iobjtp    <> rsd_c_objtp-keyfigure.
    whats wrong with that? is any solution to solve problem.
    thank you.

    Hi
    Go to inof source tab :select ur info source.
    Extend : Transfer_Structure/Transfer_Rules tab
    activate
    OR
    Use program " RS_TRANSTRU_ACTIVATE_ALL " with parameter infosource name u want to activate . It will activate transfer rules without asking for request.
    Thanks
    Ajay

  • Error in getting Username from UserPrincipal in WSRP Producer

    Hi,
    In WSRP Producer,we are trying to get the the username from the UserPrincipal which was sent by the consumer.
    String userID = this.getRequest().getUserPrincipal().getName();
    I'm getting an Null pointer exception in one of the Producer but the same kind of code is working in other producer.
    The two producers are in different domains. And the Consumer is same for the both Producers.
    Could anybody help me to find out what went wrong. ?
    Thanks,
    Mohan

    Hello,
    It is likely that your two producers are configured differently for security (SAML). For the producer that isn't working, it is likely that you just need the proper entries in your key store to get it to work. Look at the key store for the producer that is working, and try to ensure the other producer is similarly configured.
    Kevin

  • Error when getting port from service

    I've got a problem....I've succesfully created a ws client .....
    here is the wsdl:
    <?xml version="1.0" encoding="UTF-8"?>
    <!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is Oracle JAX-WS 2.1.4. -->
    <!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is Oracle JAX-WS 2.1.4. -->
    <definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://impl.complaint.ws.sepadb.nkbm.si/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://impl.complaint.ws.sepadb.nkbm.si/" name="ComplaintWsImplService">
         <import namespace="nkbm.si/2010/06/16/sepadb/Complaint/Operation" location="http://kakadu:7080/SEPADB_Ugovor/SEPADB/Spremljava/Ugovor?wsdl=1"/>
         <binding xmlns:ns1="nkbm.si/2010/06/16/sepadb/Complaint/Operation" name="ComplaintWsImplPortBinding" type="ns1:PortType">
              <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
              <operation name="BrowseComplaints">
                   <soap:operation soapAction="nkbm.si/2010/06/16/sepadb/Complaint/Operation/BrowseComplaints"/>
                   <input>
                        <soap:body use="literal"/>
                   </input>
                   <output>
                        <soap:body use="literal"/>
                   </output>
              </operation>
              <operation name="UpdateComplaints">
                   <soap:operation soapAction="nkbm.si/2010/06/16/sepadb/Complaint/Operation/UpdateComplaints"/>
                   <input>
                        <soap:body use="literal"/>
                   </input>
                   <output>
                        <soap:body use="literal"/>
                   </output>
              </operation>
         </binding>
         <service name="ComplaintWsImplService">
              <port name="ComplaintWsImplPort" binding="tns:ComplaintWsImplPortBinding">
                   <soap:address location="http://kakadu:7080/SEPADB_Ugovor/SEPADB/Spremljava/Ugovor"/>
              </port>
         </service>
    </definitions>
    and the shchema http://kakadu:7080/SEPADB_Ugovor/SEPADB/Spremljava/Ugovor?wsdl=1
    <?xml version='1.0' encoding='UTF-8'?><!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is Oracle JAX-WS 2.1.4. --><wsdl:definitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:schema="nkbm.si/2010/06/16/sepadb/Complaint/Operation" xmlns:tns="nkbm.si/2010/06/16/sepadb/Complaint/Operation" name="" targetNamespace="nkbm.si/2010/06/16/sepadb/Complaint/Operation">
         <wsdl:types>
              <xsd:schema targetNamespace="nkbm.si/2010/06/16/sepadb/Complaint/Operation">
                   <xsd:include schemaLocation="http://kakadu:7080/SEPADB_Ugovor/SEPADB/Spremljava/Ugovor?xsd=8" />
              </xsd:schema>
         </wsdl:types>
         <wsdl:message name="BrowseComplaintsRequestMessage">
              <wsdl:part name="body" element="schema:BrowseComplaintsRequest" />
         </wsdl:message>
         <wsdl:message name="BrowseComplaintsResponseMessage">
              <wsdl:part name="body" element="schema:BrowseComplaintsResponse" />
         </wsdl:message>
         <wsdl:message name="UpdateComplaintsRequestMessage">
              <wsdl:part name="body" element="schema:UpdateComplaintsRequest" />
         </wsdl:message>
         <wsdl:message name="UpdateComplaintsResponseMessage">
              <wsdl:part name="body" element="schema:UpdateComplaintsResponse" />
         </wsdl:message>
         <wsdl:portType name="PortType">
              <wsdl:operation name="BrowseComplaints">
                   <wsdl:input name="BrowseComplaintsInput" message="tns:BrowseComplaintsRequestMessage" />
                   <wsdl:output name="BrowseComplaintsOutput" message="tns:BrowseComplaintsResponseMessage" />
              </wsdl:operation>
              <wsdl:operation name="UpdateComplaints">
                   <wsdl:input name="UpdateComplaintsInput" message="tns:UpdateComplaintsRequestMessage" />
                   <wsdl:output name="UpdateComplaintsOutput" message="tns:UpdateComplaintsResponseMessage" />
              </wsdl:operation>
         </wsdl:portType>
         <wsdl:binding name="Binding" type="tns:PortType">
              <wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" />
              <wsdl:operation name="BrowseComplaints">
                   <wsdlsoap:operation soapAction="nkbm.si/2010/06/16/sepadb/Complaint/Operation/BrowseComplaints" />
                   <wsdl:input name="BrowseComplaintsInput">
                        <wsdlsoap:body use="literal" />
                   </wsdl:input>
                   <wsdl:output name="BrowseComplaintsOutput">
                        <wsdlsoap:body use="literal" />
                   </wsdl:output>
              </wsdl:operation>
              <wsdl:operation name="UpdateComplaints">
                   <wsdlsoap:operation soapAction="nkbm.si/2010/06/16/sepadb/Complaint/Operation/UpdateComplaints" />
                   <wsdl:input name="UpdateComplaintsInput">
                        <wsdlsoap:body use="literal" />
                   </wsdl:input>
                   <wsdl:output name="UpdateComplaintsOutput">
                        <wsdlsoap:body use="literal" />
                   </wsdl:output>
              </wsdl:operation>
         </wsdl:binding>
         <wsdl:service name="Service">
              <wsdl:port name="Port" binding="tns:Binding">
                   <wsdlsoap:address location="" />
              </wsdl:port>
         </wsdl:service>
    </wsdl:definitions>
    here is the code to generate the webservice:
    ComplaintWsImplService service= new ComplaintWsImplService(new URL("http://kakadu:7080/SEPADB_Ugovor/SEPADB/Spremljava/Ugovor?wsdl"),new QName("http://impl.complaint.ws.sepadb.nkbm.si/", "ComplaintWsImplService"));
    PortType port=service.getComplaintWsImplPort();
    but when I try to call the upper code I get the error
    15.7.2010 15:57:55 com.sun.xml.ws.server.sei.EndpointMethodHandler invoke
    SEVERE: weblogic.wsee.wsdl.WsdlException: Must attribute 'location' notfound in element 'address
    javax.xml.ws.WebServiceException: weblogic.wsee.wsdl.WsdlException: Must attribute 'location' notfound in element 'address
         at weblogic.wsee.jaxws.framework.jaxrpc.client.ClientEnvironmentFactory.getWsdlDef(ClientEnvironmentFactory.java:170)
         at weblogic.wsee.jaxws.framework.jaxrpc.EnvironmentFactory.getService(EnvironmentFactory.java:429)
         at weblogic.wsee.jaxws.framework.jaxrpc.EnvironmentFactory.buildDeploymentContext(EnvironmentFactory.java:621)
         at weblogic.wsee.jaxws.framework.jaxrpc.EnvironmentFactory.getDeploymentContext(EnvironmentFactory.java:606)
         at weblogic.wsee.jaxws.framework.jaxrpc.TubelineDeploymentListener.createClient(TubelineDeploymentListener.java:48)
         at weblogic.wsee.jaxws.WLSTubelineAssemblerFactory$TubelineAssemblerImpl.createClient(WLSTubelineAssemblerFactory.java:57)
         at com.sun.xml.ws.client.WSServiceDelegate.createPipeline(WSServiceDelegate.java:453)
         at com.sun.xml.ws.client.WSServiceDelegate.getStubHandler(WSServiceDelegate.java:668)
         at com.sun.xml.ws.client.WSServiceDelegate.createEndpointIFBaseProxy(WSServiceDelegate.java:647)
         at com.sun.xml.ws.client.WSServiceDelegate.getPort(WSServiceDelegate.java:348)
         at weblogic.wsee.jaxws.spi.WLSProvider$ServiceDelegate.getPort(WLSProvider.java:409)
         at com.sun.xml.ws.client.WSServiceDelegate.getPort(WSServiceDelegate.java:330)
         at com.sun.xml.ws.client.WSServiceDelegate.getPort(WSServiceDelegate.java:312)
         at javax.xml.ws.Service.getPort(Service.java:92)
         at si.nkbm.sepadb.ws.complaint.impl.ComplaintWsImplService.getComplaintWsImplPort(Unknown Source)
         at nkbm.ws.TestWS.hello(TestWS.java:60)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at weblogic.wsee.jaxws.WLSInstanceResolver$WLSInvoker.invoke(WLSInstanceResolver.java:101)
         at weblogic.wsee.jaxws.WLSInstanceResolver$WLSInvoker.invoke(WLSInstanceResolver.java:83)
         at com.sun.xml.ws.server.InvokerTube$2.invoke(InvokerTube.java:152)
         at com.sun.xml.ws.server.sei.EndpointMethodHandler.invoke(EndpointMethodHandler.java:264)
         at com.sun.xml.ws.server.sei.SEIInvokerTube.processRequest(SEIInvokerTube.java:93)
         at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:604)
         at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:563)
         at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:548)
         at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:445)
         at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:249)
         at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:453)
         at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:250)
         at com.sun.xml.ws.transport.http.servlet.ServletAdapter.handle(ServletAdapter.java:140)
         at weblogic.wsee.jaxws.HttpServletAdapter$AuthorizedInvoke.run(HttpServletAdapter.java:298)
         at weblogic.wsee.jaxws.HttpServletAdapter.post(HttpServletAdapter.java:211)
         at weblogic.wsee.jaxws.JAXWSServlet.doPost(JAXWSServlet.java:297)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at weblogic.wsee.jaxws.JAXWSServlet.service(JAXWSServlet.java:87)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3590)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2200)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2106)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1428)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: weblogic.wsee.wsdl.WsdlException: Must attribute 'location' notfound in element 'address
         at weblogic.wsee.wsdl.WsdlReader.getMustAttribute(WsdlReader.java:129)
         at weblogic.wsee.wsdl.soap11.SoapAddress.parse(SoapAddress.java:84)
         at weblogic.wsee.wsdl.soap11.SoapExtensionParser.parsePort(SoapExtensionParser.java:101)
         at weblogic.wsee.wsdl.WsdlExtensionRegistry.parsePort(WsdlExtensionRegistry.java:142)
         at weblogic.wsee.wsdl.WsdlPort.parseChild(WsdlPort.java:158)
         at weblogic.wsee.wsdl.WsdlExtensible.parse(WsdlExtensible.java:98)
         at weblogic.wsee.wsdl.WsdlService.parseChild(WsdlService.java:134)
         at weblogic.wsee.wsdl.WsdlExtensible.parse(WsdlExtensible.java:98)
         at weblogic.wsee.wsdl.WsdlDefinitions.parseChild(WsdlDefinitions.java:579)
         at weblogic.wsee.wsdl.WsdlExtensible.parse(WsdlExtensible.java:98)
         at weblogic.wsee.wsdl.WsdlDefinitions.parse(WsdlDefinitions.java:483)
         at weblogic.wsee.wsdl.WsdlDefinitions.parse(WsdlDefinitions.java:416)
         at weblogic.wsee.wsdl.WsdlImport.parse(WsdlImport.java:121)
         at weblogic.wsee.wsdl.WsdlDefinitions.parseChild(WsdlDefinitions.java:552)
         at weblogic.wsee.wsdl.WsdlExtensible.parse(WsdlExtensible.java:98)
         at weblogic.wsee.wsdl.WsdlDefinitions.parse(WsdlDefinitions.java:483)
         at weblogic.wsee.wsdl.WsdlDefinitions.parse(WsdlDefinitions.java:448)
         at weblogic.wsee.wsdl.WsdlFactory.parse(WsdlFactory.java:125)
         at weblogic.wsee.wsdl.WsdlFactory.parse(WsdlFactory.java:121)
         at weblogic.wsee.jaxws.framework.jaxrpc.client.ClientEnvironmentFactory.getWsdlDef(ClientEnvironmentFactory.java:154)
         ... 50 more
    any idea? on glassfish the client works fine...the problem is on wls 10.3.1
    thank you!

    I've got a problem....I've succesfully created a ws client .....
    here is the wsdl:
    <?xml version="1.0" encoding="UTF-8"?>
    <!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is Oracle JAX-WS 2.1.4. -->
    <!-- Generated by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is Oracle JAX-WS 2.1.4. -->
    <definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://impl.complaint.ws.sepadb.nkbm.si/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://impl.complaint.ws.sepadb.nkbm.si/" name="ComplaintWsImplService">
         <import namespace="nkbm.si/2010/06/16/sepadb/Complaint/Operation" location="http://kakadu:7080/SEPADB_Ugovor/SEPADB/Spremljava/Ugovor?wsdl=1"/>
         <binding xmlns:ns1="nkbm.si/2010/06/16/sepadb/Complaint/Operation" name="ComplaintWsImplPortBinding" type="ns1:PortType">
              <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/>
              <operation name="BrowseComplaints">
                   <soap:operation soapAction="nkbm.si/2010/06/16/sepadb/Complaint/Operation/BrowseComplaints"/>
                   <input>
                        <soap:body use="literal"/>
                   </input>
                   <output>
                        <soap:body use="literal"/>
                   </output>
              </operation>
              <operation name="UpdateComplaints">
                   <soap:operation soapAction="nkbm.si/2010/06/16/sepadb/Complaint/Operation/UpdateComplaints"/>
                   <input>
                        <soap:body use="literal"/>
                   </input>
                   <output>
                        <soap:body use="literal"/>
                   </output>
              </operation>
         </binding>
         <service name="ComplaintWsImplService">
              <port name="ComplaintWsImplPort" binding="tns:ComplaintWsImplPortBinding">
                   <soap:address location="http://kakadu:7080/SEPADB_Ugovor/SEPADB/Spremljava/Ugovor"/>
              </port>
         </service>
    </definitions>
    and the shchema http://kakadu:7080/SEPADB_Ugovor/SEPADB/Spremljava/Ugovor?wsdl=1
    <?xml version='1.0' encoding='UTF-8'?><!-- Published by JAX-WS RI at http://jax-ws.dev.java.net. RI's version is Oracle JAX-WS 2.1.4. --><wsdl:definitions xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:schema="nkbm.si/2010/06/16/sepadb/Complaint/Operation" xmlns:tns="nkbm.si/2010/06/16/sepadb/Complaint/Operation" name="" targetNamespace="nkbm.si/2010/06/16/sepadb/Complaint/Operation">
         <wsdl:types>
              <xsd:schema targetNamespace="nkbm.si/2010/06/16/sepadb/Complaint/Operation">
                   <xsd:include schemaLocation="http://kakadu:7080/SEPADB_Ugovor/SEPADB/Spremljava/Ugovor?xsd=8" />
              </xsd:schema>
         </wsdl:types>
         <wsdl:message name="BrowseComplaintsRequestMessage">
              <wsdl:part name="body" element="schema:BrowseComplaintsRequest" />
         </wsdl:message>
         <wsdl:message name="BrowseComplaintsResponseMessage">
              <wsdl:part name="body" element="schema:BrowseComplaintsResponse" />
         </wsdl:message>
         <wsdl:message name="UpdateComplaintsRequestMessage">
              <wsdl:part name="body" element="schema:UpdateComplaintsRequest" />
         </wsdl:message>
         <wsdl:message name="UpdateComplaintsResponseMessage">
              <wsdl:part name="body" element="schema:UpdateComplaintsResponse" />
         </wsdl:message>
         <wsdl:portType name="PortType">
              <wsdl:operation name="BrowseComplaints">
                   <wsdl:input name="BrowseComplaintsInput" message="tns:BrowseComplaintsRequestMessage" />
                   <wsdl:output name="BrowseComplaintsOutput" message="tns:BrowseComplaintsResponseMessage" />
              </wsdl:operation>
              <wsdl:operation name="UpdateComplaints">
                   <wsdl:input name="UpdateComplaintsInput" message="tns:UpdateComplaintsRequestMessage" />
                   <wsdl:output name="UpdateComplaintsOutput" message="tns:UpdateComplaintsResponseMessage" />
              </wsdl:operation>
         </wsdl:portType>
         <wsdl:binding name="Binding" type="tns:PortType">
              <wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" />
              <wsdl:operation name="BrowseComplaints">
                   <wsdlsoap:operation soapAction="nkbm.si/2010/06/16/sepadb/Complaint/Operation/BrowseComplaints" />
                   <wsdl:input name="BrowseComplaintsInput">
                        <wsdlsoap:body use="literal" />
                   </wsdl:input>
                   <wsdl:output name="BrowseComplaintsOutput">
                        <wsdlsoap:body use="literal" />
                   </wsdl:output>
              </wsdl:operation>
              <wsdl:operation name="UpdateComplaints">
                   <wsdlsoap:operation soapAction="nkbm.si/2010/06/16/sepadb/Complaint/Operation/UpdateComplaints" />
                   <wsdl:input name="UpdateComplaintsInput">
                        <wsdlsoap:body use="literal" />
                   </wsdl:input>
                   <wsdl:output name="UpdateComplaintsOutput">
                        <wsdlsoap:body use="literal" />
                   </wsdl:output>
              </wsdl:operation>
         </wsdl:binding>
         <wsdl:service name="Service">
              <wsdl:port name="Port" binding="tns:Binding">
                   <wsdlsoap:address location="" />
              </wsdl:port>
         </wsdl:service>
    </wsdl:definitions>
    here is the code to generate the webservice:
    ComplaintWsImplService service= new ComplaintWsImplService(new URL("http://kakadu:7080/SEPADB_Ugovor/SEPADB/Spremljava/Ugovor?wsdl"),new QName("http://impl.complaint.ws.sepadb.nkbm.si/", "ComplaintWsImplService"));
    PortType port=service.getComplaintWsImplPort();
    but when I try to call the upper code I get the error
    15.7.2010 15:57:55 com.sun.xml.ws.server.sei.EndpointMethodHandler invoke
    SEVERE: weblogic.wsee.wsdl.WsdlException: Must attribute 'location' notfound in element 'address
    javax.xml.ws.WebServiceException: weblogic.wsee.wsdl.WsdlException: Must attribute 'location' notfound in element 'address
         at weblogic.wsee.jaxws.framework.jaxrpc.client.ClientEnvironmentFactory.getWsdlDef(ClientEnvironmentFactory.java:170)
         at weblogic.wsee.jaxws.framework.jaxrpc.EnvironmentFactory.getService(EnvironmentFactory.java:429)
         at weblogic.wsee.jaxws.framework.jaxrpc.EnvironmentFactory.buildDeploymentContext(EnvironmentFactory.java:621)
         at weblogic.wsee.jaxws.framework.jaxrpc.EnvironmentFactory.getDeploymentContext(EnvironmentFactory.java:606)
         at weblogic.wsee.jaxws.framework.jaxrpc.TubelineDeploymentListener.createClient(TubelineDeploymentListener.java:48)
         at weblogic.wsee.jaxws.WLSTubelineAssemblerFactory$TubelineAssemblerImpl.createClient(WLSTubelineAssemblerFactory.java:57)
         at com.sun.xml.ws.client.WSServiceDelegate.createPipeline(WSServiceDelegate.java:453)
         at com.sun.xml.ws.client.WSServiceDelegate.getStubHandler(WSServiceDelegate.java:668)
         at com.sun.xml.ws.client.WSServiceDelegate.createEndpointIFBaseProxy(WSServiceDelegate.java:647)
         at com.sun.xml.ws.client.WSServiceDelegate.getPort(WSServiceDelegate.java:348)
         at weblogic.wsee.jaxws.spi.WLSProvider$ServiceDelegate.getPort(WLSProvider.java:409)
         at com.sun.xml.ws.client.WSServiceDelegate.getPort(WSServiceDelegate.java:330)
         at com.sun.xml.ws.client.WSServiceDelegate.getPort(WSServiceDelegate.java:312)
         at javax.xml.ws.Service.getPort(Service.java:92)
         at si.nkbm.sepadb.ws.complaint.impl.ComplaintWsImplService.getComplaintWsImplPort(Unknown Source)
         at nkbm.ws.TestWS.hello(TestWS.java:60)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at weblogic.wsee.jaxws.WLSInstanceResolver$WLSInvoker.invoke(WLSInstanceResolver.java:101)
         at weblogic.wsee.jaxws.WLSInstanceResolver$WLSInvoker.invoke(WLSInstanceResolver.java:83)
         at com.sun.xml.ws.server.InvokerTube$2.invoke(InvokerTube.java:152)
         at com.sun.xml.ws.server.sei.EndpointMethodHandler.invoke(EndpointMethodHandler.java:264)
         at com.sun.xml.ws.server.sei.SEIInvokerTube.processRequest(SEIInvokerTube.java:93)
         at com.sun.xml.ws.api.pipe.Fiber.__doRun(Fiber.java:604)
         at com.sun.xml.ws.api.pipe.Fiber._doRun(Fiber.java:563)
         at com.sun.xml.ws.api.pipe.Fiber.doRun(Fiber.java:548)
         at com.sun.xml.ws.api.pipe.Fiber.runSync(Fiber.java:445)
         at com.sun.xml.ws.server.WSEndpointImpl$2.process(WSEndpointImpl.java:249)
         at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:453)
         at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:250)
         at com.sun.xml.ws.transport.http.servlet.ServletAdapter.handle(ServletAdapter.java:140)
         at weblogic.wsee.jaxws.HttpServletAdapter$AuthorizedInvoke.run(HttpServletAdapter.java:298)
         at weblogic.wsee.jaxws.HttpServletAdapter.post(HttpServletAdapter.java:211)
         at weblogic.wsee.jaxws.JAXWSServlet.doPost(JAXWSServlet.java:297)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at weblogic.wsee.jaxws.JAXWSServlet.service(JAXWSServlet.java:87)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:292)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3590)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2200)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2106)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1428)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Caused by: weblogic.wsee.wsdl.WsdlException: Must attribute 'location' notfound in element 'address
         at weblogic.wsee.wsdl.WsdlReader.getMustAttribute(WsdlReader.java:129)
         at weblogic.wsee.wsdl.soap11.SoapAddress.parse(SoapAddress.java:84)
         at weblogic.wsee.wsdl.soap11.SoapExtensionParser.parsePort(SoapExtensionParser.java:101)
         at weblogic.wsee.wsdl.WsdlExtensionRegistry.parsePort(WsdlExtensionRegistry.java:142)
         at weblogic.wsee.wsdl.WsdlPort.parseChild(WsdlPort.java:158)
         at weblogic.wsee.wsdl.WsdlExtensible.parse(WsdlExtensible.java:98)
         at weblogic.wsee.wsdl.WsdlService.parseChild(WsdlService.java:134)
         at weblogic.wsee.wsdl.WsdlExtensible.parse(WsdlExtensible.java:98)
         at weblogic.wsee.wsdl.WsdlDefinitions.parseChild(WsdlDefinitions.java:579)
         at weblogic.wsee.wsdl.WsdlExtensible.parse(WsdlExtensible.java:98)
         at weblogic.wsee.wsdl.WsdlDefinitions.parse(WsdlDefinitions.java:483)
         at weblogic.wsee.wsdl.WsdlDefinitions.parse(WsdlDefinitions.java:416)
         at weblogic.wsee.wsdl.WsdlImport.parse(WsdlImport.java:121)
         at weblogic.wsee.wsdl.WsdlDefinitions.parseChild(WsdlDefinitions.java:552)
         at weblogic.wsee.wsdl.WsdlExtensible.parse(WsdlExtensible.java:98)
         at weblogic.wsee.wsdl.WsdlDefinitions.parse(WsdlDefinitions.java:483)
         at weblogic.wsee.wsdl.WsdlDefinitions.parse(WsdlDefinitions.java:448)
         at weblogic.wsee.wsdl.WsdlFactory.parse(WsdlFactory.java:125)
         at weblogic.wsee.wsdl.WsdlFactory.parse(WsdlFactory.java:121)
         at weblogic.wsee.jaxws.framework.jaxrpc.client.ClientEnvironmentFactory.getWsdlDef(ClientEnvironmentFactory.java:154)
         ... 50 more
    any idea? on glassfish the client works fine...the problem is on wls 10.3.1
    thank you!

  • Query to get details from Maintenance plans

    Hi All,
    Could some one please let me know, if there is any way to check whether
    all  databases option is selected under the maintenance plan other than using GUI. Below is the print screen for reference.
    Maintenance plan includes rebuild Index, checkdb and  update statistics steps, I have to check whether the All databases option is selected for each individual task.
    I have a requirement wherein, I have to check this thing on around 5000 servers.
    It would be great if someone lets me know the script to check this setting, so that it will save my time.
    I have used below queries and tables to get the data, but they don't have the information which i'm looking for
     sysdbmaintplan_databases
    Contains one row for each database that has an associated upgraded database maintenance plan.
    sysdbmaintplan_history
        Contains one row for each upgraded database maintenance plan action performed.
    sysdbmaintplan_jobs
        Contains one row for each upgraded database maintenance plan job.
    sysdbmaintplans
        Contains one row for each upgraded database maintenance plan
        select * from sysdbmaintplan_jobs
        SELECT name,subplan_name,subplan_description
        FROM msdb.dbo.sysmaintplan_plans AS s
        INNER JOIN msdb.dbo.sysmaintplan_subplans AS sp ON sp.plan_id=s.id
        Order by name,subplan_name
     SELECT s.name AS MaintenancePlanName,
    sp.subplan_name AS SubplanName,
    subplan_description AS SubplanDescription,
    sj.name AS JobName,
    sj.enabled AS JobStatus,
    ss.name AS ScheduleName
    FROM msdb.dbo.sysmaintplan_plans AS s
    LEFT JOIN msdb.dbo.sysmaintplan_subplans AS sp ON sp.plan_id = s.id
    LEFT JOIN msdb.dbo.sysjobs AS sj ON sj.job_id = sp.job_id
    LEFT JOIN msdb.dbo.sysschedules AS ss ON sp.schedule_id = ss.schedule_id
    ORDER BY s.name,
    sp.subplan_name
    Thanks in Advance.
    Regards, Kranthi

    On a different note,  i think you can script the maintenance plan - ssis package and then insert into sysssiscatalog table and i think this will create the ssis - maintenance plan on the server. not sure ..this is just thought.... they can be compatibility
    issue.
    also, you can use the history - maintenance plans to get the data you need. but the caveat is the maintenance plan should have and history should exist and 'extended log  information' must be checked on the plan. this can be done - checking a text box
     in the plan properties.
    try this query.. i used top 1 ..so, you can try... if all databases are used in the plan..it will just show all  but if only some are used, i split that into multiple rows,(you might not need this)..there are some many other combinations possible,,
    such selecting on some tables etc...  you can query all that information from history tables, 
    try this query 
    use msdb
    go
    select top 1 @@SERVERNAME [servername],case when d.Succeeded=1 then 'Success' when d.succeeded=0 then 'Failed' End as Result,
    name,b.subplan_name,D.line1,D.line2,replace(D.line3,'Databases: ','') as [DBs],D.line4,D.line5,D.start_time,D.end_time,D.command,d.Succeeded
    into #test
    from sysmaintplan_plans a inner join sysmaintplan_subplans b on a.id=b.plan_id
    inner join sysmaintplan_log c on c.plan_id=b.plan_id and c.Subplan_id=b.subplan_id
    inner join sysmaintplan_logdetail d on d.task_detail_id=c.task_detail_id
    ORDER BY D.start_time DESC
    GO
    SELECT [ServerName],name,subplan_name,line2,
    Split.a.value('.', 'VARCHAR(100)') AS String
    FROM (SELECT [ServerName],name,subplan_name,line2,
    CAST ('<M>' + REPLACE([DBs], ',', '</M><M>') + '</M>' AS XML) AS Dbs
    FROM #test) AS A CROSS APPLY Dbs.nodes ('/M') AS Split(a);
    drop table #test
    anyways, on a side note, if you really have 5000 sql servers, you should looking at some tool or scripts to do this maintanence tasks than the builtin maintenance tasks as they provide better managebility. also, it is highly likely that you have multiple version,
    which makes it even harder to script out....
    Hope it Helps!!

Maybe you are looking for