Support Web Service structures

Hi,
A half year ago I got the following answer on a OSS message! The question was due to the missing support of Web Dynpro for a Web Service structure. The answer was this:
<i>Currently we do not support this feature.
A new Web Service Model implementation is planned to be released.
As design for this implementation is currently ongoing it is not
possible to make a final statement about the WSDL and XML schema
constructs which will be supported.</i>
My question is. Does anyone know more about this new implementation. When will it be released? Which schema constructs are supported? Any information is welcome.
Thanks

Hi M.Geuze,
I am not sure if this link will help you,just have a look if you like.
<a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/74bae690-0201-0010-71a5-9da49f4a53e2">wsdl2.0</a>

Similar Messages

  • Mapping IDoc in Web Service structure

    Hey,
    now I got general question about mapping:
    I'm using the SAPRDI02 IDoc to send print data to PI. This should be mapped to the web service structure then.
    The IDoc contains the text elements of the sap script and the value of these elements.
    The Web service has some structures and one structure for the document content. this structure has some general
    fields to describe the type of document, which should be printed and a field for the content of the document. This field
    expects unformated XML.
    My question now is, how I should do the mapping best. Do you think it's possible to do it with the graphical tool, or should
    I use XSLT, Java or ABAP mapping?
    I think, the data from the IDoc would be something like this:
    E1RDID
      SYMNAME
      SYMVALUE
    The structure of the web service form content is something like this:
    Printforms
      Printform
        Formtype
        FormContent
        Priority
    And as I understand it, the XML content for the field "FormContent" should be something like this:
    <FormField1>contentOfFormField1</FormField1>
    or
    <FormField1 value = 'contentOfFormField1' />
    So the fields SYMNAME and SYMVALUE should be transferred to this structure and then to the field "FormContent"
    in the webservice.
    Any idea how I do this in the best way?
    THANK YOU!
    Michael

    Hi Rodrigo,
    how do I create the XML tags? The XML-tag name should be the content of SYMNAME and the tag value should be
    the content of SYMVALUE.
    Like this:
    <SYMNAME>SYMVALUE</SYMNAME>
    And in the IDoc, Symname and Symvalue are part of a structure, and each line is one symname/symvalue couple. That means,
    all the lines of this segment should later be just one field value of FormContent in the webservice....
    Example:
    Line1:
    SYMNAME --> testField1
    SYMVALUE --> testContent1
    Line2:
    SYMNAME --> festField2
    SYMVALUE --> testContent2
    And this should later result in:
    <testField1>testConent1</testField1><testField2>testContent2</testField2>
    Sorry, it's a bit hard to explain...

  • Does the latest cFP product offering support web services like the cRIO?

    I'm wondering if the cFP family supports web services like cRIO.  I used cFP with LV8.5 a few years ago and there was no support.

    Hello,
    Yes you can. The process for running a web service from a cFP RT controller is the same for a cRIO.  The procedure is documented in the article Running a Web Service from a Real-Time Target.  Let me know if you have any questions.
    Have a great day,
    Justin Parker
    National Instruments
    Product Support Engineer

  • Does BPEL Server have support "Web Services Transactions specifications"?

    The Web Services Transactions specifications define mechanisms for transactional interoperability between Web services domains and provide a means to compose transactional qualities of service into Web services applications.
    Have anyone can explain oracle process manager have any support about "Web Services Transactions specifications" ?
    or oracle BPEL process manager how to coordinate the actions of distributed applications. Such coordination protocols are used to support a number of applications, including those that need to reach consistent agreement on the outcome of distributed activities.
    appreciate any idea for this issue, thanks a lot.

    You have a number of options.  You can use the built in Screen Sharing application, you can purchase Apple Remote Desktop for each user, you could look at 3rd party tools like GoToMyPC or if you are looking to replace Terminal Services look at AquaConnect. 
    The tool you use will be determined by what the users have at home.  If they are also using Macs, they can use all the native tools.  If they are on PC, they can use either a VNC client or many of the 3rd paty tools.

  • How do I update web service structures?

    I have an EJB that exposes a few business methods. I've also created an unauthenticated web service that exposes a couple of the business methods.  This all works fine, and has been deployed to another runtime environment.
    I've now made some changes to one of the underlying structures that is returned by the EJB.  How do I update the web service to now return the new structure?  The genereated wsdl does not contain the new updated structure, so I can't get at the new values I've added to the structure.  I understand that changing a structure that is currently being used by a web service is not the best thing to do, but in this case I'm ok since the web service it not yet being used.
    I've tried dropping the wsdl and re-creating it from scratch, but then I get the message 'item not described in the schema' - since the EJB, structure, and Web Service are all in the same EAR, how can this be possible?  It's almost as if the VI isn't being updated correctly.
    I'm on NW2004s/sp10.
    Suggestions?

    Hi Ken,
    Even I have faced similar problem in the past. The sure way to change schema in WebService is create VI again and re-redploy the web service.
    Hope it works
    Regards
    Smruti

  • Help - developing a web-based application and supporting web service

    I am in need of creating a web service that provides some reusable components, and then creating a web application that is also a client of the web service. Is it ok to put both on the same application server? Can anyone give me a timeframe for how long it takes to create a web service + web application from scratch? I'm sorry if the questions sounds dumb, I am a newbie to this and am just trying to learn as I go. Thank you for any help!

    In answer to your first question, yes. You can have both your web service and web application on the same application server. This is a normal development scenario for lots of applications. As far as a timeframe on how long it takes to create a web service + web application from scratch that depends on the complexity of both the web service and application you are writing. A simple web service and application written by an experienced web services developer could be written in a day. A more complex application could take weeks/months.
    Hope this helps!

  • Does Oracle817 support Web Service call from PL/SQL Procedure?

    Dear Experts,
    Please help. Thanks.

    I am sure about C-based webservice client. But Java-based webservice client cannot run on 817.

  • What kind of Cellphone supports for Web Services in Java Application?

    I have developed a software in J2ME integrated with Web Services!
    I am wondering what kind of Cellphone (Nokia, Samsung, ...) supported Web Services now?
    Any help is appreciate!

    Hi Shannon,
    The type of proxy I'm familiar with is at the http connection level and
    associated with the networking properties in the JDK, See:
    http://java.sun.com/j2se/1.4.2/docs/guide/net/properties.html
    Your question may be related to JWS proxies, See:
    http://edocs.bea.com/workshop/docs81/doc/en/workshop/guide/howdoi/howUseTheJavaProxyForAWebService.html
    You may want to ask this question in the workshop newsgroup.
    Hope this helps,
    Bruce
    shannon lee wrote:
    >
    Hi, all;
    I try to find out how the java proxy of web service in weblogic server 8.1
    works. Suppose I use the java Proxy of a WebSerice in a client application whatever
    whithin or outside the application of the web service, does the proxy actually:
    1. translate my java arguments objects in XML to create SOAP msg,
    2. then send the msg across the network, and web service also response SOAP msg,
    3. then proxy translate it into return value of the method call ?
    If that is true , the Java Proxy seems very inefficient, right?
    Can any body tell me how the proxy works ?
    regards,
    shannon

  • Which Web Service message formats are supported?

    Hi,
    From the documentation it looks like only SOAP binding 1.1 is supported but nothing is mentioned about the supported message formats, e.g. Document literal (wrapped/bare), rpc-encoded, rpc-literal. etc. Does anybody know which are supported?
    Regards Pete

    Hi,
    I opened a SR on Metalink and got this answer:
    ApEx supports only RPC/literal style. The current support for Web services was designed to work with RPC style Web services nearly three years ago. We (
    ApEx development/product management) are reviewing enhancement to more broadly support Web services and hope to have that support in a future release.
    For the current support of Web services in Oracle Application Express, a design decision was made to support only WSDL’s that use the W3C XML Schema specification as it
    is data type system. Just converting a Web service to RPC style is not all that is required to make it work properly with Application Express. It also must use the XML Schema specification as its data type system and prefix those type references, with the same prefix as the XML Schema reference in the definitions declaration in the WSDL.
    Oracle Application Express expects type declarations to be fully qualified with the same prefix of the reference to the XML Schema specification as in the WSDL’s definitions declaration (http://www.w3.org/2001/XMLSchema). If the WSDL contains type references that are not qualified with the prefix of the XML Schema specification, then editing the WSDL to include these type references with the corresponding prefix will allow Oracle Application Express to properly parse the WSDL.
    Support for more loosely defined types is planned for a future release of Oracle Application Express.
    Regards Pete

  • SAP WebAS Supportability - cannot run Web Service

    Hi Experts,
    I found in the supported platform document, boe_xi_30_supported_platforms_windows.pdf.
    It states that SAP Web Application Server 7 ...  Not supported for Web Services.
    Does this mean we cannot use Xcelius with Query as a web service on the top of SAP BW ?
    Thanks and regards,
    Manabu

    Hi Manabu,
    In the company I'm working for, we want to implement this solution (Business Object <-> SAP and Xcelsius with QAAWS in order to extract data from SAP Queries).
    To do so, we got advises from SAP consultants. Apparently, there is a way to customise the WaS server with a special SDK, in order that it supports Web Services.
    But the consultants did not recommand this solution (I didn't know why). The way we choosed is to use a Tomcat for the Web Services and a WaS for the rest of all the applications (You just have to interface the two server and to separate the tasks).
    I can't tell you the result we've got, because we will try it next month...
    Hope it helps...

  • Does Websphere(WAS) V3.5 has support for web services ??

    Hi all,
    Please let me know whether Websphere Application Server V3.5 supports Web Services. If any one has used it for V3.5 then please let me know.
    Thanks
    -Satyendra

    I suppose not, as out of the box.
    If you look into the classpath and the lib directories, there are no traces of any support for Web-Services.
    However, you can set up the environment to do so, It seems to be easy to handle.
    Cheers, and keep posting your progress.

  • Web Services support-JSR-172 implementation

    Are there specific devices which supports Web-Services or all the devices supports JSR-172 ?
    Thanks in advance.
    Krishan

    simple google search will do.... http://www.j2mepolish.org/devices/devices-webservice.html

  • Java Web Services and hosting companies

    Hi
    At this moment I am looking for a web hosting companies.
    I will be developing website in Java and I will also develop Web Services.
    Can you tell if I am able to host Web Services with any hosting company that supports Java. Or is there any special requirement on the behalf of the hosting companies to support Web Services written in Java
    regardas

    No Problem at all
    Nomally the Web Service is big different between Web application. or you can build your Web service structure like web application structure. It depends on the web server:
    If the Web Server of hosting company has WEB Service framework, you just need know how to deploy your Web service to Web Service framework and How to deploy to Web Server. In this case, you need deploy it two time, one is for Web Server framework and one is for Web Service framework
    If the Web Server of hosting company doesn't has WEB Service framework, you need build your own Web Service framework into a web application, then you just need know how to deploy your web application with Web service into Web Server framework

  • Invoking web service multiple times

    Hello,
    in CAF I have modeled a business object Order which contains a number of OrderLines.
    In VC I have modeled a form which is used to collect the metadata of the Order as well as a table containing the OrderLines of the regarded Order.
    For storing the Order I have specified a web service in CAF, which basically inkoves the create operation of the Order.
    For storing the OrderLines I have specified a web service which adds an OrderLine to a given Order (i.e., invoking the add operation on the association).
    Is it possible to invoke this web service for each row in the table? When I connect the table to the web service and choose "all rows" only the last row seems to be processed.
    Best regards
    Alexander

    Hi Alexander,
    Consumption of  complex structure is possible when calling a web service.
    Please refer to the below links:
    http://help.sap.com/saphelp_nwce10/helpdata/en/32/07c93f26903a1ce10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nwce10/helpdata/en/43/733b956d596fcee10000000a1553f6/frameset.htm ( here click on Supported web service struct and facets link)
    Let me know if its useful
    Regards,
    Vani

  • Tuxedo vs Web Services

    Hello,
    Does Tuxedo support SOAP? or any capabilities to service a Web Services
    client? How does it works and which version of Tuxedo can do that???
    Thank you,
    Neo Gigs
    "Follow the white rabbit..."

    On Thu, 31 Oct 2002 11:06:17 +0100, robertz wrote:
    Neo,
    As far as I know Tuxedo by itself does not support
    web services.
    But it is possible to call Tuxedo services from
    within WebLogic app server. WebLogic has built-in
    support for webservices.
    On the other hand it is possible to use either
    Java API or Jolt in order to call Tuxedo services.
    By merging these APIs with tools like Apache Axis
    it is possible to setup Tuxedo service as a web
    service.
    Of course you will have to transale/interpret
    content of your SOAP call by yourself and call
    appropriate Tuxedo service with its native
    structures as parameters (for example STRING).
    So there is some work to do.
    Neo Gigs wrote:
    Hello,
    Does Tuxedo support SOAP? or any capabilities to
    service a Web Services
    client? How does it works and which version of
    Tuxedo can do that???
    Thank you very much Robertz and Shailesh:
    I personally found out that the Tuxedo system we had was embedded with a
    layer on top to make certain system call's to Tuxedo bulletin board, as
    far as that we do not have the complete source code of the layer of
    program called "UCT", although it is written in C code. All our major
    system talks to UCT directly instead talking to Tuxedo bulletin board for
    some proprietry vendor codes, which blocked us from developing ahead, as I
    know that building a Web Services on top of Tuxedo is OK but hard for us
    to build on top of UCT. Anyway thanks for the valuable information.
    Appreciated it!
    Thank you,
    Neo Gigs
    "Follow the white rabbit..."

Maybe you are looking for

  • Time Machine won't backup – but no error message

    Hi community, I'm using TimeMachine with MacOs Version 10.6.8, on an iMac with an 3.2 GHz Intel Core i3 Processor. Actually, I was pretty happy with it for several months, never had any error messages. But suddenly, TimeMachine started to backup the

  • Pavilion dv7-4285dx no longer charges when plugged in

    Hi, My Pavilion dv7-4285dx laptop is no longer recharging the battery. I'm running Windows 7 Home Premium. The power settings are set to performance level (not an HP setting, but a Windows one). The power cable and charger box appear to be okay. Any

  • My HP LaserJet Professional M1132 MFP Is Not Print Or It Offline

    My HP LaserJet Professional M1132 MFP Is Not Print & i think it offline. I Do Not Know What To Do. I Look on google but the things there tell you do not work. I Rest my computer, & I Plug in my printer acdpeter right but it not printer. If There Any

  • Outlook sync problems (like so many others)

    i have outlook 2003. each time i check the itunes sync addin it unchecks itself. when i do sync phone with itunes, a window prompts me to accept the changes, but when done syncing, no data is transfered. is this a solveable problem? i'm only moderate

  • Slow VF04 Process Only on One Company Code

    We have 5 company codes on our system. Last month we create new company code. No problem in Devevelopment or QA Server. However, when we transporteded this new company code configuration to Production server, we got VF04 problem. VF04 very slow for o