OSB callback response problem

Hi.
I have OSB service to route asynchronous (request-callback) service.
When I test OSB service I see that inbound message is transformed well and service is invoked.
Also I see fault
<con:fault      xmlns:con="http://www.bea.com/wli/sb/context">
     <con:errorCode>BEA-382510</con:errorCode>
     <con:reason>
     OSB Assign action failed updating variable "transformedResponse": com.bea.wli.common.xquery.XQueryException: Error parsing XML: {err}FORG0005: expected exactly one item, got 0 items
     </con:reason>
     <con:location>
     <con:node>DefaultRouteNode</con:node>
     <con:path>response-pipeline</con:path>
     </con:location>
</con:fault>
I can't understand what response can cause this fault because invoked service still running and callback is not inoked.
Why I get immediate response from asynchronous service?
What cause start of Response Action pipe?
Thanks for response.

I changed response pipe ... add Assign $body to $body1 and Report it at the start of response pipe, add Assign $body to $body2 and Report it at the end of response pipe.
Route to [ TerminalService ] invoking [ process ]
Request Actions:
Assign [ XQuery Resource... ]
XQuery Resource: Project/Processes/TerminalService/TerminalServiceRequest Variable Names And Bindings: source - $body/ter:process
to [ transformedRequest ]
Replace [ node contents ] of [ . ]
in [ body ] with [ $transformedReq... ]
$transformedRequest
Response Actions:
Assign [ $body ]
$body
to [ body1 ]
Report [ $body1 ]
$body1
Assign [ XQuery Resource... ]
XQuery Resource: Project/Processes/TerminalService/TerminalServiceResponse Variable Names And Bindings: sourceProcessResponse - $body/ter:processResponse
to [ transformedResponse ]
Replace [ node contents ] of [ . ]
in [ body ] with [ $transformedRes... ]
$transformedResponse
Assign [ $body ]
$body
to [ body2 ]
Report [ $body2 ]
$body2
In invocation trace is only $body1 with value (reported value is the same)
<soapenv:Body      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
     <ter:process>
     <ter:serviceId>1</ter:serviceId>
     </ter:process>
</soapenv:Body>
It looks like request message not response. (Routing properties "Use inbound operation for outbound" is unchecked.)
Edited by: Peter551059 on Jun 13, 2011 3:48 PM

