Consuming BRM Webservice in Web Dynpro on NW 7.3

Hello,
I've got a big problem comsuming a Business Rules Management (BRM) Webservice (Netweaver 7.3) in my Web Dynpro app.
In WSNavigator the webservice is running fine and fully functional.
I created a custom controller by using the "apply template" function and selecting the mentioned webservice, which I have imported before.
The following methods were created within the custom controller: executeInvokeRules() and initRequest_InvokeRules() .
When I just execute the webservice the error, that there are mandatory input parameters occures. That's OK!
But when I want to set the values to the attribtues in my custom controller, the following error occures:
com.sap.tc.webdynpro.progmodel.context.ContextModelException: Node(ConfigureAngebot/PreisfindungRController.Request_InvokeRules.RequestAufpreisfindung.Aufpreise_1.AufpreiseType_1.Preise_1, class=de.mycomp.mydevision.bau.angebot.admin.wd.wd.comp.configureangebot.wdp.IPublicPreisfindungRController$IPreise_1Node): <modelObject class="de.mycomp.mydevision.bau.angebot.admin.wd.wd.models.preisfindungr.AufpreiseType_Sequence1__"><target roleName="Preise"></target></modelObject> delivered no object for supplying relation role Preise, but the relation cardinality requires one
  at com.sap.tc.webdynpro.progmodel.context.DataNode.supplyRelation(DataNode.java:229)
Any help would be apprecited.
Thanks ahead,
Bernd

Hello Bernd,
this error is a singleton characteristic issue. You get this error if you try to use singleton context node without setting lead selection before. If you are using singleton context nodes and want to set attributes, you have to work like this:
ISingletonNode singletonNode = wdContext.createAndAddSingletonNode();
wdContext.nodeSingletonParent.setLeadSelection(singletonParent.index());
wdContext.currentSingletonParent.setExampleValue("Test");
For Lead selection you can also use constant IWDNode.LEAD_SELECTION
BR , Alex

