Web service published but not visible

Hi,
I have developed a Webservice from a WSDL file i created from a XI outbound interface following the steps given in the thread below.
/people/sap.user72/blog/2005/11/17/xi-how-to-publish-wsdl-generated-from-xi-to-uddi
In the UDDI Client i got the message that the WS has been successfully published but i am not able to view my Web Service in the WS Navigator.
What is the procedure to view a WS published using the UDDI client? is there any direct url to view the WS?

This is the url inside my WSDL:
http://cgnsap27:8000/sap/xi/engine?type=entry&version=3.0&Sender.Service=SATYAM_LSPM_BS&Interface=http%3A%2F%2Fsatyam.com%2Fxi%2FLSPM%5ELspm_SampleIdHelp_MI
If i try the URL i get this :
- <SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
  <SOAP:Header />
- <SOAP:Body>
- <SOAP:Fault xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
  <faultcode>SOAP:Client</faultcode>
  <faultstring>Empty HTTP request received</faultstring>
  <faultactor>http://sap.com/xi/XI/Message/30</faultactor>
- <detail>
- <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
  <SAP:Category>XIProtocol</SAP:Category>
  <SAP:Code area="MESSAGE">EMPTY_HTTP_REQUEST_RECEIVED</SAP:Code>
  <SAP:P1 />
  <SAP:P2 />
  <SAP:P3 />
  <SAP:P4 />
  <SAP:AdditionalText />
  <SAP:ApplicationFaultMessage namespace="" />
  <SAP:Stack>Empty HTTP query received. No message processing possible</SAP:Stack>
  </SAP:Error>
  </detail>
  </SOAP:Fault>
  </SOAP:Body>
  </SOAP:Envelope>
But what i expect is a WS in the WS Navigator as i have already published the wsdl using the UDDI client.