Similar Messages

  • OSB Project Import Problem

    Hello All,
    I want to import an OSB project into one OSB domain.
    There are some other projects already there.
    But after importing, it requires me to restart the server, which it is the OSB configuration project problem.
    The new project is in another configuration project, which is different from the one for those deployed projects in the server. I don't know the name of the configuration project in the server. What I should do to avoid to restart the server?
    Thanks and regards,
    Kerr

    Hi,
    OSB Resources can be imported and exported with eclipse IDE or sbconsole.
    Until the project names are unique user should be able to import without any issues.
    Not sure of your use case ... but user dont need a re-start at all with new resources it will workwell
    thanks

  • OSB : Endpoint URI problem in business service

    I have to invoke a http service from OSB where endpoint uri is http://<ip>:<port>/Resource.
    At invocation time OSB is adding "?" to the end of URI, in that case http message is becoming like following:
    POST /Resource? HTTP/1.1
    External service is considering it as a bad request and giving 500 response code with following comments:
    Error occured: 500, Cannot find local resource: /Resource?
    But I am getting proper response when I am calling from java program with http message POST /Resource HTTP/1.1
    It is not possible to change the external system, now how can I solve the problem??
    Please help.
    Thanks
    Afzal
    Edited by: uttam on May 2, 2012 9:49 PM

    Open your business service and navigate to HTTP Transport configuration page and check what is the http type is enabled.
    Look to me its with GET method, change it to POST and re-try.
    If the above solution is not helping, try to check the Follow HTTP redirects check box below the Advanced Setting in same page.
    Thanks,
    Vijay

  • OSB http Header Problem

    Hello all,
    (I hope I'm right here with my Oracle Service Bus problem)
    I have a Oracle Service Bus Proxy Service, that calls a Business Service (not in my control).
    That business service is somehow crap, cause it doesn't respond correctly (in sense of http protocol):
    POST / HTTP/1.1
    Content-Type: text/xml; charset=utf-8
    User-Agent: Java1.6.0_05
    Host: somehost.net:8080
    Accept: text/html, image/gif, image/jpeg, */*; q=.2
    Connection: Keep-Alive
    0093
    <?xml version="1.0" encoding="UTF-8"?>
    <somePayload/>
    0000
    *<TheResponse/>*
    <TheResponse/> is all i get from that service. No http header..
    My Proxy service doesn't like responses with no HTTP/1.1 200 OK
    and returns an error (although its a correct answer.. from the service)
    Is there a posibility to avoid this error and get the plain response instead?
    Thanx in advance
    Pat

    You're right, that service doesn't respond correctly as defined by HTTP. I don't think there is an out of the box feature in OSB you could use to overcome this.
    However, you can possibly write your own transport implementation as described here:
    http://download.oracle.com/docs/cd/E13159_01/osb/docs10gr3/transportsdk/architecture.html
    There's also sample implementation that could be useful:
    http://download.oracle.com/docs/cd/E13159_01/osb/docs10gr3/transportsdk/example.html

  • Prefix namespace OSB, SOAP response

    Hi!
    I'm doing a web service in OSB 11g.
    An application is parsing the SOAP response after calling my WS, and they are expecting that my SOAP response have hardcode prefixes.
    My SOAP response is like this:
    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
    <soapenv:Body>
    XXXX
    </soapenv:Body>
    </soapenv:Envelope>
    They want another prefix (soap instead of env or other prefix). Something like this:
    <soap:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Body>
    XXXX
    </soap:Body>
    </soap:Envelope>
    Do you know how can I fix it? I know this is a problem of the application who is calling my WS, but if I can do this, I can solve them a problem.
    Thanks!!

    mybe the valid one is something like this,...please refer to the namespace,it sould be "xmlns:soap" than "xmlns:env" because you trying to use soap prefix .
    <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Body>
    XXXX
    </soap:Body>
    </soap:Envelope>
    you can change the soap message in many way...for example you can use message processing actions such as 'replace action':
    you can replace xpath . on variable $body with expression fn-bea:inlinedXML('<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Body>
    </soap:Body>
    </soap:Envelope>')
    hope it will helping you

  • Retrieving BPEL callback response using BPEL Locator or webservice proxy

    Hi all,
    I am in the middle of a project delivery and got stuck with a strange situation.I have a BPEL asynchronous process and I have a java class calling this process.I need to get the response from the BPEL process on callback in the java class.In the BPEL locator API I find there is mention of retrieving an instance on the basis of conversation ID,however the same is declared final in the API and can't be assigned any value.I tried generating proxy out of the BPEL wsdl,however when generating proxy in the JDeveloper wizard two seperate operations got exposed(the actual service & the callback service).Hence this option has to be ruled out since maintaining correlation would really be a big problem.Please can anybody help me on what should be the procedure to recieve response from callbacks in BPEL?Please note I am using 10.1.3.1 version of SOA suite.This is really urgent.Any help would be appreciated.
    Thanks.

    WSDL Of the BPEL
    <?xml version="1.0" encoding="UTF-8" ?>
    - <definitions name="TestAsynchLocator" targetNamespace="http://xmlns.oracle.com/TestAsynchLocator" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://xmlns.oracle.com/TestAsynchLocator" xmlns:wsa="http://schemas.xmlsoap.org/ws/2003/03/addressing" xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:client="http://xmlns.oracle.com/TestAsynchLocator">
    - <types>
    - <schema xmlns="http://www.w3.org/2001/XMLSchema">
    <import namespace="http://xmlns.oracle.com/TestAsynchLocator" schemaLocation="TestAsynchLocator.xsd" />
    </schema>
    - <schema xmlns="http://www.w3.org/2001/XMLSchema">
    <import namespace="http://schemas.xmlsoap.org/ws/2003/03/addressing" schemaLocation="http://CALTP8BB25:8888/orabpel/xmllib/ws-addressing.xsd" />
    </schema>
    </types>
    - <message name="TestAsynchLocatorResponseMessage">
    <part name="payload" element="tns:TestAsynchLocatorProcessResponse" />
    </message>
    - <message name="TestAsynchLocatorRequestMessage">
    <part name="payload" element="tns:TestAsynchLocatorProcessRequest" />
    </message>
    - <message name="WSARelatesToHeader">
    <part name="RelatesTo" element="wsa:RelatesTo" />
    </message>
    - <message name="WSAReplyToHeader">
    <part name="ReplyTo" element="wsa:ReplyTo" />
    </message>
    - <message name="WSAMessageIDHeader">
    <part name="MessageID" element="wsa:MessageID" />
    </message>
    - <portType name="TestAsynchLocatorCallback">
    - <operation name="onResult">
    <input message="tns:TestAsynchLocatorResponseMessage" />
    </operation>
    </portType>
    - <portType name="TestAsynchLocator">
    - <operation name="initiate">
    <input message="tns:TestAsynchLocatorRequestMessage" />
    </operation>
    </portType>
    - <binding name="TestAsynchLocatorCallbackBinding" type="tns:TestAsynchLocatorCallback">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" />
    - <operation name="onResult">
    <soap:operation style="document" soapAction="onResult" />
    - <input>
    <soap:header message="tns:WSARelatesToHeader" part="RelatesTo" use="literal" encodingStyle="" />
    <soap:body use="literal" />
    </input>
    </operation>
    </binding>
    - <binding name="TestAsynchLocatorBinding" type="tns:TestAsynchLocator">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" />
    - <operation name="initiate">
    <soap:operation style="document" soapAction="initiate" />
    - <input>
    <soap:header message="tns:WSAReplyToHeader" part="ReplyTo" use="literal" encodingStyle="" />
    <soap:header message="tns:WSAMessageIDHeader" part="MessageID" use="literal" encodingStyle="" />
    <soap:body use="literal" />
    </input>
    </operation>
    </binding>
    - <service name="TestAsynchLocator">
    - <port name="TestAsynchLocatorPort" binding="tns:TestAsynchLocatorBinding">
    <soap:address location="http://CALTP8BB25:8888/orabpel/default/TestAsynchLocator/1.0" />
    </port>
    </service>
    - <service name="TestAsynchLocatorCallbackService">
    - <port name="TestAsynchLocatorCallbackPort" binding="tns:TestAsynchLocatorCallbackBinding">
    <soap:address location="http://set.by.caller" />
    </port>
    </service>
    - <plnk:partnerLinkType name="TestAsynchLocator">
    - <plnk:role name="TestAsynchLocatorProvider">
    <plnk:portType name="tns:TestAsynchLocator" />
    </plnk:role>
    - <plnk:role name="TestAsynchLocatorRequester">
    <plnk:portType name="tns:TestAsynchLocatorCallback" />
    </plnk:role>
    </plnk:partnerLinkType>
    </definitions>
    WSDL of the Webservice
    <?xml version="1.0" encoding="UTF-8" ?>
    - <definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns0="http://callbackresponsewebservice/types/" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://callbackresponsewebservice/" name="MyWebService1" targetNamespace="http://callbackresponsewebservice/">
    - <types>
    - <schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://callbackresponsewebservice/types/" targetNamespace="http://callbackresponsewebservice/types/" elementFormDefault="qualified">
    - <element name="holdResponseElement">
    - <complexType>
    - <sequence>
    <element name="String_1" type="string" nillable="true" />
    </sequence>
    </complexType>
    </element>
    </schema>
    </types>
    - <message name="MyWebService1_holdResponse">
    <part name="parameters" element="tns0:holdResponseElement" />
    </message>
    - <portType name="MyWebService1">
    - <operation name="holdResponse">
    <input message="tns:MyWebService1_holdResponse" />
    </operation>
    </portType>
    - <binding name="MyWebService1SoapHttp" type="tns:MyWebService1">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" />
    - <operation name="holdResponse">
    <soap:operation soapAction="http://callbackresponsewebservice//holdResponse" />
    - <input>
    <soap:body use="literal" />
    </input>
    </operation>
    </binding>
    - <service name="MyWebService1">
    - <port name="MyWebService1SoapHttpPort" binding="tns:MyWebService1SoapHttp">
    <soap:address location="http://caltp8bb25:8888/TestApplication1-CallBackResponseWebService-context-root/MyWebService1SoapHttpPort" />
    </port>
    </service>
    </definitions>
    Audit Console Data
    <process>
    <sequence>
    receiveInput
    [2008/06/04 15:27:37] Received "inputVariable" call from partner "client"less
    View xml document
    <TestAsynchLocatorProcessRequest xmlns="http://xmlns.oracle.com/TestAsynchLocator">
    <input>Soumyajit</input>
    </TestAsynchLocatorProcessRequest
    Assign_1
    [2008/06/04 15:27:37] Updated variable "outputVariable"less
    -<outputVariable>
    -<part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="payload">
    -<TestAsynchLocatorProcessResponse xmlns="http://xmlns.oracle.com/TestAsynchLocator">
    <result>HelloSoumyajit
    </result>
    </TestAsynchLocatorProcessResponse>
    </part>
    </outputVariable>
    callbackClient (faulted)
    [2008/06/04 15:27:37] Faulted while invoking operation "onResult" on provider "client".less
    -<messages>
    -<input>
    -<outputVariable>
    -<part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="payload">
    -<TestAsynchLocatorProcessResponse xmlns="http://xmlns.oracle.com/TestAsynchLocator">
    <result>HelloSoumyajit
    </result>
    </TestAsynchLocatorProcessResponse>
    </part>
    </outputVariable>
    </input>
    -<fault>
    -<remoteFault xmlns="http://schemas.oracle.com/bpel/extension">
    -<part name="summary">
    <summary>
    exception on JaxRpc invoke: HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message transmission failure, response code: 500
    </summary>
    </part>
    </remoteFault>
    </fault>
    </messages>
    [2008/06/04 15:27:37] "{http://schemas.oracle.com/bpel/extension}remoteFault" has been thrown.less
    -<remoteFault xmlns="http://schemas.oracle.com/bpel/extension">
    -<part name="summary">
    <summary>
    exception on JaxRpc invoke: HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message transmission failure, response code: 500
    </summary>
    </part>
    </remoteFault>
    </sequence>
    [2008/06/04 15:27:37] "BPELFault" has not been caught by a catch block.
    [2008/06/04 15:27:37] BPEL process instance "390006" cancelled
    </process>

  • OSB project deployment problem with MFL file

    Hi,
    I have created a OSB project to transform a xml message into a text file. For this I have created a mfl and the necessary proxy/business service. I can generate the sbconfig.jar from OEPE tool. But while trying to deploy the sbconfig.jar (generated from OEPE toll) in the OSB server the following error is coming:
    <Sep 30, 2013 3:19:06 PM CEST> <Error> <ALSB Console> <BEA-494002> <Internal error occured in OSBConsole : com/bea/nonxml/util/NonXMLSchemaGenerator.genXsdFromMfl(Ljava/lang/String;Ljava/io/Reader;)Ljava/lang/String;
    java.lang.Exception: com/bea/nonxml/util/NonXMLSchemaGenerator.genXsdFromMfl(Ljava/lang/String;Ljava/io/Reader;)Ljava/lang/String;
            at jsp_servlet._jsp._main.__errorpage._jspService(__errorpage.java:134)
            at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
            at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
            at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
            at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
            Truncated. see log file for complete stacktrace
    Caused By: java.lang.NoSuchMethodError: com/bea/nonxml/util/NonXMLSchemaGenerator.genXsdFromMfl(Ljava/lang/String;Ljava/io/Reader;)Ljava/lang/String;
            at com.bea.wli.common.mfl.MflExecutor.create(MflExecutor.java:76)
            at com.bea.wli.sb.resources.mfl.MflExecutor.create(MflExecutor.java:72)
            at com.bea.wli.sb.resources.mfl.MflEntryHelper.validate(MflEntryHelper.java:90)
            at com.bea.wli.sb.resources.mfl.MflTypeDef.validate(MflTypeDef.java:54)
            at com.bea.wli.config.validation.ResourceValidator.validateContents(ResourceValidator.java:118)
            Truncated. see log file for complete stacktrace
    >
    [INFO ][alloc  ][Mon Sep 30 15:19:11 2013][00464] [YC#33320] Pending requests
    Can someone please help me out regarding this problem and let me know the reason.
    I am using 11.1.1.5.0 version of OSB.
    Please let me know if you need any further details.
    Thanks.
    Rahul

    Hi Ahul,
         It may cause because of the following problem,
    1) Make Sure that your MFL is working perfectly
    2) Make sure that your OSB Server is Running with out any error..
    Let me know still your facing the problem
    Regards,
    Kiran

  • OPM Inventory Responsibility Problem

    Hello everybody !! I´m new in the forum.
    Here is my problem i´m working on a company rollup, with the next situation
    Company A: already working with OPM for a couple of years ago.
    Company B: setting up to go online in a few month
    I have to create a new master item organization, new process organization, new cia, etc.
    I´ve done this, with the guide of the white paper about OPM System Setup. (New SOB, New ORG, New CIA, New OU, Fiscal Policy, Item Master, New Warehouse, New User Organization assigment) Everything fine.
    The problem is that when i created a new responsability for Company B Opm Inventory, i configure the GMI Default Organization: Company B, MO Operating Unit: Company B, BUT: i´m stil seeing the Master Item Organization of the Company A.
    I have to setup another system profile ? I tried adding the Master Item Organization for the Company B in the Organization Item in the Opm Inventory responsability, but it was also added to the Company A.
    So when i add a new item from CIA B OPM Inventory it is created in both organizations.
    Something is missing, but i couldn´t find out.
    Thanks in advance,
    Gustavo

    Hi,
    Please Check the User Organizations...
    System Adminisrtation > User Organizations
    Please check then and reply which organizations u have selected there.
    Regards
    Srinivas

  • Viewing and retrieving PDF form responses problem

    Yesterday there were 2 submissions of our driver application form. One was my test and the other was from an actual applicant. Both were clearly displayed under the View Responses tab and I could click on either one and save as a PDF. Today I have 7 new responses. When I click on the number under Total I get a series of horizontal cells: Time Submitted  First Name Middle Name, etc. I am not seeing the individual submissions as I did yesterday. What's the fix.

    Hi,
    This FAQ may be useful for the missing responses, http://forums.adobe.com/docs/DOC-4071.  If still not solve the issue, you can share your forms with me, I'll try to help you find out what is the problem.  You can share the form to my email, [email protected]
    Regards,
    Perry

  • WebService SOAP response problems

    hey,
    I'm developing a WebService, using EJB's. I have a session bean, which has several methods. One of them returns, say, a class like follows:
    class TeamDTO implements Serializable {
    private String name;
    private Integer teamId;
    //getters and setters ..
    I have several such methods returning various, very similar, classes. Now the problem is, when I try to test my application in the Web Services Navigator the response NEVER contains all the fields I wish. Why is that? Example of a response:
    <SOAP-ENV:Envelope ...>
    <SOAP-ENV:Body>
      <rpl:getAllTeamsResponse  ... >
       <rpl:Response ...>
        <pns:TeamDTO>
         <pns:name>team0</pns:name>
        </pns:TeamDTO>
       </rpl:Response>
      </rpl:getAllTeamsResponse>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    But the TeamDTO class has apart from a name field an teamId field as well. What happened?! The same happens to other classes, but there's no rule about the missing column (first I thought it's the PK, like in the above example, but that's not the case).
    What am I doing wrong? Ah, the fields are definetely not null, since in the above case it's a PK.
    regards,
    Kornel

    Hey,
    thanks for your hint, but that's not the problem here - for the example I've posted above java.lang.Integer won't appear, and for another case java.lang.String (whereas in my example String appeared). I'm sure the problem is somewhere else.. What happens if the field is null, will the appropriate tag appear in the soap response?
    regards,
    Kornel

  • OSB Service Response times

    Hi,
    How do we monitor the response time measurement of each service invocation? I am aware that OSB provides Service Health by which Avg Response times can be monitored.
    However I am looking for any OSB native capability that will provide start time, end time, response time for each instance of service invocation. Is there a way to do this in OSB in a native way without custom logging start time, end time in the service message flow itself?
    Thanks

    I think that what you need is a sort of access logging functionality. This feature is provided out of the box by WebLogic Server:
    http://edocs.bea.com/wls/docs103/config_wls/web_server.html#wp1059425
    Above all, look at extended log format. I guess you will find it useful.
    If you won't be happy with this feature, you can still think about using a web server (or anything else that can log for you) as a proxy in front of OSB. That's what I prefer personally. For example using Apache HTTP Server (with WebLogic plugin) will provide you with capabilities to log anything you want.

  • Webservice response problems

    hi,
    Iam trying to get my query webservice to function, but iam
    having severe problems. No information can be found to solve my
    problem, so Iam hoping some here can assist me in solving my
    problem.
    Iam getting errors (
    RPC Fault faultString="Unexpected parameter 'queryResponse'
    found in input arguments." faultCode="Client.Input"
    faultDetail="null"]
    at
    mx.rpc.soap::Operation/mx.rpc.soap:Operation::createFaultEvent()
    at mx.rpc.soap::Operation/
    http://www.adobe.com/2006/flex/mx/internal::invokePendingCall()
    at mx.rpc.soap::Operation/send()
    at Function/
    http://adobe.com/AS3/2006/builtin::apply()
    at mx.rpc.soap.mxml::Operation/send()
    at AlfrescoQuery/___Button1_click()
    I have tried everything I can think of, but to no avail...
    below is my flex code Iam using:
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    layout="absolute">
    <mx:Script>
    <![CDATA[
    import mx.rpc.events.ResultEvent;
    public function queryResultHandler(event:ResultEvent):void {
    ]]>
    </mx:Script>
    <mx:WebService id="alfServ"
    wsdl="
    http://myalfresco/alfresco/wsdl/repository-service.wsdl"
    endpointURI="http:/myalfresco8/alfresco/api/RepositoryService">
    <mx:operation name="query"
    result="queryResultHandler(event)">
    <mx:request>
    <store>
    <ns1:scheme xmlns:ns1="
    http://www.alfresco.org/ws/model/content/1.0">workspace</ns1:scheme>
    <ns2:address xmlns:ns2="
    http://www.alfresco.org/ws/model/content/1.0">SpacesStore</ns2:address>
    </store>
    <query>
    <ns3:language xmlns:ns3="
    http://www.alfresco.org/ws/model/content/1.0">lucene</ns3:language>
    <ns4:statement xmlns:ns4="
    http://www.alfresco.org/ws/model/content/1.0">TEXT:'alfresco
    development team'</ns4:statement>
    </query>
    <includeMetaData>false</includeMetaData>
    </mx:request>
    </mx:operation>
    </mx:WebService>
    <mx:Button x="88" y="45" label="Button"
    click="alfServ.query.send()"/>
    </mx:Application>
    But this does not work... HELP ME PLEASE....
    below included soap calls for the request and the response
    that is recieved....
    <?xml version="1.0" encoding="UTF-8"?>
    <soapenv:Envelope xmlns:soapenv="
    http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="
    http://www.w3.org/2001/XMLSchema"
    xmlns:xsi="
    http://www.w3.org/2001/XMLSchema-instance">
    <soapenv:Body>
    <query xmlns="
    http://www.alfresco.org/ws/service/repository/1.0">
    <store>
    <ns1:scheme xmlns:ns1="
    http://www.alfresco.org/ws/model/content/1.0">workspace</ns1:scheme>
    <ns2:address xmlns:ns2="
    http://www.alfresco.org/ws/model/content/1.0">SpacesStore</ns2:address>
    </store>
    <query>
    <ns3:language xmlns:ns3="
    http://www.alfresco.org/ws/model/content/1.0">lucene</ns3:language>
    <ns4:statement xmlns:ns4="
    http://www.alfresco.org/ws/model/content/1.0">TEXT:'alfresco
    development team'</ns4:statement>
    </query>
    <includeMetaData>false</includeMetaData>
    </query>
    </soapenv:Body>
    </soapenv:Envelope>
    RESPONSE
    <soapenv:Envelope
    xmlns:soapenv="
    http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="
    http://www.w3.org/2001/XMLSchema"
    xmlns:xsi="
    http://www.w3.org/2001/XMLSchema-instance">
    <soapenv:Body>
    <queryResponse
    xmlns="
    http://www.alfresco.org/ws/service/repository/1.0">
    <queryReturn>
    <querySession>
    52dbfef8-306d-11dc-9782-6160ed7fcc06
    </querySession>
    <resultSet>
    <ns1:rows
    xmlns:ns1="
    http://www.alfresco.org/ws/model/content/1.0">
    <ns1:rowIndex>0</ns1:rowIndex>
    <ns1:columns>
    <ns1:name>
    http://www.alfresco.org/model/system/1.0}store-protocol
    </ns1:name>
    <ns1:isMultiValue>false</ns1:isMultiValue>
    <ns1:value>workspace</ns1:value>
    </ns1:columns>
    <ns1:columns>
    <ns1:name>
    http://www.alfresco.org/model/content/1.0}modifier
    </ns1:name>
    <ns1:isMultiValue>false</ns1:isMultiValue>
    <ns1:value>admin</ns1:value>
    </ns1:columns>
    <ns1:columns>
    <ns1:name>
    http://www.alfresco.org/model/content/1.0}name
    </ns1:name>
    <ns1:isMultiValue>false</ns1:isMultiValue>
    <ns1:value>SampleContent.txt</ns1:value>
    </ns1:columns>
    <ns1:columns>
    <ns1:name>
    http://www.alfresco.org/model/system/1.0}node-dbid
    </ns1:name>
    <ns1:isMultiValue>false</ns1:isMultiValue>
    <ns1:value>2121</ns1:value>
    </ns1:columns>
    <ns1:columns>
    <ns1:name>
    http://www.alfresco.org/model/content/1.0}content
    </ns1:name>
    <ns1:isMultiValue>false</ns1:isMultiValue>
    <ns1:value>
    contentUrl=store://2007/7/12/13/42/05a414e3-306d-11dc-9782-6160ed7fcc06.bin|mimetype=text /plain|size=68|encoding=UTF-8|locale=en_US_
    </ns1:value>
    </ns1:columns>
    <ns1:columns>
    <ns1:name>
    http://www.alfresco.org/model/content/1.0}modified
    </ns1:name>
    <ns1:isMultiValue>false</ns1:isMultiValue>
    <ns1:value>
    2007-07-12T13:42:51.895+02:00
    </ns1:value>
    </ns1:columns>
    <ns1:columns>
    <ns1:name>
    http://www.alfresco.org/model/content/1.0}created
    </ns1:name>
    <ns1:isMultiValue>false</ns1:isMultiValue>
    <ns1:value>
    2007-07-12T13:42:51.286+02:00
    </ns1:value>
    </ns1:columns>
    <ns1:columns>
    <ns1:name>
    http://www.alfresco.org/model/system/1.0}store-identifier
    </ns1:name>
    <ns1:isMultiValue>false</ns1:isMultiValue>
    <ns1:value>SpacesStore</ns1:value>
    </ns1:columns>
    <ns1:columns>
    <ns1:name>
    http://www.alfresco.org/model/system/1.0}node-uuid
    </ns1:name>
    <ns1:isMultiValue>false</ns1:isMultiValue>
    <ns1:value>
    054727cd-306d-11dc-9782-6160ed7fcc06
    </ns1:value>
    </ns1:columns>
    <ns1:columns>
    <ns1:name>
    http://www.alfresco.org/model/content/1.0}creator
    </ns1:name>
    <ns1:isMultiValue>false</ns1:isMultiValue>
    <ns1:value>admin</ns1:value>
    </ns1:columns>
    <ns1:columns>
    <ns1:name>
    http://www.alfresco.org/model/content/1.0}path
    </ns1:name>
    <ns1:isMultiValue>false</ns1:isMultiValue>
    <ns1:value>
    http://www.alfresco.org/model/application/1.0}company_home/{http://www.alfresco.org/model/ content/1.0}sample_folder/{http://www.alfresco.org/model/content/1.0}sample_content
    </ns1:value>
    </ns1:columns>
    <ns1:score>0.38761</ns1:score>
    <ns1:node>
    <ns1:id>
    054727cd-306d-11dc-9782-6160ed7fcc06
    </ns1:id>
    <ns1:type>
    http://www.alfresco.org/model/content/1.0}content
    </ns1:type>
    </ns1:node>
    </ns1:rows>
    <ns2:totalRowCount
    xmlns:ns2="
    http://www.alfresco.org/ws/model/content/1.0">
    1
    </ns2:totalRowCount>
    </resultSet>
    </queryReturn>
    </queryResponse>
    </soapenv:Body>
    </soapenv:Envelope>

    Anybody any idears ???????????

  • IChat AV "Do not response" problem

    Hi,
    I've been having problems with iChat AV since getting my new iMac Intel based. Everything was working fine on my old iMac G5.
    Let me explain the problem: when initiating a video conference, I get a response back that I've refused the connection. That seems to occur once the person on the other side accepts the conference. Even odder, after clicking "accept", that person then receives the message that they too have refused the connection.
    I don't understand what's wrong with, because I've configured well the preferences.
    I'm really not sure where to go next in troubleshooting this, so I'd appreciate any guidance.
    Thank you!!

    Hi Llu,
    iChat minimum is quoted as 100kbps for 1-1 chat. This is the updload and download speed needed.
    Mulitchats need a speed of at least 384kbps in both directions.
    iChat will fail to connect in Video chats if it detects a speed lower than 50kbps and will dsplay an error message.
    As Defcom says the Quicktime setting should match what you get from the ISP or set to a max of 1.5.meg.
    3:15 PM Thursday; June 1, 2006

  • Outlook exchange email response problem

    I use Exchange for email at work which I sign onto through the internet.   When I reply to an email,  the cursor automatically goes to the bottom of the original email or somewhere in the body of the original email instead of at the top.  Many people are writing back saying "You didn't write anything!".  Any ideas what the problem is?  It doesn't happen when I access the website through my Windows PC.  Thanks in advance.

    As Outlook is not an Apple product, you may get more responses by using Microsoft's community discussions here:
    http://answers.microsoft.com/en-us/mac/forum/macoutlook
    It's not uncommon for MS employees who are Mac users to jump in and help.

  • Enable Transmit, Response Problem With Hotkeys

    Hi,
    Enable Transmit works slow if i use a hotkey. From Program Monitor, if i enable or disable transmit, it works fast but if i do same thing with shortcut, it's response slow.
    Regards.

    I am having the same problem.  Our response file is posted to a shared folder on the server, but only the person who created the file can run updates.  If that person happens to be out sick or the computer crashes, nobody else has the ability to get updated responses.  If anybody knows how to fix this, please help!

Maybe you are looking for