Similar Messages

  • Consuming BI data in Web Dynpro

    Hi all,
    Is there any way in which I can consume BI queries as models in Web Dynpro?
    If no, then is there any alternative for this purpose?
    I want to use the BI queries to display tables and charts in web dynpro..
    Thanks,
    Ankit

    Ridouan,
    Not directly related to this question, but I ask: Are you developing VC applications to be exposed off to users or for pure proof of concept cases? Because from where I see, the lack of versioning in VC makes me leery to expose it to a large user community.
    Also, do you know if VC can be hosted on a different app server and front ended with Portal? (Like WebDynPro?). If it is possible, then it's great for performance.
    Thanks in advance,
    Kiran

  • Using Webservice in Web Dynpro

    Hello,
    I have a webservice which takes two parameter account number and pincode and returns true/false to indicate account exists or not. I have deployed the webservice and tested it using EP wsnavigator utility.
    After that I created a web dynpro application, created an adaptive webservice model, its corresponding custom controller and views using apply template option.  Also configure the webservice call in visual administrator.
    But when I run the application all the fields displayed are disabled, I couldn't understand what I have done wrong?
    I appreciate if someone can guide me to resolve this issue?
    Regards,
    Jawed Ali

    I think I have done that see the code below:
    [code]
    public void wdDoInit()
        //@@begin wdDoInit()
        //$$begin Service Controller(1593472463)
        BankServiceModel2 model = new BankServiceModel2();
        wdContext.nodeRequest_CheckBankAccount().bind(new Request_CheckBankAccount(model));
        //$$end
        //@@end
      //@@begin javadoc:executeRequest_CheckBankAccount()
      /** Declared method. */
      //@@end
      public void executeRequest_CheckBankAccount( )
        //@@begin executeRequest_CheckBankAccount()
        //$$begin Service Controller(2056258565)
        IWDMessageManager manager = wdComponentAPI.getMessageManager();
        try
          wdContext.currentRequest_CheckBankAccountElement().modelObject().execute();
          wdContext.nodeResponse().invalidate();
          wdContext.nodeCheckBankAccountResponse().invalidate();
        catch(Exception e)
          manager.reportException(e.getMessage(), false);
        //$$end
        //@@end
    [/code]
    additionally when I clicked the button, I got following exception:
    Exception on execution of web service with WSDL URL 'http://pep:50000/BankService/Config1?wsdl' with operation 'checkBankAccount' in interface 'BankServiceVI_Document'
    Following is the xml file displayed on the browser when I browsed URL: http://pep:50000/BankService/Config1?wsdl
    [code]
    <!--            Generated by WSDLDefinitionsParser    -->
    &#8722;
         <wsdl:definitions name="BankServiceWSD" targetNamespace="urn:BankServiceWSD">
    <wsdl:import location="http://pep:50000/BankService/Config1/bindings?wsdl&style=document" namespace="urn:BankServiceWSD/Config1/document"/>
    &#8722;
         <wsdl:service name="BankService">
    &#8722;
         <wsdl:port name="Config1Port_Document" binding="bns0:Config1Binding">
    <soap:address location="http://pep:50000/BankService/Config1?style=document"/>
    </wsdl:port>
    </wsdl:service>
    </wsdl:definitions>
    [/code]

  • WebService from Web Dynpro

    Hello,
    Im a while for Web Dynpro but I`m new to Web Services.
    So i`ve seen that Web Dynpro can consume Web Services via Model Creation Wizard.
    But can I create a Web Service from my Web Dynpro too? That means that a special functionality of my Web Dynpro application could be offerd to other applications via Web Service?
    best regards
    Mathias

    Hi Mathis,
    what is a Web Service ?
      A Web service is any piece of software that makes itself available over the Internet and uses a standardized XML messaging system. There should be some simple mechanism for interested parties to locate the service and locate its public interface. The most prominent directory of Web services is currently available via UDDI, or Universal Description, Discovery, and Integration.
    Refer Chapter 8 of this doc http://java.sun.com/j2ee/1.4/docs/tutorial/doc/
      steps to create Web Service from EJB:
    1. Create EJB Project(Stateless session bean is recommended).
    2. Create interface according to your requirements and develop the business logic.
    3. Signature(Parameters, data type) should be same in Remote,Bean and Local interface
    4. Create EAR Project and corresponding add the EJB Project
    5. Expose EJB as Web service. goto JAVA Perspective Right click on EJB Project->other->web services->web service(new VI and VSD).
    6. Deploy to Application Server.
    7. Goto http://localhost:50100/index.html. click on Web service navigator you can find web service
    8. Test the web service.
    From webdynpro you can generate model using web services
    Let me know if want more details
    Regards, Suresh KB

  • How To Consume UME services in Web Dynpro applications

    Dear Friends,
    I am developing a new web dynpro application in which i want to get the user related information in my dynpro code. I have used com.sap.secuirty.jar file in class path -> lib of my project.
    I have written code sth like this.
    IUser user = null;
    String username = user.getCurrentUser().getSAPUser();
    and defined sap.authentication as a application variable to fetch user creadentials from portal run time.(user logs in to the portal and dynpro application fetches user credentials from portal). When i do this, the login window appears twice and user needs to enter his credentials more than once. If I remove sap.authentication parameter from the application then i am not able to get the user credentials. Could you please tell me the right method of fetching the user credentials in web dynpro application? Do we need to use sap.authentication? do we need to include sharing reference of the usermanagement in our application?
    kindly share your knowledge.

    These might be good places for you to start.
    [User|http://help.sap.com/saphelp_nw04s/helpdata/en/80/45da9619d24b61bb869c31ef3b780a/frameset.htm]
    [Protecting Access to the Web Dynpro Application Using UME Permissions|http://help.sap.com/saphelp_nw04s/helpdata/en/f3/a64d401be96913e10000000a1550b0/frameset.htm]
    -Michael
    Edited by: Michael Shea on Sep 2, 2008 8:24 AM
    Edited by: Michael Shea on Sep 2, 2008 8:25 AM
    Fix link

  • Error consuming web service in web dynpro

    Im looking up https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/c0d9336b-b4cf-2910-bdbf-b00d89bd2929 to consume a webservice in web dynpro.
    I deployed the ear file containing the web service.
    Now when I create an adaptive web service model in web dynpro project i get an error:
    Error in loading wsdl file. Check the error log for more details.

    It seems to work well with just "Import web service model" - but its deprecated...
    What can we do about the adaptive option?

  • Error while calling a web service in web dynpro through XI

    Hello,
    I was following a blog for Invoking Webservices using SAP XI
    /people/siva.maranani/blog/2005/09/03/invoke-webservices-using-sapxi
    I have done all the steps specified but when I import the wsdl file in web dynpro application and deploy the project I get the following error:
    <b>"Exception on execution of web service with WSDL URL 'bankws_OUT_MI.wsdl' with operation 'bankws_OUT_MI' in interface 'bankws_OUT_MI'"</b>
    where:
    bankws_OUT_MI -
    is the message interface name.
    I have defined a web service in the integration reopsitory as follows:
    <b>http://PEP:50000/XISOAPAdapter/MessageServlet?channel=:bankws:s_comm</b>
    where 
    bankws --- service name
    s_comm -
    sender communication channel
    selected 'bankws_OUT_MI' message interface from the given choices
    'bankws_IN_MI'  or 'bankws_OUT_MI'.
    interface name: bankws_OUT_MI -
    mesage interface name
    Can anyone guide me how to proceed further. Also if possible can anyone send me some helpful documentation regarding how to call a web service in web dynpro through XI.
    Thanks in advance.
    Regards,
    Imtool

    hello everyone,
    I made the whole scenario again and it is running succusfully in Xml spy. Now when i call the webservice in web dynpro...  I get the following error:
    <b>com.sap.engine.services.webservices.espbase.discovery.BaseIOException: Invalid Response Code 200 while accessing URL: http://PEP:50000/XISOAPAdapter/MessageServlet?channel=:OOMS_WS_OUT:CC_OOMS_WS_OUT. Response Message: OK. Content Type: text/html; charset=utf8. Body Content: <html> <head><title>MessageServlet</title></head> <body> <h3>Message Servlet is in Status OK</h3> <h3>Status information:</h3> Servlet com.sap.aii.af.mp.soap.web.MessageServlet (Version $Id: //tc/xi/645_VAL_REL/src/_adapters/_soap/java/com/sap/aii/af/mp/soap/web/MessageServlet.java#7 $) bound to /MessageServlet <br/>Classname ModuleProcessor: null <br/>Lookupname for localModuleProcessorLookupName: localejbs/ModuleProcessorBean <br/>Lookupname for remoteModuleProcessorLookupName: null <br/>ModuleProcessorClass not instantiated <br/>ModuleProcessorLocal is Instance of com.sap.aii.af.mp.processor.ModuleProcessorLocalLocalObjectImpl0 <br/>ModuleProcessorRemote not instantiated </body></html></b>
    I have also made the entry in the visual administrator for metadata_dest and execution_dest.
    Does anybody have an idea what mistake i am doing.
    Thanks,
    Imtool

  • Consuming XI webservice in WDJ

    Hello,
    I am trying to invoke an XI webservice through Web Dynpro JAVA. I am provided with an WSDL, URL and uid/pwd from the XI team.
    URL format : http://company.com:59600/XISOAPAdapter/MessageServlet?channel=:DS7CLNT110:Sender_SOAP_XXXX
    Steps i followed,
    1, Created a Adpative Web Service model with the provided WSDL
    2, All the model classes are created successfully
    3, Invoked the template for creating the model execution method.
    4, Created the EXECUTION and METADATA DEST in VA
    5, Provided the URL in the VA
    While executing the application I am getting
    java.io.IOException: com.sap.engine.lib.xml.util.NestedException: Element passed is not WSDLD Document !
    But if i am creating Web Service model(Deprecated) it sort of working.
    But i dont think, i can go ahead with this, because I have Dev, QA and Prod environment. I dont know how this can be migrated
    Please let me know your thoughts
    Regards
    Bobu

    Hi Bopu,
    Are you sure the WSDL has been created using the SOAP Adapter Channel URL you provided? If not, then that might cause some trouble
    However, I think the real problem is the WSDL is not stored in inspection.wsil. Maybe your issue is solved by using the UDDI registry? See this blog for more details /people/sap.user72/blog/2005/11/17/xi-how-to-publish-wsdl-generated-from-xi-to-uddi
    Hope it helps!
    Robin

  • Web dynpro google search Wont compile

    I am trying to use the google api / webservice in Web dynpro while followig the instructions and im getting this task message when i try to save the metadata:
    <b><i>Web Dynpro Generation: Metadata constraint of Component GoogleSearch is violated:ViewElementProperty "//WebDynpro/View:com.aramco.tcm.wd.google.SearchView/RootUIElementContainer/Child:SearchQuery/Property:width", Role "Definition": A minimum of 1 object(s) is required     GoogleSearch.wdcomponentGoogleSearch/src/packages/com/aramco/tcm/wd/google     </i></b>
    I am currently using NWDS patch 9.
    Thanks,
    Wael Aoudi

    Hi wael aoudi,
    I am also having the same problem i.e.
    Web Dynpro Generation: Metadata constraint of Component GoogleSearch is violated:ViewElementProperty "//WebDynpro/.........................../SearchView/RootUIElementContainer/Child:SearchQuery/Property:width", Role "Definition": A minimum of 1 object(s) is required
    Plz provide a detailed solution
    Thanks,
    Vilish

  • Consume WebService in ABAP Web Dynpro

    Hi, Is there any How To or step by step document which shows to consume web service in ABAP Web Dynpro.
    I've searched a lot but could not find any.
    Please provide me some pointer/examples.
    Thanks,
    CD

    Hi Thomas,
    I am facing a problem in consuming web service in webdynpro.
    I created a web service for standard FM BAPI_BUS1240_CREATE (it is available in SAP ECC server).
    I want to consume this web service in another system (SAP Portal system, where users will be providing input; this FM is not available here).
    I created a Proxy class in SAP Portal system through the WSDL document of the Web service.
    I configured logical port for the same in TCode: SOAMANAGER and successfully tested the Client proxy (through TCode: SE80). As a result, the record is created in SAP ECC server.
    Now, I am unable to do the same through Webdynpro. Please find the attached Proxy class screen-shot. It has 6 methods of which BUS1240_CREATE contains the relevant parameters of the actual BAPI FM.
    I filled up the same parameters that I used in Testing the Client proxy but unable to create record in SAP ECC system. My code (On_submit of a button) looks like below,
    TRY.
          CREATE OBJECT wd_assist
            EXPORTING
              logical_port_name = 'ZXXXXXXX'.          "Logical port configured through SOAMANGER
            CATCH cx_ai_system_fault.
      ENDTRY.
          CALL METHOD wd_assist->bus1240create                  "Method filled with input parameters given by user
            EXPORTING
              input  = ls_inp
            IMPORTING
              output = ls_outp.
    After execution of method BUS1240_CREATE, system throws the error as below,
    The following error text was processed in the system DEP : Error (id=SoapFaultCode:5 ): Web service processing error; more details in the web service error log on provider side (UTC timestamp 20141011062545; Transaction ID 5B0F51E4AD4EF13EA6B9E41F137BE3CC)
    Please tell me where I went wrong. Do I need to call methods of the Proxy class? Also suggest if any configuration change involved in this.
    Have a nice day, thanks.

  • Error executing Webservice for Process Start via Web Dynpro

    Hi Community,
    I have a strange issue when executing a webservice that starts a process using web Dynpro. I have configured, the Service Group, the Communication profile.
    When I try to execute the Service via Web Dynpro, I get the following exception which is in my opinion fully missleading and does not make sense to me. As the Authentication Profile and the Communication profile allow the same Authentication Methods.
    com.sap.esi.esp.lib.mm.config.exceptions.TechnicalException: Failed to create Logical Port for Service Reference with id [YourID here].
    Reason for the failure is that no one of the following Authentication Methods [None], [SAP Logon Ticket], or [SAML Assertion] is allowed in the related Communication Profile.
    Such an Authentication Method is needed as the Authenticaton Profile is [businessOrTechnicalUser] and no User Account is assigned, so the Authenticaton Profile is considered to be noAuthentication or businessUser.
    Related Communication Profile is [SAP_DEFAULT_PROFILE 1] and it allows Authentication Method(s) [User Name/Password (Basic), X.509 Client Certificate, SAP Logon Ticket, SAML Assertion, X.509 Certificate Doc.Auth., User Name/Password Doc.Auth.]
    Thanks for your support.
    Best Regards Nicolas

    Hi Nicolas,
    make sure you have
    - assigned a communication profile (with no- or basic authentication) to the provided service
    - created a provider system with a similar profile
    - assigned the provider system to the (consumer) service group
    For a full guide on service configuration please check this article:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/40dabb46-dd66-2b10-1a9a-81aa620098b3
    Best Regards,
    Christian

  • Consuming wsdl in web dynpro

    I am consuming a wsdl file in web dynpro.
    I get a build error as shown below:
    <b>This compilation unit indirectly references the missing type com.sap.engine.lib.xml.parser.tokenizer.XMLTokenReader (typically some required class file is referencing a type outside the classpath)</b>
    I couldnt even Google it.... Do you know what could be wrong?

    Hi,
       Add used DC reference to SAP-JEE/webservices and SAP-JEE/webservices_lib. Both has public part "default".
    Regards,
    Satyajit.
    Message was edited by:
            Satyajit Chakraborty

  • Using BRM in Web Dynpro

    Hi Folks,
          I have completed the BRM DCs.
    But instead of using JSP as the UI, I wanted to use Web Dynpro.
    In the Demos, there are examples of using the BRM DCs directly without exposing them as Web Service.
    I want to consume the Rules Mgmt DCs, without exposing them as Web Services, but adding them as dependencies to my Web Dynpro DC.
    Is there any documentation regarding these steps.
    Thanks in advance
    - Brian

    Hello Brian,
    Rules can be used in any application -
    1. By making a call to it as a web service (or)
    2. By making an EJB call to the rules.
    A document providing step-by-step procedure of using rules in WebDynpro is now available at this link - https://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/b08dcc15-3169-2c10-30b6-93d1523c43a9
    This article deals with how a WebDynpro application can invoke rules using the 2nd method i.e., by making an EJB call.
    Hope you find it useful.
    Regards,
    Arti

  • Web Dynpro Domino Web Service Consumer Problem

    Dear All,
    We are trying to consume a Web Service on Domino.
    The web service is working Fine on webdynpro web service checker (EP perspective, Web Service Checker), but when tested with check and deploy, the Webservice return an error:
    "Service call exception; nested exception is: com.sap.engine.lib.xml.parser.ParserException: The empty string is not acceptable for a value of an xmlns:* attribute.(:main:, row:1, col:0)"
    It is a simple web service getting a string in input and returning a simple string (xsd string in both cases),
    here are the soap messages used:
    Input
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tns="http://bespordom.lhoist.net/webserviceagent.nsf/directorywsdl" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns="http://schemas.xmlsoap.org/wsdl/">
      <SOAP-ENV:Body>
        <tnsMethod:getperson xmlns:tnsMethod="uri:Domino">
          <FullName xmlns="" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="xsd:string">Davis</FullName>
        </tnsMethod:getperson>
      </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    response
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      <SOAP-ENV:Body>
        <m:getpersonResponse xmlns:m="Domino" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
          <Answer xsi:type="xsd:string">Jim [email protected] Falls1313 Mocking Bird laneNY127842241~</Answer>
        </m:getpersonResponse>
      </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    this information came from the Webdynpro web service checker (or EP web service checker in Netweaver developer studio).
    Any Idea will be welcome.
    Message was edited by: Rui Felipe Rebelo Prego
    Message was edited by: Rui Felipe Rebelo Prego

    Hello victor I checked,
    Unfortunately It is only one input parameter and one output parameter.
    Example:
    Dividing a number By 2
    Example I send the number 10 and the result (xml/string) would be 5.
    Input Number as string
    Output Result as string
    message function divide
    WSDL
    <?xml version="1.0" encoding="UTF-8"?>
    <definitions
         xmlns="http://schemas.xmlsoap.org/wsdl/"
         name="divide"
         targetNamespace="http://bespordom.lhoist.net/divide.nsf/wsdl"
         xmlns:tns="http://bespordom.lhoist.net/divide.nsf/wsdl"
         xmlns:xsd="http://www.w3.org/2001/XMLSchema"
         xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
    <message name="divide">
    <part name="Number" type="xsd:string" />
    </message>
    <message name="divideResponse">
    <part name="Result" type="xsd:string" />
    </message>
    <portType name="DirectoryPortType">
         <operation name="divide">
              <input message="tns:divide" />
              <output message="tns:divideResponse" />
         </operation>
    </portType>
    <binding name="DirectoryBinding" type="tns:DirectoryPortType">
         <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http" />
         <operation name="divide">
              <soap:operation soapAction="" />
              <input>
                   <soap:body use="literal" namespace="uri:Domino" />
              </input>
              <output>
                   <soap:body use="literal" namespace="uri:Domino" />
              </output>
         </operation>
    </binding>
    <service name="Directory">
         <documentation>Directory</documentation>
         <port name="DirectoryPort" binding="tns:DirectoryBinding">
              <soap:address location="http://bespordom.lhoist.net/divide.nsf/WebService?OpenAgent" />
         </port>
    </service>
    </definitions>
    When I run it in the Web service Checker with the URL http://bespordom.lhoist.net/divide.nsf/wsdl, it Gives me the correct result and Functionality. Here is the Soap generated on the Web Service checker:
    Soap request
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:tns="http://bespordom.lhoist.net/divide.nsf/wsdl" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
      <SOAP-ENV:Body>
        <tnsMethod:divide xmlns:tnsMethod="uri:Domino">
          <Number>10</Number>
        </tnsMethod:divide>
      </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    Soap Response
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
      <SOAP-ENV:Body>
        <m:divideResponse xmlns:m="Domino" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
          <Answer xsi:type="xsd:string">5</Answer>
        </m:divideResponse>
      </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    I initialize correctly the Web service and the field number (with new String()) in the component controller.
    When I click on the Button divide on the web dynpro interface, I call the executerequest defined in the component controller where I execute the call.
    But the response is always the same:
    Service call exception; nested exception is: com.sap.engine.lib.xml.parser.ParserException: The empty string is not acceptable for a value of an xmlns:* attribute.(:main:, row:1, col:0)
    What can i do or check, or can I debug the soap generated or received by the portal?
    Do you see something wrong?
    Thank you very much for your help.

  • How to consume the Abap web service in Java web-dynpro

    Hi Everyone,
    I want to consume ABAP web service in java web dynpro.
    so when i tried to create model in java web-dynpro, it gave me an error message saying "Invalid WSDL or WSDL not found".
    i think this error message is because, to access the WSDL of abap web-service, we need username and password, but the dialog box in java web-dynpro is not programmed to take username and password from us and send it to the server to get the WSDL.
    i came to this conclusion because i was able to successfully test my abap web-service in java portal. the java portal asked me the username and password to open the WSDL.
    So, please help me to consume the abap web service in java web-dynpro.
    Thanks in advance
    Regards
    Vikas

    Hi Vikas ,
       while creating a model in web-dynpro try to use the "import web service model" option and if you are using local server choose the local server option so that you can get the available web services which are in server, select one among them and continue you process.I think this is the some what easy way .
    If you want use the URL for wsdl better to once test the available service in server and copy that WSDL URL and paste over  WSDL textbox.
    I think this is pretty help ful to you
    Best Regards
    Srikatnh

Maybe you are looking for