WebService databinding not proper

Hi,
I'm totally new to Flashbuilder so bare with me.
It seems this is not working properly. If the webservice returns more than one field the results will not display in a datagrid, its blank. If I change the webservice to only return one field that field does display properly.
Below is the result of the web service I'm calling as shown in the test panel of Flash Builder. Does this look ok?
Thanks.
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope
  SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
  xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"
  xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
  xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <SOAP-ENV:Body>
    <ns1:WebService_LocatorResponse xmlns:ns1="http://www.4d.com/namespace/default">
      <CustomerName href="#ref-1"/>
      <Address href="#ref-2"/>
      <City href="#ref-3"/>
      <State href="#ref-4"/>
      <Zip href="#ref-5"/>
      <Phone href="#ref-6"/>
      <Miles href="#ref-7"/>
      <SalesYTD href="#ref-8"/>
    </ns1:WebService_LocatorResponse>
    <SOAP-ENC:Array SOAP-ENC:arrayType="xsd:string[10]" id="ref-1">
      <item1>Happy Hearts Day Care, Inc.</item1>
      <item2>Marlette Community Schools</item2>
      <item3>Noel's Ark</item3>
      <item4>Angie's Wiggles &amp; Giggles Dayc</item4>
      <item5>Norma Sayers</item5>
      <item6>Over the Rainbow Day Care</item6>
      <item7>Countryside Daycare</item7>
      <item8>Wee Walk In</item8>
      <item9>Tamara Auld</item9>
      <item10>Angeleah Lynch</item10>
    </SOAP-ENC:Array>
    <SOAP-ENC:Array SOAP-ENC:arrayType="xsd:string[10]" id="ref-2">
      <item1>3073 Main Street</item1>
      <item2>3197 Sterling Street</item2>
      <item3>6824 Clifford Rd</item3>
      <item4>1585 East Dayton Road</item4>
      <item5>538 Meadow Drive</item5>
      <item6>8053 Gosline Rd</item6>
      <item7>3633 Densmore Rd</item7>
      <item8/>
      <item9>8301 South Sheridan Road</item9>
      <item10>4014 Skelton Road</item10>
    </SOAP-ENC:Array>
    <SOAP-ENC:Array SOAP-ENC:arrayType="xsd:string[10]" id="ref-3">
      <item1>Marlette</item1>
      <item2>Marlette</item2>
      <item3>Marlette</item3>
      <item4>Caro</item4>
      <item5>Caro</item5>
      <item6>Marlette</item6>
      <item7>Caro</item7>
      <item8>Brown City</item8>
      <item9>Millington</item9>
      <item10>Columbiaville</item10>
    </SOAP-ENC:Array>
    <SOAP-ENC:Array SOAP-ENC:arrayType="xsd:string[10]" id="ref-4">
      <item1>MI</item1>
      <item2>MI</item2>
      <item3>MI</item3>
      <item4>MI</item4>
      <item5>MI</item5>
      <item6>MI</item6>
      <item7>MI</item7>
      <item8>MI</item8>
      <item9>MI</item9>
      <item10>MI</item10>
    </SOAP-ENC:Array>
    <SOAP-ENC:Array SOAP-ENC:arrayType="xsd:string[10]" id="ref-5">
      <item1>48453</item1>
      <item2>48453</item2>
      <item3>48453</item3>
      <item4>48723</item4>
      <item5>48723</item5>
      <item6>48453</item6>
      <item7>48723</item7>
      <item8>48416</item8>
      <item9>48746</item9>
      <item10>48421</item10>
    </SOAP-ENC:Array>
    <SOAP-ENC:Array SOAP-ENC:arrayType="xsd:string[10]" id="ref-6">
      <item1>989-635-2626</item1>
      <item2>989-635-4925</item2>
      <item3>989-635-7884</item3>
      <item4>989-673-8815</item4>
      <item5>989-673-7446</item5>
      <item6>989-635-6670</item6>
      <item7>989-673-1364</item7>
      <item8>810-346-3686</item8>
      <item9>989-871-4447</item9>
      <item10>810-793-0356</item10>
    </SOAP-ENC:Array>
    <SOAP-ENC:Array SOAP-ENC:arrayType="xsd:float[10]" id="ref-7">
      <item1>7.74994045</item1>
      <item2>8.078687892</item2>
      <item3>9.062562736</item3>
      <item4>10.408472294</item4>
      <item5>12.439067148</item5>
      <item6>12.539467388</item6>
      <item7>15.191403538</item7>
      <item8>16.508578674</item8>
      <item9>16.969271668</item9>
      <item10>19.527102388</item10>
    </SOAP-ENC:Array>
    <SOAP-ENC:Array SOAP-ENC:arrayType="xsd:float[10]" id="ref-8">
      <item1>0</item1>
      <item2>0</item2>
      <item3>0</item3>
      <item4>0</item4>
      <item5>39.99</item5>
      <item6>0</item6>
      <item7>0</item7>
      <item8>0</item8>
      <item9>0</item9>
      <item10>0</item10>
    </SOAP-ENC:Array>
  </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

Hi Anand,
Thanks so much for the reply.  Here is the WSDL.
?xml version="1.0" encoding="UTF-8" ?>
<!-- this WSDL file was automatically generated by 4D -->
<definitions name="A_WebService" targetNamespace="http://www.4d.com/namespace/default" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://www.4d.com/namespace/default" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<types><schema targetNamespace="http://www.4d.com/namespace/default"               xmlns="http://www.w3.org/2001/XMLSchema"               xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/">
<complexType name="ArrayOfstring" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">               <complexContent>                    <restriction base="SOAP-ENC:Array">                         <attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="xsd:string[]"/>                    </restriction>               </complexContent>          </complexType>
</schema>                                              </types>
     <message name="WebService_GetCustomersRequest">
          <part name="inSizeOfArray" type="xsd:int"/>
     </message>
     <message name="WebService_LocatorRequest">
     </message>
     <message name="WebService_GetCustomersResponse">
          <part name="CustomerName" type="tns:ArrayOfstring"/>
          <part name="CustomerNumber" type="tns:ArrayOfstring"/>
          <part name="Zipcode" type="tns:ArrayOfstring"/>
     </message>
     <message name="WebService_LocatorResponse">
          <part name="CustomerName" type="xsd:string"/>
          <part name="Address" type="xsd:string"/>
          <part name="City" type="xsd:string"/>
          <part name="State" type="xsd:string"/>
          <part name="Zip" type="xsd:string"/>
          <part name="Phone" type="xsd:string"/>
          <part name="Miles" type="xsd:float"/>
          <part name="SalesYTD" type="xsd:float"/>
     </message>
     <portType name="A_WebServiceRPC">
          <operation name="WebService_GetCustomers">
               <input message="tns:WebService_GetCustomersRequest"/>
               <output message="tns:WebService_GetCustomersResponse"/>
          </operation>
          <operation name="WebService_Locator">
               <input message="tns:WebService_LocatorRequest"/>
               <output message="tns:WebService_LocatorResponse"/>
          </operation>
     </portType>
     <binding name="A_WebServiceBinding" type="tns:A_WebServiceRPC">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="rpc" />
          <operation name="WebService_GetCustomers">
<documentation>no documentation is available</documentation>
               <soap:operation soapAction="A_WebService#WebService_GetCustomers"/>
               <input>
                    <soap:body use="encoded" namespace="http://www.4d.com/namespace/default" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                    <soap:body use="encoded" namespace="http://www.4d.com/namespace/default" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
          </operation>
          <operation name="WebService_Locator">
<documentation>no documentation is available</documentation>
               <soap:operation soapAction="A_WebService#WebService_Locator"/>
               <input>
                    <soap:body use="encoded" namespace="http://www.4d.com/namespace/default" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </input>
               <output>
                    <soap:body use="encoded" namespace="http://www.4d.com/namespace/default" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
               </output>
          </operation>
     </binding>
     <service name="A_WebService">
          <documentation></documentation>
          <port name="A_WebServicePort" binding="tns:A_WebServiceBinding">
               <soap:address location="http://localhost:8090/4DSOAP/"/>
          </port>
     </service>
