Servlet receiving response????

We would like to set up a servlet that sends a request to an outside
          website, receives the response from that website, parses the html stream and
          then displays HTML to the browser.
          Does anyone know where we can find any documentation or examples on this or
          does anyone have any ideas that may get us started in the right direction?
          Thanks!
          Paul
          

          Do a Google search on URLConnection example
          Mike
          "Paul Zila" <[email protected]> wrote:
          >We would like to set up a servlet that sends a request to an outside
          >website, receives the response from that website, parses the html stream
          >and
          >then displays HTML to the browser.
          >
          >Does anyone know where we can find any documentation or examples on this
          >or
          >does anyone have any ideas that may get us started in the right direction?
          >
          >Thanks!
          >Paul
          >
          >
          

Similar Messages

  • Servlet Receives IOException

              Hi,
              Listed below is an exception that comes normally when we launch
              our application on WebLogic. We have hosted the application on
              a Unix Box with the following config.
              Here are the details:
              Unix Box(RAM 1 GB, CPU 1 400 MHZ,HD 70 GB).
              AppServer(weblogic5.1.0)
              Java Heap --> -ms30m -mx60m
              Tue Mar 13 11:19:14 GMT+05:30 2001:<E> <ServletContext-General>
              Servlet failed with Exception
              java.io.IOException: Broken pipe
              at java.net.SocketOutputStream.socketWrite(Native Method)
              at java.net.SocketOutputStream.write(SocketOutputStream.java:87)
              at weblogic.servlet.internal.ChunkUtils.writeChunks(ChunkUtils.java:88)
              at weblogic.servlet.internal.ResponseHeaders.writeHeaders(ResponseHeaders.java:336)
              at weblogic.servlet.internal.ServletResponseImpl.writeHeaders(ServletResponseImpl.java:603)
              at weblogic.servlet.internal.ServletOutputStreamImpl.flush(ServletOutputStreamImpl.java:101)
              at weblogic.servlet.internal.ServletOutputStreamImpl.writeStream(ServletOutputStreamImpl.java:430)
              at weblogic.servlet.FileServlet.sendFile(FileServlet.java:199)
              at weblogic.servlet.FileServlet.service(FileServlet.java:56)
              at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
              at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:105)
              at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:742)
              at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:686)
              at weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContextManager.java:247)
              at weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:361)
              at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:261)
              at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              Tue Mar 13 11:19:16 GMT+05:30 2001:<E> <ServletContext-General>
              Servlet failed with Exception
              java.io.IOException: Broken pipe
              at java.net.SocketOutputStream.socketWrite(Native Method)
              at java.net.SocketOutputStream.write(SocketOutputStream.java:87)
              at weblogic.servlet.internal.ChunkUtils.writeChunks(ChunkUtils.java:88)
              at weblogic.servlet.internal.ResponseHeaders.writeHeaders(ResponseHeaders.java:336)
              at weblogic.servlet.internal.ServletResponseImpl.writeHeaders(ServletResponseImpl.java:603)
              at weblogic.servlet.internal.ServletOutputStreamImpl.flush(ServletOutputStreamImpl.java:101)
              at weblogic.servlet.internal.ServletOutputStreamImpl.writeStream(ServletOutputStreamImpl.java:430)
              at weblogic.servlet.FileServlet.sendFile(FileServlet.java:199)
              at weblogic.servlet.FileServlet.service(FileServlet.java:56)
              at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
              

    Rajah,
              These message doesn't indicate anything wrong. This is a known issue in wls5.1.
              Basically these messages are indicating that browser stopped receiving response while server is still writing
              response. (May be because user clicked on browser stop or network failure.......)
              Thanks,
              Kumar.
              Rajah wrote:
              > Hi,
              >
              > Listed below is an exception that comes normally when we launch
              > our application on WebLogic. We have hosted the application on
              > a Unix Box with the following config.
              >
              > Here are the details:
              >
              > Unix Box(RAM 1 GB, CPU 1 400 MHZ,HD 70 GB).
              > AppServer(weblogic5.1.0)
              >
              > Java Heap --> -ms30m -mx60m
              >
              > Tue Mar 13 11:19:14 GMT+05:30 2001:<E> <ServletContext-General>
              > Servlet failed with Exception
              > java.io.IOException: Broken pipe
              > at java.net.SocketOutputStream.socketWrite(Native Method)
              > at java.net.SocketOutputStream.write(SocketOutputStream.java:87)
              > at weblogic.servlet.internal.ChunkUtils.writeChunks(ChunkUtils.java:88)
              > at weblogic.servlet.internal.ResponseHeaders.writeHeaders(ResponseHeaders.java:336)
              > at weblogic.servlet.internal.ServletResponseImpl.writeHeaders(ServletResponseImpl.java:603)
              > at weblogic.servlet.internal.ServletOutputStreamImpl.flush(ServletOutputStreamImpl.java:101)
              > at weblogic.servlet.internal.ServletOutputStreamImpl.writeStream(ServletOutputStreamImpl.java:430)
              > at weblogic.servlet.FileServlet.sendFile(FileServlet.java:199)
              > at weblogic.servlet.FileServlet.service(FileServlet.java:56)
              > at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
              > at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:105)
              > at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:742)
              > at weblogic.servlet.internal.ServletContextImpl.invokeServlet(ServletContextImpl.java:686)
              > at weblogic.servlet.internal.ServletContextManager.invokeServlet(ServletContextManager.java:247)
              > at weblogic.socket.MuxableSocketHTTP.invokeServlet(MuxableSocketHTTP.java:361)
              > at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:261)
              > at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
              >
              > Tue Mar 13 11:19:16 GMT+05:30 2001:<E> <ServletContext-General>
              > Servlet failed with Exception
              > java.io.IOException: Broken pipe
              > at java.net.SocketOutputStream.socketWrite(Native Method)
              > at java.net.SocketOutputStream.write(SocketOutputStream.java:87)
              > at weblogic.servlet.internal.ChunkUtils.writeChunks(ChunkUtils.java:88)
              > at weblogic.servlet.internal.ResponseHeaders.writeHeaders(ResponseHeaders.java:336)
              > at weblogic.servlet.internal.ServletResponseImpl.writeHeaders(ServletResponseImpl.java:603)
              > at weblogic.servlet.internal.ServletOutputStreamImpl.flush(ServletOutputStreamImpl.java:101)
              > at weblogic.servlet.internal.ServletOutputStreamImpl.writeStream(ServletOutputStreamImpl.java:430)
              > at weblogic.servlet.FileServlet.sendFile(FileServlet.java:199)
              > at weblogic.servlet.FileServlet.service(FileServlet.java:56)
              > at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
              

  • How to send te XML data using HTTPS post call & receiving response in ML

    ur present design does the HTTP post for XML data using PL/SQL stored procedure call to a Java program embedded in Oracle database as Oracle Java Stored procedure. The limitation with this is that we are able to do HTTP post; but with HTTPS post; we are not able to achieve because of certificates are not installed on Oracle database.
    we fiond that the certificates need to be installed on Oracle apps server; not on database server. As we have to go ultimately with HTTPS post in Production environment; we are planning to shift this part of program(sending XML through HTTPS post call & receiving response in middle layer-Apps server in this case).
    how i can do this plz give some solution

    If you can make the source app to an HTTP Post to the Oracle XML DB repository, and POST contains a schema based XML document you can use a trigger on the default table to validate the XML that is posted. The return message would need to be managed using a database trigger. You could raise an HTTP error which the source App would trap....

  • Received response from host (router IP address) with invalid source port 32784

    I replaced my old wireless router with a Cisco Linksys E4200, running firmware version 1.0.02 build 13  May 24, 2011.  About once a minute the router sends an unsolicited DNS message to the IPV4 multicast address 01:00:5e:00:00:fb with a destination IP address of 224.0.0.251.  The unsolicited message is a DNS response with source port 32784, transaction ID 0, flags 0x8400 (standard query response, no error), questions 0, answer RRs 2, authority RRs 0 and additional RRs 1.  The two answers both relate to the router itself: one has Name Cisco18738.local, type A (host address), class 1 (IN), cache flush true, time to live 1 minute, data length 4, and the address of the router.  The other is the reverse of the same address.  The additional record is for Cisco18738.local, type NSEC, class IN, cache flush true, time to live 1 minute, data length 5, next domain name Cisco18738.local, RR type A (host address).
    When my desktop computer receives these messages it logs an error, for example: "Jun 23 07:39:22 sauterws02 avahi-daemon[1067]: Received response from host 10.146.9.1 with invalid source port 32784 on interface 'eth0.0'"  The 10.146.9.1 is the router's IP address.  I also see these messages on the wireless link from my laptop.
    I suppose the E4200 is generating these DNS messages in a misguided attempt to make sure there is no old information about its name.  Is there a way to turn them off?  If not, is there a way to report this to Cisco as a bug?
    Solved!
    Go to Solution.

    gv wrote:
    1. To contact Linksys, call support.
    2. From the internet draft: "Multicast DNS implementations MUST
    silently ignore any Multicast DNS Responses they receive where the
    source UDP port is not 5353." Your avahi-daemon does not comply with this draft.
    Thank you for the reference.  For the sake of others who may read this thread, the current draft of multicast DNS is at http://www.ietf.org/id/draft-cheshire-dnsext-multicastdns-14.txt. 
    Here is the whole paragraph from which you quoted, from section 6 (Responding): "The source UDP port in all Multicast DNS Responses MUST be 5353 (the well-known port assigned to mDNS). Multicast DNS implementations MUST silently ignore any Multicast DNS Responses they receive where the source UDP port is not 5353."
    Thus, it appears that there are two errors here: the Cisco E4200 is not using 5353 as the source port, and the logger is not silently ignoring it.
    The message appears to be an announcement rather than an actual response to a query.  In section 8.3 (Announcing) I found this paragraph: "A Multicast DNS Responder MUST NOT send announcements in the absence of information that its network connectivity may have changed in some relevant way. In particular, a Multicast DNS Responder MUST NOT send regular periodic announcements as a matter of course."  Thus, it appears that there are three errors here.

  • Can I still receive responses after June 22?

    I have existing surveys that will still be collecting data after AdobeForms reduces functionality in late June. Can I still receive responses until the final retirement date?

    It is now common knowledge that iWeb, and iDVD, has been discontinued by Apple. This is evidenced by the fact that new Macs are shipping with iLife 11 installed but without iWeb and iDVD.
    On June 30, 2012 MobileMe will be shutdown. However, iWeb will still continue to work but without the following:
    Features No Longer Available Once MobileMe is Discontinued:
    ◼ Password protection
    ◼ Blog and photo comments
    ◼ Blog search
    ◼ Hit counter
    ◼ MobileMe Gallery
    All of these features can be replaced with 3rd party options.
    I found that if I published my site to a folder on my hard drive and then uploaded with a 3rd party FTP client subscriptions to slideshows and the RSS feed were broken.  If I published directly from iWeb to the FPT server those two features continued to work correctly.
    There's another problem and that's with iWeb's popup slideshows.  Once the MMe servers are no longer online the popup slideshow buttons will not display their images.
    Click to view full size
    However, Roddy McKay and I have figured out a way to modify existing sites with those slideshows and iWeb itself so that those images will display as expected once MobileMe servers are gone.  How to is described in this tutorial: #26 - How to Modify iWeb So Popup Slideshows Will Work After MobileMe is Discontinued.
    It now appears that the iLife suite of applications offered on disc is now a discontinued product and the remaining supported iApps will only be available thru the App Store from now on. However, the iLife 11 boxed version that is still available at the online Apple Store (Store button at the top of the page) and those still on the shelves of retailers will include iWeb and iDVD. Those two apps were listed in small, gray text on the iLife 11 box that I bought.
    Personally, if I didn't already have a copy I would purchase one to have it for reinstallation purposes if ever needed.
    This may be of interest to you: Life After MobileMe.
    OT

  • Code for displaying the word doc file from servlet as response.

    Hi can any provide me code for displaying the word document form servlet as response.
    here i have file from file it should ale to read them and display it.
    i have written code but the proble here is in displaying.it ios as not showing as word.can any one help me here
    vijay

    Are we talking of HTTP?
    If yes, you'll need to provide an appropriate content-type and use the binary output stream.
    IE does not trust the content-type header but relies upon the file name, so set it too.
    response.setHeader( "Content-Disposition", "attachment; filename=" etc. Edited by: BIJ001 on Oct 22, 2007 10:10 AM

  • Sending Bids from SRM to suppliers and receiving responses

    Hi Experts,
    Help me with a suggestion for sending Bids from SRM to suppliers and receiving responses - preferably through email adapter.
    Regards,
    Hemanthika
    Edited by: hemanthika patnaik on Apr 28, 2008 2:24 PM

    Sorry for the delay,
    I have worked in a similar integration with SRM - XI, but the only difference is that we used Proxy -- HTTPS for Purchase Order Request.
    In your case it would be:
    1. Create custom IDOC and Message type.
    2. Find the triggering process from the SRM side, trigger the IDOC from SRM.
    3. Generate the partner profile and ALE config.
    4. Import the custom IDOC in XI.
    5. Use a map in XI to convert the IDOC data to customer format.
    6. Use  HTTP adapter to connect.
    7. In the HTTP adapter you can use url method or the RFC destination to do the connectivity. ( I would recommend using the RFC destination to do it.)
    8. You should be receiving an acknowledgment from the customer when the document is posted at their end.
    9. The response is either 200 for successful transmission. It would be 400 or 500  for errors.
    10. Use the response message to do a message map with the mail adapter.
    11. Generate the content of the mail adapter using the message map.
    12. In the message map ideally you should use Value mapping to generate the   TO and FROM data. (This enables you to change the receipients while in development and production without changing the message mappinng program.)
    13. Use mail package in the Mail adapter to send the mail content to the business users.
    Hope this helps.
    Indranil.
    Award points if this helps

  • Failed while receiving responses: not exact

    I have AD DNS to NW 6.5.8 named Version 6.07.05 zone transfer setup
    Which works fine, but after adding new record to AD DNS I get on named
    screen the above error, but then the record syncs OK
    Seb

    Ofcourse they are
    They are auto created in first place
    The sync happens OK, so I do not think that the error message is actually an
    error
    error: transfer of '_msdcs.brookgreen.spgs.local/IN' from 10.0.0.14#53:
    failed while receiving responses: not exact
    Seb
    "peterhine" <[email protected]> wrote in message
    news:[email protected]..
    >
    >> I have AD DNS to NW 6.5.8 named Version 6.07.05 zone transfer setup
    > Does this mean the Novell one is a secondary or is it a master and
    > you've setup some other transfer mechanism ?
    >
    > are the names of the zones ** "EXACTLY" ** the same in both servers ?
    >
    > p
    >
    >
    > --
    > peterhine
    > ------------------------------------------------------------------------
    > peterhine's Profile: http://forums.novell.com/member.php?userid=36800
    > View this thread: http://forums.novell.com/showthread.php?t=457068
    >

  • Why am I no longer receiving responses?

    I have not changed any settings, yet responses have suddenly stopped being sent to the email address I have listed as the recepient.
    Not sure why they have stopped, when I had no issues receiving responses before.
    I am the author of the form, but have listed another one of my email addresses to receive responses.  The address is a verified adobe formscentral account.
    Notifications are turned on.
    The correct email is listed in the To field.
    Please help.

    Can you please share you form with me ([email protected]) as a co-author and I'll check what could be wrong.
    Gen

  • Agent "User" is not enabled for enterprise voice. Only Enterprise Voice users can receive Response Group calls.

    I have standard edition Lync 2013 deployed. I have also enabled enterprise Voice for all my users.
    When I try to create a response group under group tab, I add the enterprise voice enabled users to the group and click on commit I get this warning:
    Agent "User" is not enabled for enterprise voice. Only Enterprise Voice users can receive Response Group calls.
    This is clearly a glitch since the users are already enabled for enterprise voice. Has anyone come across this issue before?
    Thanks

    Have you tried restarting the Response Group service? Are you able to add any EV enabled users to this RGS?
    Please remember, if you see a post that helped you please click "Vote As Helpful" and if it answered your question, please click "Mark As Answer"
    Lync Sorted blog

  • Servlet POST response

    Hi,
    I am looking for a solution for following problem.
    Step 1) Browser calls Servlet 1
    Step2) Servlet 1 does a post to Servlet 2
    i require that servlet 2 response to directly go to the browser has it is a HTML page with images.
    Could any one please suggest me a solution for this.

    does servlet1 really have to do a post? It seems to me like you want to do a forward in stead. You can do that like this:
    RequestDispatcher rd = request.getRequestDispatcher("/Servlet2");
    rd.forward(request, response);
    return;A forward will transfer control to the servlet (or JSP) you forward to while keeping the current request and response as they are. This means that any parameters submitted to Servlet1 will also be available in Servlet2.
    i require that servlet 2 response to directly go to the browser has it is a HTML page with imagesI don't understand what you are asking here... you want to output HTML to the browser from within Servlet2?

  • Send(email)  method  is delaying servlet's response

    hello ,
    i have a servlet that store a message in the DB ,
    after the message was stored ,
    a requestDispatcher is called to forward to the "msg sent" screen.
    than there is method that makes a call to an ejb method to send the msg via email like....
    user_message msg = dispatcher.getMessage();
    persister.store(Message);
    request.getRequestDispatcher("/msgSent.jsp").forward(request,response);
    Mailer.sendNotification(msg.destination.email);
    the problem is : even though i called to the request dispatcher it doesnt forward the message till
    the mail server sends a - 250 OK
    is there a way to solve it without storing data ..?

    You've stored the message in the DB? Does that include all the sender & receiver info?
    If it does you could probably have a thread (started on application startup) whose job it is to pick up messages added to the queue and to send them.
    It is something that worked really well at my last job. The page submits with the request to send the message. Because the message required a lot of processing we stuck the message data on a queue with a NOTPROCESSED status. The thread woke up every ten seconds and grabbed the top ten NOTPROCESSED message (changing status to PROCESSING) and processed them. In the meantime, the page had returned to the user and the sending entity had a status of "sending".
    We found that acceptable where a synchronous processing would take a while and page responsiveness is important.
    Another option is to submit the page but also rewrite the current page with javascript or somesuch. You can display a message "sending, page will reload when sent" or somesuch. I've seen it done elsewhere. I think there is another way to do it but don't know enough to comment on that.
    Mark

  • Issue with receiving response from web application

    Hi,
    I have configured B2B with business protocol as 'Custom document document over Internet', document exchange protocol as AS2-1.1 and transport protocol HTTPS1.1 to invoke a web application deployed in Oracle Application server. B2B is able to invoke the web application with HTTPS request which contains an xml.
    I have set the acknowledgment mode as 'Sync' and 'Is acknowledgement handled by B2B' as true. But while receiving the response from web application which is an xml, B2B is showing the error as
    Description: Unable to identify the document protocol of the message
    StackTrace:
    Error -: AIP-50083: Document protocol identification error
         at oracle.tip.adapter.b2b.engine.Engine.identifyDocument(Engine.java:3244)
         at oracle.tip.adapter.b2b.engine.Engine.processIncomingMessage(Engine.java:1665)
         at oracle.tip.adapter.b2b.msgproc.Request.postTransmit(Request.java:2382)
         at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequestPostColab(Request.java:1825)
         at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequest(Request.java:974)
         at oracle.tip.adapter.b2b.engine.Engine.processOutgoingMessage(Engine.java:1166)
         at oracle.tip.adapter.b2b.data.MsgListener.onMessage(MsgListener.java:833)
         at oracle.tip.adapter.b2b.data.MsgListener.run(MsgListener.java:400)
         at java.lang.Thread.run(Thread.java:534)
    I have added headers as present in the wire message of the request. In B2B, it is showing the wire message for response as follows.
    TO_PARTY=XXX
    AS2-To=XXX
    DOCTYPE_NAME=TestAS2DT
    DOCTYPE_REVISION=1.0
    Date=Tue, 03 Nov 2009 06:09:22 GMT
    AS2-Version=1.1
    AS2-From=YYY
    Content-Transfer-Encoding=binary
    [email protected]
    ACTION_NAME=TestAS2_BA
    Content-Type=application/xml
    Server=Oracle-Application-Server-10g/10.1.3.4.0 Oracle-HTTP-Server
    MIME-version=1.0
    User-Agent=AS2 Server
    FROM_PARTY=YYY
    Content-Disposition=attachment; filename=1.0
    Connection=Keep-Alive
    From=YYY
    Keep-Alive=timeout=15, max=100
    <?xml version="1.0" encoding="UTF-8"?>
    <Books>
    <Book>
    <BookTitle>Ajax Hacks</BookTitle>
    <Author>Bruce W. Perry</Author>
    <PubDate>March 2006</PubDate>
    </Book>
    </Books>
    I am able to see the xml sent as response from web application in Payload as follows.
    <?xml version="1.0" encoding="UTF-8"?>
    <Books>
    <Book>
    <BookTitle>Ajax Hacks</BookTitle>
    <Author>Bruce W. Perry</Author>
    <PubDate>March 2006</PubDate>
    </Book>
    </Books>
    I am able to see the HTTP response in b2b_dc_transport.log. In transport log it is not showing any error. Please help me to fix this issue.

    Hi,
    Request and Response should be part of same agreement. I hope you are not confused between Acknowledgement and Response. Acknowledgement can be received in the same session (sync mode) but Response will always come in a different session and will be treated as a different document. If, for request, party A is initiator and B is responder then for response party B will be initiator and party A will be responder (as Requset and Response are two docs in case of Custom Document)
    For configuring X-Path, please refer section 8.3.11 Configuring the XPath Expression for a Custom XML Document at below link -
    http://download.oracle.com/docs/cd/B14099_19/integrate.1012/b19370/busact_coll.htm#sthref784
    Please let us know whether you are trying to receive a response or Ack?
    Regards,
    Anuj

  • Form help - receiving responses via e-mail (Acrobat 9 Pro Extended)

    I have created a "test" form in Acrobat.  The question fields are proprietary content and thus security is set such that the recipient cannot copy, change, or print the form.  The answer fields are drop-downs with A - D options.  I have sent the form to myself as a test and all that works properly.  I need to be able to receive completed forms via e-mail (or just the data if that works) but need to eventually be able to export (or copy) each response set, in order, into MSExcel.  When I tried to send the completed form via e-mail, it indicates the form cannot be saved (obviously due to security settings) and thus the changes (answers) will not be part of the form - only the original with the default answers.
    How can I enable responders to send me the test answers via e-mail, without compromising the proprietary nature of the form's content?
    Also, I would prefer not to use the Adobe on-line repository because, as I understand it, gives the user access to the form via the web. 
    I do have a web site in which I could host the test and allow users to access it, take the test, and then submit the answers.
    THANKS!!!!

    I finally got our webmaster to put the link to the form online so that I could test the form. It is not sending to the address specified. I have setup the Submit button as follows: in the window under Enter a URL for this link: the URL was input as MailTo: [email protected] (there is a space between MailTo: and the e-mail address). After submitting Outlook 2k3 sends back an undeliverable message. Is the space in the URL causing the issue or is it something I need to run by our security people due to the way the form is being submitted?
    Many thanks,
    Mike

  • SOAP Receiver Response Message

    I have setup the following scenario:
    Create PO in EBP --> XI --> Webservice
    In the Repository I have set up both the outbound and inbound message interfaces as Synchronous. The interface mapping has been setup to map both the request and response messages.
    In the Directory I have set up the SOAP receiver adapter and the receiver/interface determination and receiver agreement for EBP as the sender system and the external webservice as the receiver party/service.
    When I create a purchase order in EBP the webservice is called successfully and the PO gets created on the target system. The webservice returns a response message which I am expecting to see via SXMB_MONI but is not currently showing!! Is there some Directory configuration that I am missing?
    Any pointers would be appreciated.
    Regards
    Mark Briggs

    Hi Mark,
    >>>>n the Repository I have set up both the outbound and inbound message interfaces as Synchronous
    is your scenario sync or async?
    do the ID config with ID wizzard if you're not sure
    if will guide you
    if you have a sync scenario you shoudl see and error
    if you have no response withint the timeout
    do you see that in the calling application or in the XI ?
    Regards,
    michal
    <a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

Maybe you are looking for