TO  RAGHU  KODALI  :  SOAP  problem

Thanks for your help Raghu Kodali.
But("Use HTTP Proxy Server" wasn`t checked.
In the Release notes of JDeveloer 9i I found a note about Web
Services : << insert these statement in the constructor of the
stub generated by the wizzard :
System.setProperty( "oracle.soap.transport.1022ContentType",
"true" ); >>
So, I did it, but now I get this error :
F:\O9iJDevRC\jdk1.3\bin\javaw.exe
ojvm
-classpath
F:\O9iJDevRC\jdev\mywork\WebService\WebService\classes;
F:\O9iJDevRC\jdev\lib\jdev-
rt.jar;F:\O9iJDevRC\soap\lib\soap.jar;
F:\O9iJDevRC\lib\xmlparserv2.jar;
F:\O9iJDevRC\jlib\javax-ssl-1_2.jar;
F:\O9iJDevRC\jlib\jssl-1_2.jar;
F:\O9iJDevRC\j2ee\home\activation.jar;
F:\O9iJDevRC\j2ee\home\mail.jar;
F:\O9iJDevRC\j2ee\home\lib\http_client.jar
dateTimePackage.DateTimeServiceStub
Exception in thread main
[SOAPException: faultCode=SOAP-ENV:Server.BadTargetObjectURI;
msg=Unable to resolve target object
(dateTimePackage.DateTimeService):
dateTimePackage.DateTimeService
java.lang.ClassNotFoundException]]
java.lang.String
dateTimePackage.DateTimeServiceStub.getDate()
void dateTimePackage.DateTimeServiceStub.main
(java.lang.String[])
Process exited with exit code 1.
I remember you that I followed the instructions at(
< Help-Tutorials-Web Services >, changing the last step ( how to
make the client ) because I think it's wrong.
My developing environment is :
one server with WNT 40 + SP6 + Oracle 9i Application Server
1.0.2.2.0, just as it come from its ".zip" file, with no
modifications or aditional software. DHCP enabled.
one server with WNT 40 + SP6 + Oracle 9i EE v. 9.0.1.1.0
one server with Wnt 40 + SP6 + Oracle 9i JDeveloper Release
Candidate, as a developemnt station.
Can you help me with a working example for this environment,
similar to the one in the Tutorial-Web Services ?
Thanks again !
Eduardo

Hi Eduardo.
I saw your question on the Oracle Technology Network (OTN) about using SOAP from JDeveloper.
I am having EXACTLY the same problem as you had, so I was wondering if, and how, you got it working.
I would appreciate any help that you could give.
Thanks,
Roberta

Similar Messages

  • File to soap problem

    hi i am gettin this problem in file to soap scenario
    Error Category XI_J2EE_ADAPTER_ENGINE
    Error Code GENERAL_ERROR
    SOAP: response message contains an error Application/UNKNOWN/APPLICATION_ERROR - application fault
    plz help me

    Hi,
    check this
    /people/sap.user72/blog/2006/01/16/xi-propagation-of-meaningful-error-information-to-soap-client
    Regards
    Pushkar

  • BPM -  IDoc to SOAP problem (Unable to convert sender service)

    Hi,
    I have a BPM scenario where I'm sending an Idoc from r/3 to XI to SOAP.  As part of my scenario I'm sending an acknowledgment (ALEAUD) back to R/3. 
    I'm getting Unable to convert sender service IP_BPEL_INBOUND_ORDER to an ALE logical system on the Ack back.
    So I usually know what to do when I get this, I do the SLD settings on the r/3 service and I'm OK.  But in this case, it's asking for those ALE settings on the Integration Process?
    I tried adding a logical system on it but now I'm getting the error that this is already used by the r/3 service.  So I'm not to sure what to do next???
    Rgds,
    Yves

    Ok do one thing, in you mapping take one field at target side (may be u can create one or use which is not been used yet) just map the standard function called Sender to this field in target.
    Now in Intergration Directory when you do the header mapping by using F4 do not map the business systems this time, just press the button "Etended Path" (m not sure abt the exact name of this button) not use the X-Path here and select that target field which you mapped with Sender function in mapping.
    How To Handle Acknowledgments for IDoc
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/903a0abc-e56e-2910-51a8-9dc616df56eb
    I hope this will solve your problem.
    Regards,
    Sarvesh

  • VMWare Integration Pack SOAP Problems when trying to Runbook Tester

    All,
    I am hoping somebody out there can give me some help and hopefully a resolution to my problem.
    For several weeks now, I have been successfully using the VMware Integration Pack in Orchestrator. However, as I tried to make my Runbook's more user friendly by replacing fields with variables I encountered a problem.
    When I now try to run my Runbook via the Runbook Tester when I start to step through I get the following error when I either try to step through the Clone Windows VM or left click on the Icon. (Actually this error occurs for all Integration Pack Objects). 
    ---- THE ERROR BELOW ----
    Details:
    Required parameter password is missing
    while parsing call information for method Login at line 1, column 218
    while parsing SOAP body at line 1, column 207
    while parsing SOAP envelope at line 1, column 38
    while parsing HTTP request for method login an object of type vim.SessionManager at line 1, column 0
    Exception: IntegrationPackException Target site: ServiceBase.Design
    Stack trace at
    Microsoft.SystemCenter.Orchestrator.VIQIK.ServiceBase.Design(IActivityDesigner designer)
    ---- End Of Error--------------
    So steps to resolve this issue so far.
    1-  Remove and redeploy IP Pack
    2 - Remove Orchestrator Database and Redeploy Database
    3 - Uninstall and re-install Orchestrator
    4 - Restart Servers
    The problem is that when you actually look at the property pages in the Runbook Designer  it talks correctly to the VSphere Server, and you can alter them, but it still won't run.
    The firewall is off, and the VI Client talks to the VCentre server.
    And I have looked in the Runbook Tester logs but it doesn't seem to show any errors.
    So can anybody shine a light on where to look for the problem or how to debug it.
    Cheers
    Alixx

    Hi Frank,
    you should be able to use Variables and Published Data in the Integration Pack for VMWare vSphere.
    If you use a Variable or Published Data in the connection setting you experience an error while designing the Runbook. Use here the Name (one Name) of the connection setting you specified for  VMWare vSphere.
    Make sure, you use the up-to-date version of this IP, until today:
    http://www.microsoft.com/en-us/download/details.aspx?id=40874
    Regards,
    Stefan
    www.sc-orchestrator.eu ,
    Blog sc-orchestrator.eu

  • Apache-soap Problem with WLS 5.1sp9

    I have problem with WLS 5.1sp9.
    My environment is the following :
    jaf-1.0.1
    javamail-1.2
    soap-2.2
    xerces-1.4.4
    and I want to call EJB.
    So, I write some EJB and deploy it.
    And rpcrouter work!!
    Success to deploy the Service.
    But I run into problem with calling this ejb.
    This error is the following.
    SOAP-ENV:Server.BadTargetObjectURI
    Unable to resolve target object: BC2_BoardSync
    please, help me.
    here's my example..
    ps.
    sorry for my poor English..T_T
    [ws5.10.zip]
    [vb.zip]

    I have problem with WLS 5.1sp9.
    My environment is the following :
    jaf-1.0.1
    javamail-1.2
    soap-2.2
    xerces-1.4.4
    and I want to call EJB.
    So, I write some EJB and deploy it.
    And rpcrouter work!!
    Success to deploy the Service.
    But I run into problem with calling this ejb.
    This error is the following.
    SOAP-ENV:Server.BadTargetObjectURI
    Unable to resolve target object: BC2_BoardSync
    please, help me.
    here's my example..
    ps.
    sorry for my poor English..T_T
    [ws5.10.zip]
    [vb.zip]

  • JDeveloper SSL and SOAP problems

    I am using JDeveloper 9.0.3 and the Oracle SOAP library which is shipped with Oracle JDeveloper.
    My application connects to a SSL enabled webservice.
    The first problem I encountered was a 'no njssl9 in java.library.path' error.
    I used the tips from Lehmann's BLogger site (http://radio.weblogs.com/0132036/2004/02/13.html).
    I could not get this working in JDeveloper 9.0.3 because JDev 9.0.3 is using java jdk 1.3 which has not JSSE built in.
    So I decided to use JDeveloper 9.0.5.2. which uses the java jdk 1.4.
    It works, however now I am stuck with an error that the certificate chain is incomplete.
    The webservice to which I connect sends only the 'last' certificate, so not the entire chain. Can this be the problem?
    I have a couple of questions:
    1) what do I have to do to ensure that my application trusts the webservice SSL certificates. I know I have to install
    the certificate somewhere in the cacerts file. But which certificate en how do I store it?
    2) Is it true that the Oracle SOAP library only works with the Oracle Wallet? Does that mean I cannot get Oracle SOAP
    to work on an Oracle Application Server with my application?
    3) Is there any way to solve the 'no njssl9 in java.library.path' error using the Oracle SOAP library in JDeveloper 9.0.3?

    The Duke's Bank tutorial can be found at:
    http://java.sun.com/j2ee/tutorial/1_3-fcs/
    It is the last chapter of the tutorial, under the "Putting it All Together" section.
    Andy

  • File 2 soap problem

    hi
    i am configuring file to soap scenario.
    on reciever side (soap) shuold i create communication channel in business service or
    business system
    plz help me
    thanks & regards
    viju

    Vijender,
    You can create Receiver communication channel for Business System or Business Service. If your receiver is business system and is registered in SLD then create receiver communication channle for Business System.
    If you do not have Business System details, you can create Business Service and assign Receiver communication channel tosame.
    Let us know if you need more details.
    Nilesh

  • Async r3- xi- soap problem.. no soap msg sent from SOAP receiver adapter

    Hi guys!
    I have an issue with SOAP scenario. I have ABAP Proxy->XI->SOAP async scenario. When I send msgfrom r3, it arrives into XI, but no SOAP message is sent to the target url. In the SXMB monitor, the flag is delivered The status of adapter is not valid. error: target url is invalid. messages crash at timeout. But when I test it from other tools, the target web service worx fine. One more info: we use stand-alone adpater engine. I tried it also on the integrated one, but it didn't work.
    Sync scenarios work fine: SOAP->XI->R3->XI->SOAP.
    Any ideas, what could be wrong? Are there some special requirements, for message interfaces (do they need 2 b sync??) or something else?
    Thanx, Olian.

    Hi Michal!
    First, I even didn't know about this monitoring tool    it's gr8.
    Well, I found error: MP: exception caught with cause com.sap.aii.af.ra.ms.api.RecoverableException: SOAP: response message contains an error XIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: Server did not recognize the value of HTTP Header SOAPAction:
    Any idea?
    I'm going to study something about it, but if you know, let me pls info!
    Thanx a lot!
    Olian

  • RFC - XI -SOAP problem

    Hi,
    I am doing RFC -XI -SOAP scenario in which I am sending PO no. from R/3 using RFC --> call the webservice using SOAP --> get response back in RFC response.
    in this all the test is successful, there is no error in SXMB_MONI or RWB (all successful) , but I can't get the data back as Response from Webservice (no payload in sxmb_moni) , and webservice guy told me that my message even can't reach to webservice host server.
    Pl. suggest any resolution urgent, (or how to trouble shoot)
    I allready visited most blogs of SOAP (3387/3408,trouble shooting) . but if it give any error then I can cure, here it is not giving any error and not giving response aslo.

    Hi,
    Check this two links complete walk throug RFC-XI-SOAP.
    RFC -> XI -> WebService - A Complete Walkthrough (Part 1)
    RFC -> XI -> WebService - A Complete Walkthrough (Part 2)
    Regards,
    Phani

  • Soap problem

    hi all,
    i am configuring soap receiver side and i generated wsdl from RFC with out export parameters. but i am getting following errors.
    SOAP: response message contains an error Application/UNKNOWN/APPLICATION_ERROR - application fault
    Delivery of the message to the application using connection AFW failed, due to: SOAP: response message contains an error Application/UNKNOWN/APPLICATION_ERROR - application fault.
    the interface is asynchoronus
    thanks and regards

    Hi,
    I suppose that you have asynchronous RFC -> XI -> SOAP scenario and have generated WSDL for outbound interface (RFC).
    Since it is asynchronous scenario RFC should have IMPORT parameters.
    Regards,
    Jakub

  • SOAP Problems

    Good day to all;
    I'm devoloping a Control Time System which I have to call
    severel services which return several information.. the problem is,
    that some services needs the information returned by another
    service, and the information never gets at time,, I call the
    service, and it goes to the function in result=getActivityList,
    when it returns stops there all the information in my variables
    desappear.
    sometimes I try to debbug, and when it return
    <mx:WebService id="unitsService">
    wsdl="
    http://dquidcpv:8080/xfire/services/UnitService?wsdl"
    showBusyCursor="true"
    useProxy="false">
    <mx:operation name="listActivities"
    result="getActiviyList();" <--- To this point
    fault="ActivityFaultHandler(event)">
    <mx:request>
    <unitId>{projectId}</unitId>
    </mx:request>
    </mx:operation>
    , even if they're globla vars.. the thing is, i don't know
    how to control the call of the services, and how to finish the
    request...
    If you got the idea of my problem, please write me back as
    soon as possible.
    Thanks

    One way to implement this is to call the dependent service in
    the resultHandler. For example, if call to serviceX is dependent on
    results from the call to unitsService, in your code snippet, then
    you can call serviceX in the getActivityList() function, which is
    the resultHandler for unitsService.
    Use of AsyncTokens might also hel when calling multiple
    services. Please look up documentation for AsyncToken usage.
    HTH
    Kumaran

  • SOAP wdsl generation problem j developer

    hi im having a problem with wsdl file generated from jdeveloper.
    I expose a pl/sql function as a web service. I can then conect to the soap url with a web browser and sucessfull publish data to the db from this , but if i take the wsdl file from jdeveloper in to a soap test client (magoo) i get an error, on anything that trys to post data back to the DB ???
    the error is
    No Deserializer found to deserialize a ':emp' using encoding style 'http://schemas.xmlsoap.org/soap/encoding/'.
    im not using BPEL (which i know has some soap problems)
    THIS IS THE SOAP MESSAGE THE WSDL FILE GENERATES
    <?xml version='1.0' encoding='UTF-8'?>
    <soapenv:Envelope xmlns:m='MyWebService-v9' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:ns1='http://oadev11/Company.xsd' xmlns:xsd='http://www.w3.org/2001/XMLSchema' xmlns:soapenv='http://schemas.xmlsoap.org/soap/envelope/'>
    <soapenv:Body soapenv:encodingStyle='http://schemas.xmlsoap.org/soap/encoding/'>
    <m:addemp>
    <emp>
    <eid xsi:type='xsd:int'>7</eid>
    <efirstname xsi:type='xsd:string'>mr</efirstname>
    <elastname xsi:type='xsd:string'>magoo</elastname>
    <addr>
    <street xsi:type='xsd:string'>granby grove</street>
    <city xsi:type='xsd:string'>southampton</city>
    <state xsi:type='xsd:string'>uk</state>
    <zip xsi:type='xsd:string'>so</zip>
    </addr>
    <salary xsi:type='xsd:double'>1000</salary>
    </emp>
    </m:addemp>
    </soapenv:Body>
    </soapenv:Envelope>
    this returns an error,
    No Deserializer found to deserialize a ':emp' using encoding style 'http://schemas.xmlsoap.org/soap/encoding/'.
    ive tested the client with the googlesearchapi wsdl file, so the client is working ok, I think there might be a problem with the wsdl file generation. can anyone sugest what this might be?
    conecting directly to the soap service url and submitting xml suggested by the interface, adds the entry to the databse and works fine
    <emp xmlns:ns1="http://oadev11/Company.xsd"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:type="ns1:oadev11_EmployeeUser">
    <eid xsi:type="xsd:int">7</eid>
    <efirstname xsi:type="xsd:string">MR</efirstname>
    <elastname xsi:type="xsd:string">MAGGO</elastname>
    <addr xsi:type="ns1:oadev11_AddressUser">
    <street xsi:type="xsd:string">Granby grove</street>
    <city xsi:type="xsd:string">southampton</city>
    <state xsi:type="xsd:string">uk</state>
    <zip xsi:type="xsd:string">SO</zip>
    </addr>
    <salary xsi:type="xsd:double">1000</salary>
    </emp>
    This sucessfuly ads the entry to the databse any ideas please?

    Hi,
    Action parameter is always under Opertaion tag of your wsdl. In your case it is
    Action = rpc/http://siebel.com/CustomUI:ATDDQMatchWS
    <operation name="ATDDQMatchWS">
    <soap:operation soapAction="rpc/http://siebel.com/CustomUI:ATDDQMatchWS"/>
    <input>
    <soap:body use="literal" namespace="http://siebel.com/CustomUI"/>
    </input>
    <output>
    <soap:body use="literal" namespace="http://siebel.com/CustomUI"/>
    </output>
    </operation>
    It looks to me you are trying to invoke RC encoded webservice which is not supported in XI.
    Reward points if find useful
    Thanks
    Amit

  • SOAP-Exception: unsupported response content type

    Hi,
    can anybody give me a little hint?.
    I currently try to run the JDeveloper "Tutorial" web service examples. I could successfully implement and deploy the DateTime Web-Service example. But when executing "DateTimeClient.java" I get the error message listed below.
    I'm using JDeveloper 9.0.2 and the OC4J- J2EE Container (standalone) shipped with JDeveloper
    Thanks for your help
    Thomas
    D:\Programme\oracle\jdev\jdev9i902\jdk\bin\javaw.exe -ojvm -classpath D:\Programme\oracle\jdev\jdev9i902\jdev\mywork\WebService\DateTimeClient\classes;D:\Programme\oracle\jdev\jdev9i902\jdev\lib\jdev-rt.jar;D:\Programme\oracle\jdev\jdev9i902\soap\lib\soap.jar;D:\Programme\oracle\jdev\jdev9i902\lib\xmlparserv2.jar;D:\Programme\oracle\jdev\jdev9i902\jlib\javax-ssl-1_2.jar;D:\Programme\oracle\jdev\jdev9i902\jlib\jssl-1_2.jar;D:\Programme\oracle\jdev\jdev9i902\jdk\jre\lib\ext\activation.jar;D:\Programme\oracle\jdev\jdev9i902\jdk\jre\lib\ext\mail.jar;D:\Programme\oracle\jdev\jdev9i902\j2ee\home\lib\http_client.jar -Dhttp.proxyHost=http-proxy.danet.de -Dhttp.proxyPort=8080 datetimeclientpackage.DateTimeClient
    [SOAPException: faultCode=SOAP-ENV:Protocol; msg=Unsupported response content type &quot;text/html&quot;, must be: &quot;text/xml&quot;. Response was:
    &lt;HTML&gt;&lt;HEAD&gt;&lt;TITLE&gt;Method Not Allowed&lt;/TITLE&gt;&lt;/HEAD&gt;
    &lt;BODY&gt;&lt;H1&gt;Method Not Allowed&lt;/H1&gt;
    An error has occurred.
    &lt;/BODY&gt;&lt;/HTML&gt;
         java.lang.String org.apache.soap.rpc.Call.getEnvelopeString(org.apache.soap.transport.SOAPTransport)
         org.apache.soap.rpc.Response org.apache.soap.rpc.Call.invoke(java.net.URL, java.lang.String)
         java.lang.String datetimeclientpackage.DateTimeClientStub.getDate()
         void datetimeclientpackage.DateTimeClient.main(java.lang.String[])
    Exception in thread main
    Process exited with exit code 1.

    I have just found the same/similar problem discussed some months ago. I have adopted the solution proposed by
    Raghu Kodali (disabling usage of http-proxy-server). Now the samples runs well.
    Thanks a lot.

  • Reliability Problem

    hi all,
    i have been developping webservices since the last past 7
    months, so it's not a "how to" problem.
    I hope that someone could maybe help in finding some clues.
    Here is my problem:
    i have made a webservice, with a java client, and a .NET
    Server. Interop works fine. The server sends back the
    result, and if the result is an error, it gives the full
    error message for explanations. This error message is
    initialized to " " (empty) and can only retrieve a
    myError.Message().
    When i call the webservice, it can work for 5,10 or 20
    times, but suddenlty i will get a message "Exception". I
    mean, not the full message, just a string "Exception". If
    i call back the webservice with the same data, i could get
    again an "Exception" or it could work again for 10 times.
    So as you can see, it's not easy to reproduce the bug in
    order to debug it.
    I mean usualy, when it really bugs (like an insert problem
    in a database etc...), i get a full message
    like "Unexpected end of file from server" or "Must declare
    the variable '@EMP_ContactId'". My try/catch deals with
    this..
    So i have no idea for the reason of this "Exception"
    message. No more details, it can bug or work in a random
    way... It's not a timeout problem as the server answers,
    but it answers "Exception"... I have never seen this
    before. A network problem ? a DB problem ? a SOAP problem
    (when it's a SOAP problem i usualy get an "I/O Exception
    so i don't thinks it's the case here)?
    by the way, i have the feeling that this "exception" has more chances to appear when the webservice has not been called since a few minutes.
    If i make successive 40 calls, i have no "exception", but if i wait 15 min for the next call (an example), it will give an "exception". and the next call just after will be fine.
    maybe this could help you to help me
    really weird.
    Any help to find a solution would be appreciated.
    Regards
    Elise
    ps: sorry for my coarse english.

    hi all, i posted yesterday a question about reliability.
    (see bellow).
    I found a great clue that could help me, but not enought.
    I have a java client calling a .net webservice.
    It works fine at 80%. The other 20%, i don't know why, but
    suddenly i have an error without explanation.
    I now have a trace of the Sub Application_Error(ByVal
    sender As Object, ByVal e As EventArgs) :
    for those 20% of errors it tells : "Request format is
    unrecognized.
    at
    System.Web.Services.Protocols.WebServiceHandlerFactory.Core
    GetHandler(Type type, HttpContext context, HttpRequest
         request, HttpResponse response)
         at
    System.Web.Services.Protocols.WebServiceHandlerFactory.GetH
    andler(HttpContext context, String verb, String
         url, String filePath)
         at System.Web.HttpApplication.MapHttpHandler
    (HttpContext context, String requestType, String path,
    String      pathTranslated, Boolean useAppConfig)
         at System.Web.MapHandlerExecutionStep.Execute()
         at System.Web.HttpApplication.ExecuteStep
    (IExecutionStep step, Boolean& completedSynchronously)
    I would understand if my java code whas not correct, but
    if i send again and again the SAME request (same SOAP
    content, i made a SOAP trace to be sure), it will work !!!
    So the code to generate the soap message is ok.
    I noticed that i have more "chance" to get this error when
    the IIS server has just been started and the java client
    makes the first call. This first call will often get an
    error, but all the other call won't get any error. And
    suddenly, after 15 min of inactivity, a new error will be
    caught (just an example, the process is a bit random and
    the error not so easy to reproduce whenever you want).
    I putted this code on the production environment, and this
    represents 10 errors /day, it's too much
    Why is the request format not valid only 20% ofthe time ?it should be always ok or always bad !!!
    Is there anybody here that has an information that could
    be helpfull ? I would really appreciate
    regards
    Elise
    ps : sorry for my coarse english again. i do by best ;-)

  • PO message processing error at SOAP Adapter

    Hello All,
    After an PO scenarion setup and performing one messageprocessing in found following error at RW Message Monitoring:
    Exception caught by adapter framework: SOAP: response message contains an error XIServer/UNKNOWN/ModuleUnknownException - com.sap.aii.af.mp.module.ModuleException: either no channelID specified or no channel found for the specified party, service, and channel name, MessageServlet(Version $Id: //tc/aii/30_REL/src/_adapters/_soap/java/com/sap/aii/af/mp/soap/web/MessageServlet.java#13 $) at com.sap.aii.af.mp.soap.web.MessageServlet.doPost(MessageServlet.java:412) at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at com.sap.engine.services.servlets_
    Please could someone tell me where the problem is?
    Regards,
    Jochen

    Hi Jochen
    Check if thse threads can help you
    Now based on error description -
    Refer this SAP Note - 856597 QUestion no 1 -for SOAP adapter configuration- i.e URL
    Also have a look into this thread-
    SOAP Problem
    SOAP Error when testing messages.
    *************Reward points if helpfull*************

Maybe you are looking for

  • Erro cálculo de imposto

    Olá... Estou com erro no cálculo de imposto no seguinte cenário: Pedido com dois itens para consumo, cada item tem distribuição para dois centros de custo. Quando existem entradas parciais os impostos da primeira nota fiscal são lançados corretamente

  • Help using pointers or what ever you would call it...

    Hello! I usally do not asks for code, but this I think someone has to show and explain for me. so if any of you have some spare time I would be grateful. ok, i want to make two arrays, one with names of a person, and one list with different beers. Th

  • Download size of trial app

    What is the download size of the Aperture trial application?

  • SAML v2 plugin: Error when running saml2setup

    I try to install the SAML v2 plugin and get the following error when running the saml2setup command: C:\SSO\samlv2-2007Q2-windows>saml2setup install -s saml2silent Java home path = C:\PROGRA~1\Java\JDK15~1.0_1 Configuring SAML2 plugin ... java.lang.E

  • Where can I download iTunes 8.2 from?

    Having made the mistake of downloading the steaming pile of donkey doings that is iTunes 9 and having it all-but fry my 5th Gen iPod Video, the only way I could get my iPod back into anything like a workable state was to trash iTunes 9, download iTun