Generating Inbound WSDL files.

Hi i am unable to generate inbound WSDL files for JDE. could anyone help me out regarding this please?
Also i have doubts regarding channel creation.
in tcp listener basic configuration under host name and port what do we specify? it asks for database host adn port but when i give the enterprise server details (thats where my db resides) i get JVM_BIND exception. but on speifying a random value for port, it works. (bugs me!!)
thanks in advance

Host:local host (the machine where you are listeneing or AE running)
Port:you need specify the port number which is specifed in config file on the JDE enterprise server

Similar Messages

  • To generate 1 wsdl file having many classes

    Hi,
    I'm working at the project - I'm creating DAL with Oracle JDeveloper
    I need to create only 1 wsdl file which includes definitions of every class inside my package
    I can't create Web Service from interface or abstract class, can I ?
    any idea which works would be helpful, thanks :)

    Hi
    It is possible to define one WDSL for all the classes in your project. You havent mentioned which webservice you are using currently. If you are using Jax-WS you can create the WSDL from the Interface itself.

  • Document template : Error when generating the WSDL file

    Hi.
    When i try to create a document template using a web service, i have the following error.
    Could not find address for generating WSDL (ICF_ERROR)
    I've done this before on another system and never faced this problem.
    I've checked and service crm_oi is activated in SICF.
    Is there anything else that needs to be activated ? Or can this be becaused I'm working through a VPN connection ?
    If anybody has an idea on how to solve this issue, it will be very appreciated !
    Regards,
    Helder

    Hello Costa,
    i have the very same problem. Were you able to fix the problem in the meantime?
    Edit 14.03.2013:
    I was ables to solve that issue!
    I had to activate service "srt" in Transaction SICF.
    Regards,
    Tobias

  • Unable to generate WebService Client with Exported (BAPI) WSDL file from XI

    Hi there,
    I, trying to setup a simple Web Service environment where I'll be exposing a BAPI as Web Service via XI.
    So these are the steps I followed:
    <b>1)</b> first I imported the BAPI meta data into my SWC in the repository. <b>2)</b> Second I defined my interrface etc.. <b>3)</b> Third I exported the generated BAPI WSDL file. <b>4)</b> Fourth, I tried to generate a Java proxy/client for my Web Service using a Java IDE (IBM WebSphere Application Developer and XML Spy).
    Now the problem is that Im not able to generate the Web Service client using the exported WSDL file, the WSDL seems not to be valid...From the generated errors in the IDE, I can see that the problem has to do somewhere/somehow with the WSDL Binding element, which input parameters do not match the input parameters of the port type.
    This is a small part of the WSDL file as generated by XI:
         <wsdl:message name="BAPI_AR_ACC_GETOPENITEMS.Input">
              <wsdl:part name="parameters" element="s0:BAPI_AR_ACC_GETOPENITEMS" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"/>
         </wsdl:message>
         <wsdl:message name="BAPI_AR_ACC_GETOPENITEMS.Output">
              <wsdl:part name="parameters" element="s0:BAPI_AR_ACC_GETOPENITEMS.Response" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"/>
         </wsdl:message>
         <wsdl:portType name="BAPI_AR_ACC_GETOPENITEMS.PortType">
              <wsdl:operation name="BAPI_AR_ACC_GETOPENITEMS">
                   <wsdl:input message="s0:BAPI_AR_ACC_GETOPENITEMS.Input"/>
                   <wsdl:output message="s0:BAPI_AR_ACC_GETOPENITEMS.Output"/>
              </wsdl:operation>
         </wsdl:portType>
         <wsdl:binding name="BAPI_AR_ACC_GETOPENITEMS.SAPBinding" type="s0:BAPI_AR_ACC_GETOPENITEMS.PortType" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
              <s0:binding style="rfc"/>
    Has anyone faced a situation like this before? Any clues where to look? I appreciate any feedback, thanks!
    Rob.
    Message was edited by: rob viana

    Hi Rob!
    I'm facing the same problem - how did you solve your issue then? I'm getting following error during generation on .NET side:
    ============================================================================================
    Error: There was an error processing 'http://server/wsdl/MIAMI_ACCDOCPost.wsdl'.
      - The document at the url http://server/wsdl/MIAMI_ACCDOCPost.wsdl
    was not recognized as a known document type.
    The error message from each known type may help you fix the problem:
    - Report from 'DISCO Document' is 'Discovery document at the URL http://server/wsdl/MIAMI_ACCDOCPost.wsdl could not be found.'.
      - The document format is not recognized (the content type is 'content/unknown').
    - Report from 'WSDL Document' is 'There is an error in XML document (2, 70138).'.
      - Value cannot be null.
    Parameter name: name
    - Report from 'XML Schema' is 'The root element of a W3C XML Schema should be <schema> and its namespace should be 'http://www.w3.org/2001/XMLSchema'.'.
    ============================================================================================
    kr Martin

  • Problem in generating WSDL file for triggering BPM process

    Hello Experts,
    I have a working BPM process which I want to trigger using a web service. I am referring following blog link to generate New WSDL file and perform further operations:
    /people/arafat.farooqui/blog/2009/08/13/introduction-to-sap-netweaver-bpm-part-4
    However, it everything goes well until I set the type for the "New Element". I want to set type to context of my component controller. So I selected Set type --> Enclosing Project and I seleted Context of my component controller.
    Upon saving this, I am getting this error:
    "../../rep/ui/com.sap.demo.wd_ui_mna.wd.comp.c_fillmynameage.C_FillMyNameAgeInterface.xsd" is not a path relative to "src/wsdl/NewWSDLFile.wsdl" because it contains too many '../'
    I am not sure what is happening here. I have also removed the response element(s) from WSDL source.
    What am I missing here?
    Thanks in advance,
    Ameya

    Cross post in EBiz forum -
    General EBS Discussion
    Regards,
    Anuj

  • Using generated wsdl file to other scenario

    Hi...
        I have done one scenario like giving
    Input File:  Fname,Lname,Address
    Output file: FullName,address.
    using BPM.
    After doing the sceanrio i have generated the wsdl file. I have tested the wsdl file using infopath.It is working fine.
    Then i have done anothe scenario like File_webservice_File sceanrio. In this scenario, i have used the wsdl file which i have generated before using BPM. while executng the scenario, output is not coming. i have used 2 receiver communication channels for soap and for file.For soap, i have given the target url and soap action of the wsdl file which i have generated.In moni i can see the 3 messages. for one message it is showing checked flag, but for other 2 messages, it is not showing any flag. Can you please tell, where i have done wrong.

    Hi Leelaratnam,
    try to refresh the queue ie SMQ1 and SMQ2 and even referesh the cache
    chk for this links
    RFC -> XI -> WebService - A Complete Walkthrough (Part 1)
    RFC -> XI -> WebService - A Complete Walkthrough (Part 2)
    Aspirant to learn SAP XI...You won the Jackpot if you read this!-Part III
    Thanx
    Sampath

  • Cannot generate WSDL file with wscompile

    I get an error while generating the WSDL file using wscompile tool.
    my compile line is "wscompile -gen:server CRAWS.xml -keep" and I get a RmiModeler error with an ClassNotFoundException .
    I have put my jar file in the bin folder (same folder of wscompile) and I've also copied my service build files in the same folder (under the package subfolders).
    Here is the code of the xml configuration:
    <?xml version="1.0" encoding="UTF-8"?>
    <configuration xmlns="http://java.sun.com/xml/ns/jax-rpc/ri/config">
    <service name="CraWS_Service" targetNamespace="urn:com.servepath.cra/wsdl/CraService"
          typeNamespace="urn:com.servepath.cra/types/CraService"
          packageName="com.servepath.CraWebService">
        <interface name="com.servepath.CraWebService.CraWSIF" servantName="com.servepath.CraWebService.CraWS_Impl"/>
    </service>
    </configuration> 

    I'm new to Web Services so I'm just guessing, but perhaps you need to add -classpath lib/foo.jar;lib/bar.jar to specify where your class-files are.

  • Workshop 10.0.1 - Generating service control from a WSDL file

    Hi!
    I've been familiarising myself with Workshop (version 10.0.1).
    There is a feature that allows the generation of a web service control by right-clicking a WSDL file (Web Services > Generate Service Control).
    This process creates a jar file containing the WSDL's complex type.
    My only problem with this is that the jar uses the namespaces as package names (for example: www.openuri.org will be converted into an org.openuri package).
    I've been searching for a way to customize the package names, but I've been unable to find it. We previously used Axis to generate a web service client, and we ran an Ant task that could map namespaces to packages.
    Would there be a way to achieve this in Workshop?
    Thank you!

    Hi
    This is a known issue and a limitation. Service controls doesn't honor xsdconfig files when generated from wsdl file.
    We have an enhancement request CR307698 pending to address this issue. It looks like it's a big change in code to get this working so it is being looked at in the next release.
    Also, you can call BEA support / create a case in future and request status on this CR anytime.
    Vimala-

  • How to override generated WSDL with existing WSDL file?

    Hi there,
    I am migrating our weblogic 8.1 web services to weblogic 10.1. As documented it is not possible to start implementing the web services from WSDL if the web services are based on XML Beans. Therefore I started from scratch, using an XML Beans Utility project and a web service started from Java. This works fine.
    I now have a web service with a generated WSDL file, but there are slight differences with the existing WSDL file.
    Is it possible to stop generating the WSDL file and just point to the existing WSDL files?
    I already tried to expose the WSDL and change the WSDL location but it still returns the generated WSDL instead of the WSDL file that I want.
    Thanks in advance,
    Martijn Baels
    Software Architect
    www.leanapps.com

    The value of an element is stored in a child node of that element. For example, let's say that "e" references the node <Description> then:
    e.getFirstChild().getNodeValue() => "My Test Case"

  • Unable to generate WSDL file in quality server in SOAMANAGER

    Hi Experts,
       I have developed a webservice in DEV  and generated the wsdl file in soamanager and it works fine. Now when i transport it to QAS webservice gets transported  ( SE80 i can see it  ) and in soamanager when i go to generate the wsdl file for QAS server it is not allowing me to do it.  In soamanager when you click on 'Open WSDL document for selected binding'  nothing happens. In the same screen it says ''Services: 0 / Endpoints: 0 '' .  
       In SICF i see the webservice name however  below that i dont see any nodes extending  but in DEV i see the client name and once again the webservice name in the below nodes.  It appears as below in DEV
    /default_host/sap/bc/srt/rfc/sap/zfi_customer_balance_sms/555/zfi_customer_balance_sms/
    But in QAS it appears as below
    /default_host/sap/bc/srt/rfc/sap/zfi_customer_balance_sms
    I have also transported the SICF entry to QAS ie right click on the webservice, click on Obj Directory entry  and put it in a TP and transport.  Even then the nodes dont appear in QAS.
    I am doubting wheather some services need to be activated in SICF.  I just need to generate the wsdl file in QAS and later in PRD.
    Any help on this will be greatly appriciated.
    Thanks
    Govind

    Hi Govind,
    To get the web service working in DEV you configured an endpoint for it using SOAMANAGER right?
    You need to do the same endpoint configuration again in QAS & PRD once you transport it there. When you transport the web service between the environments the endpoint configuration in SOAMANAGER isn't transported as well. You need to repeat the configuration exercise each time you transport the web service.
    If you are transporting lots of web services then there is functionality to do mass configuration of these web services.
    Regards, Trevor

  • Tools for generating WSDL file

    I have created one Java Web Service in Apache Soap. Now I want to create the WSDL file so that my clients will
    come to know what is my Web Service about. But I am not able to find any tool which will automatically generate
    the WSDL file from the Java Class since my Web Service is purely written in Java. I came to know about GLUE but
    was not able to find the link from where I could download it. Can anybody help me to find such tools?

    I dont want to use Axis. Even Glue has the same command to generate the WSDL file from Java. Do you have any
    idea from where I could download Glue?

  • WSDL file not generated from wscompile using jwsdp-1.2.

    Hi,
    I used following config.xml file to generate the WSDL file.......but it didn't got genereted. Other artifacts got generated. I'm using jwsdp-1.2.
    <?xml version="1.0" encoding="UTF-8"?>
    <configuration
    xmlns="http://java.sun.com/xml/ns/jax-rpc/ri/config">
    <service name="PersonWebService"
    typeNamespace="http://rahuls_person_service.org/type"
    targetNamespace="http://rahuls_person_service.org/wsdl"
    packageName="rahul.ws.test">
    <interface name="rahul.ws.test.PersonWS"
    servantName="rahul.ws.test.PersonWSImpl"/>
    </service>
    </configuration>
    And I have following entry in the build.xml file.........
    <target name="generate-server_wsdl" depends="prepare">
    <antcall target="edit-config">
    <param name="config.rpcenc.file" value="${config.rpcenc.file}"/>
    </antcall>
    <wscompile
    keep="true"
    base="${samplesbuild}/${appname}/classes/server"
    xPrintStackTrace="true"
    gen="true"
    verbose="false"
    model="${samplesbuild}/${appname}/${model.rpcenc.file}"
    classpath="${compile.classpath}"
    config="${config.rpcenc.file}">
    <classpath>
    <path refid="compile.classpath"/>
    </classpath>
    </wscompile>
    <antcall target="unedit-config">
    <param name="config.rpcenc.file" value="${config.rpcenc.file}"/>
    </antcall>
    </target>
    Can any body point me what may be the problem.
    thanks in advance.
    Rahul

    The following is from the jwsdp-1.1 tutorial at http://java.sun.com/webservices/docs/1.1/tutorial/doc/
    The tutorial for 1.2 is not available yet.
    Seems you need to modify your config.xml to have a <service> element.
    The wscompile tool reads the configuration file (config.xml), which contains information that describes the web service. The basic structure of config.xml follows:
    <?xml version="1.0" encoding="UTF-8"?>
    <configuration
    xmlns="http://java.sun.com/xml/ns/jax-rpc/ri/config">
    <service> or <wsdl> or <modelfile>
    </configuration>
    The <configuration> element may contain exactly one <service>, <wsdl>, or <modelfile> element.
    The <service> Element
    If you specify this element, wscompile reads the RMI interface that describes the service and generates a WSDL file. In the <interface> subelement, the name attribute specifies the service's RMI interface, and the servantName attribute specifies the class that implements the interface. For example:
    <service name="CollectionIF_Service"
    targetNamespace="http://echoservice.org/wsdl"
    typeNamespace="http://echoservice.org/types"
    packageName="stub_tie_generator_test">
    <interface name="stub_tie_generator_test.CollectionIF"
    servantName="stub_tie_generator_test.CollectionImpl"/>
    </service>
    The <wsdl> Element
    If you specify this element, wscompile reads the service's WSDL file and generates the service's RMI interface. The location attribute specifies the URL of the WSDL file, and the packageName attribute specifies the package of the classes generated by wscompile. For example:
    <wsdl
    location="http://tempuri.org/sample.wsdl"
    packageName="org.tempuri.sample" />

  • Can't create client proxy classes from WebLogic-generated WSDL file

    We have a web service that we used to generated a WSDL file. We then used clientgen
    to try and create the client proxy classes from the WSDL. This failed. Doesn't
    it seem reasonable that if WebLogic creates a WSDL that WebLogic should also be
    able to consume that WSDL?

    Can you please post the wsdl?
    Regards,
    -manoj
    http://manojc.com
    "Robert" <[email protected]> wrote in message
    news:40db0bc0@mktnews1...
    >
    We have a web service that we used to generated a WSDL file. We then usedclientgen
    to try and create the client proxy classes from the WSDL. This failed.Doesn't
    it seem reasonable that if WebLogic creates a WSDL that WebLogic shouldalso be
    able to consume that WSDL?

  • Wsdl file generation

    what is the standard way of generating the WSDL file in SAP-XI system,
    i have generated using Messgae interface in IR. it is not working, when i called this WSDL in to .net frame work it is saying wrong WSDL file. please help. I'm using soap adapter and BAPI to sap side.
    regards,
    Gayatri.

    Gayatri,
    There are 2 Urls to which a SOAP messages can be posted.
    1,Posting to the the J2EE engine , from where the SOAP adapter will forward it to the Integration Engine.You would need a sender SOAP adapter and a sender agreement for this as well. Please refer Section 3.2.2 of this article for the same,
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/befdeb90-0201-0010-059b-f222711d10c0
    2. You can also post the message directly to the integtation engine. In this case, no need for sender SOAP adapter and a sender agreement.
    Please refer to this blog for the same
    /people/stefan.grube/blog/2006/09/21/using-the-soap-inbound-channel-of-the-integration-engine
    Regards,
    Bhavesh

  • How to get the WSDL file to consume a WS from Visual Studio

    Hi gurus:
    I've created a receiver SOAP adapter in my XI system that could be invoked by:
    http://xiserver:50000/XISOAPAdapter/MessageServlet?channel=:Openlab_Desarollo:CanalComunicaciones_SOAP"
    It is working fine. Now I must send the WSDL file to an external enterprise so they can invoke the XI web service. Thay are using Visual Studio.
    But, how could I obtain or generate the WSDL file?
    Thanks in advance to all and regards,
    Alejandro.

    Hi,
    In ID, choose "Define Webservice" in Tools.
    There you can  provide the URl that you have given here, instead of using proposed URL.
    You will get the WSDL that you can consume in Visual studio.
    Regards,
    Vikas

Maybe you are looking for

  • SSO does not work with DNS change

    Hi all, I have an ITS service which works fine on intranet but do not work on internet.  But the same service when put on internet (ofcourse with a different DNS i.e. abc.mycompany.co.uk) and it breaks down.  When clicking on a webgui service or webr

  • How do I get a serial number when I enter the number it says this is an invalid number?????

    How can I get a serial number when I enter the redemption number in caps and lower case letters , I get indication of invalid Number??????

  • Gargbage Collector runs twice in a minute in my application

    Hi, My production application is deployed on Websphere 5.1. I have enabled the verbose collection in WAS and I see that GC get invoked twice in a minute and it releases around 4MB - 400MB of memory. Whenever it releases 400MB system runs slow and GC

  • Flex Builder installed as Plugin strangeness

    Re: Beta 3 of Flex Builder, i've got the standalone version installed on my laptop and the plugin version on my desk machine. All's fine with the standalone version. I'm working thru the Lessons in the Getting Started Tutorials, and when i change the

  • Moving Column Formats across Instances

    Hi, We have applied some column formats (Say number with 3 decimal places) to few colums using the "Save-as system wide default for <Column_name>" option. Our reports are grouped under one shared folder(SF1). Another team is developing reports for an