MS Office Research JAXRPC web service disconnect

I'm trying to create a custom MS Office Research service using JAXRPC in jwsdp1.6. I've got my service returning a Registration response that looks structurally/semantically equivalent to that of the sample Google service. However MS Word is rejecting my response. There are a few differences having to do with the response headers and how namespaces are declared. The headers of the Google service look like this:
HTTP/1.1 200 OK
Server: Microsoft-IIS/5.1
Date: Thu, 20 Oct 2005 22:19:37 GMT
X-Powered-By: ASP.NET
X-AspNet-Version: 1.1.4322
Cache-Control: no-cache
Pragma: no-cache
Expires: -1
Content-Type: text/xml; charset=utf-8
Content-Length: 1802
while my JAXRPC service response headers look like this:
HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
SOAPAction: ""
Content-Type: text/xml;charset=utf-8
Date: Thu, 20 Oct 2005 23:45:04 GMT
Connection: close
Is there any header (present or missing) in the JAXRPC list which would cause Registration to fail?
Also, the Google SOAP Envelope and Body tags start off this way:
<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soap:Body>
<RegistrationResponse xmlns="urn:Microsoft.Search">
<RegistrationResult>
while my Envelope and Body tags start this way:
<?xml version="1.0" encoding="UTF-8"?>
<env:Envelope
xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:ns0="urn:Microsoft.Search">
<env:Body>
<ns0:RegistrationResponse>
<ns0:RegistrationResult>
Could Microsoft possibly have a problem with the differing methods of declaring and using namespaces?
Finally, is there any way to get more information from MS Word about why it's failing? Maybe a log somewhere or a verbose message setting?
Thanks for any advice!
Jim Sweeney

Ok, I've narrowed the problem down to the ns0 namespace alias on the RegistrationResponse and RegistrationResult tags. MSWord does not like that these names are prefixed with the alias. Is there any way to modify the WSDL or other jax-rpc inputs so that the Envelope tag declares the default namespace as xmlns="urn:Microsoft.Search" instead of declaring the alias xmlns:ns0="urn:Microsoft.Search" when my jax-rpc service writes the response?
Thanks!

