Webservice setup

Hi,
May I know what all necessary setup needs to be done for webservice scenario for PI 7.1.
Issue: Created a SOAP -> XI -> JDBC scenario. There is no issue with the Receiver side, but in RWB the SOAP sender communication channel is inactive. Do we need to do any webservice setup in /nwa because the communication channel is active in Integration Directory.
Please share your inputs.
Sundari

Hi
just post the dummy request after that check the status
looks the URL is wrong, check the URL u specified in the Reciever SOAP adapter.
You could find this URL(end point) in the wsdl of the webservice yo u are trying to call.
also take a look at the default.trc log file from visual administrator-> server
-> services -> log viewer -> locations -> com -> aii -> bc -> soap
Walkthrough - SOAP  XI  RFC/BAPI
Regards
sreddy

Similar Messages

  • Webservice setup -- Introspecting -- Timed Out

    I have been trying to integrate a Webservice along the Tutorial of Prathap Thoguru named "Consuming Web Services in AquaLogic BPM" V.10. (Draft) of April 2008.
    After
    Catalog --> Catalog Component --> Webservice and pasting the url:
    http://www.w3schools.com/webservices/tempconvert.asmx?WSDL
    into the Wizards first line and pressing FINISH (as explained on page 6)
    I get
    Introspecting...
    downloading /webservices/tempconvert.asmx?WSDL
    [Error] Web Service WSDL parse exception: Connection timed out: connect..
    [Error] Instrospection exception: Web Service WSDL parse exception: Connection timed out: connect...
    I can access the WSDL by my browser without problem.
    Do I need to set a certain parameter (e.g. Proxy ?) somewhere to make it work ?
    TIA

    Are you going through a proxy server? If so, then configure that in Window -> BPM preferences -> connection settings
    Jan Kettenis

  • Factory Reset, hpeprint email setup

    Hi, I used to have my username linked to my printer but had to do a factory reset and
    everything was cleared.  I had to to do the webservice setup again and now i can not use
    the user name I was using.  
    How to user my oringal username instead of creating a new name for the email address.
    Thanks

    Hi there, if I understand you correctly you had customised your printers email address but then subsequently had to remove and re-enable web services on the printer. If so then unfortunately the customised ePrint email address will not be available to use any longer and you will need to use an alternative name if you wish to customise the current printer email address.
    Best. 
    If my reply helped you, feel free to click on the Kudos button (hover over the "thumbs up").
    If my reply solved your problem please click on the Accepted Solution button so other Forum users may benefit from viewing the post.
    I am an HP employee.

  • HP Officejet pro 8500 won't print and keeps asking for a proxy setting. Help.

    HP Officejet pro 8500 won't print and keeps asking for a proxy setting. Help.

    Hi,
    Can you confirm that you have an Officejet 8500a or Officejet 8500? On the 8500a model, you can set the networks proxy address and port setting from the front panel of the printer (setup>Webservices setup>proxy). If you are unsure what your proxy settings are you'll need to contact your network admin. If your network uses a proxy users name and password for all devices, you need to enter this information along with the proxy address and port in the printers embedded web server. Type the products IP address into an internet brownser window (printer must be connected to the same network as PC). Select the network tab, and than look for the proxy settings option. Enter in the information and click apply. Once the networks proxy information has been correctly inputed into the embedded web server, try printing again. If unsuccessfully, you might try reinstalling the printer software after uninstalling it. Hope this helps!
    I was an HP employee
    Reminder: Please select the "Accept as Solution" button on the post that best answers your question. Also, you may select the "Kudos" button on any helpful post to give that person a quick thanks.

  • HP Officejet Pro 8500 - won't print bold italicized words

    Why won't my printer print out the words that are in bold italics on a pdf? It prints the non-italicized words in bold.

    Hi,
    Can you confirm that you have an Officejet 8500a or Officejet 8500? On the 8500a model, you can set the networks proxy address and port setting from the front panel of the printer (setup>Webservices setup>proxy). If you are unsure what your proxy settings are you'll need to contact your network admin. If your network uses a proxy users name and password for all devices, you need to enter this information along with the proxy address and port in the printers embedded web server. Type the products IP address into an internet brownser window (printer must be connected to the same network as PC). Select the network tab, and than look for the proxy settings option. Enter in the information and click apply. Once the networks proxy information has been correctly inputed into the embedded web server, try printing again. If unsuccessfully, you might try reinstalling the printer software after uninstalling it. Hope this helps!
    I was an HP employee
    Reminder: Please select the "Accept as Solution" button on the post that best answers your question. Also, you may select the "Kudos" button on any helpful post to give that person a quick thanks.

  • Email won't receive and keeps asking for password

    Ever since a combination of circumstances last week, my email is mostly, randomly not sending or receiving on my MBP.  We changed to AT&T Uverse; and I ran the most recent update of Safari.  Now, despite having the correct password entered, my email program asks for my passwork over and over again and won't deliver my mail, although, for no particular reason, it does decide to work occasionally.  Is there some sort of known software compatibility issue?  That's what it feels like.  My thumbnails are also not always loading - again very random - I get the blue square with the question mark rather than the graphic.  TIming of this beginning is the same.

    Hi,
    Can you confirm that you have an Officejet 8500a or Officejet 8500? On the 8500a model, you can set the networks proxy address and port setting from the front panel of the printer (setup>Webservices setup>proxy). If you are unsure what your proxy settings are you'll need to contact your network admin. If your network uses a proxy users name and password for all devices, you need to enter this information along with the proxy address and port in the printers embedded web server. Type the products IP address into an internet brownser window (printer must be connected to the same network as PC). Select the network tab, and than look for the proxy settings option. Enter in the information and click apply. Once the networks proxy information has been correctly inputed into the embedded web server, try printing again. If unsuccessfully, you might try reinstalling the printer software after uninstalling it. Hope this helps!
    I was an HP employee
    Reminder: Please select the "Accept as Solution" button on the post that best answers your question. Also, you may select the "Kudos" button on any helpful post to give that person a quick thanks.

  • How to include jar files in WS assembling

    HI, There:
    I have a webservice project works well except I canot include lib files in WEB-INF. I need following dir in war files
    WEB-INF
    --classes/com.xyz.....
    --lib/my.jar
    I use following target in build.xml
    <target name="webservice-setup" depends="setup,compile-webservice">
    <echo message="-----> Assembling the webservice"/>
    <oracle:assemble appName="${app.name}"
    serviceName="${app.name}"
    interfaceName="com.ivgn.protomineWS.service.ProtomineService"
    className="com.ivgn.protomineWS.service.ProtomineServiceImpl"
    input="${bld.webservice.dir}"
    output="${out.dir}"
    ear="${lib.dir}/${ear.name}.ear">
    <classpath>
    <pathelement location="${OC4J_HOME}/webservices/lib/wsa.jar"/>
    </classpath>
    </oracle:assemble>
    </target>
    where can i add the lib directory so that many jar files for this application can get into lib directory. Looks like this "assemble" command has no argument for "lib". The "input" argument only handle the classes files.
    Thanks
    TZhang

    There are two way to do this.
    1) you assemble the .ear file, expand it's content, make modification and re-package using jar command (plain ant style).
    2) instead of using the -ear option, you can use the -war option. It will leave the content in is expanded form, and you can then do the packaging in your own way, after making modifications.
    You may also want to take a look at the 'appendToExistingDDs' flag of the assemble command (see chapter 16 of the user's guide [1]).
    appendToExistingDDs <true|false>
    Determines whether entries for a new Web service will be appended to the existing
    deployment descriptors or whether they will be overwritten. The deployment
    descriptors that can be affected by this argument are oracle-webservices.xml,
    web.xml, and webservices.xml.
    Beware; this style of assembly is a little hard to use, as you cannot re-run the same target twice, without to restore the original files.
    Hope this helps,
    Eric
    [1] http://download-west.oracle.com/otn_hosted_doc/ias/preview/web.1013/b14434.pdf

  • HP 7640 web services disabled and I can only print locally, not from the net !

    Web Services Test Reslults:"No problems found"Router: Verizon Quantum gatewayPrinter is connected via Wi-Fi and printing can be done through the router or directly via Wi-FiBoth Router @ 192.168.1.1 and printer panel report printer IP 192.168.1.161, MAC address 34.64.a9.44.ff.aaAND . . . under current configurationWeb services : disabledSo . . .How do I get this pos working properly ?HP website provides NO SUPPORT, just a run-a-round.---  

    Hey ,  Welcome to the HP Support Forum.  I see that you're unable to use ePrint or enable webservices with your HP ENVY 7640 e-All-in-One Printer.  I would like to help.  Have you tried the basic ePrint/webservices setup method as recommended by HP?  If not, give that a shot first.  If this is not new to you please read on, I have some more suggestions that might enable this feature for you.   I recommend you set a Manual DNS on your printer.  Here's how:  Click on the HP ENVY 7640 icon on your PC desktop (note that I've used screenshots for a different printer, but the steps are essentially identical) to access the HP Printer Assistant.  Click on the Embedded Web Server link (EWS) and then click on the network tab as indicated below:   Next, click Wireless and then IPV4 Configuration as indicated below:     Next, click on Manual DNS Server and input the numbers exactly as indicated below, clicking on Apply to complete this aspect of your setup:   For the next step, you can use the EWS 'Webservices' tab to enable webservices/ePrint or enable from the printer's front panel by touching the  icon.  Touch OK to allow this feature to activate and also to allow for automatic printer updates.   If you were able to complete the above-noted steps without issue, you will be ready to send your printer ePrint jobs. For more information on how to setup a custom ePrint address click here.  If you're an Android or iOS device user, click here for more information on how to use the HP ePrint app.  In its most basic iteration, you can send your printer ePrint jobs from any web-ready device by emailing content you want to print directly to your printer's @hpeprint.com address.  Please let me know the result of your troubleshooting by responding to this post.  If I have helped you resolve the issue, feel free to say "You rock!" by clicking the 'Thumbs Up' icon below and clicking to accept this solution. Thank you for posting in the HP Support Forum.  Have a great day!

  • NWA to java systems authentication

    Hi,
       I have setup a Netweaver Administration system and able to connect to the monitored java systems by storing the login in the NWA system.
    I store the login in NWA system via
    Visual Admin --> Cluster --> Services --> Destinations --> HTTP
    and entering these info
    name : sap.com/tcjejmxwsconnectorsp/<SID>/<host>
    URL : http://<host>:<port>/WSConnector/Config1?style=document
    and authentication is set to basic.
    What I like to do however,  is <u>not</u> to use Basic authentication but rather to use SAP logon ticket. Both my NWA system and monitored java system is setup to create and receive logon tickets. However, i kept getting JMX connection unauthorized error. I can't seem to be able to set it to use SAP Logon ticket.
    Further reading, I realize that most of the NWA setup documents state to use the basic authentication.
    So my question is :
    1. Can NWA access the monitored sap java systems via SAP Logon Ticket.
    2. Can a webservice setup to only accept Basic Authentication even though the J2EE engine is setup for SAP logon tickets too?
    regards,
    Laurence...
    disclaimer:
    The content of this message is my personal opinion only and, the statements I make here in no way represent my employer's position on the issue, nor am I authorized to speak on behalf of my employer on this matter.

    figured out another way.

  • Simple POC configuration failing

    I have a simple AXIS webservice setup for proof-of-concept development with AquaLogic. What I'm trying to do is very simple, bare-bones content-based routing. I'm using a .JWS-based webservice that looks like this:
    <pre>
    public class WebService {
         public String echo(String message) {
              return "The web service heard " + message;
    </pre>
    I started by creating a new WebLogic domain supporting ALSB using the Configuration Wizard and all the defaults. I created a new "Any SOAP Service" proxy service with all the defaults as well. This seems to work as expected. The following code results in the default echo response I expected to see with an unbound proxy service:
    <pre>
    public static void main(String[] args) {
         SimpleAxisServer simpleAxisServer = new SimpleAxisServer();
         try {
              simpleAxisServer.setServerSocket(new ServerSocket(49152));
              simpleAxisServer.start(true);
              Service service = new Service();
              Call call = (Call) service.createCall();
              call.setTargetEndpointAddress("http://dcmnapp01:7001/Proxy-Soap-msb-in");
              System.out.println("Sending request to web service to echo '" + args[0] + "'...");
              System.out.println(call.invoke("echo", args));
         } catch (Exception e) {
              e.printStackTrace();
         } finally {
              simpleAxisServer.stop();
    </pre>
    This simply returns the content of args[0]. Next I created a new "Any SOAP Service" business service with endpoint "http://mbyrnswxp:49152/WebService.jws" referencing my AXIS webservice and all other options default. I then created a branch node with it's default connected to a route node to the business service I created. That works too -- I get the expected response from my AXIS webservice.
    What I can't get working is any of the XPath stuff. Even when I enter an XPath of "." which returns the whole XML body when I test it, assign a variable of "test" and set the conditions to be "=" to "foo" which should evaluate to false and follow the default path, ALSB never responds.
    How do I go about setting this up? All the examples refer to WSDLs and whatnot -- I just want to use a simple XPath equality test. So far I can't get the simplest failure case working. What am I doing wrong?

    If i understand correctly, you said that you do not get any response back. This may be because of an error happening in the pipeline.
    Based on your description, you have a named branch and the default branch configured. So regardless of the result of the condition, one branch should be executed and returning a response.
    You mentioned using the "test" variable. Do you assign a value to it before entering the branch node?
    Also, have you tried using the Test Console on the proxy, it may help pinpoint at which stage/node the proxy is failing.

  • EPrint System Error, Try Again

       When I first go my google chrome book I set up my google ePrint with my HP 5520.  All was going well.  I was able to e-mail to my printer for the last 2 weeks.  tonight I tried to print I and I received an error that said "System Error, Try Again".  So for the last few hours I have been reading about what the issue could be.
    I tried the following;
    - checked e-mail for send and recive 
    - sent e-mail 3 times and resent again. 
    - Checked printer it is on line and web services are on.
    - turned off and on the printer. checked setting again.
    - restarted Chrome Book.
    - remover printer and then added it again.
    in the end " System Error, Try Again" again and again.
    Help, please...

    Hey @Craig0491, 
    Welcome to the HP Support Forum!  
    I understand you're unable to use ePrint with your HP Photosmart 5520 e-All-in-One Printer.  I would like to help.  I have some suggestions that may restore this functionality for you.  
    Just to clarify, are you sending your print jobs by way of ePrint (emailing attachments or direct content pasted in emails to your printer's @hpeprint.com address)? 
    Or, are you printing from your Chromebook using Google Cloud Print (Ctrl+Shift+P)?  
    If you haven't set up a custom ePrint address (click here for more information) I recommend you try the following steps: 
    Restore your printer's factory defaults
    From your printer's front panel, touch the wrench/Setup icon
    Touch Tools
    Touch Restore Factory Defaults
    Note: this will remove all custom printer settings including your wireless and webservices setup.  
    Re-establish wireless and webservices connections
    Click here for instructions on how re-enable wireless and webservices.  
    Remove and re-add your Printer to Google Cloud Print
    Assuming you're working with Cloud Print as well, try removing and re-adding your printer as a final step.  
    Did this restore your printing capability? If yes, feel free to give me a virtual high-five by clicking the 'thumbs up icon and marking this post as resolved.  
    If you run into any further issues please respond - always happy to help!  
    E-roq
    I work on behalf of HP.
    Please click Accept as Solution if you feel my post solved your issue, it will help others find the solution.
    Click Kudos Thumbs Up on the right to say “Thanks” for helping!

  • Server connection problem trying to scan document to e-mail

    SERVER CONNECTION ERROR WHEN SCANNING DOCUMENT TO E-MAIL

    Hey @oooth, 
    Welcome to the HP Support Forum.  
    I understand you're unable to currently use your HP ENVY 5530 e-All-in-One Printer's scan to email feature.  I would like to assist you with this.  
    Are you an Instant Ink subscriber?  If yes, please click here and scroll down to review the steps that I posted in my reply. These suggestions are only applicable to Instant Ink users.  
    If you are not an Instant Ink subscriber, try the following: 
    Touch your printer's wireless icon  to confirm that you're connected to your wireless network.  If not, click here for instructions on how to get connected. 
    Next, touch  to ensure your webservices are enabled.  (If you are seeing an @hpeprint.com address you are connected).  
    If your ePrint/webservices are not enabled, touch OK to complete the setup.  Or, if you try to enable them and you run into the same server connection issue, I recommend you restore your printer's factory defaults and start from scratch with your wireless and webservices setup.  Also follow these steps if you have ePrint enabled, but still cannot use scan to email.  Here's how: 
    Touch Wrench/Setup Icon
    Touch Tools
    Touch Restore Factory Defaults
    * Note that if you complete these steps you will be resetting your printer's wireless, webservices, scan to email  setup and any other customized settings.  If you have a customized ePrint address you will lose it permanently.  Click here for more information on custom ePrint addresses.  
    After completing the restore, click here for instructions on how to setup scan to email.  
    Please let me know the result of your troubleshooting by responding to this post.  If I have helped you resolve the issue, feel free to give me a virtual high-five by clicking the 'Thumbs Up' icon below.  
    Thank you for posting in the HP Support Forum and have a great day!  
    E-roq
    I work on behalf of HP.
    Please click Accept as Solution if you feel my post solved your issue, it will help others find the solution.
    Click Kudos Thumbs Up on the right to say “Thanks” for helping!

  • Exposing a webservice on ECC 5.0 in a load balancing setup

    Hi
       We have a webservice exposed on ECC 5.0 that is being invoked by an external system. When we move this webservice to our production environment - which is load balanced and has a logon group setup - we need to be able to expose this webservice - not on a single application server - but be available on the logon group ( message server ) so that the url that we provide for the webservice to the external system does not contain  a single application server - but points to the logon group. We do not have a web dispatcher in our environment/architecture.
    How do we go about exposing this point-to-point webservice on ECC 5.0 in a load balanced setup ? Any suggestions, experiences that can be shared ?

    This  can be done though SICF.
    If you click on a service, their is a service data tab.
    underthat tab is a Load Balancing option.
    This then points the service at the SMLG logon group.
    Regards
    James

  • Accessing OBIEE Webservices under SSO Setup

    Hi All,
    We have 3 OBIEE Webservices that are Out-of-the-Box accessed by Siebel.
    SAWSessionServiceSoap - Logon (eg.) http://<hostname>:<port>/analytics/saw.dll?SoapImpl=nQSessionService
    WebCatalogServiceSoap - Web Catalog Retrival
    JobManagementServiceSoap - OBIEE related Job Execution
    Is there any setup in Siebel that needs to be done for them to work under SSO authentication.
    Thanks in Advance for your inputs.
    Thanks
    Yuvaraj

    Hi,
    We have the same issue, we are able to access the webservice when OBIEE is not enabled with SSO, but when we are trying to access the webservice with SSO, we are unable to access the webservice.
    Can you please help us in this.
    Regards
    Mani.R

  • SOAP Webservice returns Array - how to setup Xcelsius?

    Hello,
    after a lot of tests I have recognized that Xcelsius is not able to handle Webservices which return arrays with an undefined size. So I edited the schema file in the way that the size is defined.
    Here is an extract of the schema file:
    <xsd:sequence>
                <xsd:element name="row0" type="tns:Row" maxOccurs="10" minOccurs="10" ></xsd:element>
    </xsd:sequence>
    With that configuration Xcelsius is able to import the wsdl. But the preview window is showing only one Row Folder, I have excpected "10".  My question is, is my config the right way to handle arrays with Xcelsius and when it is, how I have to set up the range in the Excel Map to make the data avaiable???
    Thank you in advance.
    Best regards,
    Conrad

    Here is an example, you can compare what is different. From the look of it the recipient info is missing from yours. Does it say which INI option is missing when you get an error?
    <doPublishRequest xsi:type="doPublishReq_Import" xmlns="http://webservices.docucorp.com/ewps/schema/2005-12-01">
            <LibraryId>CONFIGNAME</LibraryId>
            <DistributionOptions xsi:type="DistributionOptions_ADHOC" source="ADHOC">
              <Priority>REALTIME</Priority>
              <Channel xsi:type="Channel_IMMEDIATE">
                <PublishType>PDF</PublishType>
                <DistributionType>IMMEDIATE</DistributionType>
                <Disposition location="ATTACH" />
                <Recipient name="ORIGINAL">
                  <Props>
                    <Prop name="" />
                  </Props>
                  <Copies />
                  <Story StoryName="" id="" alias="" />
                </Recipient>
              </Channel>
            </DistributionOptions>
            <SourceType>IMPORT</SourceType>
            <Import>
              <ImportFile xsi:type="ImportFile_ATTACH" d6p1:contentType="" location="ATTACH" xmlns:d6p1="http://www.w3.org/2005/05/xmlmime">O05hdXRpbH.......</ImportFile>
            </Import>
          </doPublishRequest>

Maybe you are looking for

  • Jump to specific region on a page

    I have a page with multiple (10+) sql report regions. What I'm looking to do is let users select one of the regions from a list thereby jumping (moving focus) to that specific region on the page. If possible I'd like to do this without submitting the

  • Firefox 3.6.6 doesn't display text correctly (looks like draft mode) in web pages (I have compared it sidse by side with IE8)

    Using Firefox 3.6.6 text displays on the screen looking like a draft mode print, or like it was printed with a dot matrix printer. I have compared it to IE8, which displays much better. I was thinking it was a display setting until I compared it to I

  • Returned data from database field having data type CLOB

    hi.. i hv table having CLOB field type ... having 12000 char length ... data is present in the field... but when i do select on that field it only returns the limited data from that field for any given row... pls let me know wuts may b the problem...

  • Video Playback Issue in Premiere Pro CS6

    I am editing a video with 2 video tracks on top of each other. When I scrub through the timeline or jusy hit play in the timeline the top layer of video scales to about 50% and plays on top of the layer below it. But it didn't do that 2 days ago. Any

  • Stuck on a plain white screen

    Hi, i have a blackberry curve 8520 its stuck on a white screen and it does nothing except stay on that no timer or anything any help please!!!