Problem Creating a HTTP Service in SOAMANAGER

Hi all,
I am having difficulty in setting up a HTTP Service in SOAMANAGER.
I have generated the Enterprise Service - Service Definition Succesfully in SAP from a RFC Enabled Function Group( this is working fine).
I then go into SOAMANAGER -> Single Service Administration -> Select the Service -> Select the Configurations Tab -> Create Service
The problem I have is that when this comes up under the
Provider Security Tab -> Transport Guarantee -> Communication Security
I do not have a radiobutton for "None" (this is what I want to select to create a HTTP service.)
I have the options
- SSL over HTTP (Transport Channel Security)
- Asymmetric Message/Signature / Encryption
- Symmetric Message/Signature Encryption
Secure Conversation
If you see William Li's blog /people/william.li/blog/2010/02/15/how-to-avoid-authentication-when-accessing-ws-provider-service you item 3.6 shows how the screen is supposed to look (with the additional option of "None" as the first radiobutton).
My current workaround is to define the service and then go into SICF, select the service and change the Security Requirement from SSL to Standard on the Logon Data Tab. Although this works it is not the ideal solution.
I'm wondering if there is something we are missing in our soap run time, perhaps a configuration setting we need to set in srt_admin. (I believe this option was there before we did a service pack upgrade)
Has anyone experienced this before?

Hi John,
I've experimented something like that before. I think solution was:
- Search the webservice in SE80, Repository Information System -> Enterprese Services
- Enter the service definition
- Go to 'Configuration' tab
- Click on 'Transport Security'/'Authentication'
- In profile setting, switch it for 'Low' or 'None'
I believe this will turn available the option you're looking for.
Kind regards,
Garcia