</definitions>

Similar Messages

  • While creating pdf from html, the alignment is not proper

    Hi,
    In my application, I am creating a pdf report from html using (using Generate pdf 1.1 - HTML URL To PDF activity) which contains certain images and descriptions.
    But, while generating pdf the alignment is not proper. In the HTML there is no paging, but in the output pdf the image div is getting broken when new pages are generated.
    Some blank areas are coming the report.
    Actually I need an exact replica of the HTML as a pdf, with paging.
    Thank you in advance.

    What is the LiveCycle version?
    Is it possible for you to share an example(somewhere on public file sharing sites)?

  • Date Picker Alingment is not proper when we open Date in new Tab

    We are facing Date Picker Alignment issue with Safari 5 browser on MAC 10.7.3. Our application is developed in Seam framwork ( which includs JSF and EJB). The issue which we are observing as follows-
    There are some links on our application JSF page which opens Date in new window. But when we enable option for opening in tab always and click on Date link, Alingment of new tab opened is not proper.
    Please suggest the possible action or pointers to work on this issue.
    Images
    Date Opened in new Window:
    Date Opened in new Tab, Alingment is not proper:
    Thanks in advance

    Here is more info to describe the issue.
    These are the movies sent to the Apple Engineers to show how our
    workflow has worked for 7 years until Safari 4 came out.
    Again this has caused us to go back to 10.5.8 though we enjoyed some of Snow Leopards improvements.
    Have your sound on when listening to safari4 so you can hear the overlaps.
    http://jenniradio.com/movies/safari3.m4v
    http://jenniradio.com/movies/safari4.m4v
    Would really like this fixed.
    Ian

  • Settings: Why are basic webservices settings not included (i.e. OneDrive behavioural settings are hidden in the system tray)?

    What is the idea of a new control panel if you can not in fact get an overview or kind of dash board?
    Settings includes PC+Cloud, i.e. Accounts let you do settings for the cloud, i.e. connect to your live account.
    But why are basic webservices settings not included (i.e. OneDrive settings is in the system tray)?
    Great consolidation is happening now between settings, control panel - i.e. getting rid of obfuscation, blur and complexity between legacy settings (control panel) and actual kind of settings. However do not recreate the problem by leaving the
    next step of integrating cloud settings across the middleware. What is the idea of a new control panel if you can not in fact get an overview or kind of dash board?

    Hi,
    Interesting issue, what about other configuration or settings? Do they work fine or keep reverting after a reboot? Have you tested this issue in another user account? What is the result?
    Regarding to unable to save settigs for current user hive, I doubt whether there's an application you installed recently or an malware\virus changes the permission of registry entry or value of registry keys like
    HKCU\Software\Classes which causes this issue.
    Yolanda Zhu
    TechNet Community Support
    Hmm... I don't understand. Nothing is reverting after a reboot, as well I'm
    not unable to save settings in the current user's hive. The correspondent registry keys can be saved perfectly fine and they are
    deleted, not reverted after a reboot. I pointed to the exact code that does it, the code is located in Microsoft DLL with all certificates and digital signatures intact. Permissions obviously don't matter, since svchost.exe is executed with the highest
    integrity level and under the System user account, the keys in question inherit permissions, which allow System to do whatever it needs without restrictions
    by default, you can't change it to allow more.
    So can you explain how it can be some malware?
    The issue is intermittent, I don't have a 100% repro, therefore “testing” under another user account is doubtful.
    Dei nostra Matrix est.

  • Caps lock not proper work in key bord

     sir ,
           caps lock not proper work in key bord  .

    Hello @bikaner121,
    Welcome to the HP Forums, I hope you enjoy your experience! To help you get the most out of the HP Forums I would like to direct your attention to the HP Forums Guide First Time Here? Learn How to Post and More.
    I understand that the Cap Locks is not working properly on your keyboard. I would be happy to assist you, but first I would encourage you to post your product number for your computer. I am linking an HP Support document below that will show you how to find your product number. As well, if you could indicate which operating system you are using. And whether your operating system is 32-bit or 64-bit as with this and the product number I can provide you with accurate information.
    How Do I Find My Model Number or Product Number?
    Which Windows operating system am I running?
    Is the Windows Version on My Computer 32-bit or 64-bit?
    Please re-post with the requested information and I would be happy to provide you with assistance. Thank you for posting on the HP Forums. Have a great day!
    Please click the "Thumbs Up" on the bottom right of this post to say thank you if you appreciate the support I provide!
    Also be sure to mark my post as “Accept as Solution" if you feel my post solved your issue, it will help others who face the same challenge find the same solution.
    Dunidar
    I work on behalf of HP
    Find out a bit more about me by checking out my profile!
    "Customers don’t expect you to be perfect. They do expect you to fix things when they go wrong." ~ Donald Porter

  • HP webservices tab not available when using HP Jetdirect 2700w wireless print server

    I recently bought HP Laserjet Enterprise 500 m551 dn color laser printer with HP jetdirect 2700w wireless print server ( one day old at this time).
    I was able to configure the device and enable/ use eprint services using the embedded server with a wired connection.
    However when I attach a the mentioned wireless print server, the "Webservices" tab disappears from the configuration website, the printer reports that the eprint services are not enabled and ofcourse hp eprint or google cloud print do not work. The printer appears offline at eprintcenter. Everything else works fine.
    On the product website for the wireless server, it clearly states that this is compatible with eprint services.
    What am I doing wrong.
    Arjun
    HP Laserjet Enterprise 500 m551 dn color laser
    HP Jetdirect 2700 w wireless print server
    Win 7 Ultimate x 64
    Netgear WNDR 4500

    This seems to be a commercial product. For the best chance at finding a solution I would suggest posting in the forum for HP Business Support!
    You can find the Commercial Jetdirect board here:
    http://h30499.www3.hp.com/t5/Print-Servers-Network-Storage/bd-p/bsc-254
    Best of Luck!
    You can say thanks by clicking the Kudos Star in my post. If my post resolves your problem, please mark it as Accepted Solution so others can benefit too.

  • Webservice is not working on browser test client

    Hi,
    I am using Weblogic 9.2 server, and have deployed a webservice application. While accessing the Websevice browser test client (which is a https url) it renders all the available Web Service methods of that service.
    When i click on any of the methods the request goes to http and it says page not found. when i change the http to https it renders the method attributes correctly.
    I am able to access the web service from some test clients (like SoapUI) without any issues. So the problem is only with the browser based weblogic test client which uses http request internally.
    Anybody have idea what could be the reason for this.
    Regards,
    Chandran

    Hi,
    I am using Weblogic 9.2 server, and have deployed a webservice application. While accessing the Websevice browser test client (which is a https url) it renders all the available Web Service methods of that service.
    When i click on any of the methods the request goes to http and it says page not found. when i change the http to https it renders the method attributes correctly.
    I am able to access the web service from some test clients (like SoapUI) without any issues. So the problem is only with the browser based weblogic test client which uses http request internally.
    Anybody have idea what could be the reason for this.
    Regards,
    Chandran

  • WebService is not shown in WSIL file

    Dear All,
    We are working on PI 7.1 EHP1, we have made a Scenario and published as a Web Service from Sender Agreement to the Service Registry of PI Server. The Web Service is visible in SR of PI Server, but when i am accessing the link of WSIL file http://xiserver:xiport/inspection.wsil then it not shown in this file.
    Please let us know how to make Web Service visible in WSIL file.
    regards,
    Ravi Siddam

    Seems like the default WSIL resource doesn´t include the PI SOAP Adapter WebServices. You can use the correction of SAP Note 1505853 in order to enable the PI specific WSIL resource http://DirectoryHost:Port/dir/inspection.wsil
    which should include all WebServices configured via the SOAP Adapter
    Regards,
    Matthias

  • Download to Excel not proper for chart

    Hi all,
    I have a graph and a simple tabular report in Dashboard page.
    When i m trying the option download to excel the chart is not coming proper in excel and it is overwriting the report.
    So its like that report at the background and a chart over it.
    Can i have the option to show the chart below or above the report?
    Please note i m using multiple charts in View Selector and user can select any chart of his choice and also re-arraging the graph option and report in compound layout.
    Regards,
    Rajan

    Hi All,
    I am also facing the same problem. When I download to Powerpoint, its getting downloaded properly and whn I download to excel, I am not able to download properly. I have 2 charts of the same report being displayd sde-by-side and under them I have a pivot table displayed in compound view. When downloaded to excel, the first chart is overlapping on top of the report in the excel.
    Can anyone suggest if we have any options?
    Thanks Shravan

  • ApEx BIP report using webservice: could not convert null to bean field

    Seems like a pretty straightforward problem but I don't manage to find a solution.
    I have a BI Suite implementation on one server.
    And a database with ApEx on another server.
    I want to call a BIP report from within my ApEx application using the webservices (runReport) available in BIP 11g.
    I used soapUI to test my webservice. Result : OK
    When called from within ApEx, ApEx gives me a succes message but the report isn't generated. Instead the console on the BIP server shows the following error:
    <Sep 12, 2012 10:28:37 PM BST> <Error> <org.apache.axis.encoding.ser.BeanPropert
    yTarget> <BEA-000000> <Could not convert null to bean field 'sizeOfDataChunkDown
    load', type int>
    'sizeOfDataChunkDownload' is a field of the webservice that is left empty.
    That indeed is the only difference between my soapUI test and the ApEx situation.
    In soapUI I removed all empty fields. In ApEx this does not seem possible...
    Some extra information:
    - the webservice is created on this WSDL : /xmlpserver/services/v2/ReportService?wsdl
    - it's defined as a SOAP v2
    - no basic authentication
    - the reports are defined in the BIP environment; not in ApEx
    Edited by: kcaluwae on 13-sep-2012 3:19

    I overlooked a not nillable field...

  • WebService Response not resolvable

    When my webservice run send(), it returns the following error
    [WSDLError faultString="Element
    http://tempuri.org/dcli.xsd:dgInfoWrapper
    not resolvable" faultCode="WSDL.BadElement" faultDetail="null"]
    But dgInfoWrapper is the response element. Why
    myWebService.send() requires the response element.
    <element name="dgInfoWrapper">

    <complexType>

    <sequence>
    <element name="vecDgInfo" type="dcli:dgInfoOutArray"
    minOccurs="1" maxOccurs="1" nillable="false"/>
    <element name="result" type="dcli:cmdResult" minOccurs="1"
    maxOccurs="1"/>
    </sequence>
    </complexType>
    </element>
    operation name="getHostsByDg">
    <documentation>Service definition of function
    dcli__getHostsByDg</documentation>
    <input message="tns:getHostsByDg"/>
    <output message="tns:dgInfoWrapper"/>
    </operation>
    Thanks in advance for any help.

    Hi,
    To begin troubleshooting, you may check any monthly applications' running like update or anti-virus.
    Thanks,
    Gordon

  • Deployed PAR file webservices are not displayed in SOAP admin

    Hi,
    we were facing the problem with customized PAR file deployment and
    associated webservices.We have deployed the the PAR file on two
    different versions of EP as given below.
    EP6.0(WAS620)-SP2(J2EE and Portal versions are identical)
    EP6.0(WAS640)-SP13(J2EE and Portal versions are identical)
    The problem was the webservices has been shown in the case of
    EP6.0(WAS620)-SP2 under SOAP Administration and not shown in case
    of EP6.0(WAS640)-SP13.Is there any specific version made PAR files are
    required for each of above portal versions or any other way to
    check the webservcies in EP6.0(SP13).
         Kindly help us to resolve this issue.

    Hi Swetha ,
    in Bypass scenario if you are fetching a flat file from source to target some time you are not able to view the file in payload .However it does not make any difference as you are simply tunnling the file not doing any transformation with it .
    If it is a flat file in sender CC just make      1 .file type as bin     or   2 . file type as text and  encoding as UTF-8 and then check you can view the file content or not .check with both  bin and text ( one by one ) .might be you will able to view payload in MONI with any one of that setting in sender CC .
    Regards,
    Saurabh

  • Arabic Text in Forms not proper

    Hi Gurus,
    I have an requirement to print standard forms for Sale order confirmation and Delivery note in Arabic. The Print preview i am getting shows the arabic text as alphabet by alphabet translation in forms for the arabic texts and whereas when i check the abap list display it shows proper arabic description.
    I mean the customer name for eg. is not in proper arabic (Which is maintianed in table as Arabic text form only) whereas in the abap list display it is coming absolutely correctly.
    Please advise.
    Regards,
    Venket

    Hi
    Use the concept of text module, and assign text module to text fields. and give the condition that if language is arabic than text module will be executed.
    i  did in adobe forms , you can find that one in **************** , click on tutorials , click on adobe forms and select with use of text modules.
    With Regards
    Nikunj Shah

  • WebService is not invoking from OAPage

    Hi,
    I created a BPEL WS which creates a employee in oracle EBS and deployed sucessfully.My requirement is to invoke this WS from a custom OAF page.I generated all STUB java classes and done all coding in the controller of the page.The problem is WS is not invoking,no error is throwing.
    I am pasting my WSDL file and stub class
    CreateEmployee WSDL
    <?xml version="1.0" encoding="UTF-8"?>
    <definitions
    name="CreateEmployee"
    targetNamespace="http://xmlns.oracle.com/CreateEmployee"
    xmlns="http://schemas.xmlsoap.org/wsdl/"
    xmlns:tns="http://xmlns.oracle.com/CreateEmployee"
    xmlns:wsa="http://schemas.xmlsoap.org/ws/2003/03/addressing"
    xmlns:ns1="http://www.globalcompany.com/ns/sales"
    xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/"
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    xmlns:client="http://xmlns.oracle.com/CreateEmployee"
    >
    <types>
    <schema xmlns="http://www.w3.org/2001/XMLSchema"
    targetNamespace="http://www.globalcompany.com/ns/sales"
    xmlns:po="http://www.globalcompany.com/ns/sales"
    elementFormDefault="qualified">
    <annotation>
    <documentation xml:lang="en">
    Order Booking schema for GlobalCompany.com.
    Copyright 2005 GlobalCompany.com. All rights reserved.
    </documentation>
    </annotation>
    <element name="EmployeeDetails" type="po:EmployeeDetails"/>
    <complexType name="EmployeeDetails">
    <sequence>
    <element name="EmployeeNumber" type="string"/>
    <element name="DOB" type="date"/>
    <element name="LastName" type="string"/>
    <element name="Bgid" type="integer"/>
    <element name="EffectiveDate" type="date"/>
    <element name="Gender" type="string"/>
    </sequence>
    </complexType>
    </schema>
    <xs:schema targetNamespace="http://schemas.xmlsoap.org/ws/2003/03/addressing" xmlns:wsa="http://schemas.xmlsoap.org/ws/2003/03/addressing" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" blockDefault="#all">
    <!-- //////////////////// WS-Addressing //////////////////// -->
    * <!-- Endpoint reference -->*
    * <xs:element name="EndpointReference" type="wsa:EndpointReferenceType"/>*
    * <xs:complexType name="EndpointReferenceType">*
    * <xs:sequence>*
    * <xs:element name="Address" type="wsa:AttributedURI"/>*
    * <xs:element name="ReferenceProperties" type="wsa:ReferencePropertiesType" minOccurs="0"/>*
    * <xs:element name="PortType" type="wsa:AttributedQName" minOccurs="0"/>*
    * <xs:element name="ServiceName" type="wsa:ServiceNameType" minOccurs="0"/>*
    * <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded">*
    * <xs:annotation>*
    * <xs:documentation>*
    * If "Policy" elements from namespace "http://schemas.xmlsoap.org/ws/2002/12/policy#policy" are used, they must appear first (before any extensibility elements).*
    * </xs:documentation>*
    * </xs:annotation>*
    *</xs:any> *
    * </xs:sequence>*
    * <xs:anyAttribute namespace="##other" processContents="lax"/>*
    * </xs:complexType>*
    * <xs:complexType name="ReferencePropertiesType">*
    * <xs:sequence>*
    * <xs:any processContents="lax" minOccurs="0" maxOccurs="unbounded"/>*
    * </xs:sequence>*
    * </xs:complexType>*
    * <xs:complexType name="ServiceNameType">*
    * <xs:simpleContent>*
    * <xs:extension base="xs:QName">*
    * <xs:attribute name="PortName" type="xs:NCName"/>*
    * <xs:anyAttribute namespace="##other" processContents="lax"/>*
    * </xs:extension>*
    * </xs:simpleContent>*
    * </xs:complexType>*
    * <!-- Message information header blocks -->*
    * <xs:element name="MessageID" type="wsa:AttributedURI"/>*
    * <xs:element name="RelatesTo" type="wsa:Relationship"/>*
    * <xs:element name="To" type="wsa:AttributedURI"/>*
    * <xs:element name="Action" type="wsa:AttributedURI"/>*
    * <xs:element name="From" type="wsa:EndpointReferenceType"/>*
    * <xs:element name="ReplyTo" type="wsa:EndpointReferenceType"/>*
    * <xs:element name="FaultTo" type="wsa:EndpointReferenceType"/>*
    * <xs:element name="Recipient" type="wsa:EndpointReferenceType"/>*
    * <xs:complexType name="Relationship">*
    * <xs:simpleContent>*
    * <xs:extension base="xs:anyURI">*
    * <xs:attribute name="RelationshipType" type="xs:QName" use="optional"/>*
    * <xs:anyAttribute namespace="##other" processContents="lax"/>*
    * </xs:extension>*
    * </xs:simpleContent>*
    * </xs:complexType>*
    * <xs:simpleType name="RelationshipTypeValues">*
    * <xs:restriction base="xs:QName">*
    * <xs:enumeration value="wsa:Response"/>*
    * </xs:restriction>*
    * </xs:simpleType>*
    * <!-- Common declarations and definitions -->*
    * <xs:complexType name="AttributedQName">*
    * <xs:simpleContent>*
    * <xs:extension base="xs:QName">*
    * <xs:anyAttribute namespace="##other" processContents="lax"/>*
    * </xs:extension>*
    * </xs:simpleContent>*
    * </xs:complexType>*
    * <xs:complexType name="AttributedURI">*
    * <xs:simpleContent>*
    * <xs:extension base="xs:anyURI">*
    * <xs:anyAttribute namespace="##other" processContents="lax"/>*
    * </xs:extension>*
    * </xs:simpleContent>*
    * </xs:complexType>*
    </xs:schema>
    </types>
    <message name="CreateEmployeeResponseMessage">
    <part name="payload" element="ns1:EmployeeDetails"/>
    </message>
    <message name="CreateEmployeeRequestMessage">
    <part name="payload" element="ns1:EmployeeDetails"/>
    </message>
    <message name="WSARelatesToHeader">
    <part name="RelatesTo" element="wsa:RelatesTo"/>
    </message>
    <message name="WSAReplyToHeader">
    <part name="ReplyTo" element="wsa:ReplyTo"/>
    </message>
    <message name="WSAMessageIDHeader">
    <part name="MessageID" element="wsa:MessageID"/>
    </message>
    <portType name="CreateEmployeeCallback">
    <operation name="onResult">
    <input message="tns:CreateEmployeeResponseMessage"/>
    </operation>
    </portType>
    <portType name="CreateEmployee">
    <operation name="initiate">
    <input message="tns:CreateEmployeeRequestMessage"/>
    </operation>
    </portType>
    <binding name="CreateEmployeeCallbackBinding" type="tns:CreateEmployeeCallback">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="onResult">
    <soap:operation style="document" soapAction="onResult"/>
    <input>
    <soap:header message="tns:WSARelatesToHeader" part="RelatesTo" use="literal" encodingStyle=""/>
    <soap:body use="literal"/>
    </input>
    </operation>
    </binding>
    <binding name="CreateEmployeeBinding" type="tns:CreateEmployee">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="initiate">
    <soap:operation style="document" soapAction="initiate"/>
    <input>
    <soap:header message="tns:WSAReplyToHeader" part="ReplyTo" use="literal" encodingStyle=""/>
    <soap:header message="tns:WSAMessageIDHeader" part="MessageID" use="literal" encodingStyle=""/>
    <soap:body use="literal"/>
    </input>
    </operation>
    </binding>
    <service name="CreateEmployee">
    <port name="CreateEmployeePort" binding="tns:CreateEmployeeBinding">
    <soap:address location="http://kbace12:8888/orabpel/default/CreateEmployee/1.0"/>
    </port>
    </service>
    <service name="CreateEmployeeCallbackService">
    <port name="CreateEmployeeCallbackPort" binding="tns:CreateEmployeeCallbackBinding">
    <soap:address location="http://set.by.caller"/>
    </port>
    </service>
    <plnk:partnerLinkType name="CreateEmployee">
    <plnk:role name="CreateEmployeeProvider">
    <plnk:portType name="tns:CreateEmployee"/>
    </plnk:role>
    <plnk:role name="CreateEmployeeRequester">
    <plnk:portType name="tns:CreateEmployeeCallback"/>
    </plnk:role>
    </plnk:partnerLinkType>
    </definitions>
    CreateEmployeeStub.java
    package mentor.oracle.apps.webservices;
    import oracle.soap.transport.http.OracleSOAPHTTPConnection;
    import org.apache.soap.encoding.soapenc.BeanSerializer;
    import org.apache.soap.encoding.SOAPMappingRegistry;
    import org.apache.soap.util.xml.QName;
    import java.util.Vector;
    import org.w3c.dom.Element;
    import java.net.URL;
    import org.apache.soap.Body;
    import org.apache.soap.Envelope;
    import org.apache.soap.messaging.Message;
    import java.util.Properties;
    public class CreateEmployeeStub
    //public String endpoint = "http://172.16.1.157:8888/orabpel/default/CreateEmployee/1.0";
    private OracleSOAPHTTPConnection m_httpConnection = null;
    private SOAPMappingRegistry m_smr = null;
    public CreateEmployeeStub()
    m_httpConnection = new OracleSOAPHTTPConnection();
    public void initiate(Element requestElem) throws Exception
    URL endpointURL = new URL( "http://172.16.1.157:8888/orabpel/default/CreateEmployee/1.0");
    Envelope requestEnv = new Envelope();
    Body requestBody = new Body();
    Vector requestBodyEntries = new Vector();
    requestBodyEntries.addElement(requestElem);
    requestBody.setBodyEntries(requestBodyEntries);
    requestEnv.setBody(requestBody);
    Message msg = new Message();
    msg.setSOAPTransport(m_httpConnection);
    msg.send(endpointURL, "initiate", requestEnv);
    and Input to initiate method is in the form of XML
    <ns1:EmployeeDetails>
    <ns1:EmployeeNumber>6999</ns1:EmployeeNumber>
    <ns1:DOB>2000-07-15</ns1:DOB>
    <ns1:LastName>Manoj9334</ns1:LastName>
    <ns1:Bgid>7577</ns1:Bgid>
    <ns1:EffectiveDate>2009-07-15</ns1:EffectiveDate>
    <ns1:Gender>M</ns1:Gender>
    </ns1:EmployeeDetails>
    that i created using org.w3c.dom.Element class before invoking the initiate method.
    Please give solution to this problem
    Thanks in Advance

    You better ask this in the [OA Forum|http://forums.oracle.com/forums/forum.jspa?forumID=210]
    Timo

  • Add WebService does not work

    The WSDL: http://studentmasjid.com/Quran/QuranService.wsdl
    I have the "Check WS-I" and "Generate SOAP Headers" on/off does not matter, and it will give me this error:
    Start http://studentmasjid.com/Quran/QuranService.wsdl 10/22/2006 17:14:12: Parsing WSDL. Please wait ..WSDL - http://studentmasjid.com/Quran/QuranService.wsdl 10/22/2006 17:14:13: Parsing WSDL results: OK 10/22/2006 17:14:13: Finished parsing WSDL. 10/22/2006 17:14:19: Starting web service client creation... 10/22/2006 17:14:21: Error occurred while creating the proxy!
    I'm using: Java Studio Creator 2 Update 1 (Build 060915). Here is the log:
    Log Session: Sunday, October 22, 2006 4:51:53 PM PDT
    System Info: Product Version = Java Studio Creator 2 Update 1 (Build 060915)
    Operating System = Windows XP version 5.1 running on x86
    Java; VM; Vendor = 1.5.0_06; Java HotSpot(TM) Client VM 1.5.0_06-b05; Sun Microsystems Inc.
    Java Home = C:\Program Files\Sun\Creator2_1\java\jre
    System Locale; Encod. = en_US (rave); Cp1252
    Home Dir; Current Dir = C:\Documents and Settings\User; C:\Program Files\Sun\Creator2_1\bin
    IDE Install; User Dir = C:\Program Files\Sun\Creator2_1\platform5; C:\Documents and Settings\User\.Creator\2_1
    CLASSPATH = C:\Program Files\Sun\Creator2_1\platform5\lib\boot.jar;C:\Program Files\Sun\Creator2_1\platform5\lib\locale\boot_es.jar;C:\Program Files\Sun\Creator2_1\platform5\lib\locale\boot_fr.jar;C:\Program Files\Sun\Creator2_1\platform5\lib\locale\boot_ja.jar;C:\Program Files\Sun\Creator2_1\platform5\lib\locale\boot_ko.jar;C:\Program Files\Sun\Creator2_1\platform5\lib\locale\boot_zh_CN.jar;C:\Program Files\Sun\Creator2_1\java\lib\dt.jar;C:\Program Files\Sun\Creator2_1\java\lib\tools.jar
    Boot & ext classpath = C:\Program Files\Sun\Creator2_1\patches\6311051.jar;C:\Program Files\Sun\Creator2_1\java\jre\lib\rt.jar;C:\Program Files\Sun\Creator2_1\java\jre\lib\i18n.jar;C:\Program Files\Sun\Creator2_1\java\jre\lib\sunrsasign.jar;C:\Program Files\Sun\Creator2_1\java\jre\lib\jsse.jar;C:\Program Files\Sun\Creator2_1\java\jre\lib\jce.jar;C:\Program Files\Sun\Creator2_1\java\jre\lib\charsets.jar;C:\Program Files\Sun\Creator2_1\java\jre\classes;C:\Program Files\Sun\Creator2_1\java\jre\lib\ext\dnsns.jar;C:\Program Files\Sun\Creator2_1\java\jre\lib\ext\localedata.jar;C:\Program Files\Sun\Creator2_1\java\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Sun\Creator2_1\java\jre\lib\ext\sunpkcs11.jar
    Dynamic classpath = C:\Program Files\Sun\Creator2_1\platform5\core\core.jar;C:\Program Files\Sun\Creator2_1\platform5\core\openide-loaders.jar;C:\Program Files\Sun\Creator2_1\platform5\core\openide.jar;C:\Program Files\Sun\Creator2_1\platform5\core\org-netbeans-swing-plaf.jar;C:\Program Files\Sun\Creator2_1\platform5\core\updater.jar;C:\Program Files\Sun\Creator2_1\platform5\core\locale\core_es.jar;C:\Program Files\Sun\Creator2_1\platform5\core\locale\core_fr.jar;C:\Program Files\Sun\Creator2_1\platform5\core\locale\core_ja.jar;C:\Program Files\Sun\Creator2_1\platform5\core\locale\core_ko.jar;C:\Program Files\Sun\Creator2_1\platform5\core\locale\core_zh_CN.jar;C:\Program Files\Sun\Creator2_1\platform5\core\locale\openide-loaders_es.jar;C:\Program Files\Sun\Creator2_1\platform5\core\locale\openide-loaders_fr.jar;C:\Program Files\Sun\Creator2_1\platform5\core\locale\openide-loaders_ja.jar;C:\Program Files\Sun\Creator2_1\platform5\core\locale\openide-loaders_ko.jar;C:\Program Files\Sun\Creator2_1\platform5\core\locale\openide-loaders_zh_CN.jar;C:\Program Files\Sun\Creator2_1\platform5\core\locale\openide_es.jar;C:\Program Files\Sun\Creator2_1\platform5\core\locale\openide_fr.jar;C:\Program Files\Sun\Creator2_1\platform5\core\locale\openide_ja.jar;C:\Program Files\Sun\Creator2_1\platform5\core\locale\openide_ko.jar;C:\Program Files\Sun\Creator2_1\platform5\core\locale\openide_zh_CN.jar;C:\Program Files\Sun\Creator2_1\platform5\core\locale\org-netbeans-swing-plaf_es.jar;C:\Program Files\Sun\Creator2_1\platform5\core\locale\org-netbeans-swing-plaf_fr.jar;C:\Program Files\Sun\Creator2_1\platform5\core\locale\org-netbeans-swing-plaf_ja.jar;C:\Program Files\Sun\Creator2_1\platform5\core\locale\org-netbeans-swing-plaf_ko.jar;C:\Program Files\Sun\Creator2_1\platform5\core\locale\org-netbeans-swing-plaf_zh_CN.jar;C:\Program Files\Sun\Creator2_1\platform5\core\locale\updater_es.jar;C:\Program Files\Sun\Creator2_1\platform5\core\locale\updater_fr.jar;C:\Program Files\Sun\Creator2_1\platform5\core\locale\updater_ja.jar;C:\Program Files\Sun\Creator2_1\platform5\core\locale\updater_ko.jar;C:\Program Files\Sun\Creator2_1\platform5\core\locale\updater_rave.jar;C:\Program Files\Sun\Creator2_1\platform5\core\locale\updater_rave_es.jar;C:\Program Files\Sun\Creator2_1\platform5\core\locale\updater_rave_fr.jar;C:\Program Files\Sun\Creator2_1\platform5\core\locale\updater_rave_ja.jar;C:\Program Files\Sun\Creator2_1\platform5\core\locale\updater_rave_ko.jar;C:\Program Files\Sun\Creator2_1\platform5\core\locale\updater_rave_zh_CN.jar;C:\Program Files\Sun\Creator2_1\platform5\core\locale\updater_zh_CN.jar;C:\Program Files\Sun\Creator2_1\rave2.0\core\com-sun-rave-extension-ide-launcher-upgrade.jar;C:\Program Files\Sun\Creator2_1\rave2.0\core\derbyclient.jar;C:\Program Files\Sun\Creator2_1\rave2.0\core\jgraph.jar;C:\Program Files\Sun\Creator2_1\rave2.0\core\naming.jar;C:\Program Files\Sun\Creator2_1\rave2.0\core\rowset.jar;C:\Program Files\Sun\Creator2_1\rave2.0\core\smbase.jar;C:\Program Files\Sun\Creator2_1\rave2.0\core\smdb2.jar;C:\Program Files\Sun\Creator2_1\rave2.0\core\sminformix.jar;C:\Program Files\Sun\Creator2_1\rave2.0\core\smoracle.jar;C:\Program Files\Sun\Creator2_1\rave2.0\core\smresource.jar;C:\Program Files\Sun\Creator2_1\rave2.0\core\smspy.jar;C:\Program Files\Sun\Creator2_1\rave2.0\core\smsqlserver.jar;C:\Program Files\Sun\Creator2_1\rave2.0\core\smsybase.jar;C:\Program Files\Sun\Creator2_1\rave2.0\core\smutil.jar;C:\Program Files\Sun\Creator2_1\rave2.0\core\sql.jar;C:\Program Files\Sun\Creator2_1\rave2.0\core\sqlx.jar;C:\Program Files\Sun\Creator2_1\rave2.0\core\locale\com-sun-rave-extension-ide-launcher-upgrade_es.jar;C:\Program Files\Sun\Creator2_1\rave2.0\core\locale\com-sun-rave-extension-ide-launcher-upgrade_fr.jar;C:\Program Files\Sun\Creator2_1\rave2.0\core\locale\com-sun-rave-extension-ide-launcher-upgrade_ja.jar;C:\Program Files\Sun\Creator2_1\rave2.0\core\locale\com-sun-rave-extension-ide-launcher-upgrade_ko.jar;C:\Program Files\Sun\Creator2_1\rave2.0\core\locale\com-sun-rave-extension-ide-launcher-upgrade_zh_CN.jar;C:\Program Files\Sun\Creator2_1\rave2.0\core\locale\core_rave.jar;C:\Program Files\Sun\Creator2_1\rave2.0\core\locale\core_rave_es.jar;C:\Program Files\Sun\Creator2_1\rave2.0\core\locale\core_rave_fr.jar;C:\Program Files\Sun\Creator2_1\rave2.0\core\locale\core_rave_ja.jar;C:\Program Files\Sun\Creator2_1\rave2.0\core\locale\core_rave_ko.jar;C:\Program Files\Sun\Creator2_1\rave2.0\core\locale\core_rave_zh_CN.jar;C:\Program Files\Sun\Creator2_1\rave2.0\core\locale\naming_es.jar;C:\Program Files\Sun\Creator2_1\rave2.0\core\locale\naming_fr.jar;C:\Program Files\Sun\Creator2_1\rave2.0\core\locale\naming_ja.jar;C:\Program Files\Sun\Creator2_1\rave2.0\core\locale\naming_ko.jar;C:\Program Files\Sun\Creator2_1\rave2.0\core\locale\naming_zh_CN.jar;C:\Program Files\Sun\Creator2_1\rave2.0\core\locale\openide-loaders_rave.jar;C:\Program Files\Sun\Creator2_1\rave2.0\core\locale\openide_rave.jar;C:\Program Files\Sun\Creator2_1\rave2.0\core\locale\openide_rave_es.jar;C:\Program Files\Sun\Creator2_1\rave2.0\core\locale\openide_rave_fr.jar;C:\Program Files\Sun\Creator2_1\rave2.0\core\locale\openide_rave_ja.jar;C:\Program Files\Sun\Creator2_1\rave2.0\core\locale\openide_rave_ko.jar;C:\Program Files\Sun\Creator2_1\rave2.0\core\locale\openide_rave_zh_CN.jar;C:\Program Files\Sun\Creator2_1\rave2.0\core\locale\sqlx_es.jar;C:\Program Files\Sun\Creator2_1\rave2.0\core\locale\sqlx_fr.jar;C:\Program Files\Sun\Creator2_1\rave2.0\core\locale\sqlx_ja.jar;C:\Program Files\Sun\Creator2_1\rave2.0\core\locale\sqlx_ko.jar;C:\Program Files\Sun\Creator2_1\rave2.0\core\locale\sqlx_zh_CN.jar;C:\Program Files\Sun\Creator2_1\rave2.0\core\locale\sql_es.jar;C:\Program Files\Sun\Creator2_1\rave2.0\core\locale\sql_fr.jar;C:\Program Files\Sun\Creator2_1\rave2.0\core\locale\sql_ja.jar;C:\Program Files\Sun\Creator2_1\rave2.0\core\locale\sql_ko.jar;C:\Program Files\Sun\Creator2_1\rave2.0\core\locale\sql_zh_CN.jar;C:\Program Files\Sun\Creator2_1\nb4.1\core\org-netbeans-upgrader.jar;C:\Program Files\Sun\Creator2_1\nb4.1\core\locale\org-netbeans-upgrader_es.jar;C:\Program Files\Sun\Creator2_1\nb4.1\core\locale\org-netbeans-upgrader_fr.jar;C:\Program Files\Sun\Creator2_1\nb4.1\core\locale\org-netbeans-upgrader_ja.jar;C:\Program Files\Sun\Creator2_1\nb4.1\core\locale\org-netbeans-upgrader_ko.jar;C:\Program Files\Sun\Creator2_1\nb4.1\core\locale\org-netbeans-upgrader_zh_CN.jar;C:\Program Files\Sun\Creator2_1\ide5\core\org-netbeans-modules-utilities-cli.jar
    [org.netbeans.core.modules #4] Warning: module com.sun.rave.libs.jsf does not declare OpenIDE-Module-Public-Packages in its manifest, so all packages are considered public by default: http://www.netbeans.org/download/dev/javadoc/OpenAPIs/org/openide/doc-files/upgrade.html#3.4-public-packages
    You are trying to access file: jndi.properties from the default package.
    Please see http://www.netbeans.org/download/dev/javadoc/OpenAPIs/org/openide/doc-files/classpath.html#default_package
    Turning on modules:
    org.openide/1 [5.9.1.4 060915]
    org.openide.loaders [5.2.1.1 060417]
    org.netbeans.bootstrap/1 [1.0.1 060417]
    org.netbeans.swing.plaf [1.2.1 060417]
    org.netbeans.core/1 [1.27.1 060417]
    org.netbeans.modules.settings/1 [1.7.1 060417]
    org.netbeans.swing.tabcontrol [1.3.1 060417]
    org.netbeans.core.windows/2 [2.4.1 060417]
    org.netbeans.core.ui/1 [1.6.1 060417]
    org.netbeans.core.ide/1 [1.6.1 060417]
    org.netbeans.modules.editor.util/1 [1.4.1 060417]
    org.netbeans.modules.editor.fold/1 [1.2.1 060417]
    org.netbeans.modules.editor.lib/1 [1.3.1 0.1 060417]
    org.netbeans.modules.editor.plain.lib/1 [1.0.1 060417]
    org.netbeans.modules.queries/1 [1.4.1 060417]
    org.openidex.util/3 [3.6.1 060417]
    org.netbeans.modules.editor/3 [1.19.1 060417]
    org.netbeans.modules.editor.plain/1 [1.0.1 060417]
    org.netbeans.modules.navigator/2 [4.1.1 promoe 060417]
    com.sun.rave.extension.objectbrowser.navigator/1 [1.0 060417]
    com.sun.rave.branding.core.windows/1 [1.0.1 060417]
    org.netbeans.modules.projectapi/1 [1.3.1 060417]
    org.netbeans.api.xml/1 [1.8 3.999.4 060417]
    org.openide.io [1.6.1 060417]
    org.netbeans.core.output2/1 [1.3.1 060417]
    org.netbeans.modules.xml.core/2 [1.7 3.999.4 060417]
    org.netbeans.modules.xml.catalog/2 [1.6 3.999.4 060417]
    org.netbeans.modules.masterfs/1 [1.4.1.1 060417]
    org.netbeans.modules.projectuiapi/1 [1.5.4.0.0 4.0.0 060417]
    org.openide.execution [1.5.1 060417]
    org.netbeans.core.execution/1 [1.6.1 060417]
    org.netbeans.modules.projectui [1.3.4.0.0.1 060417]
    org.netbeans.spi.viewmodel/2 [1.4.1 060417]
    org.netbeans.api.debugger/1 [1.3.1 060417]
    org.netbeans.api.debugger.jpda/1 [1.3.1 060417]
    org.netbeans.modules.j2eeapis/1 [1.3.1 060417]
    org.netbeans.modules.schema2beans/1 [1.11.1 060417]
    org.netbeans.api.java/1 [1.7.1 060417]
    org.netbeans.modules.project.libraries/1 [1.10.1 060417]
    org.openide.src [1.5.1 060417]
    org.netbeans.libs.j2eeeditor/1 [1.4.1 060417]
    org.netbeans.modules.j2eeserver/3 [1.6.1 060417]
    com.sun.rave.api.portlet.dd/1 [1.0 1.0]
    org.netbeans.modules.java.platform/1 [1.3.1 060417]
    org.netbeans.modules.project.ant/1 [1.6.2 060823]
    com.sun.rave.api.jsf.project/1 [1.3 060612]
    org.netbeans.libs.commons_logging/1 [1.0.1 1.0.4 060417]
    com.sun.rave.designtime/1 [1.0.2 060823]
    org.netbeans.libs.xerces/1 [1.5.1 2.6.2]
    com.sun.rave.api.insync/1 [1.0 060417]
    com.sun.rave.designer.markup/1 [1.0 060417]
    javax.jmi.reflect/1 [1.4.1 060417]
    org.netbeans.jmi.javamodel/1 [1.13.1 060417]
    org.netbeans.core.multiview/1 [1.5.1 060417]
    com.sun.rave.api.designer/1 [1.0 060417]
    org.apache.batik/1 [1.5.2 1.5]
    org.netbeans.modules.classfile/1 [1.14.1 060417]
    javax.jmi.model/1 [1.4.1 060417]
    org.netbeans.api.mdr/1 [1.1.1 060417]
    org.netbeans.modules.jmiutils/1 [1.1.1 release41 060417]
    org.netbeans.modules.mdr/1 [1.1.1 release41 060417]
    org.netbeans.modules.javacore/1 [1.5.1 060417]
    com.sun.rave.extension.openide/1 [1.0 060417]
    com.sun.rave.jsfsupport/1 [1.0.5.2 060823]
    org.netbeans.modules.html.editor.lib/1 [1.0.1 060417]
    com.sun.rave.css/1 [1.0 060417]
    org.apache.tools.ant.module/3 [3.17.1 060417]
    org.netbeans.modules.java/1 [1.20.1.1 1.0.0 060417]
    org.netbeans.modules.java.project/1 [1.3.1 060417]
    org.netbeans.modules.javahelp/1 [2.5.1 060417]
    org.netbeans.modules.refactoring/1 [1.1.1 1.0 060417]
    com.sun.rave.insync/1 [1.0.7.3 060915]
    com.sun.rave.navigation/1 [1.0.5 060417]
    com.sun.rave.project.navigationloader/1 [1.0 060417]
    com.sun.rave.extension.api.xml/1 [1.0 060417]
    org.netbeans.modules.servletapi24/1 [2.3.1 2.3.1 060417]
    org.netbeans.modules.web.jspparser/2 [2.2.3 060823]
    org.netbeans.modules.javadoc/1 [1.14.1 060417]
    com.sun.rave.extension.javadoc/1 [1.0 060417]
    org.netbeans.api.web.webmodule [1.2.1 060417]
    org.netbeans.modules.xml.multiview/1 [1.0 1.0-release41 060417]
    org.netbeans.modules.xml.text/2 [1.7 3.999.4 060417]
    org.netbeans.modules.html.editor/1 [1.0.1 060417]
    org.netbeans.modules.java.editor.lib/1 [1.0.1 060417]
    org.netbeans.modules.java.editor/1 [1.0.1 060417]
    org.netbeans.modules.html/1 [1.15.1 060417]
    org.netbeans.modules.web.core.syntax/1 [1.17.1.1 060417]
    org.netbeans.modules.j2ee.dd/1 [1.3.1 1.0 060417]
    org.netbeans.modules.web.core/1 [1.20.1 release41 060417]
    com.sun.rave.project.jsfloader/1 [1.1.2 060823]
    com.sun.rave.project.migration/1 [1.0 1.0]
    com.sun.rave.extension.web.core/1 [1.0 060417]
    org.netbeans.modules.ant.grammar/1 [1.10 060417]
    com.sun.rave.branding.openide.loaders/1 [1.0 060417]
    org.netbeans.modules.autoupdate/1 [2.12.1.2 060417]
    com.sun.rave.branding.autoupdate/1 [1.0 060417]
    com.sun.rave.jwsdpsupport/1 [1.1 060417]
    org.netbeans.modules.ant.freeform [1.5.1 060417]
    org.netbeans.modules.debugger.jpda/2 [1.13.1.0.0.1 060417]
    org.netbeans.spi.debugger.ui/1 [2.5.1 060417]
    org.netbeans.modules.debugger.jpda.ui/1 [1.2.1.0.0.1 060417]
    org.netbeans.modules.debugger.jpda.ant [1.4.1 060417]
    org.netbeans.modules.ant.browsetask [1.8.1 060417]
    org.netbeans.modules.junit/2 [2.14.1 060417]
    org.netbeans.modules.java.j2seproject [1.2.2 1.2.0 060417]
    com.sun.rave.extension.java.j2seproject/1 [1.0 060417]
    com.sun.rave.dataprovider.runtime/1 [1.0 060417]
    com.sun.rave.jsfmetadata/1 [1.0.5 060417]
    com.sun.rave.toolbox/1 [1.0.5 060417]
    com.sun.rave.websvc/1 [1.0.6.2 060823]
    com.sun.rave.extension.core.multiview/1 [1.0 060417]
    com.sun.rave.extension.xml.core/1 [1.0 060417]
    com.sun.rave.portlet.container/1 [1.0 1.0]
    com.sun.rave.extension.core.windows/1 [1.0 060417]
    com.sun.rave.branding.java/1 [1.0 060417]
    com.sun.rave.modules.jsf.examples.bundled/1 [1.0.1 060417]
    com.sun.rave.extension.core.execution/1 [1.0 060417]
    org.netbeans.modules.j2ee.api.ejbmodule [1.0.1 060417]
    org.netbeans.modules.j2ee.common/1 [1.0.1 1.0.1 060417]
    org.netbeans.modules.vcscore/1 [1.14.1 promotionE 060417]
    org.netbeans.modules.beans/1 [1.14.2 060915]
    com.sun.rave.extension.html/1 [1.0 060417]
    com.sun.rave.extension.vcscore/1 [1.0 060417]
    org.netbeans.modules.java.freeform [1.0.1 060417]
    org.netbeans.modules.web.freeform [1.0.2 060417]
    com.sun.rave.extension.web.freeform/1 [1.0 060417]
    org.netbeans.modules.properties/1 [1.14.1.1 060417]
    org.netbeans.upgrader [4.2.1 060417]
    org.netbeans.modules.image/1 [1.14.1.1 060417]
    com.sun.rave.extension.editor/1 [1.0 060417]
    org.netbeans.modules.diff/1 [1.10.1 promotionE 060417]
    org.netbeans.modules.vcs.advanced/1 [1.12.1 060417]
    org.netbeans.modules.vcs.profiles.vss/1 [1.6.1 060417]
    com.sun.rave.extension.java/1 [1.0 060417]
    com.sun.rave.extension.core.output2/1 [1.0 060417]
    com.sun.rave.extension.core.javahelp/1 [1.0 060417]
    com.sun.rave.branding.openidex/1 [1.0 060417]
    com.sun.rave.extension.ide.launcher.upgrade [4.1 060417]
    org.netbeans.tasklistapi/1 [1.16.6 6 060417]
    org.netbeans.modules.tasklist.core/2 [1.33.615 15 060417]
    org.netbeans.modules.suggestions_framework/2 [1.11.6158 8 060417]
    org.netbeans.modules.tasklist.docscan/2 [1.19.61584 4 060417]
    com.sun.rave.extension.tasklist.docscan/1 [1.0 060417]
    org.netbeans.modules.servletapi/1 [1.6.1 060417]
    org.netbeans.lib.cvsclient/1 [1.11.1 060417]
    com.sun.rave.branding.openide/1 [1.0 060417]
    org.netbeans.modules.j2ee.dd.webservice [1.0.1 060417]
    org.netbeans.modules.websvc.websvcapi [1.0.1 060417]
    org.netbeans.modules.servletapi23/1 [1.7.1 060417]
    org.netbeans.modules.web.project [1.4.3 1.1.1.1 060417]
    com.sun.rave.branding.web.project/1 [1.0 060417]
    com.sun.rave.extension.vcsgeneric/1 [1.0 060417]
    com.sun.rave.extension.debuggercore/1 [1.0 060417]
    org.netbeans.modules.java.j2seplatform/1 [1.2.1 1.2.0 060417]
    com.sun.rave.servernav/1 [1.1 060417]
    com.sun.rave.dataconnectivity/1 [1.0.4.3 060823]
    com.sun.rave.branding.core/1 [1.0.1 060417]
    com.sun.rave.jsfcl/1 [1.1.3 060823]
    com.sun.rave.extension.web.project/1 [1.0 060417]
    com.sun.rave.extension.core/1 [1.0 060417]
    com.sun.rave.ravehelp/1 [1.0.3.2 060915]
    com.sun.rave.ejbsupport/1 [1.0 060417]
    com.sun.rave.ejb/1 [1.0.3 060823]
    com.sun.rave.modules.jsf.examples.postrelease/1 [1.0 060424]
    com.sun.rave.corepackage/1 [1.1 060417]
    com.sun.rave.libs.jsf/1 [1.0.5 060417]
    com.sun.rave.extension.beans/1 [1.0 060417]
    com.sun.rave.designer/1 [1.0.6.2 060823]
    org.netbeans.modules.httpserver/2 [2.1.1 release41 060417]
    org.netbeans.modules.web.monitor/1 [1.12.1 060417]
    com.sun.rave.extension.monitor/1 [1.0 060417]
    org.netbeans.modules.web.jstl11/1 [2.3.1 2.3.1 060417]
    com.sun.rave.portlet.container.ant/1 [1.0 1.0]
    com.sun.rave.branding.projects.projectui/1 [1.0 060417]
    com.sun.rave.extension.debuggerjpda.ui/1 [1.0 060417]
    org.netbeans.modules.utilities/1 [1.18.1 060417]
    org.netbeans.modules.utilities.project/1 [1.2.1 060417]
    com.sun.rave.branding.vcscore/1 [1.0 060417]
    com.sun.rave.extension.java.platform/1 [1.0 060417]
    com.sun.rave.branding.web.jspsyntax/1 [1.0 060417]
    com.sun.rave.extension.xml.catalog/1 [1.0 060417]
    com.sun.rave.branding.xml.core/1 [1.0 060417]
    org.netbeans.modules.extbrowser/1 [1.6.1 060417]
    com.sun.rave.branding.beans/1 [1.0 060417]
    org.netbeans.modules.j2ee.sun.ws61/1 [1.0 060417]
    com.sun.rave.extension.java.freeform/1 [1.0 060417]
    com.sun.rave.extension.core.ui/1 [1.0 060417]
    com.sun.rave.portlet.container.pluto/1 [1.0 1.0]
    com.sun.rave.extension.projects.projectui/1 [1.0 060417]
    org.netbeans.modules.vcscore.javacorebridge/1 [1.0.1 060417]
    com.sun.rave.branding.xml.text/1 [1.0 060417]
    org.netbeans.modules.javanavigation/1 [4.1.1 060417]
    org.netbeans.modules.properties.syntax/1 [1.14.1 060417]
    com.sun.rave.extension.utilities.project/1 [1.0 060417]
    com.sun.rave.branding.editor/1 [1.0 060417]
    com.sun.rave.extension.autoupdate/1 [1.2.1.1.0 060417]
    com.sun.rave.branding.tasklist.docscan/1 [1.0 060417]
    com.sun.rave.branding.utilities/1 [1.0 060417]
    com.sun.rave.webui.samples.ajax/1 [0.3 060503_2]
    org.netbeans.modules.clazz/1 [1.16.1 060417]
    com.sun.rave.branding.xml.catalog/1 [1.0 060417]
    com.sun.rave.branding.html/1 [1.0 060417]
    com.sun.rave.extension.xml.text/1 [1.0 060417]
    com.sun.rave.project.jsfportlet/1 [1.0 1.0]
    org.netbeans.modules.j2ee.ant [1.3.1 060417]
    com.sun.rave.extension.refactoring/1 [1.0 060417]
    org.netbeans.modules.j2ee.sun.dd/1 [1.2 1.0]
    org.netbeans.modules.j2ee.sun.ide/1 [2.1.1.1 060417]
    com.sun.rave.webui.samples.poweredby/1 [0.1 061002]
    org.netbeans.modules.vcs.profiles.cvsprofiles/1 [1.6.1 060417]
    com.sun.rave.welcome/1 [1.0.1 060417]
    com.sun.rave.branding.extbrowser/1 [1.0 060417]
    com.sun.rave.extension.core.ide/1 [1.0 060417]
    com.sun.rave.extension.properties/1 [1.0 060417]
    com.sun.rave.extension.utilities/1 [1.0 060417]
    com.sun.rave.extension.java.editor/1 [1.0 060417]
    com.sun.rave.branding.image/1 [1.0 060417]
    com.sun.rave.errorhandler.server/1 [0.2 060417]
    com.sun.rave.propertyeditors/1 [1.0.2 060823]
    You are trying to access file: .properties from the default package.
    Please see http://www.netbeans.org/download/dev/javadoc/OpenAPIs/org/openide/doc-files/classpath.html#default_package
    You are trying to access file: _en.properties from the default package.
    Please see http://www.netbeans.org/download/dev/javadoc/OpenAPIs/org/openide/doc-files/classpath.html#default_package
    You are trying to access file: enUS.properties from the default package.
    Please see http://www.netbeans.org/download/dev/javadoc/OpenAPIs/org/openide/doc-files/classpath.html#default_package
    *********** Exception occurred ************ at 4:58 PM on Oct 22, 2006
    java.lang.NullPointerException
    at javax.swing.text.html.HTMLDocument.getElement(HTMLDocument.java:1047)
    at javax.swing.text.html.HTMLDocument.getElement(HTMLDocument.java:1025)
    at com.sun.rave.websvc.ui.AddWebServiceDlg.findValuesInHTML(AddWebServiceDlg.java:989)
    at com.sun.rave.websvc.ui.AddWebServiceDlg.addWebServices(AddWebServiceDlg.java:753)
    at com.sun.rave.websvc.ui.AddWebServiceDlg.access$500(AddWebServiceDlg.java:78)
    at com.sun.rave.websvc.ui.AddWebServiceDlg$3.run(AddWebServiceDlg.java:724)
    at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
    [catch] 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)

    Thanks for reporting this issue!
    I could reproduce this issue and so, i have filed a
    bug 6485887 on your behalf.
    regards,
    SakthiThanks Sakthi,
    I hope they fix it soon. Let me try on netbeans as well and see if it works.

Maybe you are looking for

  • How to add a new character set encoding?

    Hello, can anybody please explain to me, how to add a new character set encoding to Mac OS Tiger? I have two Mac laptops, a new one with Snow Leopard and an older one with Tiger, and on the old one i cannot use or enable anywhere the "Russian (DOS)"

  • IBook Ethernet Network no longer working after upgrade to 10.2

    This is really strange but i was using ethernet on os 9 and the dhcp server from my speedtouch router came up and everything worked fine. But yesterday i upgraded to os x 10.2 and the ethernet connection no longer works. I have tried unplugging (this

  • Photo file numbering system oddity

    First time poster, long time lurker. I have over 1000 photos on my iPhone and I love it as a tool. But one thing I noticed, that is maybe a bug - or maybe a feature but I doubt it: The photo file numbering system - when you get past IMG_0999 and surp

  • JSP forward issue

    I have a web application deployed on weblogic 8 server. I have a jsp (AddNewUser.jsp) which forwards to a servlet (CreateUserServlet.class) with the following code : <jsp:forward page="/admin/CreateUser?userID=new"/>In the CreateUserServlet class, I

  • How to calculate PR converted to PO this month

    Hi experts, Can any one guide me on this issue both modelling and reporting. Selection Parameter from table EBAN u2013 Plant (WERKS) u2013 As per selection criteria entered by the user Processing Status (STATU) u2013 B Release indicator (FRGKZ) u2013