Similar Messages

  • Office 365 Reporting Web Service Message Trace - It says it can get the past 30 days but i can only get the past 7 days

    It says Message Trace data is stored for 90 days here: http://technet.microsoft.com/library/jj723162(v=exchg.150).aspx
    When running the MessageTrace report using the Office 365 Reporting Web Service it only returns the past
    7 days, even though it says up to 30 days here: http://msdn.microsoft.com/en-us/library/office/jj984335(v=office.15).aspx.
    PowerShell’s "Get-MessageTrace" cmdlet only returns the past 7 days as well. PowerShell also has
    an alternative cmdlet called "Start-HistoricalSearch" which returns the MessageTrace results between 7 and 90 days old.
    Is it supposed to return 30 days, or is the documentation wrong, or is their an alternative report (like
    PowerShell) to get MessageTrace results for over 7 days using the Office 365 Reporting Web Service?
    Note: I'm aware that the results are returned in batches of 2000 MessageTrace results.

    That document is pretty old last modified March 2013 so I would say it's out of date. The reporting services are still pretty new in the current release I believe 7 days is limit for the Rest Endpoint and the Get-MessageTrace cmdlet (which is what
    the more recent documentation around message tracking say) there is no REST endpoint for Start-HistoricalSearch you can see all the current endpoints by looking at the Metadata via
    https://reports.office365.com/ecp/reportingwebservice/reporting.svc/$metadata
    These services are evolving so new features and reports are added which is explained in
    http://msdn.microsoft.com/EN-US/library/office/jj984346(v=office.15).aspx . But there is no public information on Timeframes and what reports and features are going to be added in future updates (that I know of). If you need data older then
    7 days then Automating the HistoricalSearch cmdlets would be the way to do it for now.
    Cheers
    Glen
     

  • Office 365 - Reporting web service - CsConference* report TotalConferences value clarification

    Site Map: Office development > Office 365 > Reporting web service > Reference > Lync reports > CsConference*
    report<o:p></o:p>
    In Office 365, Lync Conferences
    Report.
    Field - "TotalConferences" is the number of conferences of all types
    in the reporting period. The sum of other conference type (IM, Audio/video, App
    Sharing, Web, dial-in) count doesn't equal/match the Total Conference count.<o:p></o:p>
    In the attached screen shot for a reporting period.
    IM Conference Count : 197
    Audio/video Conference Count : 67
    Application sharing Conference Count : 68
    Web Conference Count : 10
    Dail-in Conference Count : 5
    The sum of the above conference type is 347. In the report
    "Total Conference" count is displaying it as 268.<o:p></o:p>
    why is the difference?
    <v:shape
    alt="http://social.technet.microsoft.com/Forums/getfile/533351" id="Picture_x0020_1" o:spid="_x0000_i1025" style="width:284.25pt;height:300.75pt;" type="#_x0000_t75"><v:imagedata o:href="cid:[email protected]"
    src="file:///c:\Temp\msohtmlclip1\01\clip_image001.png">
    </v:imagedata></v:shape>

    That document is pretty old last modified March 2013 so I would say it's out of date. The reporting services are still pretty new in the current release I believe 7 days is limit for the Rest Endpoint and the Get-MessageTrace cmdlet (which is what
    the more recent documentation around message tracking say) there is no REST endpoint for Start-HistoricalSearch you can see all the current endpoints by looking at the Metadata via
    https://reports.office365.com/ecp/reportingwebservice/reporting.svc/$metadata
    These services are evolving so new features and reports are added which is explained in
    http://msdn.microsoft.com/EN-US/library/office/jj984346(v=office.15).aspx . But there is no public information on Timeframes and what reports and features are going to be added in future updates (that I know of). If you need data older then
    7 days then Automating the HistoricalSearch cmdlets would be the way to do it for now.
    Cheers
    Glen
     

  • FileAdapter to JaxRpc web service, all or nothing

    I've managed to use the File Adapter to read batch files (both positional and delimited) and for each record invoke a synchronous Web Service exposed by my J2EE app to update that application with my data. Now I would like to do the same thing, but have the entire system reject/rollback all updates from an inbound file if ANY of the records encounter errors (either during the reading/transformation or during the WS call).
    Is this possible, and if so, how would I go about doing it? FWIW the application is using OC4J,TopLink,Struts,Spring,Axis. The web services in question have been created specifically for this purpose, so can be modified if required.
    Thanks,
    Richard

    I discussed with Dev Group on this feature. Here is the response below.
    Yes, "all or nothing" was the old default behavior. We introduced a notion of "uniqueDelimiter" in order to have "reject only bad records" functionality. Richard should just be able to remove the "uniqueDelimiter" in his nxsd file to revert to "all or nothing" functionality. Otherwise please ask him for his nxsd file and we can take a look.
    if you need further details, please send your requirement to [email protected]

  • [jaxrpc] defining web services and WSDL spec

    Greetings,
    I'm starting in JAXRPC web service's concepts and its WSDL specification. After I tested some samples from the jaxrpc tutorial, I tried to make my custom web service, but, I have problems when I deploy the web service and I tried to see in my browser the endpoint url - I got a internal server exception! I pick up the hello sample, I added to it my custom core sample web service functionality - using the same operations, the same signatures methods - and it worked fine!!
    So, what' is wrong? The main difference between them is that I have differents configuration files for xrpcc that will give a wsdl files for each one. Whats changes? The service name? The interface/package name? Is there some kind of limitation in the package name convention with the service names beyound the basic ones in the xrpcc (jaxrpc) specification?
    thanks,
    Pedro Salazar.

    I upgraded webservices developer pack to 1.0 version (final) and I solved my problems!
    Pedro Salazar

  • National ID System Web Services (Netbeans)

    Hi;
    I want connect JAXRPC Web Services with NetBeans over https.
    I have tried the exapmle at http://users.skynet.be/pascalbotte/rcx-ws-doc/jaxrpchandler.htm
    It gives error = "port: {http://kps.nvi.gov.tr/WS}KPSSoap does not contain operation: ilListesiGetir"
    Code:
    URL url = new URL("https://kps.nvi.gov.tr/Mernis.KPS.Web.SI/KPS.asmx?WSDL");
    QName serviceName=new QName("http://kps.nvi.gov.tr/WS", "KPS");
    QName portName = new QName("http://kps.nvi.gov.tr/WS", "KPSSoap");
    ServiceFactory factory = ServiceFactory.newInstance();
    Service service = factory.createService( url, serviceName);
    HandlerRegistry hr = service.getHandlerRegistry();
    List handlerChain = hr.getHandlerChain(portName);
    HandlerInfo hi = new HandlerInfo();
    hi.setHandlerClass( KpsSecurityHandler.class);
    handlerChain.add(hi);
    //this line gives error
    KPSSoap port = (KPSSoap) service.getPort(portName, KPSSoap.class);
    ArrayOfIlBilgisi ilListesi = port.ilListesiGetir();
    List liste=ilListesi.getIlBilgisi();
    for (int i = 0; i < liste.size(); i++)
    out.println( liste.indexOf(i) + "\n");
    Note: I can connect "KPS" service and "KPSSoap" port succesfuly. But when i tried to connect operation "ilListesiGetir" it gives the error port: {http://kps.nvi.gov.tr/WS}KPSSoap does not contain operation: ilListesiGetir
    NetBeans Version 6.1
    Please help us.
    Thanks.

    <%@ page language="java" import="java.util.*, java.io.*, javax.mail.*, java.net.*, org.apache.soap.util.xml.*, org.apache.soap.encoding.soapenc.BeanSerializer, org.apache.soap.encoding.*,org.apache.soap.*, org.apache.soap.rpc.*"%>
    <%
    try
    out.println ("Starting");
    System.out.println("heree");
    Call call = new Call ();
    System.out.println("here");
    SOAPMappingRegistry soap = new SOAPMappingRegistry();
    call.setTargetObjectURI ("http://tempuri.org/");
    call.setMethodName ("EarnNValue");
    call.setEncodingStyleURI("http://schemas.xmlsoap.org/soap/encoding/");
    Vector params = new Vector ();
    params.addElement (new Parameter("customer_id", String.class, "gauravbehl",Constants.NS_URI_SOAP_ENC));
    params.addElement (new Parameter("channel_id", String.class, "C0002",Constants.NS_URI_SOAP_ENC));
    params.addElement (new Parameter("category_id", String.class, "club",Constants.NS_URI_SOAP_ENC));
    params.addElement (new Parameter("transaction_date", String.class, "16/07/04 14:41:20",Constants.NS_URI_SOAP_ENC));
    params.addElement (new Parameter("parameter_id", String.class, "login",Constants.NS_URI_SOAP_ENC));
    params.addElement (new Parameter("parameter_value", String.class, "1",Constants.NS_URI_SOAP_ENC));
    call.setParams (params);
    Response resp = call.invoke(new URL("http://203.199.76.2/api/earnnvalue.asmx"), "http://tempuri.org//EarnNValue") ;
    if (resp.generatedFault ())
    Fault fault = resp.getFault ();
    System.out.println ("Something is wrong");
    System.out.println (" Fault Code = " + fault.getFaultCode ());
    System.out.println (" Fault String = " + fault.getFaultString ());
    else
    Parameter result = resp.getReturnValue ();
    System.out.println (result.getValue ());
    out.println (result.getValue ());
    catch (Exception e)
    System.out.println ("********Exception*******");
    System.out.println (e);
    out.println ("Ending");
    %>

  • Problems while consuming a web-service through Netweaver using VPN

    Hi all
    I'm facing a problem while I'm attempting to consume a .NET web-service that is located in a remote server. We've estabished a VPN connection between our Netweaver CE in Linux to the remote office where the web-service is running.
    The problem is, when my application running in Netweaver tries to consume the webservice, it takes the external access to try to reach the webservice URL instead of take the VPN route to do that. ie. my application find an external IP of the webservice instead of finding the internal IP.
    When I ping the webservice URL in linux, it brings me the internal IP, but for some unknown reason, the Netweaver don't find the correct route to reach the webservice.
    Does anyone have any idea or suggestion on what to do?
    Thanks in advance!

    > The problem is, when my application running in Netweaver tries to consume the webservice, it takes the external access to try to reach the webservice URL instead of take the VPN route to do that. ie. my application find an external IP of the webservice instead of finding the internal IP.
    You're using a proxy?
    Markus

  • Util.Date in Web Services

    Hello,
    I have a JAXRPC web service that passes Javabeans. One of the Beans has an attribute of Util.Date but for some reason on the client it requests a Util.Calendar and so fails to compile, does any one know why this is happening?

    The util.Date was deprecated and you should use util.Calendar instead.
    Hope this helps
    Gobellot

  • What is a web service

    On the top of this page I read the following:
    A web service is an application that exists in a distributed environment, such as the Internet. A service is made available as reusable functionality through web standards like SOAP, WSDL, UDDI registries. This functionality can be used directly from a client application, aggregated with other services and information, mediated, or converted for presentation. This Forum covers JAX-RPC, JAXR, JAXM and related APIs
    Does my app tap into a web service on the internet always to get it's benifit? Or can I connect once, get the code to my machine, then be able to use the functionality offlline? Could someone give me an example of how i would use a web serice? Please.
    Juan Matos

    Whoa, now that's a lot to cover in one post. I would highly suggest looking at the webservices home page on this site, as well as doing some basic research into web services through tutorials or books. But to answer your questions directly:
    Does my app tap into a web service on the internet always to get it's benifit? Or can I connect once, get the
    code to my machine, then be able to use the functionality offlline?I think you may have a misunderstanding of the basic nature of a web service. A web service (in very simple terms) is a set of methods that can be invoked over the internet. This is generally carried out in XML requests and responses. In order to access a webservice's functionality, you have to be able to connect to it.
    Could someone give me an example of how i would use a web serice?The answer depends on what you mean by "use". If by "use" you mean as a consumer of the service, then you might use Amazon.com's webservice interface to set up you're own online bookstore, or you might use a webservice to find out the real time price of a stock, or you might connect to your tea supplier in China to find out if the kind you need is in stock....any situation involving remote procedure calls is an example of where you might use a web service.
    If by "use" you mean where would it be appropriate to be a provider of a web service, well just think about the flip side of the above examples. Any business function that you would like to expose to clients that might not be using the same development platform/software/version/whatever, would be an oppurtunity to use a web service for a standard communication medium.
    This is all very simplistic, if you would like to learn more, I would suggest Googling for articles or picking up a book.
    Hope this helps,
    Webb

  • Exception on JaxRpc invoking a Siebel web service

    Hi,
    We've created a web service on Siebel 7.8, activated it, and generated a wsdl. I've imported that wsdl into my BPEL project (10.1.3.1), created a PartnerLink from it, but I'm getting an exception when I attempt to query Siebel. If anyone is familiar with this, I'd appreciate any assistance.
    <messages>
    <input>
    <InvokeSomething_SiebelSimpleProductQueryById_InputVariable>
    <part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="PrimaryRowId">
    <PrimaryRowId>test
    </PrimaryRowId>
    </part>
    </InvokeSomething_SiebelSimpleProductQueryById_InputVariable>
    </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: oracle.j2ee.ws.saaj.ContentTypeException: Not a valid SOAP Content-Type: text/html; charset=UTF-8
    </summary>
    </part>
    </remoteFault>
    </fault>
    </messages>
    This is the Siebel generated wsdl:
    <?xml version="1.0" encoding="UTF-8"?>
    <?Siebel-Property-Set EscapeNames="false"?>
    <definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xsdLocal0="http://www.siebel.com/xml/Simple%20Product%20Interface" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" targetNamespace="http://siebel.com/asi/"
    xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://siebel.com/asi/" xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/">
    <types>
    <xsd:schema elementFormDefault="qualified" xmlns:xsdLocal0="http://www.siebel.com/xml/Simple%20Product%20Interface" attributeFormDefault="unqualified" targetNamespace="http://www.siebel.com/xml/Simple%20Product%20Interface"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:annotation>
    <xsd:documentation>Copyright (C) 2001-2004 Siebel Systems, Inc. All rights reserved. Siebel XSD Generation</xsd:documentation>
    </xsd:annotation>
    <xsd:element name="ListOfSimpleProductInterface" type="xsdLocal0:ListOfSimpleProductInterface"></xsd:element>
    <xsd:complexType name="ListOfSimpleProductInterfaceTopElmt">
    <xsd:sequence>
    <xsd:element name="ListOfSimpleProductInterface" maxOccurs="1" minOccurs="1" type="xsdLocal0:ListOfSimpleProductInterface"></xsd:element>
    </xsd:sequence>
    </xsd:complexType>
    <xsd:complexType name="ListOfSimpleProductInterface">
    <xsd:sequence>
    <xsd:element name="InternalProduct" maxOccurs="1" minOccurs="0" type="xsdLocal0:ArrayOfInternalProduct"></xsd:element>
    </xsd:sequence>
    </xsd:complexType>
    <xsd:complexType name="ArrayOfInternalProduct">
    <xsd:complexContent mixed="false">
    <xsd:restriction base="soapenc:Array">
    <xsd:attribute aPrefix:arrayType="xsdLocal0:InternalProduct[]" ref="soapenc:arrayType" xmlns:aPrefix="http://schemas.xmlsoap.org/wsdl/"></xsd:attribute>
    </xsd:restriction>
    </xsd:complexContent>
    </xsd:complexType>
    <xsd:complexType name="InternalProduct">
    <xsd:sequence>
    <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="AllocateBelowSafetyFlag" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="AutoAllocateFlag" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="AutoSubstituteFlag" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="Carrier" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="CompensableFlag" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="Description" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="EffectiveEndDate" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="FieldReplacable" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="GlobalAssemblyLevelCode" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="GlobalProductClassificationCode" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="GlobalProductIdentifier" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="GlobalProductLifecycleStatusCode" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="GlobalSupplyChainCode" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="ImageName" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="ImagePrimaryOrganizationName" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="ImageFileName" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="IntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="IsAdminMode" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="ItemSize" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="LeadTime" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="MTBF" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="MTTR" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="MaximumQuantity" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="MinimumQuantity" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="ProductName" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="Orderable" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="ParentInternalProductId" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="ParentInternalProductIntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="ParentInternalProductName" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="ParentInternalProductPrimaryOrganization" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="ParentInternalProductVendor" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="ParentInternalProductVendorLocation" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="ParentInternalProductVendorOrganization" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="PartNumber" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="PrimaryOrganization" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="ProductImageId" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="ProductImageIntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="ProductLevel" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="ProductType" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="ReturnifDefective" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="DivisionCode" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="SalesProduct" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="ServiceProduct" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="Serialized" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="ShippingVia" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="EffectiveStartDate" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="TargetedCountry" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="TargetedIndustry" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="TargetedMaxAge" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="TargetedMinAge" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="TargetedPostalCode" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="ToolFlag" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="UnitofMeasure" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="UnitsInInventory" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="UnitsInInventoryAsOf" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="PrimaryVendor" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="VendorId" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="VendorIntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="VendorSite" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="VendorPartNumber" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="VendorPrimaryOrganization" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="Version" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="Status" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="ClassId" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="ClassIntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="ClassName" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="ClassType" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="ListOfRelatedOrganization" maxOccurs="1" minOccurs="0" type="xsdLocal0:ListOfRelatedOrganization"></xsd:element>
    <xsd:element name="ListOfRelatedEquivalentProduct" maxOccurs="1" minOccurs="0" type="xsdLocal0:ListOfRelatedEquivalentProduct"></xsd:element>
    <xsd:element name="ListOfRelatedInventoryLocation" maxOccurs="1" minOccurs="0" type="xsdLocal0:ListOfRelatedInventoryLocation"></xsd:element>
    <xsd:element name="ListOfRelatedProductLine" maxOccurs="1" minOccurs="0" type="xsdLocal0:ListOfRelatedProductLine"></xsd:element>
    <xsd:element name="ListOfInventoryOptions" maxOccurs="1" minOccurs="0" type="xsdLocal0:ListOfInventoryOptions"></xsd:element>
    <xsd:element name="ListOfRelatedWarranty" maxOccurs="1" minOccurs="0" type="xsdLocal0:ListOfRelatedWarranty"></xsd:element>
    <xsd:element name="ListOfRelatedProduct" maxOccurs="1" minOccurs="0" type="xsdLocal0:ListOfRelatedProduct"></xsd:element>
    <xsd:element name="ListOfRelatedSalesToolByProduct" maxOccurs="1" minOccurs="0" type="xsdLocal0:ListOfRelatedSalesToolByProduct"></xsd:element>
    </xsd:sequence>
    </xsd:complexType>
    <xsd:complexType name="ListOfRelatedOrganization">
    <xsd:sequence>
    <xsd:element name="RelatedOrganization" maxOccurs="1" minOccurs="0" type="xsdLocal0:ArrayOfRelatedOrganization"></xsd:element>
    </xsd:sequence>
    </xsd:complexType>
    <xsd:complexType name="ArrayOfRelatedOrganization">
    <xsd:complexContent mixed="false">
    <xsd:restriction base="soapenc:Array">
    <xsd:attribute aPrefix:arrayType="xsdLocal0:RelatedOrganization[]" ref="soapenc:arrayType" xmlns:aPrefix="http://schemas.xmlsoap.org/wsdl/"></xsd:attribute>
    </xsd:restriction>
    </xsd:complexContent>
    </xsd:complexType>
    <xsd:complexType name="RelatedOrganization">
    <xsd:sequence>
    <xsd:element name="Organization" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="IntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    </xsd:sequence>
    </xsd:complexType>
    <xsd:complexType name="ListOfRelatedEquivalentProduct">
    <xsd:sequence>
    <xsd:element name="RelatedEquivalentProduct" maxOccurs="1" minOccurs="0" type="xsdLocal0:ArrayOfRelatedEquivalentProduct"></xsd:element>
    </xsd:sequence>
    </xsd:complexType>
    <xsd:complexType name="ArrayOfRelatedEquivalentProduct">
    <xsd:complexContent mixed="false">
    <xsd:restriction base="soapenc:Array">
    <xsd:attribute aPrefix:arrayType="xsdLocal0:RelatedEquivalentProduct[]" ref="soapenc:arrayType" xmlns:aPrefix="http://schemas.xmlsoap.org/wsdl/"></xsd:attribute>
    </xsd:restriction>
    </xsd:complexContent>
    </xsd:complexType>
    <xsd:complexType name="RelatedEquivalentProduct">
    <xsd:sequence>
    <xsd:element name="EquivalentProduct" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="IntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="EquivalentProductPrimaryOrganization" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="EquivalentProductVendor" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="EquivalentProductVendorLocation" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="EquivalentProductVendorOrganization" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    </xsd:sequence>
    </xsd:complexType>
    <xsd:complexType name="ListOfRelatedInventoryLocation">
    <xsd:sequence>
    <xsd:element name="RelatedInventoryLocation" maxOccurs="1" minOccurs="0" type="xsdLocal0:ArrayOfRelatedInventoryLocation"></xsd:element>
    </xsd:sequence>
    </xsd:complexType>
    <xsd:complexType name="ArrayOfRelatedInventoryLocation">
    <xsd:complexContent mixed="false">
    <xsd:restriction base="soapenc:Array">
    <xsd:attribute aPrefix:arrayType="xsdLocal0:RelatedInventoryLocation[]" ref="soapenc:arrayType" xmlns:aPrefix="http://schemas.xmlsoap.org/wsdl/"></xsd:attribute>
    </xsd:restriction>
    </xsd:complexContent>
    </xsd:complexType>
    <xsd:complexType name="RelatedInventoryLocation">
    <xsd:sequence>
    <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="IntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="InventoryName" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="PrimaryOrganizationName" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    </xsd:sequence>
    </xsd:complexType>
    <xsd:complexType name="ListOfRelatedProductLine">
    <xsd:sequence>
    <xsd:element name="RelatedProductLine" maxOccurs="1" minOccurs="0" type="xsdLocal0:ArrayOfRelatedProductLine"></xsd:element>
    </xsd:sequence>
    </xsd:complexType>
    <xsd:complexType name="ArrayOfRelatedProductLine">
    <xsd:complexContent mixed="false">
    <xsd:restriction base="soapenc:Array">
    <xsd:attribute aPrefix:arrayType="xsdLocal0:RelatedProductLine[]" ref="soapenc:arrayType" xmlns:aPrefix="http://schemas.xmlsoap.org/wsdl/"></xsd:attribute>
    </xsd:restriction>
    </xsd:complexContent>
    </xsd:complexType>
    <xsd:complexType name="RelatedProductLine">
    <xsd:sequence>
    <xsd:element name="ProductLine" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="IntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    </xsd:sequence>
    </xsd:complexType>
    <xsd:complexType name="ListOfInventoryOptions">
    <xsd:sequence>
    <xsd:element name="InventoryOptions" maxOccurs="1" minOccurs="0" type="xsdLocal0:ArrayOfInventoryOptions"></xsd:element>
    </xsd:sequence>
    </xsd:complexType>
    <xsd:complexType name="ArrayOfInventoryOptions">
    <xsd:complexContent mixed="false">
    <xsd:restriction base="soapenc:Array">
    <xsd:attribute aPrefix:arrayType="xsdLocal0:InventoryOptions[]" ref="soapenc:arrayType" xmlns:aPrefix="http://schemas.xmlsoap.org/wsdl/"></xsd:attribute>
    </xsd:restriction>
    </xsd:complexContent>
    </xsd:complexType>
    <xsd:complexType name="InventoryOptions">
    <xsd:sequence>
    <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="AllocateBelowSafetyFlag" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="AutoAllocateFlag" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="AutoSubstituteFlag" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="ClassABC" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="ClassXYZ" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="IntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="InventoryType" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="ProductName" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    </xsd:sequence>
    </xsd:complexType>
    <xsd:complexType name="ListOfRelatedWarranty">
    <xsd:sequence>
    <xsd:element name="RelatedWarranty" maxOccurs="1" minOccurs="0" type="xsdLocal0:ArrayOfRelatedWarranty"></xsd:element>
    </xsd:sequence>
    </xsd:complexType>
    <xsd:complexType name="ArrayOfRelatedWarranty">
    <xsd:complexContent mixed="false">
    <xsd:restriction base="soapenc:Array">
    <xsd:attribute aPrefix:arrayType="xsdLocal0:RelatedWarranty[]" ref="soapenc:arrayType" xmlns:aPrefix="http://schemas.xmlsoap.org/wsdl/"></xsd:attribute>
    </xsd:restriction>
    </xsd:complexContent>
    </xsd:complexType>
    <xsd:complexType name="RelatedWarranty">
    <xsd:sequence>
    <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="IntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="WarrantyName" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="WarrantyProviderName" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="WarrantyProviderSite" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="WarrantyProviderPrimaryOrganization" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    </xsd:sequence>
    </xsd:complexType>
    <xsd:complexType name="ListOfRelatedProduct">
    <xsd:sequence>
    <xsd:element name="RelatedProduct" maxOccurs="1" minOccurs="0" type="xsdLocal0:ArrayOfRelatedProduct"></xsd:element>
    </xsd:sequence>
    </xsd:complexType>
    <xsd:complexType name="ArrayOfRelatedProduct">
    <xsd:complexContent mixed="false">
    <xsd:restriction base="soapenc:Array">
    <xsd:attribute aPrefix:arrayType="xsdLocal0:RelatedProduct[]" ref="soapenc:arrayType" xmlns:aPrefix="http://schemas.xmlsoap.org/wsdl/"></xsd:attribute>
    </xsd:restriction>
    </xsd:complexContent>
    </xsd:complexType>
    <xsd:complexType name="RelatedProduct">
    <xsd:sequence>
    <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="ProductName" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="IntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="Vendor" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="VendorLocation" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="Organization" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    </xsd:sequence>
    </xsd:complexType>
    <xsd:complexType name="ListOfRelatedSalesToolByProduct">
    <xsd:sequence>
    <xsd:element name="RelatedSalesToolByProduct" maxOccurs="1" minOccurs="0" type="xsdLocal0:ArrayOfRelatedSalesToolByProduct"></xsd:element>
    </xsd:sequence>
    </xsd:complexType>
    <xsd:complexType name="ArrayOfRelatedSalesToolByProduct">
    <xsd:complexContent mixed="false">
    <xsd:restriction base="soapenc:Array">
    <xsd:attribute aPrefix:arrayType="xsdLocal0:RelatedSalesToolByProduct[]" ref="soapenc:arrayType" xmlns:aPrefix="http://schemas.xmlsoap.org/wsdl/"></xsd:attribute>
    </xsd:restriction>
    </xsd:complexContent>
    </xsd:complexType>
    <xsd:complexType name="RelatedSalesToolByProduct">
    <xsd:sequence>
    <xsd:element name="Id" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="IntegrationId" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="LitFileName" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="Name" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    <xsd:element name="PrimaryOrganization" maxOccurs="1" minOccurs="0" type="xsd:string"></xsd:element>
    </xsd:sequence>
    </xsd:complexType>
    </xsd:schema>
    </types>
    <message name="Siebel_spcSimple_spcProduct_SiebelSimpleProductSynchronize_Input">
    <part name="SiebelMessage" type="xsdLocal0:ListOfSimpleProductInterfaceTopElmt"></part>
    <part name="StatusObject" type="xsd:string"></part>
    </message>
    <message name="Siebel_spcSimple_spcProduct_SiebelSimpleProductSynchronize_Output">
    <part name="SiebelMessage" type="xsdLocal0:ListOfSimpleProductInterfaceTopElmt"></part>
    </message>
    <message name="Siebel_spcSimple_spcProduct_SiebelSimpleProductInsertOrUpdate_Input">
    <part name="SiebelMessage" type="xsdLocal0:ListOfSimpleProductInterfaceTopElmt"></part>
    <part name="StatusObject" type="xsd:string"></part>
    </message>
    <message name="Siebel_spcSimple_spcProduct_SiebelSimpleProductInsertOrUpdate_Output">
    <part name="SiebelMessage" type="xsdLocal0:ListOfSimpleProductInterfaceTopElmt"></part>
    </message>
    <message name="Siebel_spcSimple_spcProduct_SiebelSimpleProductUpdate_Input">
    <part name="SiebelMessage" type="xsdLocal0:ListOfSimpleProductInterfaceTopElmt"></part>
    <part name="StatusObject" type="xsd:string"></part>
    </message>
    <message name="Siebel_spcSimple_spcProduct_SiebelSimpleProductUpdate_Output">
    <part name="SiebelMessage" type="xsdLocal0:ListOfSimpleProductInterfaceTopElmt"></part>
    </message>
    <message name="Siebel_spcSimple_spcProduct_SiebelSimpleProductQueryByExample_Input">
    <part name="SiebelMessage" type="xsdLocal0:ListOfSimpleProductInterfaceTopElmt"></part>
    </message>
    <message name="Siebel_spcSimple_spcProduct_SiebelSimpleProductQueryByExample_Output">
    <part name="SiebelMessage" type="xsdLocal0:ListOfSimpleProductInterfaceTopElmt"></part>
    </message>
    <message name="Siebel_spcSimple_spcProduct_SiebelSimpleProductQueryById_Input">
    <part name="PrimaryRowId" type="xsd:string"></part>
    </message>
    <message name="Siebel_spcSimple_spcProduct_SiebelSimpleProductQueryById_Output">
    <part name="SiebelMessage" type="xsdLocal0:ListOfSimpleProductInterfaceTopElmt"></part>
    </message>
    <message name="Siebel_spcSimple_spcProduct_SiebelSimpleProductInsert_Input">
    <part name="SiebelMessage" type="xsdLocal0:ListOfSimpleProductInterfaceTopElmt"></part>
    <part name="StatusObject" type="xsd:string"></part>
    </message>
    <message name="Siebel_spcSimple_spcProduct_SiebelSimpleProductInsert_Output">
    <part name="SiebelMessage" type="xsdLocal0:ListOfSimpleProductInterfaceTopElmt"></part>
    </message>
    <portType name="Default">
    <operation name="SiebelSimpleProductSynchronize">
    <input message="tns:Siebel_spcSimple_spcProduct_SiebelSimpleProductSynchronize_Input"></input>
    <output message="tns:Siebel_spcSimple_spcProduct_SiebelSimpleProductSynchronize_Output"></output>
    </operation>
    <operation name="SiebelSimpleProductInsertOrUpdate">
    <input message="tns:Siebel_spcSimple_spcProduct_SiebelSimpleProductInsertOrUpdate_Input"></input>
    <output message="tns:Siebel_spcSimple_spcProduct_SiebelSimpleProductInsertOrUpdate_Output"></output>
    </operation>
    <operation name="SiebelSimpleProductUpdate">
    <input message="tns:Siebel_spcSimple_spcProduct_SiebelSimpleProductUpdate_Input"></input>
    <output message="tns:Siebel_spcSimple_spcProduct_SiebelSimpleProductUpdate_Output"></output>
    </operation>
    <operation name="SiebelSimpleProductQueryByExample">
    <input message="tns:Siebel_spcSimple_spcProduct_SiebelSimpleProductQueryByExample_Input"></input>
    <output message="tns:Siebel_spcSimple_spcProduct_SiebelSimpleProductQueryByExample_Output"></output>
    </operation>
    <operation name="SiebelSimpleProductQueryById">
    <input message="tns:Siebel_spcSimple_spcProduct_SiebelSimpleProductQueryById_Input"></input>
    <output message="tns:Siebel_spcSimple_spcProduct_SiebelSimpleProductQueryById_Output"></output>
    </operation>
    <operation name="SiebelSimpleProductInsert">
    <input message="tns:Siebel_spcSimple_spcProduct_SiebelSimpleProductInsert_Input"></input>
    <output message="tns:Siebel_spcSimple_spcProduct_SiebelSimpleProductInsert_Output"></output>
    </operation>
    </portType>
    <binding name="Default" type="tns:Default">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc"></soap:binding>
    <operation name="SiebelSimpleProductSynchronize">
    <soap:operation soapAction="rpc/http://siebel.com/asi/:SiebelSimpleProductSynchronize"></soap:operation>
    <input>
    <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://siebel.com/asi/" use="encoded"></soap:body>
    </input>
    <output>
    <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://siebel.com/asi/" use="encoded"></soap:body>
    </output>
    </operation>
    <operation name="SiebelSimpleProductInsertOrUpdate">
    <soap:operation soapAction="rpc/http://siebel.com/asi/:SiebelSimpleProductInsertOrUpdate"></soap:operation>
    <input>
    <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://siebel.com/asi/" use="encoded"></soap:body>
    </input>
    <output>
    <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://siebel.com/asi/" use="encoded"></soap:body>
    </output>
    </operation>
    <operation name="SiebelSimpleProductUpdate">
    <soap:operation soapAction="rpc/http://siebel.com/asi/:SiebelSimpleProductUpdate"></soap:operation>
    <input>
    <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://siebel.com/asi/" use="encoded"></soap:body>
    </input>
    <output>
    <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://siebel.com/asi/" use="encoded"></soap:body>
    </output>
    </operation>
    <operation name="SiebelSimpleProductQueryByExample">
    <soap:operation soapAction="rpc/http://siebel.com/asi/:SiebelSimpleProductQueryByExample"></soap:operation>
    <input>
    <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://siebel.com/asi/" use="encoded"></soap:body>
    </input>
    <output>
    <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://siebel.com/asi/" use="encoded"></soap:body>
    </output>
    </operation>
    <operation name="SiebelSimpleProductQueryById">
    <soap:operation soapAction="rpc/http://siebel.com/asi/:SiebelSimpleProductQueryById"
    style="rpc"></soap:operation>
    <input>
    <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://siebel.com/asi/" use="encoded"></soap:body>
    </input>
    <output>
    <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://siebel.com/asi/" use="encoded"></soap:body>
    </output>
    </operation>
    <operation name="SiebelSimpleProductInsert">
    <soap:operation soapAction="rpc/http://siebel.com/asi/:SiebelSimpleProductInsert"></soap:operation>
    <input>
    <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://siebel.com/asi/" use="encoded"></soap:body>
    </input>
    <output>
    <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="http://siebel.com/asi/" use="encoded"></soap:body>
    </output>
    </operation>
    </binding>
    <service name="Siebel_spcSimple_spcProduct">
    <port binding="tns:Default" name="Default">
    <soap:address location="http://crmdev/eai_enu/start.swe?SWEExtSource=WebService&SWEExtCmd=Execute&UserName=sadmin&Password=sadmin"></soap:address>
    </port>
    </service>
    <plnk:partnerLinkType name="Default_PL">
    <plnk:role name="Default_Role">
    <plnk:portType name="tns:Default"/>
    </plnk:role>
    </plnk:partnerLinkType>
    </definitions>
    This is my BPEL flow:
    <?xml version = "1.0" encoding = "UTF-8" ?>
    <process name="SiebelSoapHeaderTest"
    targetNamespace="http://xmlns.oracle.com/SiebelSoapHeaderTest"
    xmlns="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
    xmlns:xp20="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.Xpath20"
    xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
    xmlns:ns1="http://siebel.com/asi/"
    xmlns:ldap="http://schemas.oracle.com/xpath/extension/ldap"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:client="http://xmlns.oracle.com/SiebelSoapHeaderTest"
    xmlns:bpelx="http://schemas.oracle.com/bpel/extension"
    xmlns:ora="http://schemas.oracle.com/xpath/extension"
    xmlns:orcl="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.ExtFunc">
    <partnerLinks>
    <partnerLink name="client" partnerLinkType="client:SiebelSoapHeaderTest"
    myRole="SiebelSoapHeaderTestProvider"/>
    <partnerLink name="PartnerLinkSiebelTest" partnerRole="Default_Role"
    partnerLinkType="ns1:Default_PL"/>
    </partnerLinks>
    <variables>
    <variable name="inputVariable"
    messageType="client:SiebelSoapHeaderTestRequestMessage"/>
    <!-- Reference to the message that will be returned to the requester-->
    <variable name="outputVariable"
    messageType="client:SiebelSoapHeaderTestResponseMessage"/>
    <variable name="InvokeSomething_SiebelSimpleProductQueryById_InputVariable"
    messageType="ns1:Siebel_spcSimple_spcProduct_SiebelSimpleProductQueryById_Input"/>
    <variable name="InvokeSomething_SiebelSimpleProductQueryById_OutputVariable"
    messageType="ns1:Siebel_spcSimple_spcProduct_SiebelSimpleProductQueryById_Output"/>
    </variables>
    <sequence name="main">
    <!-- Receive input from requestor. (Note: This maps to operation defined in SiebelSoapHeaderTest.wsdl) -->
    <receive name="receiveInput" partnerLink="client"
    portType="client:SiebelSoapHeaderTest" operation="process"
    variable="inputVariable" createInstance="yes"/>
    <!-- Generate reply to synchronous request -->
    <assign name="AssignRowId">
    <copy>
    <from variable="inputVariable" part="payload"
    query="/client:SiebelSoapHeaderTestProcessRequest/client:input"/>
    <to variable="InvokeSomething_SiebelSimpleProductQueryById_InputVariable"
    part="PrimaryRowId"/>
    </copy>
    </assign>
    <invoke name="InvokeQueryByRowId" partnerLink="PartnerLinkSiebelTest"
    portType="ns1:Default" operation="SiebelSimpleProductQueryById"
    inputVariable="InvokeSomething_SiebelSimpleProductQueryById_InputVariable"
    outputVariable="InvokeSomething_SiebelSimpleProductQueryById_OutputVariable"/>
    <reply name="replyOutput" partnerLink="client"
    portType="client:SiebelSoapHeaderTest" operation="process"
    variable="outputVariable"/>
    </sequence>
    </process>
    Message was edited by:
    user532371

    I kinda found out what this error might be, after going through the Siebel Object Manager logs. We re-use a CRM OnDemand session to post all our Web Service Requests. The idle time out for the session, by default is 10mts. So, when I post the request exactly at the 10th minute, when the request is transferred to OM and the session is invalid, the CRM OnDemand server doesn't through a valid soap fault.
    To resolve this issue, we just need to make sure to re-login at 9th minute if there is an idle session available.
    Thanks.

  • Web Service URL in Live Office for Edge BI 3.1 SP3

    Hello,
    I want to install the best practices v4.31 for Xcelsius.
    I have : Edge BI 3.1 SP3 for server and for client,
                environnement Windows server 2008 and windows XP,
                Xcelsisus 2008
                Live Office 3.1 SP3
    I export an Xcelsius in excel. To open an Xcelsius report in Excel I should use Live Office. And also I should give an url of web service, which is http://<host>:8080/dswsbobje/services/session. This url doesn't work and a field with Authentification is grey.
    Can it be a problem of BusinessObject Edge BI version? A problem with an incorrect url?
    Thank you,
    Malika

    Hi malika paris ,
    The Url is correct  you have to change the <host> to the webserver name or CMS server name or IP address like "http://10.74.161.168:8080/dswsbobje/services/session".
    my suggestion is to upgrade your xcelsius version to 2008 SP3 as all other production version are SP3.
    Let me know if you have any questions.
    Cheers,
    Sudharam

  • Audit log web service for Office 365

    I am working on developing an application that will interact with the Office 365 services. I am currently able to get the files and folders of a singed-in user using the OAuth2 authentication. I am aware that we can get the audit logs and it will be exported
    to Microsoft Excel. 
    However, my question is : Is there any web service or endpoint I can use to access the logs using REST API. For example, Box provides an api/endpoint to achieve this: http://developers.box.com/docs/#events.
    Any help would be highly appreciated!
    Many Thanks 

    Currently displaying audit log reports in REST or API is not supported by Microsoft. SharePoint online in Office 365 just supports saving an audit log report as a Microsoft Excel 2012 Preview workbook.
    You can refer the following post :
    http://community.office365.com/en-us/f/172/t/164047.aspx

  • Web Services and JAXRPC serialization encoding

    Hi all.
    I have written a Web Service starting from the WSDL using wscompile (NetBeans 5.0 feature). The WSDL defines an operation which returns a complex data type which is wrapped by JAXRPC SI in a suitable class package. What I simply do, is to use these classes to create my complex data content. I don't care about the serialization, because it is automatically performed by my Sun Java System Application Server Platform Edition 8.1_01 (build b04-fcs). The default encoding should be UTF-8.
    One colleague of mine has tried to connect to my service creating the stub classes using WSDL2Java by Axis. He gets this problem:
    java.io.UTFDataFormatException: Invalid byte 2 of 3-byte UTF-8 sequence.
    It looks to be a problem of encoding. I think the output is correctly encoded but I'm not sure an I don't know how verify it or setup the Application Server output since almost everything is automatically performed. I've tried to take a look to the generated code inside the Application Server, but it is a bloody mess!
    Note that if I try to consume the service using stub client classes generated with wscompile... everything works! My clients generated using Netbeans 5.0 (which uses wscompile) are fine!
    Any suggestion?
    Thanks

    I upgraded webservices developer pack to 1.0 version (final) and I solved my problems!
    Pedro Salazar

  • Problem with Live Office Web Services

    Hi@all,
    we have a problem with the Live Office connection options.
    The Webservice URL entry has an error: "Verion conflict: Your Live office client needs a newer version of Business Objects Web Services".
    I have installed the newest SP (SP3) for XI 3.1 for my Live Office Client and for the BO client tools but it do not work. Has anybody an idea?
    Thanks.
    Thomas

    Any solution for this? We have the same issue.
    Got resolved by recreating the webi document from scratch and the live connections.
    But this issue really scares me as I have did not see any reason for this to happen and it is very inconsistant.
    Anil

  • JDev 11g on WebLogic+TopLink+Web Services (getSharedSession() Disconnects)

    I am facing an issue while using {color:#0000ff}TopLink{color} through a {color:#0000ff}web service{color} request.
    I apologize for a lengthy posting but thought I should give as much information as possible.
    <strong><u>Migration from TP4 to JDev 11g Production
    </u></strong>I am in a process of {color:#0000ff}migration{color} of an application from {color:#0000ff}JDeveloper 11g TP4 to JDeveloper 11g Production{color}.
    I am facing an issue using {color:#0000ff}TopLink{color} with {color:#0000ff}Web Services{color} on {color:#0000ff}Oracle WebLogic 10g Release 3.
    {color}
    <strong><u>Existing Application</u></strong>
    This application uses {color:#0000ff}TopLink{color} and also has{color:#0000ff} JAX-WS{color} based web services.
    The web services client calls the service endpoint that internally uses {color:#0000ff}TopLink{color} to make database calls.
    We currently use {color:#0000ff}Tomcat{color} for deployment and the application works fine.
    <strong><u>Issue while moving to Oracle WebLogic 10g R3
    </u></strong>While porting this application to WebLogic we faced an issue wherein a call to the {color:#0000ff}web service{color} results in {color:#0000ff}disconnection{color} of existing {color:#0000ff}TopLink{color} {color:#000080}server session{color} and creation of new ones.
    Some surfing on the net indicated that this could be due to the different class loaders that are used to access the TopLink server session.
    You must login to the ServerSession before acquiring ClientSessions
    <strong><u>LOG</u></strong>
    Here is a log from our application
    TopLink server sessions when accessed in several JSP pages.
    getDelegateSession: session = 6666709
    getDelegateSession: sessionName = my_session (this is the name of the server session)
    getDelegateSession: sessionClassLoader =weblogic.utils.classloaders.ChangeAwareClassLoader@feaad1 finder: weblogic.utils.classloaders.CodeGenClassFinder@15712d annotation: &lt;JDevApp&gt;@&lt;Appname&gt;
    getDelegateSession: threadClassLoader =weblogic.utils.classloaders.ChangeAwareClassLoader@feaad1 finder: weblogic.utils.classloaders.CodeGenClassFinder@15712d annotation: &lt;JDevApp&gt;@&lt;Appname&gt;
    <p>
    TopLink server session when accessed through a web service.
    getDelegateSession: session = 1013641
    getDelegateSession: sessionName = my_session
    getDelegateSession: sessionClassLoader =weblogic.wsee.util.JAXWSClassLoaderFactory$1@180a6b3 finder: weblogic.utils.classloaders.CodeGenClassFinder@1e2a021 annotation:
    getDelegateSession: threadClassLoader =weblogic.wsee.util.JAXWSClassLoaderFactory$1@180a6b3 finder: weblogic.utils.classloaders.CodeGenClassFinder@1e2a021 annotation:
    <strong><u>Note that the class loader is different.</u></strong>
    Also the following log is displayed just before it could log the above information.
    <strong><u>DETAILED LOG
    </u></strong>009-03-04 16:55:12,883 DEBUG ACTIVE ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)' http://oracle.toplink.logging.DefaultSessionLog - &lt;TopLink Finest: 2009.03.04 16:55:12.883--ServerSession(6666709)--Thread(Thread[)--sequencing disconnected&gt;<br />
    2009-03-04 16:55:12,883 DEBUG ACTIVE ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)' http://oracle.toplink.logging.DefaultSessionLog - &lt;TopLink Config: 2009.03.04 16:55:12.883--ServerSession(6666709)--Connection(23588442)--Thread(Thread[)--disconnect&gt;<br />
    2009-03-04 16:55:12,883 DEBUG ACTIVE ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)' http://oracle.toplink.logging.DefaultSessionLog - &lt;TopLink Finer: 2009.03.04 16:55:12.883--ServerSession(6666709)--Thread(Thread[)--initialize identitymaps&gt;<br />
    2009-03-04 16:55:12,992 INFO ACTIVE ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)' http://oracle.toplink.logging.DefaultSessionLog - &lt;TopLink Info: 2009.03.04 16:55:12.992--ServerSession(6666709)--Thread(Thread[)--my_session logout successful&gt;<br />
    Thanks for reading this lengthy posting.
    - Abhay
    </p>
    Edited by: user608979 on Mar 4, 2009 5:10 AM

    James,
    My issue is resolved. Thanks for your tip.
    I am using {color:#0000ff}SessionManager.getSession(...{color}
    Solution:*
    I changed the class loader while getting a session.
    I had to extend the {color:#0000ff}SessionFactory{color} and override {color:#0000ff}both{color} the {color:#0000ff}getSharedSession(){color} methods while replacing {color:#ff0000}getClass().getClassLoader(){color} with {color:#0000ff}&lt;MyLocatorSingletonBean&gt;.getInstance().getClass().getClassLoader().{color}
    Regrding Server Sessions*
    While posting the question I had started thinking in the same direction of having sever sessions as singleton/Spring bean but sine this will change a lot of things in my current framework so decided I just use the above solution for now.
    Really appreciated!
    - Abhay

Maybe you are looking for

  • Has anyone figured out how to get speech recognition working with sticky keys enabled on mountain lion?

    I'm trying to use speech recognition to input text on my iMac running the latest mountain lion, 10.8.3. I have sticky keys enabled. When I try to start speaking by pressing the function key twice nothing happens. I can only get it to work if I disabl

  • Document Classes and other Questions

    Basically, i am working on an application that will eventually be deployed to the desktop as an AIR application. I am wanting to create an Analogue clock and Digital clock with a button that toggles the display between either one when pressed. As wel

  • Question- How to use HDV files in Premiere Pro

    Hello everyone, I am new to using Mac's and the Adobe range as I have just started a course in film and television production. I have recorded footage on a mini DV tape, in PAL HDV mpeg format, and transferred the footage from Tape to Digital Hard Di

  • Image Processor prompts to hit "OK" within an action.

    I am making incremental scale adjustments to an image and saving each change as a separate jpg.  The result is a series of jpgs that will be animated as an image sequence in After Effects.  The scale adjustment and the saving process (using "image pr

  • How to invalidate session in absence of activity

    hello ppl i hav a prob...i want to invalidate my session if no activity happens on my screen for a specified period...how do i chk the time and also how do i track my activity.... i also need to display a prompt to the user informing of the time expi