Similar Messages

  • Problem creating J2ME web service client

    Hi,
    I am using netbeans (5 and 5.5 beta 2). I have created a web service which works fine. I also created a regular web service client as a standalone application which also works fine and connects to my web service with no problem.
    BUT, when I want to create a J2ME web service client (under a J2ME application) I have to locate my WSDL file. but the wizard shows me the error "WSDL file does not contain port information".
    By looking at the WSDL file I can see that port is created - or maybe I'm wrong.
    piece from WSDL file:
    <service name="myServiceName">
    <port name="myServiceSPort" binding="tns:TranslatorWSPortBinding">
    <soap:address location="myURLLocation"/>
    </port>
    </service>
    Please note that I have replaced the actual values in above piece
    I tried to use wsgen manually but it didn't help.
    Can anyone help me in generating the correct WSDL format as J2ME web service client expects?
    Thanks a lot,
    S.

    well stubs are generated separately using WTK 2.5 stub generator but the problem is with the WSDL at this point.
    S.

  • Problems creating physical data service to relational table

    Good morning.
    I am running AquaLogic Data Services Platform 3.2 on WebLogic 10.0 in a JRockit 1.5 Java VM on my PC (and it is not a clustered environment) under Windows XP SP3.
    I am trying to create access functionality to a table in a MS SQL 2005 database, but I am having trouble with the update map functionality. I can create and test the read function with no problems. When I try to edit the return structure, it gives me the following warning message
    Cannot narrow remote object ClusterableRemoteRef(-10913774038965890074S :127.0.0.1 :7102,7102,-1,-1,-1,-1,-1*:ESBDSP:AdminServer [(-10913774038965890074S :127.0.0.1 :*7102,7102,-1,-1,-1,-1,-1]:ESBDSP:AdminServer/320*)/320 to com.bea.dsp.ejb.ServerHome*
    (ESBDSP is the server domain, AdminServer is the WL server name, 7102 is the port)
    When I then try to alter a value and Submit, it gives me the following error message
    java.lang.NullPointerException
    ** at com.bea.dsp.ide.xquery.views.test.QueryExecutor.invokeUpdate(QueryExecutor.java:191)**
    ** at com.bea.dsp.ide.xquery.views.test.ResultPanel.submitChanges(ResultPanel.java:1313)**
    ** at com.bea.dsp.ide.xquery.views.test.ResultPanel.access$300(ResultPanel.java:111)**
    ** at com.bea.dsp.ide.xquery.views.test.ResultPanel$2.run(ResultPanel.java:1203)**
    ** at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:369)**
    ** at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:313)**
    ** at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:479)**
    ** at org.eclipse.ui.internal.progress.ProgressMonitorJobsDialog.run(ProgressMonitorJobsDialog.java:265)**
    ** at org.eclipse.ui.internal.progress.ProgressManager.run(ProgressManager.java:1107)**
    ** at com.bea.dsp.ide.xquery.views.test.ResultPanel.doSubmitImpl(ResultPanel.java:1210)**
    ** at com.bea.dsp.ide.xquery.views.test.ResultPanel.access$200(ResultPanel.java:111)**
    ** at com.bea.dsp.ide.xquery.views.test.ResultPanel$1.run(ResultPanel.java:1189)**
    ** at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)**
    ** at com.bea.dsp.ide.xquery.views.test.ResultPanel.doSubmit(ResultPanel.java:1193)**
    ** at com.bea.dsp.ide.xquery.views.test.ResultPanel.widgetSelected(ResultPanel.java:2779)**
    ** at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:90)**
    ** at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)**
    ** at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:928)**
    ** at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3348)**
    ** at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2968)**
    ** at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1930)**
    ** at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1894)**
    ** at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:422)**
    ** at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)**
    ** at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:95)**
    ** at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)**
    ** at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)**
    ** at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)**
    ** at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)**
    ** at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)**
    ** at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)**
    ** at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)**
    ** at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)**
    ** at java.lang.reflect.Method.invoke(Method.java:585)**
    ** at org.eclipse.core.launcher.Main.invokeFramework(Main.java:339)**
    ** at org.eclipse.core.launcher.Main.basicRun(Main.java:283)**
    ** at org.eclipse.core.launcher.Main.run(Main.java:984)**
    ** at org.eclipse.core.launcher.Main.eclipse_main(Main.java:959)**
    ** at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)**
    ** at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)**
    ** at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)**
    ** at java.lang.reflect.Method.invoke(Method.java:585)**
    ** at com.m7.installer.util.NitroxMain$1.run(NitroxMain.java:39)**
    ** at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:199)**
    ** at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)**
    ** at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)**
    ** at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)**
    ** at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)**
    ** at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)**
    ** at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)**
    I have also tried to test the update function using the following data graph
    *&lt;sdo:datagraph xmlns:sdo="commonj.sdo"&gt;*
    *&lt;changeSummary&gt;*
    * &lt;per:Persistance sdo:ref="#/sdo:datagraph/per:Persistance" xmlns:per="http://www.example.org/Persistance"&gt;*
    * &lt;per:Value&gt;a different value&lt;/per:Value&gt;*
    * &lt;/per:Persistance&gt;*
    * &lt;/changeSummary&gt;*
    * &lt;per:Persistance xmlns:per="http://www.example.org/Persistance"&gt;*
    * &lt;per:ID&gt;1&lt;/per:ID&gt;*
    * &lt;/per:Persistance&gt;*
    *&lt;/sdo:datagraph&gt;*
    The error message I receive is the following
    *&lt;Error&gt; &lt;ALDSP&gt; &lt;PW130131&gt; &lt;AdminServer&gt; &lt;ACTIVE ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'&gt; &lt;weblogic&gt; &lt;&gt; &lt;&gt; &lt;1229102443940&gt; &lt;BEA-000000&gt; &lt;Test&gt; &lt;System error while executing the query: {ld:Physical/Persistance}updatePersistance:1*
    *weblogic.xml.query.exceptions.XQuerySagaException: {bea-err}UPD003: Update failure: mixed outcome, update error dispatched (updateid=SAGA_2d641b85a027a9ba:43f1e2cd:11e2800892f:-7fd2): com.bea.dsp.wrappers.rdb.exceptions.RDBWrapperException: {bea-err}RDBW0025: esb: [UPDATE "ESBdev"."dbo"."Persistance"*
    *SET "Value" = ?*
    *WHERE (("ID" = ?) AND ("Value" = ?))]: [NULL, 1, a different value|http://forums.oracle.com/forums/]: Optimistic locking failure. Update count returned by database is 0, expected 1*
    at com.bea.ld.server.update.recovery.SagaRecovery.process(SagaRecovery.java:102)
    at com.bea.ld.server.update.recovery.DSPSagaManager.processSagaFailure(DSPSagaManager.java:219)
    at weblogic.xml.query.update.recovery.SagaState$2.afterCompletion(SagaState.java:83)
    at weblogic.xml.query.transaction.TransactionManager.afterCompletion(TransactionManager.java:133)
    at weblogic.transaction.internal.ServerSCInfo.doAfterCompletion(ServerSCInfo.java:1032)
    at weblogic.transaction.internal.ServerSCInfo.callAfterCompletions(ServerSCInfo.java:1011)
    at weblogic.transaction.internal.ServerTransactionImpl.callAfterCompletions(ServerTransactionImpl.java:2946)
    at weblogic.transaction.internal.ServerTransactionImpl.afterRolledBackStateHousekeeping(ServerTransactionImpl.java:2827)
    at weblogic.transaction.internal.ServerTransactionImpl.setRolledBack(ServerTransactionImpl.java:2803)
    at weblogic.transaction.internal.ServerTransactionImpl.globalRetryRollback(ServerTransactionImpl.java:3043)
    at weblogic.transaction.internal.ServerTransactionImpl.globalRollback(ServerTransactionImpl.java:2793)
    at weblogic.transaction.internal.ServerTransactionImpl.internalRollback(ServerTransactionImpl.java:397)
    at weblogic.transaction.internal.ServerTransactionImpl.rollback(ServerTransactionImpl.java:375)
    at weblogic.xml.query.transaction.TransactionHelper.rollback(TransactionHelper.java:102)
    at weblogic.xml.query.transaction.TransactionManager.teardownOnFailure(TransactionManager.java:262)
    at com.bea.ld.EJBRequestHandler.handleThrowable(EJBRequestHandler.java:810)
    at com.bea.ld.EJBRequestHandler.invokeOperation(EJBRequestHandler.java:311)
    at com.bea.ld.ServerBean.executeOperationStreaming(ServerBean.java:84)
    at com.bea.ld.Server_ydm4ie_EOImpl.executeOperationStreaming(Server_ydm4ie_EOImpl.java:354)
    at com.bea.ld.Server_ydm4ie_EOImpl_WLSkel.invoke(Unknown Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:589)
    at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:224)
    at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:479)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:475)
    at weblogic.rmi.internal.BasicServerRef.access$300(BasicServerRef.java:59)
    at weblogic.rmi.internal.BasicServerRef$BasicExecuteRequest.run(BasicServerRef.java:1016)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:172)
    *com.bea.dsp.wrappers.rdb.exceptions.RDBWrapperException: {bea-err}RDBW0025: esb: [UPDATE "ESBdev"."dbo"."Persistance"*
    *SET "Value" = ?*
    *WHERE (("ID" = ?) AND ("Value" = ?))]: [NULL, 1, a different value|http://forums.oracle.com/forums/]: Optimistic locking failure. Update count returned by database is 0, expected 1*
    at com.bea.dsp.wrappers.rdb.exceptions.RDBWrapperException.create(RDBWrapperException.java:87)
    at weblogic.xml.query.exceptions.XQueryException.create(XQueryException.java:128)
    at weblogic.xml.query.exceptions.XQueryException.create(XQueryException.java:88)
    at weblogic.xml.query.exceptions.XQueryException.create(XQueryException.java:202)
    at weblogic.xml.query.exceptions.XQueryException.create(XQueryException.java:188)
    at com.bea.dsp.wrappers.rdb.runtime.ExecuteSQLUpdateInternal.raiseUpdateFailureException(ExecuteSQLUpdateInternal.java:19)
    at com.bea.dsp.wrappers.rdb.runtime.ExecuteSQLUpdateDeleteBase.executeSQL(ExecuteSQLUpdateDeleteBase.java:31)
    at com.bea.dsp.wrappers.rdb.runtime.ExecuteSQLRuntimeBase.prepareAndExecuteQuery(ExecuteSQLRuntimeBase.java:170)
    at com.bea.dsp.wrappers.rdb.runtime.ExecuteSQLModificationBase.prepareAndExecuteQuery(ExecuteSQLModificationBase.java:77)
    at com.bea.dsp.wrappers.rdb.runtime.ExecuteSQLRuntimeBase.fetchNext(ExecuteSQLRuntimeBase.java:95)
    at weblogic.xml.query.iterators.GenericIterator.next(GenericIterator.java:114)
    at weblogic.xml.query.runtime.core.ExecutionWrapper.fetchNext(ExecutionWrapper.java:85)
    at weblogic.xml.query.iterators.GenericIterator.hasNext(GenericIterator.java:135)
    at weblogic.xml.query.runtime.util.TokenBuffer.addAll(TokenBuffer.java:296)
    at weblogic.xml.query.update.runtime.Interpreter$Frame.setValueUsingTemporary(Interpreter.java:436)
    at weblogic.xml.query.update.runtime.Interpreter.processMSet(Interpreter.java:297)
    at weblogic.xml.query.update.runtime.Interpreter.run(Interpreter.java:125)
    at weblogic.xml.query.update.recovery.SagaInterpreter$NestedFactory$1.run(SagaInterpreter.java:134)
    at weblogic.xml.query.update.runtime.ExecuteRelational.fetchNext(ExecuteRelational.java:52)
    at weblogic.xml.query.iterators.GenericIterator.next(GenericIterator.java:114)
    at weblogic.xml.query.runtime.core.ExecutionWrapper.fetchNext(ExecutionWrapper.java:85)
    at weblogic.xml.query.iterators.GenericIterator.hasNext(GenericIterator.java:135)
    at weblogic.xml.query.runtime.util.TokenBuffer.addAll(TokenBuffer.java:296)
    at weblogic.xml.query.update.runtime.Interpreter$Frame.setValueUsingTemporary(Interpreter.java:436)
    at weblogic.xml.query.update.runtime.Interpreter.processMSet(Interpreter.java:297)
    at weblogic.xml.query.update.runtime.Interpreter.run(Interpreter.java:125)
    at weblogic.xml.query.update.recovery.SagaInterpreter$NestedFactory$1.run(SagaInterpreter.java:134)
    at weblogic.xml.query.update.recovery.SagaInterpreter.run(SagaInterpreter.java:54)
    at weblogic.xml.query.update.runtime.UVMRewritingEvaluatorImpl.run(UVMRewritingEvaluatorImpl.java:33)
    at weblogic.xml.query.xdbcimpl.XQSEStatementImpl.execute(XQSEStatementImpl.java:100)
    at com.bea.ld.server.XQueryInvocation.execute(XQueryInvocation.java:731)
    at com.bea.ld.EJBRequestHandler.invokeQueryInternal(EJBRequestHandler.java:611)
    at com.bea.ld.EJBRequestHandler.invokeOperationInternal(EJBRequestHandler.java:466)
    at com.bea.ld.EJBRequestHandler.invokeOperation(EJBRequestHandler.java:308)
    at com.bea.ld.ServerBean.executeOperationStreaming(ServerBean.java:84)
    at com.bea.ld.Server_ydm4ie_EOImpl.executeOperationStreaming(Server_ydm4ie_EOImpl.java:354)
    at com.bea.ld.Server_ydm4ie_EOImpl_WLSkel.invoke(Unknown Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:589)
    at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:224)
    at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:479)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(Unknown Source)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:475)
    at weblogic.rmi.internal.BasicServerRef.access$300(BasicServerRef.java:59)
    at weblogic.rmi.internal.BasicServerRef$BasicExecuteRequest.run(BasicServerRef.java:1016)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:172)
    One of the things I don't understand is why the SQL update seems to have the parameter values reversed and why it is using the Value column for it's wehere clause i.e
    *[UPDATE "ESBdev"."dbo"."Persistance"*
    *SET "Value" = ?*
    *WHERE (("ID" = ?) AND ("Value" = ?))]: *[NULL, 1, a different value]
    when it should really be
    *[UPDATE "ESBdev"."dbo"."Persistance"*
    *SET "Value" = ?*
    *WHERE ("ID" = ?)]: *[a different value, 1
    I hope someone has an idea as to what is going on.
    Edited by: MarcP on Dec 12, 2008 12:30 PM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          

    Thanks Mike, I changed the graph the way you explained and the update works.
    I still have a problem with the create function.
    The XSD for the table looks like this
    *&lt;xs:schema targetNamespace="ld:Physical/Persistance2" xmlns:xs="http://www.w3.org/2001/XMLSchema"&gt;*
    * &lt;xs:element name="Persistance"&gt;*
    *&lt;xs:complexType&gt;*
    * &lt;xs:sequence&gt;*
    * &lt;xs:element name="ID" type="xs:int"/&gt;*
    * &lt;xs:element name="Project" type="xs:string"/&gt;*
    * &lt;xs:element name="Property" type="xs:string"/&gt;*
    * &lt;xs:element name="Value" type="xs:string" minOccurs="0"/&gt;*
    * &lt;xs:element name="TS" type="xs:hexBinary"/&gt;*
    * &lt;/xs:sequence&gt;*
    * &lt;/xs:complexType&gt;*
    * &lt;/xs:element&gt;*
    *&lt;/xs:schema&gt;*
    In the table, ID is an IDENTITY column, and TS is a timestamp column (therefore they should only be modified by the DB engine). How do I tell DSP to take these constraints into account when wuing the create function?
    When I test it with the following,
    *&lt;per:Persistance2 xmlns:per="ld:Physical/Persistance2"&gt;*
    * &lt;ID&gt;0&lt;/ID&gt;*
    *&lt;Project&gt;def&lt;/Project&gt;*
    *&lt;Property&gt;ghi&lt;/Property&gt;*
    *&lt;Value&gt;new string&lt;/Value&gt;*
    * &lt;TS&gt;0000000000000000&lt;/TS&gt;*
    *&lt;/per:Persistance2&gt;*
    it gives the follwiing error
    *&lt;Error&gt; &lt;ALDSP&gt; &lt;xxxxxxx&gt; &lt;AdminServer&gt; &lt;[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'&gt; &lt;weblogic&gt; &lt;&gt; &lt;&gt; &lt;1229106812568&gt; &lt;BEA-000000&gt; &lt;Test&gt; &lt;System error while executing the query: {ld:Physical/Persistance2}createPersistance2:1*
    *weblogic.xml.query.exceptions.XQuerySagaException: {bea-err}UPD003: Update failure: mixed outcome, update error dispatched (updateid=SAGA_2d641b85a027a9ba:43f1e2cd:11e2800892f:-7fcd): com.bea.dsp.wrappers.rdb.exceptions.RDBWrapperException: {bea-err}RDBW0004: [esb]: [INSERT INTO "ESBdev"."dbo"."Persistance" ("ID", "Project", "Property", "Value", "TS")*
    *VALUES (?, ?, ?, ?, ?)]: [0, def, ghi, new string, 0000000000000000]: Error executing SQL query: [BEA][SQLServer JDBC Driver][SQLServer]Cannot insert an explicit value into a timestamp column. Use INSERT with a column list to exclude the timestamp column, or insert a DEFAULT into the timestamp column.*
    * at com.bea.ld.server.update.recovery.SagaRecovery.process(SagaRecovery.java:102)*
    * at com.bea.ld.server.update.recovery.DSPSagaManager.processSagaFailure(DSPSagaManager.java:219)*
    * at weblogic.xml.query.update.recovery.SagaState$2.afterCompletion(SagaState.java:83)*
    * at weblogic.xml.query.transaction.TransactionManager.afterCompletion(TransactionManager.java:133)*
    * at weblogic.transaction.internal.ServerSCInfo.doAfterCompletion(ServerSCInfo.java:1032)*
    * at weblogic.transaction.internal.ServerSCInfo.callAfterCompletions(ServerSCInfo.java:1011)*
    * at weblogic.transaction.internal.ServerTransactionImpl.callAfterCompletions(ServerTransactionImpl.java:2946)*
    * at weblogic.transaction.internal.ServerTransactionImpl.afterRolledBackStateHousekeeping(ServerTransactionImpl.java:2827)*
    * at weblogic.transaction.internal.ServerTransactionImpl.setRolledBack(ServerTransactionImpl.java:2803)*
    * at weblogic.transaction.internal.ServerTransactionImpl.globalRetryRollback(ServerTransactionImpl.java:3043)*
    * at weblogic.transaction.internal.ServerTransactionImpl.globalRollback(ServerTransactionImpl.java:2793)*
    * at weblogic.transaction.internal.ServerTransactionImpl.internalRollback(ServerTransactionImpl.java:397)*
    * at weblogic.transaction.internal.ServerTransactionImpl.rollback(ServerTransactionImpl.java:375)*
    * at weblogic.xml.query.transaction.TransactionHelper.rollback(TransactionHelper.java:102)*
    * at weblogic.xml.query.transaction.TransactionManager.teardownOnFailure(TransactionManager.java:262)*
    * at com.bea.ld.EJBRequestHandler.handleThrowable(EJBRequestHandler.java:810)*
    * at com.bea.ld.EJBRequestHandler.invokeOperation(EJBRequestHandler.java:311)*
    * at com.bea.ld.ServerBean.executeOperationStreaming(ServerBean.java:84)*
    * at com.bea.ld.Server_ydm4ie_EOImpl.executeOperationStreaming(Server_ydm4ie_EOImpl.java:354)*
    * at com.bea.ld.Server_ydm4ie_EOImpl_WLSkel.invoke(Unknown Source)*
    * at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:589)*
    * at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:224)*
    * at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:479)*
    * at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)*
    * at weblogic.security.service.SecurityManager.runAs(Unknown Source)*
    * at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:475)*
    * at weblogic.rmi.internal.BasicServerRef.access$300(BasicServerRef.java:59)*
    * at weblogic.rmi.internal.BasicServerRef$BasicExecuteRequest.run(BasicServerRef.java:1016)*
    * at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)*
    * at weblogic.work.ExecuteThread.run(ExecuteThread.java:172)*
    *com.bea.dsp.wrappers.rdb.exceptions.RDBWrapperException: {bea-err}RDBW0004: [esb]: [INSERT INTO "ESBdev"."dbo"."Persistance" ("ID", "Project", "Property", "Value", "TS")*
    *VALUES (?, ?, ?, ?, ?)]: [0, def, ghi, new string, 0000000000000000]: Error executing SQL query: [BEA][SQLServer JDBC Driver][SQLServer]Cannot insert an explicit value into a timestamp column. Use INSERT with a column list to exclude the timestamp column, or insert a DEFAULT into the timestamp column.*
    * at com.bea.dsp.wrappers.rdb.exceptions.RDBWrapperException.create(RDBWrapperException.java:87)*
    * at weblogic.xml.query.exceptions.XQueryException.create(XQueryException.java:128)*
    * at weblogic.xml.query.exceptions.XQueryException.create(XQueryException.java:176)*
    * at weblogic.xml.query.exceptions.XQueryException.create(XQueryException.java:163)*
    * at com.bea.dsp.wrappers.rdb.runtime.DBSession.executeUpdate(DBSession.java:151)*
    * at com.bea.dsp.wrappers.rdb.runtime.ExecuteSQLInsertInternal.executeSQL(ExecuteSQLInsertInternal.java:110)*
    * at com.bea.dsp.wrappers.rdb.runtime.ExecuteSQLRuntimeBase.prepareAndExecuteQuery(ExecuteSQLRuntimeBase.java:170)*
    * at com.bea.dsp.wrappers.rdb.runtime.ExecuteSQLModificationBase.prepareAndExecuteQuery(ExecuteSQLModificationBase.java:77)*
    * at com.bea.dsp.wrappers.rdb.runtime.ExecuteSQLRuntimeBase.fetchNext(ExecuteSQLRuntimeBase.java:95)*
    * at weblogic.xml.query.iterators.GenericIterator.next(GenericIterator.java:114)*
    * at weblogic.xml.query.runtime.core.ExecutionWrapper.fetchNext(ExecutionWrapper.java:85)*
    * at weblogic.xml.query.iterators.GenericIterator.hasNext(GenericIterator.java:135)*
    * at weblogic.xml.query.runtime.util.TokenBuffer.addAll(TokenBuffer.java:296)*
    * at weblogic.xml.query.update.runtime.Interpreter$Frame.setValueUsingTemporary(Interpreter.java:436)*
    * at weblogic.xml.query.update.runtime.Interpreter.processMSet(Interpreter.java:297)*
    * at weblogic.xml.query.update.runtime.Interpreter.run(Interpreter.java:125)*
    * at weblogic.xml.query.update.recovery.SagaInterpreter$NestedFactory$1.run(SagaInterpreter.java:134)*
    * at weblogic.xml.query.update.runtime.ExecuteRelational.fetchNext(ExecuteRelational.java:52)*
    * at weblogic.xml.query.iterators.GenericIterator.next(GenericIterator.java:114)*
    * at weblogic.xml.query.runtime.core.ExecutionWrapper.fetchNext(ExecutionWrapper.java:85)*
    * at weblogic.xml.query.iterators.GenericIterator.hasNext(GenericIterator.java:135)*
    * at weblogic.xml.query.runtime.util.TokenBuffer.addAll(TokenBuffer.java:296)*
    * at weblogic.xml.query.update.runtime.Interpreter$Frame.setValueUsingTemporary(Interpreter.java:436)*
    * at weblogic.xml.query.update.runtime.Interpreter.processMSet(Interpreter.java:297)*
    * at weblogic.xml.query.update.runtime.Interpreter.run(Interpreter.java:125)*
    * at weblogic.xml.query.update.recovery.SagaInterpreter$NestedFactory$1.run(SagaInterpreter.java:134)*
    * at weblogic.xml.query.update.recovery.SagaInterpreter.run(SagaInterpreter.java:54)*
    * at weblogic.xml.query.update.runtime.UVMRewritingEvaluatorImpl.run(UVMRewritingEvaluatorImpl.java:33)*
    * at weblogic.xml.query.xdbcimpl.XQSEStatementImpl.execute(XQSEStatementImpl.java:100)*
    * at com.bea.ld.server.XQueryInvocation.execute(XQueryInvocation.java:731)*
    * at com.bea.ld.EJBRequestHandler.invokeQueryInternal(EJBRequestHandler.java:611)*
    * at com.bea.ld.EJBRequestHandler.invokeOperationInternal(EJBRequestHandler.java:466)*
    * at com.bea.ld.EJBRequestHandler.invokeOperation(EJBRequestHandler.java:308)*
    * at com.bea.ld.ServerBean.executeOperationStreaming(ServerBean.java:84)*
    * at com.bea.ld.Server_ydm4ie_EOImpl.executeOperationStreaming(Server_ydm4ie_EOImpl.java:354)*
    * at com.bea.ld.Server_ydm4ie_EOImpl_WLSkel.invoke(Unknown Source)*
    * at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:589)*
    * at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:224)*
    * at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:479)*
    * at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)*
    * at weblogic.security.service.SecurityManager.runAs(Unknown Source)*
    * at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:475)*
    * at weblogic.rmi.internal.BasicServerRef.access$300(BasicServerRef.java:59)*
    * at weblogic.rmi.internal.BasicServerRef$BasicExecuteRequest.run(BasicServerRef.java:1016)*
    * at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)*
    * at weblogic.work.ExecuteThread.run(ExecuteThread.java:172)*
    *java.sql.SQLException: [BEA][SQLServer JDBC Driver][SQLServer]Cannot insert an explicit value into a timestamp column. Use INSERT with a column list to exclude the timestamp column, or insert a DEFAULT into the timestamp column.*
    * at weblogic.jdbc.base.BaseExceptions.createException(Unknown Source)*
    * at weblogic.jdbc.base.BaseExceptions.getException(Unknown Source)*
    * at weblogic.jdbc.sqlserver.tds.TDSRequest.processErrorToken(Unknown Source)*
    * at weblogic.jdbc.sqlserver.tds.TDSRequest.processReplyToken(Unknown Source)*
    * at weblogic.jdbc.sqlserver.tds.TDSRPCRequest.processReplyToken(Unknown Source)*
    * at weblogic.jdbc.sqlserver.tds.TDSRequest.processReply(Unknown Source)*
    * at weblogic.jdbc.sqlserver.SQLServerImplStatement.getNextResultType(Unknown Source)*
    * at weblogic.jdbc.base.BaseStatement.commonTransitionToState(Unknown Source)*
    * at weblogic.jdbc.base.BaseStatement.postImplExecute(Unknown Source)*
    * at weblogic.jdbc.base.BasePreparedStatement.postImplExecute(Unknown Source)*
    * at weblogic.jdbc.base.BaseStatement.commonExecute(Unknown Source)*
    * at weblogic.jdbc.base.BaseStatement.executeUpdateInternal(Unknown Source)*
    * at weblogic.jdbc.base.BasePreparedStatement.executeUpdate(Unknown Source)*
    * at weblogic.jdbc.wrapper.PreparedStatement.executeUpdate(PreparedStatement.java:125)*
    * at com.bea.dsp.wrappers.rdb.runtime.DBSession.executeUpdate(DBSession.java:144)*
    * at com.bea.dsp.wrappers.rdb.runtime.ExecuteSQLInsertInternal.executeSQL(ExecuteSQLInsertInternal.java:110)*
    * at com.bea.dsp.wrappers.rdb.runtime.ExecuteSQLRuntimeBase.prepareAndExecuteQuery(ExecuteSQLRuntimeBase.java:170)*
    * at com.bea.dsp.wrappers.rdb.runtime.ExecuteSQLModificationBase.prepareAndExecuteQuery(ExecuteSQLModificationBase.java:77)*
    * at com.bea.dsp.wrappers.rdb.runtime.ExecuteSQLRuntimeBase.fetchNext(ExecuteSQLRuntimeBase.java:95)*
    * at weblogic.xml.query.iterators.GenericIterator.next(GenericIterator.java:114)*
    * at weblogic.xml.query.runtime.core.ExecutionWrapper.fetchNext(ExecutionWrapper.java:85)*
    * at weblogic.xml.query.iterators.GenericIterator.hasNext(GenericIterator.java:135)*
    * at weblogic.xml.query.runtime.util.TokenBuffer.addAll(TokenBuffer.java:296)*
    * at weblogic.xml.query.update.runtime.Interpreter$Frame.setValueUsingTemporary(Interpreter.java:436)*
    * at weblogic.xml.query.update.runtime.Interpreter.processMSet(Interpreter.java:297)*
    * at weblogic.xml.query.update.runtime.Interpreter.run(Interpreter.java:125)*
    * at weblogic.xml.query.update.recovery.SagaInterpreter$NestedFactory$1.run(SagaInterpreter.java:134)*
    * at weblogic.xml.query.update.runtime.ExecuteRelational.fetchNext(ExecuteRelational.java:52)*
    * at weblogic.xml.query.iterators.GenericIterator.next(GenericIterator.java:114)*
    * at weblogic.xml.query.runtime.core.ExecutionWrapper.fetchNext(ExecutionWrapper.java:85)*
    * at weblogic.xml.query.iterators.GenericIterator.hasNext(GenericIterator.java:135)*
    * at weblogic.xml.query.runtime.util.TokenBuffer.addAll(TokenBuffer.java:296)*
    * at weblogic.xml.query.update.runtime.Interpreter$Frame.setValueUsingTemporary(Interpreter.java:436)*
    * at weblogic.xml.query.update.runtime.Interpreter.processMSet(Interpreter.java:297)*
    * at weblogic.xml.query.update.runtime.Interpreter.run(Interpreter.java:125)*
    * at weblogic.xml.query.update.recovery.SagaInterpreter$NestedFactory$1.run(SagaInterpreter.java:134)*
    * at weblogic.xml.query.update.recovery.SagaInterpreter.run(SagaInterpreter.java:54)*
    * at weblogic.xml.query.update.runtime.UVMRewritingEvaluatorImpl.run(UVMRewritingEvaluatorImpl.java:33)*
    * at weblogic.xml.query.xdbcimpl.XQSEStatementImpl.execute(XQSEStatementImpl.java:100)*
    * at com.bea.ld.server.XQueryInvocation.execute(XQueryInvocation.java:731)*
    * at com.bea.ld.EJBRequestHandler.invokeQueryInternal(EJBRequestHandler.java:611)*
    * at com.bea.ld.EJBRequestHandler.invokeOperationInternal(EJBRequestHandler.java:466)*
    * at com.bea.ld.EJBRequestHandler.invokeOperation(EJBRequestHandler.java:308)*
    * at com.bea.ld.ServerBean.executeOperationStreaming(ServerBean.java:84)*
    * at com.bea.ld.Server_ydm4ie_EOImpl.executeOperationStreaming(Server_ydm4ie_EOImpl.java:354)*
    * at com.bea.ld.Server_ydm4ie_EOImpl_WLSkel.invoke(Unknown Source)*
    * at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:589)*
    * at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:224)*
    * at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:479)*
    * at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)*
    * at weblogic.security.service.SecurityManager.runAs(Unknown Source)*
    * at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:475)*
    * at weblogic.rmi.internal.BasicServerRef.access$300(BasicServerRef.java:59)*
    * at weblogic.rmi.internal.BasicServerRef$BasicExecuteRequest.run(BasicServerRef.java:1016)*
    * at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)*
    * at weblogic.work.ExecuteThread.run(ExecuteThread.java:172)*
    *java.sql.SQLException: [BEA][SQLServer JDBC Driver][SQLServer]Statement(s) could not be prepared.*
    * at weblogic.jdbc.base.BaseExceptions.createException(Unknown Source)*
    * at weblogic.jdbc.base.BaseExceptions.getException(Unknown Source)*
    * at weblogic.jdbc.sqlserver.tds.TDSRequest.processErrorToken(Unknown Source)*
    * at weblogic.jdbc.sqlserver.tds.TDSRequest.processReplyToken(Unknown Source)*
    * at weblogic.jdbc.sqlserver.tds.TDSRPCRequest.processReplyToken(Unknown Source)*
    * at weblogic.jdbc.sqlserver.tds.TDSRequest.processReply(Unknown Source)*
    * at weblogic.jdbc.sqlserver.SQLServerImplStatement.getNextResultType(Unknown Source)*
    * at weblogic.jdbc.base.BaseStatement.commonTransitionToState(Unknown Source)*
    * at weblogic.jdbc.base.BaseStatement.postImplExecute(Unknown Source)*
    * at weblogic.jdbc.base.BasePreparedStatement.postImplExecute(Unknown Source)*
    * at weblogic.jdbc.base.BaseStatement.commonExecute(Unknown Source)*
    * at weblogic.jdbc.base.BaseStatement.executeUpdateInternal(Unknown Source)*
    * at weblogic.jdbc.base.BasePreparedStatement.executeUpdate(Unknown Source)*
    * at weblogic.jdbc.wrapper.PreparedStatement.executeUpdate(PreparedStatement.java:125)*
    * at com.bea.dsp.wrappers.rdb.runtime.DBSession.executeUpdate(DBSession.java:144)*
    * at com.bea.dsp.wrappers.rdb.runtime.ExecuteSQLInsertInternal.executeSQL(ExecuteSQLInsertInternal.java:110)*
    * at com.bea.dsp.wrappers.rdb.runtime.ExecuteSQLRuntimeBase.prepareAndExecuteQuery(ExecuteSQLRuntimeBase.java:170)*
    * at com.bea.dsp.wrappers.rdb.runtime.ExecuteSQLModificationBase.prepareAndExecuteQuery(ExecuteSQLModificationBase.java:77)*
    * at com.bea.dsp.wrappers.rdb.runtime.ExecuteSQLRuntimeBase.fetchNext(ExecuteSQLRuntimeBase.java:95)*
    * at weblogic.xml.query.iterators.GenericIterator.next(GenericIterator.java:114)*
    * at weblogic.xml.query.runtime.core.ExecutionWrapper.fetchNext(ExecutionWrapper.java:85)*
    * at weblogic.xml.query.iterators.GenericIterator.hasNext(GenericIterator.java:135)*
    * at weblogic.xml.query.runtime.util.TokenBuffer.addAll(TokenBuffer.java:296)*
    * at weblogic.xml.query.update.runtime.Interpreter$Frame.setValueUsingTemporary(Interpreter.java:436)*
    * at weblogic.xml.query.update.runtime.Interpreter.processMSet(Interpreter.java:297)*
    * at weblogic.xml.query.update.runtime.Interpreter.run(Interpreter.java:125)*
    * at weblogic.xml.query.update.recovery.SagaInterpreter$NestedFactory$1.run(SagaInterpreter.java:134)*
    * at weblogic.xml.query.update.runtime.ExecuteRelational.fetchNext(ExecuteRelational.java:52)*
    * at weblogic.xml.query.iterators.GenericIterator.next(GenericIterator.java:114)*
    * at weblogic.xml.query.runtime.core.ExecutionWrapper.fetchNext(ExecutionWrapper.java:85)*
    * at weblogic.xml.query.iterators.GenericIterator.hasNext(GenericIterator.java:135)*
    * at weblogic.xml.query.runtime.util.TokenBuffer.addAll(TokenBuffer.java:296)*
    * at weblogic.xml.query.update.runtime.Interpreter$Frame.setValueUsingTemporary(Interpreter.java:436)*
    * at weblogic.xml.query.update.runtime.Interpreter.processMSet(Interpreter.java:297)*
    * at weblogic.xml.query.update.runtime.Interpreter.run(Interpreter.java:125)*
    * at weblogic.xml.query.update.recovery.SagaInterpreter$NestedFactory$1.run(SagaInterpreter.java:134)*
    * at weblogic.xml.query.update.recovery.SagaInterpreter.run(SagaInterpreter.java:54)*
    * at weblogic.xml.query.update.runtime.UVMRewritingEvaluatorImpl.run(UVMRewritingEvaluatorImpl.java:33)*
    * at weblogic.xml.query.xdbcimpl.XQSEStatementImpl.execute(XQSEStatementImpl.java:100)*
    * at com.bea.ld.server.XQueryInvocation.execute(XQueryInvocation.java:731)*
    * at com.bea.ld.EJBRequestHandler.invokeQueryInternal(EJBRequestHandler.java:611)*
    * at com.bea.ld.EJBRequestHandler.invokeOperationInternal(EJBRequestHandler.java:466)*
    * at com.bea.ld.EJBRequestHandler.invokeOperation(EJBRequestHandler.java:308)*
    * at com.bea.ld.ServerBean.executeOperationStreaming(ServerBean.java:84)*
    * at com.bea.ld.Server_ydm4ie_EOImpl.executeOperationStreaming(Server_ydm4ie_EOImpl.java:354)*
    * at com.bea.ld.Server_ydm4ie_EOImpl_WLSkel.invoke(Unknown Source)*
    * at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:589)*
    * at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:224)*
    * at weblogic.rmi.internal.BasicServerRef$1.run(BasicServerRef.java:479)*
    * at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)*
    * at weblogic.security.service.SecurityManager.runAs(Unknown Source)*
    * at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:475)*
    * at weblogic.rmi.internal.BasicServerRef.access$300(BasicServerRef.java:59)*
    * at weblogic.rmi.internal.BasicServerRef$BasicExecuteRequest.run(BasicServerRef.java:1016)*
    * at weblogic.work.ExecuteThread.execute(ExecuteThread.java:200)*
    * at weblogic.work.ExecuteThread.run(ExecuteThread.java:172)*

  • Problems creating a web service that uses the report generation toolkit

    Hi,
           Im trying to develop a web service using labview 2013.
    I create a html form that is correctly communicating with my labview method and part of the web service functionality is to create a report from the data obtained in the html form published.
    I realized that using the report generation toolkit inside of the web service method the server cannot generate a report. ( If I run the same Vi before publishing the web service it works on the server but it doesnt work after I deploy it)
    I thought that maybe Im unable to use the report generation toolkit VIs inside of the web service because Im not incluiding the (dynamic VIs labview uses when they run), I tried to add the excel dynamic library to the proyect but with no success.
    I also tried to use VI SERVER to call a VI that generates the report using the report generation toolkit  in the method that runs when the web service is call but  it doesnt work either.
    How can I deploy a web service able to use  the report generation toolkit ?, how can I deploy a web service able to use VI server ?
    Any help is really appreciated.
    Erwin Franz 
    Erlab

    The issue you are running into is actually a limitation intended by Microsoft.  They don't want windows services to be able to call into the ActiveX interface for Microsoft Office for security reasons.  If you are deploying your web service to the NI Application Web Server on Windows you will run into this problem since the web server is a Windows Service.
    While I haven't tested this, you may be able to work around this by packaging your Web service with a LabVIEW EXE rather than deploying to the NI Application Web server. 
    Mark
    LabVIEW R&D

  • Problem creating j2ee web service

    Hello. I'm having an issue deploying a given java class as a web service. I believe that problem is caused because, in the generated WSDL, the target namespace is set via the package name (i.e. http://myapplication.mycompany.com ), which is not a valid host. I tried changing every occurrence of that URL, in the WSDL, to the context root of my local host, but it still can't resolve the bindings. Given the following deployment message, what should my target namespace be:
    (from OC4J startup):
    Target URL -- http://localhost:8988/myApp-myProject-context-root/MyWebServiceSoapHttpPort
    06/06/12 13:34:17 Web service MenuWebService has been started on the embedded server
    06/06/12 13:34:17 Oracle Containers for J2EE 10g (10.1.3.0.0) initialized
    Any help would be appreciated. Thanks. Take care.

    here are the classes:
    service class:
    package com.test.service
    public class MenuService {
        public MenuService() {
        public String echo(String payload) {
            return payload;
        public ViewRight echoViewRight(ViewRight viewRight) {
            return viewRight;
    }view right class:
    package com.test.service
    public class ViewRight {
      private Integer id;
      private String name;
      private String description;
      private String members;
        public ViewRight() {
      //setters/getters
    }Here's the exception I get (if I just try to inovke the string echo method):
    java.rmi.RemoteException: Error parsing envelope: (1, 1) Start of root element expected.; nested exception is:
         javax.xml.soap.SOAPException: Error parsing envelope: (1, 1) Start of root element expected.
         at menusproject.proxy.runtime.MenuWebServiceSoapHttp_Stub.echo(MenuWebServiceSoapHttp_Stub.java:100)
         at com.test.gui.menus.service.MenuWebServiceSoapHttpPortClient.<init>(MenuWebServiceSoapHttpPortClient.java:19)
         at com.test.gui.menus.service.MenuWebServiceSoapHttpPortClient.main(MenuWebServiceSoapHttpPortClient.java:27)
    Caused by: javax.xml.soap.SOAPException: Error parsing envelope: (1, 1) Start of root element expected.
         at oracle.j2ee.ws.saaj.soap.soap11.SOAPImplementation11.createEnvelope(SOAPImplementation11.java:104)
         at oracle.j2ee.ws.saaj.soap.SOAPPartImpl.getEnvelope(SOAPPartImpl.java:76)
         at oracle.j2ee.ws.saaj.soap.MessageImpl.getSOAPBody(MessageImpl.java:713)
         at oracle.j2ee.ws.client.StreamingSender._preHandlingHook(StreamingSender.java:673)
         at oracle.j2ee.ws.client.StubBase._preHandlingHook(StubBase.java:664)
         at oracle.j2ee.ws.client.StreamingSender._sendImpl(StreamingSender.java:201)
         at oracle.j2ee.ws.client.StreamingSender._send(StreamingSender.java:111)
         at menusproject.proxy.runtime.MenuWebServiceSoapHttp_Stub.echo(MenuWebServiceSoapHttp_Stub.java:77)
         ... 2 more
    Caused by: oracle.xml.parser.v2.XMLParseException: Start of root element expected.
         at oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java:320)
         at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:333)
         at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:295)
         at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:201)
         at oracle.j2ee.ws.saaj.soap.soap11.SOAPImplementation11.createEnvelope(SOAPImplementation11.java:78)
         ... 9 more
    Message was edited by:
    sean_m_flannery

  • Problem creating an OData service with RFC-/BOR Import.

    Hi Experts,
    i am running always into the same problem
    I want to create an Odata Channel with "SEGW" and Datamodel with an RFC import.
    RFC si GET_CPU_ALL
    but I am running always into the same problem when I want to generate the runtime.
    I don´t know why.
    Error: ... _DPC was generated with syntax errors....
    I would really appreciate if someone could help me.
    Thanks

    Oh dear, your'e not an ABAP guy are you
    OK, you can go back to my previous suggestion and do it a different way, but first...
    TF_CPU_ALL isn't a table, it's a structure of type CPU_ALL. GET_CPU_ALL uses that as the interface structure for data it sends out.
    Starting with a blank service, create a model by using DDIC import wizard, using CPU_ALL as the structure. Call the entity "CPU". Mark 'serialnr' as the key.Create an entityset called "CPUSet".
    Generate the service.
    Go to DPC_EXT, find method CPUSET_GET_ENTITYSET and redefine it. Assuming that you can leave the inputs as the defaults, call function GET_CPU_ALL in the method with the importing parameter TF_CPU_ALL assigned to ET_ENTITYSET.
    call function 'GET_CPU_ALL'
         tables
           tf_cpu_all = et_entityset
         exceptions
           others     = 1.
       if sy-subrc <> 0.
    * Implement suitable error handling here
       endif.
    That's all it needs.
    Activate EXT class and try your service.
    opu/odata/sap/ZCPUALL_SRV/CPUSet?$format=json
    "type" : "ZCPUALL_SRV.CPU"
             "Type" : 101,
             "Subtype" : 3,
             "Serialnr" : 0,
             "NbrCpu" : 2,
             "Load1Avg" : 7,
             "Load5Avg" : 29,
             "Load15Avg" : 30,
             "IntSec" : 1059,
             "SyscSec" : 4555,
             "CsSec" : 895,
             "UsrTotal" : 3,
             "SysTotal" : 1,
             "IdleTotal" : 96,
             "IdleTrue" : 96,
             "WaitTrue" : 0
    Did it myself in under 10 minutes from build to test.

  • Problem creating a web service PROXY from a wsdl file/URL

    Hi,
    I am experiencing problems when I want to import a WSDL file for creating a proxy object.
    When I import the WSDL file from URL I get an error like this: <b>404   Not Found
    The requested resource does not exist.</b>
    Then, I  try to create it from a file, but I get other error:
    <b>Document not found (path o:\BCS.WSDL, error code 7</b>
    The error code 7 indicates <b>unknown error</b>
    Any help?.
    thanks in advance.
    Eduardo.

    Hi,
    I've done the same from other ECC6.0 System and everything was working perfetly, why all this can happen?
    I've ckecked the activation of the proxy objects, traces, etc... and it's the same in both systems, what more should i check?
    Thanks in adavance.

  • Problem creating a Windows Service to Start Weblogic Adminserver

    Hi, I'm having some trouble starting the windows service for weblogic.
    The creation happens succesfully but, when I try to start the service, it fails.
    Thanks
    Debugging service ....... beasvc bpm11g_A00ASRV304W08R2
    Command Line: ....... -client -Xms32m -Xmx200m -XX:MaxPermSize=128m -XX:+UseSpinning -Xverify:none -classpath ....
    Current Directory: ....... D:\Oracle\Middleware1036\user_projects\domains\bpm11g
    Path: ....... D:\Oracle\MIDDLE~2\WLSERV~1.3\server\native\win\x64\;D:\Oracle\MIDDLE~2\WLSERV~1.3\server\bin;D:\Java\JDK17~1.0_0\jre\bin;D:\Java\JDK17~1.0_0\n
    Java Home: ....... D:\Java\JDK17~1.0_0
    Delay: ....... 0
    Thread created successfully!
    Unrecognized option: -client
    Error in java application .......
    The following line contains specific error details .......
    Unable to initialize the Java virtual machine!

    Hi,
    Remove the word "-client" from command line options. Try to start weblogic server from window services. If you are getting error please let me know.
    Now:
    Command Line: ....... -client -Xms32m -Xmx200m -XX:MaxPermSize=128m -XX:UseSpinning -Xverify:none -classpath..............+
    Changed to:
    Command Line:....... -Xms32m -Xmx200m -XX:MaxPermSize=128m -XX:+UseSpinning -Xverify:none -classpath.............
    mark if this helps you.
    Regards,
    Kishore

  • Problem creating secure HTML5 ads, the Adobe CDN library location is not secure, pulled from http, not https

    Hello, I am having problems creating secure https html5 ads in Adobe Edge Animate CC. The CDN library http://download.adobe.com/pub/adobe/edge/animate/2.0.0/edge.2.0.0.min.js called from the Preloader scrip is not hosted in the secure location and the CDN library does not have a secure https version.  As a result I am not able to place the ads on a secure website because the scrip is called from non secure location. We are serving the ads through Double Click and using Adobe Edge Animate CC Version 2.0.0.250.24837 on a PC platform.
    Thank you for your help
    Maria

    If you include the xalan.jar library to the build.xml execution classpath everything works!!!!!!.
    I hope it will be userfull.

  • BT Infinity - Problems and Poor Customer Service

    Hello,
    We are new customers to BT - having only had our Infinity Fibre Optic connection installed into our new home 13 days ago. Since installation, it's become evident that the Hub struggles to maintain any decent wireless connection to the downstairs of the property, often providing download speeds of just 0.2 Mbps or around that figure.
    Having run various tests and spoken with BT online, we came to the conslusion that we're suffering from a Wifi Black Spot. However, the advice received was for us to Purchase an second Router / Hotspot in order to fix the connection; which I find absolutely disgusting.
    I find it very difficult to fathom that, as new customers who've just recently paid for the installation of this service, we're expected to pay to fix the poor quality of this service. BT off an official Wi-Fi Home Hotspot 500 Kit for £89.99 - so are you seriously telling me that we have to fork out another £90 to fix the substandard service we've received so far?
    Especially given how early we are into the contract, I have to say how severly disappointed I am in the service received from BT at all levels. To expect brand new customers to pay to fix problems created by the service is absolutely dispicable, and if these issues are not addressed in a more fitting manner we may be forced to look into taking further action.
    I look forward to your responce.
    Regards,
    Alan

    Unfortunately no ISP will guarantee wireless speeds because there are to many variables involved in the transmission of wireless, such as environmental factors of the type of property you have, stone walls, concrete floors etc.
    There are a few things you could try to improve things before spending money.
    Make sure that "Smart set up" is turned off. see link how to so that
    http://bt.custhelp.com/app/answers/detail/a_id/44328/~/switching-smart-setup-on-and-off-on-the-bt-ho...
    Some devices have a problem with the Homehub dual band having the same SSid (name). Try giving the 2.4Ghz and 5Ghz frequencies different SSids. Just add a 5 to the end of the 5Ghz SSid so you know which is which. Check the 5 GHz Sync with 2.4 GHz: is set to NO.
    Once you have done that "forget" the connection on your devices and then restart the devices and log onto both the SSids if the device can use both frequencies. Not all devices cn use 5GHz.
    See this link
    http://bt.custhelp.com/app/answers/detail/a_id/44798/~/i-have-problems-connecting-5ghz-and-dual-band...
    Try downloading and running inSSider or another wireless scanner. This will show you the wireless channels that your Homehub/router is transmitting on as well as the surrounding networks. You want to take a note of the channels in use and change your Homehub onto a channel that is not being used.
    See Link how to do that.
    http://bt.custhelp.com/app/answers/detail/a_id/14094/~/how-do-i-change-the-wireless-channel-on-my-bt...
    See link for inSSIDer
    http://www.techspot.com/downloads/5936-inssider.html

  • Really impossible to create a web service for JBoss using eclipse's WTP?

    I'm starting to get nuts!!!
    I'm an experienced J2SE and J2ME Java developer... but I have huge problems creating a web service using eclipse WTP!
    The tutorials I found are for tomcat... But I want to code for JBoss and not for tomcat...!!!
    There must be somebody out there with the same issues...
    This tutorial works fine for Tomcat...
    http://www.eclipse.org/webtools/community/tutorials/BottomUpWebService/BottomUpWebService.html
    But if I do the same with JBoss... it's not possible to incoke my web service method... ok, I thought... just need to check google... BUT I didn't find any solution in the whole WWW. Found a lot of questions of people with the same problems... but no solution! :(
    Still getting that:
    ERROR [EngineConfigurationFactoryServlet] Unable to find config file. Creating new servlet engine config file: /WEB-INF/server-config.wsdd
    I know a little bit what a wsdd does... but isn't it the job of the WTP to create that file???
    I really hope you have some places for me to start, 'cause I don't know anymore places to ask for...
    Maybe this is a JBoss issue... I don't know...
    Or is there a tutorial on how to create a web Service using JBoss IDE?
    Sascha

    Hi Massimo,
    Quiet a few points here.
    1. Oracle Type objects do not map to XML Complex type
    2. Oracle Type objects do not map to Apex Page Item Types
    3. Apex Page Item types are substituted into the WS Request XML by a process which is part of the Web Service Reference creation through the Wizard in Apex.
    >
    After created the web service (without any errors), I click on test.
    - I can select the Operation --> CREATE_LINGUA
    - I can input data for Basic Authentication
    - I can't view Input Parameters --> Report returned no rows.
    I've tried with normal type like Varchar2 and all was ok.
    Is possible in Apex to use web services based on complex type, tipically an Array?
    >
    As you have guessed the Wizard driven Web Service Reference definition process cannot handle complex types of input parameters required by a Request. By definition the number of complex types possible are infinite, so they are not likely to come built in.
    Passing an array is no solution because finally the values passed have to be plugged into the right SimpleTypes inside a ComplexType in the Request.
    Based on your WSDL your Request will be
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:cre="http://xmlns.oracle.com/orawsv/GRIMALDI/PKG_WEBSERVICES/CREATE_LINGUA">
       <soapenv:Header/>
       <soapenv:Body>
          <cre:SNUMBER-CREATE_LINGUAInput>
             <cre:PLINGUA-LINGUAT-CIN>
                <cre:LINGUAT>
                   <cre:CODICE>?</cre:CODICE>
                   <cre:DESCRIZIONE>?</cre:DESCRIZIONE>
                </cre:LINGUAT>
             </cre:PLINGUA-LINGUAT-CIN>
          </cre:SNUMBER-CREATE_LINGUAInput>
       </soapenv:Body>
    </soapenv:Envelope>However, all is not lost. You can always use the UTL_HTTP package API to construct your Request.
    Regards,

  • Creating multiple http servers on one machine

    I created multiple http servers on one machine.
    I did this in the following way:
    Created a http service as nt service with the following command:
    apache -i -n Testservice -f d:\oracle\isuites\apache\apache\conf\httpd2.conf.
    When I start the service, I always get an error:
    Didn't return an error. Cannot start service.
    Can someone help me.
    I need two httpd services as nt service. Because, I want to use oracle fail safe. So I need a service.
    Alternative : I can create batch files. But I want to start these batch files as nt service. Is there a possibility on
    Windows nt to do this, or an available tool.
    Thanks in advance,
    Iloon

              "Jason Rosenberg" <[email protected]> wrote:
              >Hello,
              >
              >I am wondering about having multiple servers on one machine.
              >I take it, each server will require a unique ip address, which can
              >be done either by using multiple NIC's or using multi-homing.
              If you want to have multiplie servers in the same machine and you want to cluster them then you need ip for each instance.
              If you want multiple instances without clustering, then you can have them run on the same ip but each one should have a different port.
              >
              >I am asking because I am wondering whether it will always be valid
              >for me in servlet code to identify my current server instance by
              >ip address (InetAddress). Or is there a better way to do this?
              If you are accessing the ejb/services on the same server using a servlet. You can get the context, simply using the default getInitialContext(). This should return the context to the local machine. This shoudnt require any ip information.
              >
              >Jason
              >
              >
              

  • Problems with logical data service

    This is related to thread 837141 (Problems creating physical data service to relational table)
    I have been able to create the logical data service that uses the physical service (mentioned above).
    However when I try to create a library function to update (shown below)
    declare function lper:update($new as element(per:Persistance2)) as xs:boolean {*
    * let $changed :=*
    * for $n in $new*
    * let $old := lper:read($new/Project, $ew/Property)*
    * return*
    * fn-bea:replace-value(fn-bea:changed-element($old), "Value", $n/Value)*
    _let $return := {color:#ff0000}pper:update{color}($changed)_*
    * return fn:true()*
    WorkSpace Studio gives the following error (for the line underlined above, and the function in red)
    *{bea-err}FUNC002: Illegal use of side-effect procedure {ld:Physical/Persistance2}update with arity 1. Side-effect procedures cannot be invoked from a side-effect free context*
    Any idea why?

    functions, by definition, do not have side-effects. So calling something that had a side-effect (procedure) is not allowed.
    You need to create a library procedure.
    Your
    declare function lper:update($new as element(per:Persistance2)) as xs:boolean {*
    needs to be
    declare procedure lper:update($new as element(per:Persistance2)) as xs:boolean {*
    - mike
    Edited by: mikereiche on Dec 12, 2008 5:10 PM

  • Multiple HTTP Services

    Hi
    I fill a mysql table with data from a datagrid. When the grid
    if full (50 lines) I send 50 http service request that concerns
    INSERT sql command. My question : Is there a better way then this,
    as to send all data in a single http service? but how??
    Thanks

    "robbyk87" <[email protected]> wrote in
    message
    news:gnrl9a$pfr$[email protected]..
    > Hey all,
    >
    > Is there a way I can OOP this so I do not have to create
    another button
    > set
    > the source and create multiple http services?
    >
    > Surely there must! But alas, I am at a loss here.
    >
    > Basically if I needed to add more images - I would have
    to create more and
    > more http services as well as all the 'like' commands
    for the image
    > button.
    I'm not sure what you mean by the "like" commands, but if you
    just use a
    repeater to repeat your buttons and use ONE HTTPService that
    looks at what
    index the button that was clicked is in the repeater list and
    sends based on
    that, I'd think you'd be pretty much there.

  • Http Service : Help required in displaying result

    Hi All,
    I have created a http service and i'm trying to post the http request. the result is Successful but i'm not able to  display the result in the alert window.
    This is what I'm trying to do on the result event handler function.
    protected function postRequestResult_resultHandler(event:ResultEvent):void
         var srt:String = event.result.nodeValue;
         Alert.show(srt , "Result");
    but I'm getting an output something like [object object ]
    Please help. All I need is to do is, display the complete soap envelop ( soap header and body ) present in the result.
    Is there a way to do it ?
    Thanks and regards,
    adewrn

    Hi,
    Thanks for all your replies. I was able to solve it by making the resultFormat property of http service object as text, This returned the entire result as a string. And i was able to display it.
    Regards,
    adewrn

Maybe you are looking for

  • Question regarding selectOneMenu and PROCESS_VALIDATIONS(3) phase

    Hi im a bit lost regarding selectOneMenu and how validation phase all works together. The thing is that i have a simple selectOneMenu <h:form id="SearchForm">                                                        <h:panelGrid columns="3"  border="0"

  • PO cannot be cancelled

    hello to anyone who help me..... i made an application using DI that will upload a PO from another database... there is a certain CARDCODE which was inserted in a PO that was supposedly invalid, but the DI did not produce an error after executing the

  • Can't open Flash files on Windows XP

    I have Flash Player 9 installed. I can view Flash files online in my browsers (IE and Firefox), but when I try to open a Flash file on my computer to just play it in Flash Player, it asks me what I want to use to open the file. I have searched the su

  • Is there any way to HIDE the bounding box??

    This is very annoying when trying to crop... command-H does the trick in photoshop (well, for the "marching ants" anyway). If anyone knows a quick command for this I would REALLY appreciate it... and if there isn't, consider this just another WISHLIS

  • Problem with C2S VPN

    Hello all, im trying to set up a client 2 site VPN i made the certificates and all seems to be ok. But when ill try to connect ill get an IKE error. Server 8.4.2008 16.46.27 ***Receive Main Mode message from "Client" 8.4.2008 16.46.27 I-COOKIE=6A90A4