About Test (webservices)

Hai,
ide:NetBeans 5.5
server:SunApplicationServer
I developed the webservice .In this no errors when i am testing the webservice it gives the error like Service Class Not Generated
why it is giving like that .
If you know please send the reply as early as possible
if i used Netbeans 5.5 beta version it is not giving any error(means it gives the result)
Thanks,
Radhi.

can anyone help me about that?

Similar Messages

  • Unable to successfuly test webservice through SOAP UI while the FM works

    Hi,
    We have recently upgraded to EHP6. We created a few function modules through which web services were created. Now when we test the FM's they work perfectly fine whereas some of the webservices are not responding correctly when being tested thriough an external tool: SOAP UI.
    This particular issue is just persisting in case of only a few webservices whereas the others are working perfectly fine. After checking all the configuration seetings (though I am sure they are maintained correctly since some of the webservices are working fine) I have tried regenerating a new service and then going about testing the new wsdl file in SOAP UI but the output is same everytime. I also tried deactivating and reactivating the FM and then creating the wsdl out of the service but nothing seems to work.
    How can I test my webservice in such a case and be sure of it to be working correctly?
    Kindly help out with this issue.
    Regards,
    Shivangi

    Hi Shivangi,
    What precisely do you mean by the following?
    some of the webservices are not responding correctly when being tested thriough an external tool: SOAP UI
    Is it like you do not get any response from your web service, or an error response? Or you do receive a response, but it differs from what you get when testing the FM directly in ECC?
    In the first case, make sure you have configured your web services correctly in SOAMANAGER (or WSCONFIG + LPCONFIG in case of lower system versions).
    In case of the latter, make sure you use statements like "IS INITIAL" or "IS SUPPLIED" correctly, because input parameters may look somehow different in ECC when the FM is executed externally.
    You might also want to put an external break point for the user that authorizes your external connections and debug the FM from there to see what's wrong. For this purpose, when displaying your FM, choose: Utilities -> Settings from the top menu, and in the window that appers, go to tab page ABAP Editor, sub-tab page Debugging and type a user for external debugging (it has to be a dialog user), then place an external break point in the code.
    Hope this helps,
    Greg

  • Problem Testing Webservices

    Hi,
    i have created a webservice and am trying to test it using "test Webservices" option in jdev 11.
    When i run it, following is the error i get. I need help resolving it .
    [Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
    D:\Jdev\system11.1.1.0.20.46.84\o.j2ee\embedded-oc4j\config>
    D:\Jdev\jdk\bin\javaw.exe -client -classpath D:\Jdev\j2ee\home\oc4j.jar -Xverify:none -XX:MaxPermSize=256m -DcheckForUpdates=adminClientOnly -Doracle.application.environment=development -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 -Doc4j.jms.usePersistenceLockFiles=false -Djava.security.policy=D:\Jdev\system11.1.1.0.20.46.84\o.j2ee\embedded-oc4j\config\java2.policy oracle.oc4j.loader.boot.BootStrap -config D:\Jdev\system11.1.1.0.20.46.84\o.j2ee\embedded-oc4j\config\server.xml
    [waiting for the server to complete its initialization...]
    WARNING: Bulk-load class 'oracle.j2ee.ejb.TimeoutExpiredException' not found in /D:/Jdev/j2ee/home/lib/oc4j-internal.jar (from <code-source> in META-INF/boot.xml in D:\Jdev\j2ee\home\oc4j.jar)
    Oct 12, 2007 5:51:26 PM oracle.j2ee.util.AnnotatedLogger log
    WARNING: The minimum thread pool size must be >= 2. Automatically adjusting minimum and maximum thread pool sizes.
    Oct 12, 2007 5:51:31 PM com.evermind.server.XMLDataSourcesConfig parseRootNode
    INFO: Legacy datasource detected...attempting to convert to new syntax.
    07/10/12 17:51:33 WARNING: ApplicationServer.enableOC4JDocumentChangeNotifier Alternate DocumentChangeNotifier in use!
    07/10/12 17:51:58 java.net.ConnectException: Connection timed out: connect
    07/10/12 17:51:58      at java.net.PlainSocketImpl.socketConnect(Native Method)
    07/10/12 17:51:58      at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
    07/10/12 17:51:58      at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
    07/10/12 17:51:58      at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
    07/10/12 17:51:58      at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
    07/10/12 17:51:58      at java.net.Socket.connect(Socket.java:519)
    07/10/12 17:51:58      at java.net.Socket.connect(Socket.java:469)
    07/10/12 17:51:58      at java.net.Socket.<init>(Socket.java:366)
    07/10/12 17:51:58      at java.net.Socket.<init>(Socket.java:208)
    07/10/12 17:51:58      at oracle.jdevimpl.runner.oc4j.Oc4jNotifier.sendMessage(Oc4jNotifier.java:91)
    07/10/12 17:51:58      at oracle.jdevimpl.runner.oc4j.Oc4jNotifier.postDeploy(Oc4jNotifier.java:75)
    07/10/12 17:51:58      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    07/10/12 17:51:58      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    07/10/12 17:51:58      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    07/10/12 17:51:58      at java.lang.reflect.Method.invoke(Method.java:585)
    07/10/12 17:51:58      at oracle.j2ee.util.ServerLifecycleClasses.invoke(ServerLifecycleClasses.java:65)
    07/10/12 17:51:58      at oracle.j2ee.util.StartupClasses.executeExternalPostDeploy(StartupClasses.java:52)
    07/10/12 17:51:58      at oracle.j2ee.util.StartupClasses.postDeploy(StartupClasses.java:69)
    07/10/12 17:51:58      at com.evermind.server.ApplicationServer.setConfig(ApplicationServer.java:1247)
    07/10/12 17:51:58      at com.evermind.server.ApplicationServerLauncher.run(ApplicationServerLauncher.java:129)
    07/10/12 17:51:58      at java.lang.Thread.run(Thread.java:595)
    07/10/12 17:52:02 Oracle Containers for J2EE 10g (11.1.1.0.0) initialized
    Regards
    Ashish

    In Overview of service in SOAMANAGER you have
    Open porttype WSDL document 
    Open WSDL document for selected binding 
    Open Web Service navigator for selected binding
    The WSDL is a xml file so if you click second link is correct you get xml page. If you want to test the service giving it an input you have to click on third link.
    For what about no entry in WSADMIN, I am facing this issue too, but I think it's normal because the complete management of the web service should migrate to SOAMANAGER, being obsolete WSADMIN.
    regards
    gabriele

  • Not able to test webservice through enterprise manager

    Hi All,
    We have deployed few composites. Deployment was successful. but when we try to test the service using "Test" button in the composite. we are getting an error below the WSDL URL in the Test Webservice page.
    Following is the error:
    Either the WSDL URL is invalid or the WSDL file is not valid or incorrect. - oracle.sysman.emas.sdk.wsm.WsmServiceAccessException: Cannot locate service: oracle.wsm.policymanager.IPolicyService
    I'm able to open the WSDL in browser. We dont have any OWSM policlies set for any of the composites.
    When i use the WSDL URL in a partner link, the operation and other properties getting loaded, i/p and o/p elements of the WSDL also getting retrieved.
    SOA version: 11.1.1.6
    This is applicable for all composites we deployed.
    Please help us in resolving this issue.
    Regards,
    Terry
    Edited by: 965185 on Oct 16, 2012 2:05 AM

    In my case issue got resolved after I added java.naming.provider.url
    Steps:
    Log into EM then select the domain in use and use the following the menu path, WebLogic Domain> Web Services > Platform Policy Configuration
    From there, select the Policy Accessor tab., then click Add to add a property.
    In the Add Property window, specify the following values:
    In the Name field, enter this property: java.naming.provider.url
    Value: t3://<hostname1>:<port_number>,<hostname2>:<port_number>

  • There is an icon in the upper right hand corner about test your internet connection speed. is this malware

    ''locking - dupe of https://support.mozilla.org/en-US/questions/976623''
    there is an icon in the upper right hand corner about test your internet connection speed. is this malware

    Can you attach a screenshot?
    *http://en.wikipedia.org/wiki/Screenshot
    *https://support.mozilla.org/kb/how-do-i-create-screenshot-my-problem
    Use a compressed image type like PNG or JPG to save the screenshot.
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Got an e-mail from Apple Software Customer Seeding about testing software-is it for real?

    I recently received an email about testing pre-release software from Apple Software Customer Seeding.
    It's asking me to log in with my ID and accept a confidentiality agreement.  Is this a scam?

    Actually, I was surprised to find this email in my inbox this morning, on a US holiday, sent from the Pacific Time Zone at 7 a.m.! 
    I don't even have Lion installed, so the only reason I can think they are interested in my opinion was due to my public criticism of Lion and the cost of upgrading software (over $5000 in my case, being in the print and design industry) just to take advantage of the iOS-flavored features.
    Suspicious of its offer, I viewed the email in "Source" (yes, I still use the much-stable Office 2004 with Entourage) and was able to see "who" really sent the email (someone with ties with Apple, but based on her Facebook profile, I think she's an outsource ... Quiltmaking seems to be her thing!)....
    Then I came to the Apple Discussions and saw not one, but two discussions about this possible spam/phishing letter.  So, yes, it turns out to be real, but again, my initial thought was this was Apple's way of silencing one of their critics.
    Yes, conspiracy theories abound when the company you love and love to hate is so secretive (gosh, they can even get the SF Police to cooperate in searching someone's house!).

  • Merging WSDL and sending it to a test webservice

    Hi All,
    I have four wsdl to merge into a single wsdl and import into XI and use
    it a source data type. The wsdl contains different namespaces in it.
    Could anyone guide me the procedure step-by-step to do it. Any help is really appreciated. Can I send the merged wsdl through XML spy to a test webservice and test it. How can i create a test webservice to test it.
    Thanks
    Michael

    Hi,
    To merging, using xml spy you can try it out.
    To Test a Webservice refer this blog-
    /people/siva.maranani/blog/2005/03/01/testing-xi-exposed-web-services
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/d23cbe11-0d01-0010-5287-873a22024f79
    Hope this helps,
    Regards,
    Moorthy

  • About testing

    Hi,
        will you please provide some document about testing for BI datawarehouse?
    Many thanks,
    Frank

    Hi Frank,
    Check this thread:
    BI Upgradation-Tests
    Testing
    SAP BI 7.0/ BW Testing
    Also, there are some testing tools available:
    http://help.sap.com/saphelp_nw70/helpdata/EN/45/c96642804a173be10000000a155106/frameset.htm
    http://help.sap.com/saphelp_nw70/helpdata/EN/cc/9e138e14ae11d2bd11080009b4534c/frameset.htm
    Hope this helps you..!
    -Pradnya

  • I want know about test scripts

    hi every one
    i want know about test scrips and in real time what i had done the customized data what we havt to test,please tell me any one
    thanking you

    Hi Muttus,
    Please follow th below link which will throw light on this.
    http://help.sap.com/saphelp_erp2004/helpdata/en/39/2f333bf40bc633e10000000a114084/content.htm
    regards,
    Chitnan Joshi.

  • Getting information about configured(webservices.xml) web service handlers

    Hi Guys, The situation is: In a Web Service, I have few GenericHandlers configured as server(Role) in webservices.xml(for IBM Runtime) & server-config.wsdd(Axis Runtime). Say the handlers are A, B & C. Now, when there is a inbound call A,B & C are getting invoked as expected.
    I am basically lookin for a way to know (programmatically) the # of handler configured for this web service i.e., 3 in this case and few other handler specific details.
    I was investigating getting hold hold of HandlerChain by following way
    HandlerRegistry hndlReg = service.getHandlerRegistry(); List hChain = hndlReg.getHandlerChain(new QName("http://test.com","PortName"));
    , but I dont get hChain containing information about A,B or C. Ya, here I can add Handlers programmetically which gets invoked also. But no information of already configured handlers in configuration files.
    Is there any way(programmetically) to get the details about already configured handlers.
    Appreciating your help.

    Please help ....

  • Testing Webservice via EM: Limitations...

    Hi,
    we have a WSDL with more than 30 functions.
    The generation of a java webserivce works fine.
    The testpage provided by the iAS shows only for a limited number of functions the html AND xml form for the input variables. So testing gets difficult....
    All functions work and can e.g. accessed via BPEL.
    Is there a known limitation about the number of functions of a webservice and this testpage?

    Hello,
    Could you please give us the release of OracleAS you are using?
    About the limitation, it is hard to answer, so for testing you can test with another tools (SOAP UI for example), or creae a proxy using JDeveloper and use client class to test from Java.
    I am very interested to know what is the exact issue, could you please copy the WSDL like that I can recreate a service from it and test.
    Regards
    Tugdual Grall

  • Error while testing webservice using SOAP

    Hi,
    While i was testing my published webservice using soap-ui it gave me following error,
    <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <soap:Body>
    <soap:Fault>
    <faultcode>soap:Server</faultcode>
    <faultstring>Internal SOAP Processing Failure</faultstring>
    <detail/>
    </soap:Fault>
    </soap:Body>
    </soap:Envelope>
    and in the event log i can see a event as follows and there is no warning or error
    Upon investigation i got to know the following steps might solve the problem..i.e..
    - Is the receive location for the SOAP webservice enabled? - YES
    - Can you browse to (the WSDL of) the webservice? Is displayed correctly? -YES
    - Is the webservice configured to run in the correct application pool? -YES
    -The user under which application pool is running have the read/write permission on the %temp% folder.-Dont Know how to check
    -In IIS,Check the identity of the application pool on which Web service is running and make sure that the user is the member of both “IIS_WPG” and “BizTalk Isolated host users”.
    -DONT Know how to check
    Please Help me in guiding me in the last two points
    and if there are any other solutions for this..
    Thanks,
    Sarva.

    You mentioned you checked that the webservice is configured under correct application pool. you can find the user under which the application pool is configured (open iis- > select application pools -> find out the "Identity column" to
    know the user for your application pool.
    -The user under which application pool is running have the read/write permission on the %temp% folder.-Dont Know how to check
    Go to run -> type "%temp%" -> Go one step back -> Right click to the folder -> Properties -> Security -> check the application pool user is present under "Group or user names"
    -In IIS,Check the identity of the application pool on which Web service is running and make sure that the user is the member of both “IIS_WPG” and “BizTalk Isolated host users”.
    -DONT Know how to check
    Refer How to Add Service Account to the IIS_WPG Group to add your application pool user under IIS_WPG. Also similar activity to add your service account to "BizTalk Isolated
    host users" if it is local groups. Or Ask your network support team if "BizTalk Isolated host users" is domain group.
    Please Help me in guiding me in the last two points
    and if there are any other solutions for this..
    Thanks,
    Sarva.
    Your event viewer might have more information pointing exactly what is causing "Internal SOAP processing failure". 
    Also refer this
    which might be helpful for you.
    If this answers your question please mark it as Answer and if this post is helpful, please vote as helpful. Thanks !

  • Error testing Webservice in XMLSPY

    Hello guys,
    I have a scenario Webservice -> XI -> Proxy Synchronous.
    I have created the webservice, and the URL is correct. I have a problem in the proxy because is expecting the Message Type and in the XML appears the name of Message Interface.
    I have the next XML in XI:
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <!-- Call Adapter -->
    <m:I_Consult xmlns:m="http:/xxxxxxx" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/">
         <FIELD1>String</FIELD1>
         <FIELD2>String</FIELD2>
    </m:I_Consult>
    And the message I have in XMLSPY is a Parse Error. In XI monitoring I see the next error:
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <!-- Inbound Message -->
    <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
         <SAP:Category>XIProxy</SAP:Category>
         <SAP:Code area="ABAP">PARSE_APPLICATION_DATA</SAP:Code>
         <SAP:P1>Request Message</SAP:P1>
         <SAP:P2>CX_ST_MATCH_ELEMENT</SAP:P2>
         <SAP:P3>/1SAI/TXS4C324AF6BDD9E4AD352A</SAP:P3>
         <SAP:P4>XML Bytepos.: 304  XML Path: m:I_Consult(1) Error Text: Elemento MConsult previsto</SAP:P4>
         <SAP:AdditionalText/>
         <SAP:ApplicationFaultMessage namespace=""/>
         <SAP:Stack>Error during XML =&gt; ABAP conversion (Request Message; error ID: CX_ST_MATCH_ELEMENT; (/1SAI/TXS4C324AF6BDD9E4AD352A XML Bytepos.: 304  XML Path: m:I_Consult(1) Error Text: Elemento MConsult previsto))
    Elemento MConsult previsto
    </SAP:Stack>
         <SAP:Retry>M</SAP:Retry>
    </SAP:Error>
    The text is in spanish, but I the problem is that R/3 is waiting MConsult (Message Type) despite of I_Consult (Message Interface).
    In R/3 I am using the sentence INPUT-MConsult-FIELD1, so I understand that is waiting MConsult in the calling, but I don't understand why when I create the SOAP request in XMLSPY it doesn't appear.
    I think all is created correctly in XI including SOAP adapter, and when I define the Webservice i put the message I_Consult with his namespace and I download the WSDL created.
    When I test the WSDL in XMLSPY I have this error.
    Do you know if I have to do some changes in the WSDL in XMLSPY before to send the SOAP request? I have no access to the WSNAVIGATOR so I can't do the test in this part.
    Many thanks in advance.
    Regards,
    Xavi.

    Hello guys,
    now is running, because I have created a message mapping.
    But theoretically if the message from the webservice is the same that goes to the proxy it wouldn't be necessary to create the mapping isn't it?
    I don't understand why if I create the mapping is running, and if I do without it is not running because the message send by SOAP is the same and the message types are identhical. Somebody can explain it?
    Many thanks.
    Regards,
    Xavi.

  • Testing Webservices in XI with XML Spy

    Hi ,
          I am trying to define a Webservice in XI from the ID by going to Tools -> Define Webservice( the usual way ) and I got the WSDL.I am trying to use the same from XML Spy to send SOAP messages to XI.But there is something wrong in the link generated.Does somebody has a prior exp or idea about what needs to be done exactly to get it running.
    Regards,
    Sudip.

    Hi Bhavesh,
                        I was trying the second option to send it to the integration server directly. But the error which I get it as follows
    <SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/">
         <SOAP:Body>
              <SOAP:Fault>
                   <faultcode>SOAP:Server</faultcode>
                   <faultstring>System Error</faultstring>
                   <detail>
                        <s:SystemError xmlns:s="http://sap.com/xi/WebService/xi2.0">
                             <context/>
                             <code>RCVR_DETERMINATION.MESSAGE_INCOMPLETE</code>
                             <text>Message is incomplete. No Sender found</text>
                        </s:SystemError>
                   </detail>
              </SOAP:Fault>
         </SOAP:Body>
    </SOAP:Envelope>
    But this is a working scenario.
    link which is generated is as follows
    http://bsw6220:51000/sap/xi/engine?type=entry&version=3.0&Sender.Party=http%3A%2F%2Fsap.com%2Fxi%2FXI%3AXIParty%3AAttachmentAdapter&Sender.Service=LockBoxFileCreationAtProvider&Interface=http%3A%2F%2Fsap.com%2Fxi%2FAP%2FGlobalization%5EUS_BAI2_IN_INTERFACE
    Any idea what went wrong?
    Regards,
    Sudip.

  • Tool required to test webservice regarding  Webservice to IDoc

    Dear All,
    Iam dealing with Webservice to IDoc Scenario . I require a tool to test my Web service . Please Do the needful
    Thanks & Regards,
    Kalyan

    Hi kalyan,
    u can test using "Altova XML spy" or "Soapui".
    Download  "Altova XML spy"  from the below link.
    http://www.altova.com/download/xmlspy/xml_editor_enterprise.html
    <u><b>Using XML SPY:</b></u>
    Now open XML spy->go to FILE->OPEN->(select ur WSDL)->click on text(see below)->goto SOAP(see above)->create new SOAP request->ok->select MI->ok...
    now u will get soap request in XML format.Now again goto SOAP->send request to server.if evrything is correct ...wait smtime u will get ur desire output.
    Download SoapUi here below
    http://sourceforge.net/projects/soapui/
    <u><b>Using SoapUi:</b></u>
    Open SoapUi....goto FILE->New WSDL Project->give any suitable name and browse the WSDL->Now drill down ->u will see  "request1"->double click on that(here request gets create automatically.->click on the small green triange shape icon above.
    Regards
    biplab
    <i>**reward with points if helpful</i>

Maybe you are looking for

  • How to use TreeExpanderWidget, there is no example or specification about this widget, anyone can tell me how to use it thanks.

    Now I have a TreeView, it works fine.  But all the items in the tree are displayed directly, I want they are collapse at start and just expand on click event ,just like the following picture . I searched all the SDK ,there is no example about this .

  • Windows7 Office 2007 and Acrobar 10 is supported in what version?

    Hi,     The company that I work want to know if our SAP installation environment ERP and BW release and support packages support the following apps: Windows 7 Office 2007 Acrobat 10 This are our release and SP versions: ERP -> 5.0 SP: Component     S

  • WLP 10 & Flow Layout

    Hi, i need a page with a horizontal flow layout (2 portlets side by side). I've created a new layout which works fine with the classic or default laf but not with bighorn. Any suggestion about this issue ? Thx

  • Where are my preferences?

    While doing some clean up because logic became unstable, I think I threw away my Logic Preferences. When opening or closing Logic it says it can't find the preferences, and I'm not able to load or save them now. Any advice how to get my preferences b

  • Problems with Step & Repeat

    I have having a problem when I step and repeat and the text in the textbox does not stay in the same place. Below is how I step and repeat the bottom image. Below here is what my result is. See how "What's Your" is now at the top of the black box? An