Similar Messages

  • Web service transported but not active in QA environment

    Hi all,
    In order to support a template document i've created a web service using the web service tool. All is working fine in DEV and all has been successfully transported to QA environment (I think). The web service objects have been included in the transport using transaction CRMOST_TRANSPORT and I see the web service in the web service tool in QA.
    Problem is that the web service is not active. In the web service tool I see the web service and see that the Active status is still available to be selected. When I select it I get the following errors:
    - Object type does not exist
    - Not possible to get data for service object
    - Activation cannot be performed in this client:
    - Details Changes to Repository objects are not permitted in this client
    I read somewhere that you have to do 'after import functions' for web services but don't know what!? Is it simply a matter of opening the client in QA and reactivating the web service in the Web Service Tool?
    Thanks,
    Patrick

    Hi Patrick ,
    Ihave a question.
    I created a webservice through CRM 7.0 Web Service Tool
    ie we went to Component WS_DESIGN_TOOL and executed the component and we Launched the tool ,
    using tool we created a Web service for Sales Order, Due to missing of some settings I guess it didnt ask for a Transport request and it went and saved in an ' Local Object'.
    Could you please help in explaining as what steps we need to configure to make sure that the web service goes and sits in a Transport which is required in moving it to QA System.
    Regards,
    Sijo

  • Authentication error while consuming web service published in SR of CE 7.1

    Hi,
    I am having this error while trying to consume a web service published in local services registry. Authentication level is set as Basic in the web service and in end point. I am receiving this error in security log files.
    Message:Authentication for web service ServicesRegistrySiService, configuration ServicesRegistrySiPort using security policy sap.com/tcesiuddisrws~earServicesRegistrySiServiceServicesRegistrySiPort*ws failed: Login failed.. (See SAP Note 880896 for further info).
    Category: /System/Security/WS/Authentication
    Location: com.sap.engine.services.wssec.authentication.authenticate
    Application: sap.com/tcesiuddisrws~ear
    Thread: HTTP Worker [1]
    Data Source: j2ee\cluster\server0\log\system\security_00.log
    Correlator ID: 33747500000034965
    Argument Objects: 
    Arguments: 
    DSR Component: 
    DSR Transaction: 72b226c009ed11dd9a3e000c29c818ce
    DSR User: 
    Message Code: 
    Session: 4196
    Transaction: 
    User: Guest
    Host: ########
    System: ###
    Instance: J00
    Node: server0
    following is the code in a C# .Net 2.0 from where the service is called.
                CnarService srv = new CnarService();
                NetworkCredential ic = new NetworkCredential("user", "password");
                CredentialCache cache = new CredentialCache();
                srv.UseDefaultCredentials = false;
                srv.PreAuthenticate = true;
                srv.Credentials = ic;
                try
                    srv.Timeout = 600;
                    cnarobject cnObj = srv.GetObject("1");
                    fnameTextBox.Text = cnObj.firstname;
                    lnameTextBox.Text = cnObj.lastname;
                    mnameTextBox.Text = cnObj.middlename;
                catch (WebException wex)
                    MessageBox.Show(wex.Message + wex.Response + wex.StackTrace);
    I tried to find the SAP Note 880896 but note doesn't exists. I am receiving similar error while trying to connect Enterprise Services explorer for .Net
    Please help.
    Regards
    Monty

    Hi,
    maybe you should see the settings for the ServicesRegistrySiService too. Under nwa->SOA.
    I am not sure, but the error seems like not able to use the ServicesRegistrySiPort, which is to be authenticated against.
    It is then used for retrieval of web services and publishing to the registry... i suppose.
    I am not sure though.
    Best regards,
    Vera

  • Changes to the Web Service publishing process (Operationalization)

    With the new release of Azure ML features, we are updating the web service publishing workflow. Below are the list of changes:
    Web Service Input / Output modules: these replace the input and output ports previously used to create web services. You can now drag and drop them on the experiment from the left pane under Web Services (instead of right-clicking on the module).
    Generation of Scoring experiment from Training experiment: We have automated the steps in creating a Scoring experiment by adding the Web service input and output modules, and automated the saving of the Trained model. With this feature, you no longer need
    to manually save a trained model and add it to a Scoring Experiment. The "Create Scoring Experiment" button will trigger these events and generate the Scoring Experiment for you. The resulting Scoring experiment can be published as a web service
    as is, or user can make modifications to the generated workflow including location of input/output modules.
    To use this feature:
      ○ Create a Training Experiment (includes an algorithm such as Boosted Decision Tree and a Train Module)
      ○ Click Run
      ○ Click Create Scoring Experiment
      ○ Review the resulting Experiment, then Click Run
      ○ Then click Publish Web Service
    A sample Training Experiment:
    Publishing a Training experiment as a web service:Similar to the Scoring experiment, we have now automated the steps to create a web service from the Training experiment using the "Prepare web service" command button. This action adds Web service
    input and output modules to the training experiment. The experiment can then be published as a web service. This  approach to creating a web service is needed for setting up the Trained model for retraining using the Retraining APIs. But is not the recommended
    approach for creating web services - Scoring experiment should be used for that purpose.
    Publishing an experiment as a web service: in cases where the experiment does not involve training, such as when processing, transforming and cleaning up data, it can also be published as a web service using the "Prepare web service" button.
    We will publish more detailed documentation for this and other features shortly. Please let us know if you have any questions.
    Thanks,
    The Azure ML Team

    Hey Freppas, can you give some more information about your first ask? For classifiers, we already output the scored probability along with the scored label. You can limit the output to just the probability using the Project Columns module to exclude unwanted
    columns. The web service is not concerned with domain-specific functionality - it will output exactly what you see being output in Studio when you set up the web service ports
    The second ask is something we're working on bringing to our product - feature importance. Again, you would have to make it happen in the Studio before you publish the web service for the web service to have that functionality

  • Web Service session manager not found.

    I'm trying to understand how to use the HTTP utilities, and I'm having trouble just creating a session.  I get a Web Service session manager not found error.  I've read where the client has to support cookies.  My eventual client will be a labview VI that talks to a web server.  I llooked at the Toolsptions, but don't see anything related to cookies.  Not sure if that's what's causing this anyway, but I'm just digging.  Also, I want to eventually send http messages across TCP/IP.  Do I need to use the TCP/IP VIs (i.e. open connection, etc) or do I use the http utilities alone.  If both are needed, how does the httpRequestID and the TCP/IP connection ID correlate.
    Attachments:
    htttGetSession.vi ‏9 KB
    WebServerError.PNG ‏13 KB

    Hi can you please let me know how you resolved this issue?

  • Web services and JPA - not a good mix?

    Hi!
    Sorry if this question isn't web services specific, but this forum is the closest I've found here at SDN.
    I'm having a bad time trying to figure out how to use JPA and web services in the same application.
    Problems is, some of my entities contains binary data, and instances of those entities are members of other entities. If I'm correct, that is an enormous waste of memory on the server side, and worse, I need to transmit some of those entities via web services so the resulting SOAP message will be really huge. See the example below:
    @Entity
    public class A {
      @Id
      private Integer id;
      private byte[] data;
    @Entity
    public class B {
      @Id
      private Integer id;
      @ManyToOne
      private A a1;
      @ManyToOne
      private A a2;
    public static void main(String[] args) {
      A a = new A("huge_data.avi");
      B b = new B();
      b.a1 = a;
      b.a2 = a;
      WebService.send( b ); //TWO identical "huge_data.avi" sent down the wire
    }From what I've read from other forums, setting the fetch type to "LAZY" in the binary data is problematic since the entities will be dettached and serialized into SOAP messages.
    Is JPA the right choice in this case? I could drop JPA and begin to use JDBC (and use "id"s instead of full object references) but some of the benefits of JPA would be wasted. See how it would become:
    @Entity
    public class A {
      @Id
      private Integer id;
      private byte[] data;
    @Entity
    public class B {
      @Id
      private Integer id;
      private Integer a1Id;
      private Integer a2Id;
    public static void main(String[] args) {
      A a = new A("huge_data.avi");
      B b = new B();
      b.a1Id = a.id;
      b.a2Id = a.id;
      WebService.send( a, b ); //Fine now, but all "A" objects would need to be sent as a separated list.
    }Sadly, almost every example out there on the web about JPA+web services is very simplified to be of any real usage.
    Please, help me. Thanks a lot.

    This will get rid or your ant problem. This stuff really works. You put a few drops of the liquid on a little piece of paper and you will see TONS of them come and eat it. They take it back to their colony and it kills them all. The next day they are all gone. It's that quick.
    http://www.terro.com/
    -Bmer
    Mac Owners Support Group
    Join Us @ MacOSG.com
     An Apple User Group 
        MacOSG Podcast >>
    Note: I receive no compensation for product endorsements.

  • Web Service Publisher

    Dear All - While publishing my report through Web Service Publisher in Web Intelligence i'm facing the below issue. Can you please help me on this.
    Sincerely,
    Mahesh.V

    Hi Mahesh,
    Please refer the Note: 1701406
    Resolution
    Log in to Webi Rich Client
    Click on settings Icon
    Select Options, A user Preferences window pops up
    Under the Proxy tab enter the Hostname of the Application server and the port number.
    Click OK
    ---Raji. S

  • I have configure remote access feature web application proxy but not configure give the error. The remote name could not be resolved.

    I have configure remote access feature web application proxy but not configure give the error. The remote name could not be resolved in server 2012 R2.
    I have configure Ad and ADFS different server and try to configure web application proxy different server. what setting are required for connect web application proxy to Ad and ADFS.

    Hi,
    In addition, please make sure that the port 443 is not blocked by the firewall.
    Web Application Proxy requires internal name resolution to resolve the names of backend servers, and AD FS servers. When publishing web applications via Web Application Proxy, every web application you publish requires an external URL. For clients to reach
    these web applications, a public DNS server must be able to resolve each external URL that you configure. Note that the external URL must resolve to the same IP address as the Web Application Proxy server, or the external IP address of a firewall or load-balancer
    placed in front of the Web Application Proxy server.
    Best regards,
    Susie
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • 11G - invoking an asynchronous Web service that is not a BPEL process

    Hi all,
    Is there an 11G example of implementing and invoking an asynchronous Web service that is not a BPEL process ? . In 10g there is an example for Axis web service (Oracle_Home\integration\orabpel\samples\interop\axis\BPELCallingAsyncAXIS ) but I can't find anything related to 11G so far.
    Thanks in advance,
    sasha

    Hey Chris.
    I am just starting to write a jcd that calls an external web service but cannot find any sample code nor instructions on how to do it in the supplied documentation. Could you send me a code sample from your one?
    Cheers
    Matt

  • Web Services Demo (OTNMobileWrapper) not works

    I tested in my own database environment and also at my account on htmldb.oracle.com.
    - Wheather service works fine
    - Amazon works fine
    - OTNMobileWrapper did not
    I believe the URL and the Action are wrong!
    (the Urls in Wheather and Amazon I can call in the browser directly, the Url from OTNMobileWrapper was not found).

    yeah, i see what you mean regarding that "OTN Message Service" option in our web services demo. further inspection by a teammate reveals that more than a few of these OTN Live Web Services appear to not be working. i'm currently checking around to see what the deal is with that, but from an html db perspective, though, you should already know what you need to know: it is possible to call web services from within your html db applications. this particular one in our example appears to currently be unavailable (if you do feel it's our "URL and action", btw, please do send that info to [email protected]), but calls to the more stable ones like amazon, for instance, always work.
    hope this helps,
    raj

  • Qaaws "Web services url is not correct" while adding host.

    Hello all,
                I am getting error "The web services Url is not correct" while adding the host name for Qaaws. The error is coming on the right side of the input text field of the Name showing by yellow warning icon.Please help me to resolve it.I was tried by keeping the host name instead of ip address.But is saying the same error.
    regards
    vishnu

    To enable rest support there are some instructions below:
    Before undertaking this process, I recommend backing up the file(s)
    you are going to edit.
    By default REST is disabled in Axis 2. We need to enable it. We
    need to go to the following folder. Assuming D: is the installation drive:
    1.     D:\Program
    Files\Business Objects\Tomcat55\webapps\dswsbobje\WEB-INF\conf (for 32 Bit OS)
    or D:\Program Files (x86)\Business Objects\Tomcat55\webapps\dswsbobje\WEB-INF\conf (for 64 Bit OS)
    2.     There is a file with the name axis2.xml (This file is an XML File and contains many parameters as well as many other things).
    3.     Make a backup copy of the filename you are about to edit.
    4.     Open the axis2.xml file in Notepad or 'XML Editor' to edit
    5.     Search for the word REST (Ctrl & F is probably easiest)
    6.     You will see a line like this
    <parameter name="disableREST" locked="true">true</parameter>
    We need to replace' true' with 'false' to enable REST, and after the changing that line will look like following:
    <parameter name="disableREST" locked="true">false</parameter>
    7.     Save the file and restart the web server.

  • Report for Material Issued against Service Orders But not Billed.

    Hi Experts,
    For CRM Service Orders Based on the Reservation number generated in CRM we will make the Goods issue document in ECC.
    My Question In CRM Do we have any standard report to see Material issued against CRM Service orders but not billed. i.e. Work in progress.
    Thanks in Advance,
    Abhinesh

    Hi Vivek,
    What I wanted to say that you won't get information from VAV about billing since as far as I know it doesn't contain any relevant table.
    You should try create a query using LIKP-LIPS-(joint type: left outer)-VBRK. This will connect deliveries to billing document, you can also get SO number. Please try this.
    (Sorrowully I don't know which logical database would be good for you)
    BR
    Csaba

  • Web services Publisher Error

    Hello Experts,
    I am ruuning down with an issue in Web I - web services publishing. When i tried to Publish the report as Web services Url, it says Connection time out. I tried to Add host in manage servers area (which is blank ), again it says "connection timed out"
    Detailed error : HTTP transport error java.net.connection exception: connection timed out: connect
    I looked in to web services deployment using the link webserver:port/dswsbobje. the axis2 home page opened up and all the services are active. However, when i looked into publish service, The SOAP address is showing a different IP.
    Can someone let me me know how to change the SOAP address, which file to access? i can see dews.properties file has correct cms name.
    Regards
    Karthik

    "C:\\PubHome_1\\xmlp\\XMLP\\DemoFiles
    test.xml");
    "C:\\PubHome_1\\xmlp\\XMLP\\DemoFilestest.xml");
    The line return on this forum removed the double backslash from what you posted as the path in your config file? (looks like it does when I tried it)

  • Error "web service destination is not configured" in CTS+

    Hi experts,
    during deployment with CTS+ I get the error "web service destination is not configured" (see below). In fact there is a web service to be deployed and a WebDynpro-DC using this web service as adaptive web service model. The model uses the destination DACC_PI_WS_METADATA_DEST and DACC_PI_WS_EXECUTION_DEST. I configured both destinations in the server with type "WSDL".
    Any idea what goes wrong?
    Regards,
    Christoph
    1 ETP199 ######################################
    1 ETP199X######################################
    1 ETP189 DEPLOYMENT
    1 ETP101 transport order     : "JADK900006"
    1 ETP102 system              : "JAQ"
    1 ETP199X######################################
    1 ETP189 DEPLOYMENT
    1 ETP101 transport order     : "JADK900006"
    1 ETP102 system              : "JAQ"
    1 ETP108 tp path             : "tp"
    1 ETP109 version and release : "372.04.29" "700"
    1 ETP198
    2 EPU601X"CTS Deploy Service - Version 0.92" "06.03.2007" " " " "
    2 EPU602 "==================================================""======================"" "" "
    ===="" "" "
    2 EPU601 "Deploy web service destination =" " " " " " "
    2 EPU601 "Directory =" "/usr/sap/trans/data" " " " "
    2 EPU601 "SDM Deploy URL =" " " " " " "
    2 EPU601 "SLD Deploy URL =" " " " " " "
    2 EPU601 "XI Deploy URL =" " " " " " "
    4 EPU607 Non-ABAP system "JAQ" (communication system "KSM")
    4 EPU601X"Deploy for" "SDM" " " " "
    4 EPU601 "Deploy File =" "karmann.comSC_DACCDIP_DACCD_C~20081001122205.sca" " " " "
    4WEPU601 "Web service destination is not configured" " " ", deployment skipped" " "
    4WEPU601 "Return Code =" "4" " " " "
    4WEPU601 "Highest Return Code =" "4" " " " "

    Hello,
    I am getting an identical error per below. I have checked Web deploy service, CTSDEPLOY setup in SM59 etc and looks OK, yet the issue still occurs:
       Deployment
       Transport request   : BWDK903389
       System              : BWQ
       tp path             : tp
       Version and release: 372.04.36 700
       CTS Deploy Service - Version 0.92 06.03.2007
       ========================================================================
       Deploy web service destination =
       Directory =
       SDM Deploy URL =
       SLD Deploy URL =
       XI Deploy URL =
       Double-stack system BWQ
       Deploy for SDM
       Deploy File = CTSTEST_20081008_123719.epa
       Web service destination is not configured   , deployment skipped
       Return Code = 4
       Highest Return Code = 4
       Deployment
       End date and time : 20081015162015
       Ended with return code:  ===> 4 <===
    Anyone have any ideas on this one?
    Thanks & Regards,
    Michael

  • Web Service security is not set up on this component

    Hi Friends,
    In RWB, when I click on component monitoring->Integration Engine, I got "Web Service security is not set up on this component"
    I want to send message using soap adapter by encrypting and signing it. for this purpose I need to configure the Web Service Security.
    Can someone please provide some documentation or link on how to set up this Web Service Security?
    thankx

    Hi,
    there is a chapter - Security Configuration at Message Level
    in XI config guide which specifies everything you need - this is what you need
    so I hope no further explanations are necessary
    Regards,
    Michal Krawczyk

Maybe you are looking for

  • Change Posting Date In MIGO

    Hi, I've a requirement in which i need to change the value of posting date (previous date) based on a particuler value of plant and material type for transaction MIGO. Is this possible through any of the exit or Badi or field exit. I had tried throug

  • What is this Host Error in file to file scenario ?

    Hi XI experts, We are trying to process file to file scenario in PI 7.0 System . All is configured perfect because same configuration of the scenario worked on different  XI 3.0 system FILE IS PICKED UP from the Server location ( I see that because f

  • Can included graphics be sorted along with totals?

    For years I have been using Excel to compile stats that include photographs for each row. Unfortunately MS in their wisdom removed the ability to sort with graphics, so had to revert to previous version. Having moved over to Numbers, I have not been

  • How to import 30p 1920x1080 footage into cs4

    Hi, I shot some footage using my canon hf20 in 30p, at 1920x1080. when i open a new sequence i don't see a setting for 1920x1080 30p under AVCHD. at first i was going to use the XDCAM HD preset since it's the only one i see that has 30p, but i realiz

  • Going from NOARCHIVELOG to ARCHIVELOG mode

    I am running an Oracle 10g Release 2 10.2.0.2 database on AIX. Can any body tell me the exacts steps for going from noarchivelog mode to archivelog mode. Thanks and Regards, Asim Naveed.