Ksoap stub generator?

Hello everyone,
I just downloaded Sun Java Studio Enterprise 8.1, since I was told that it has a tool to generate ksoap stub from wsdl file, but I could not find out how? please shed some light on it, much appreciated.
Many thanks!
Hai

Hai,
Thank you for your interest in Sun-sponsored Java developer tools. If you want to use the latest Web and SOA application development tool technology on offer, it is highly recommended that Java developers download NetBeans 6.0 at http://www.netbeans.org/ . Through NetBeans IDE you will be assured of timely support in the future. I am not sure what you whish to do with Web Services in Web application development, but see http://www.netbeans.org/features/web/index.html for more information. In addition, if you are interested in SOA development see http://www.sun.com/products/soa/index.jsp .
Please let us know if there are any further questions.
Regards
-Brad Mayer

Similar Messages

  • Java ME 3.0 Web Services Stub Generator  Inheritance problem

    Hello,
    I have a problem with that relates to inheritance.
    Suppose I have abstract class User and class Member that extends class User.
    Suppose I have web service MyService:
    @WebService
    public class MyService {
    public User getUser(int id) {
    // do something
    When the server returns a Member instance instead of User I receive a MarshalException at the Client.
    The reason is " Invalid Element in Response:" + Member field that isn't part of User.
    I am using Java Me SDK 3.0 wscompile stub generator.
    I have also checked it with GlassFish stub generator wsimport and there the problem didn't appear.
    Ideas ?
    Thanks in advance,
    Raanan

    Seems like you are missing a necessary jar-file in your forms-classpath. Check the libraries attached to your project in Jdeveloper and add them to the path.

  • Why is the stub generated from the implementation and not the interface?

    Why is the stub generated from the implementation and not the interface?

    Because if a remote server object implements multiple remote interfaces, its stub must implement all the same remote interfaces. The only way to know which interfaces to implement is to examine the server object class.

  • Stub generated in Jdev9i for webservice with 'Vector' return type

    Hi,
    In the OAF page that I am developing, I am trying to consume a web service generated in SAP PI using Jdeveloper. My Jdeveloper version is 9.0.3.5(I need to use this version since I need to deploy the OAF page in EBS11i). The stub generated based on the WSDL is given below.
    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;
    * Generated by the Oracle9i JDeveloper Web Services Stub/Skeleton Generator.
    * Date Created: Tue Jan 25 16:12:55 IST 2011
    * WSDL URL: file:/C://Working/XXXXXXX/RegConsComplaint_OB.wsdl
    public class RegConsComplaint_OBServiceStub
      public RegConsComplaint_OBServiceStub()
        m_httpConnection = new OracleSOAPHTTPConnection();
      public static void main(String[] args)
        try
          RegConsComplaint_OBServiceStub stub = new RegConsComplaint_OBServiceStub();
          // Add your own code here.
        catch(Exception ex)
          ex.printStackTrace();
      public String endpoint = "http://XXXXXX:8000/sap/xi/...../RegConsComplaint_OB";
      private OracleSOAPHTTPConnection m_httpConnection = null;
      private SOAPMappingRegistry m_smr = null;
      public Vector RegConsComplaint_OB(Element requestElem) throws Exception
        URL endpointURL = new URL(endpoint);
        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, "http://sap.com/xi/WebService/soap1.1", requestEnv);
        Envelope responseEnv = msg.receiveEnvelope();
        Body responseBody = responseEnv.getBody();
        return responseBody.getBodyEntries();
    }I am wondering whether I will be able to use this stub generated by Jdeveloper since the input type is 'Element' and return type is 'Vector'; while in the Jdeveloper documentation the supported "primitive XML Schema types and arrays of primitive XML Schema types as parameters and return values for web services" do not include either of the two.
    Regards,
    Sujoy

    Hi Sujoy
    I have been having big problems consuming microsoft sharepoint webservices using jDeveloper 9i.
    Problems with jdk version compatability with jDev and NTLM authentication (Sharepoint).
    so switching to db connection using utl_http.
    Can you pls send me the code set for reference at [email protected]
    thanks.
    Regards
    Sachin

  • Stub Generator Error

    I run Stub Generator in J2ME Wireless Toolkit 2.2.
    But.. I have a problem follow.
    addservice.Interface_Stub is not abstract and does not override abstract method _getPropertyNames() in javax.xml.rpc.Stub
    I don't know What is it..
    I need your help.. Plz, answer me.. :-)

    I'm having the same problem. I know for sure that the WSDL files contains correct information; I really cannot understand why the "Stub Generator" in the Wireless Toolkit 2.2 is not able to generate the stub.
    In my case is failing with a very simple web-service which has only one method with a String in input and another String in output.
    Please, follow up on this thread in case you find a solution.
    Thanks.

  • Stub Generator Error in J2ME

    I run Stub Generator in J2ME Wireless Toolkit 2.2.
    But.. I have a problem follow.
    C:\ImplementationCode\MSWS\src\addservice\AddIntegerIF_Stub.java:14: addservice.AddIntegerIF_Stub is not abstract and does not override abstract method _getPropertyNames() in javax.xml.rpc.Stub
    public class AddIntegerIF_Stub implements addservice.AddIntegerIF, javax.xml.rpc.Stub {
    ^
    1 error
    error: compilation failed, errors should have been reported
    I don't know What is it..
    I need your help.. Plz, answer me.. :-)

    I'm having the same problem. I know for sure that the WSDL files contains correct information; I really cannot understand why the "Stub Generator" in the Wireless Toolkit 2.2 is not able to generate the stub.
    In my case is failing with a very simple web-service which has only one method with a String in input and another String in output.
    Please, follow up on this thread in case you find a solution.
    Thanks.

  • Stub generator problem

    hi,
    I can't generate my stub classes from this wsdl file :
    <?xml version="1.0" encoding="UTF-8"?>
    <definitions
        name="YYYY"
        targetNamespace="http://www.XXXX.com/YYYY.wsdl"
        xmlns="http://schemas.xmlsoap.org/wsdl/"
        xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
        xmlns:tns="http://www.XXXX.com/YYYY.wsdl"
        xmlns:xsd="http://www.w3.org/2001/XMLSchema"
        xmlns:xsd1="http://www.XXXX.com/YYYY.xsd1">
        <message name="authenticateRequest">
            <part name="Login" type="xsd:string"/>
            <part name="Password" type="xsd:string"/>
        </message>
        <message name="authenticateResponse">
            <part name="Return" type="xsd:boolean"/>
            <part name="UserID" type="xsd:string"/>
        </message>
        <portType name="YYYYPortType">
            <operation name="authenticate">
                <documentation>authentication method on YYYY information system</documentation>
                <input message="tns:authenticateRequest"/>
                <output message="tns:authenticateResponse"/>
            </operation>
        </portType>
        <binding name="YYYYBinding" type="tns:YYYYPortType">
            <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
       <operation name="authenticate">
                <soap:operation soapAction="capeconnect:YYYY:YYYYPortType#authenticate"/>
                <input>
                    <soap:body namespace="urn:YYYYsoapserver" use="literal"/>
                </input>
                <output>
                    <soap:body use="literal"/>
                </output>
            </operation>
        </binding>
        <service name="YYYY">
            <port binding="tns:YYYYBinding" name="YYYYPort">
                <soap:address location="http://r-lnx-teacher/YYYY"/>
            </port>
        </service>
    </definitions>And the message error is not really helping me "stub generation failed"
    The toolkit example is working, though :
    <?xml version="1.0" encoding="UTF-8"?>
    <definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:tns="http://serverscript.org/wsdl" xmlns:ns2="http://serverscript.org/types" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" name="serverscript" targetNamespace="http://serverscript.org/wsdl">
      <types>
        <schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:tns="http://serverscript.org/types" xmlns:soap11-enc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://serverscript.org/types">
          <import namespace="http://schemas.xmlsoap.org/soap/encoding/"/>
          <complexType name="request">
            <sequence>
              <element name="String_1" type="string" nillable="true"/>
              <element name="String_2" type="string" nillable="true"/></sequence></complexType>
          <complexType name="requestResponse">
            <sequence>
              <element name="result" type="string" nillable="true"/></sequence></complexType>
          <element name="request" type="tns:request"/>
          <element name="requestResponse" type="tns:requestResponse"/></schema></types>
      <message name="Interface_request">
        <part name="parameters" element="ns2:request"/></message>
      <message name="Interface_requestResponse">
        <part name="result" element="ns2:requestResponse"/></message>
      <portType name="Interface">
        <operation name="request">
          <input message="tns:Interface_request"/>
          <output message="tns:Interface_requestResponse"/></operation></portType>
      <binding name="InterfaceBinding" type="tns:Interface">
        <operation name="request">
          <input>
            <soap:body use="literal"/></input>
          <output>
            <soap:body use="literal"/></output>
          <soap:operation soapAction=""/></operation>
        <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"/></binding>
      <service name="Serverscript">
        <port name="InterfacePort" binding="tns:InterfaceBinding">
          <soap:address xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" location="http://sunwireless.quimbik.com:80/serverscript2/serverscript"/></port></service></definitions>but when I change the soap-binding-style attribute from document to rpc, it doesn't work anymore. And I found it weird that they use document, since according to wsdl spec (w3c) rpc is used for Request-Response operations... I also tried to write another version, with document instead of rpc, and it generated something alright, but my Interface was empty : no trace of the operation I described: not really useful.
    Any suggestion?
    Thanks

    J2ME Web Services supports only document/literal format, so that's the reason the stub cannot be generated.

  • About the stub generated by Jdev10.1.2

    hi,
    I generated the stub class by the Jdeveloper9i from the wsdl which is basic authentication, and it can invoke the web service. But when I updated the soap.jar from the Oc4j9.0.3X to the oc4j 10.1.2, the stub can not invoke the web service any more.
    So I did some testes.
    1. I create the web service which has not authentication.
    1.1 I generated the stub class by the Jdeveloper9.0.5.2. The stub class can invoke web servie.
    1.2 I generated the stub class by the Jdeveloper10.1.2. The stub class can also invoke web service.
    2. I create the web service which has basic authentication.
    2.1 I generated the stub class by the Jdeveloper9.0.5.2 and set the userName and password. The stub class can invoke web servie.
    2.2 I generated the stub class by the Jdeveloper10.1.2 and set the userName and password. But the stub class can not invoke web service. It throws the exeception likes below:
    [SOAPException: faultCode=SOAP-ENV:Protocol; msg=Unsupported response content type
    &quot;text/html&quot;, must be: &quot;text/xml&quot;. Response was:
    &lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01//EN&quot;
    &quot;http://www.w3.org/TR/html4/strict.dtd&quot;&gt;&lt;HTML&gt;&lt;HEAD&gt;&lt;TITLE&gt;Yo
    u are not authorized to view this page&lt;/TITLE&gt;&lt;META HTTP-EQUIV=&quot;Content-
    Type&quot; Content=&quot;text/html; charset=Windows-1252&quot;&gt;&lt;STYLE
    type=&quot;text/css&quot;&gt;  BODY { font: 8pt/12pt verdana } H1 { font: 13pt/15pt verdana
    } H2 { font: 8pt/12pt verdana } A:link { color: red } A:visited { color: maroon }
    &lt;/STYLE&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;TABLE width=500 border=0
    cellspacing=10&gt;&lt;TR&gt;&lt;TD&gt;&lt;h1&gt;You are not authorized to view this
    page&lt;/h1&gt;You do not have permission to view this directory or page using the
    credentials that you supplied because your Web browser is sending a WWW-Authenticate header
    field that the Web server is not configured to accept.&lt;hr&gt;&lt;p&gt;Please try the
    following:&lt;/p&gt;&lt;ul&gt;&lt;li&gt;Contact the Web site administrator if you believe
    you should be able to view this directory or page.&lt;/li&gt;&lt;li&gt;Click the &lt;a
    href=&quot;javascript:location.reload()&quot;&gt;Refresh&lt;/a&gt; button to try again with
    different credentials.&lt;/li&gt;&lt;/ul&gt;&lt;h2&gt;HTTP Error 401.2 - Unauthorized:
    Access is denied due to server configuration.&lt;br&gt;Internet Information Services (IIS)
    &lt;/h2&gt;&lt;hr&gt;&lt;p&gt;Technical Information (for support personnel)
    &lt;/p&gt;&lt;ul&gt;&lt;li&gt;Go to &lt;a href=&quot;http://go.microsoft.com/fwlink/?
    linkid=8180&quot;&gt;Microsoft Product Support Services&lt;/a&gt; and perform a title search
    for the words &lt;b&gt;HTTP&lt;/b&gt; and &lt;b&gt;401&lt;/b&gt;.&lt;/li&gt;&lt;li&gt;Open
    &lt;b&gt;IIS Help&lt;/b&gt;, which is accessible in IIS Manager (inetmgr), and search for
    topics titled &lt;b&gt;About Security&lt;/b&gt;, &lt;b&gt;Authentication&lt;/b&gt;, and
    &lt;b&gt;About Custom Error
    Messages&lt;/b&gt;.&lt;/li&gt;&lt;/ul&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&l
    t;/HTML&gt;]     at org.apache.soap.rpc.Call.getEnvelopeString(Call.java:209)     at
    org.apache.soap.rpc.Call.invoke(Call.java:268)
    3.
    Then I compared the stub classes and found that the stub class generated from the
    Jdev9.0.5.2 has one codes in the stub constuctor while the stub class generated from
    Jdev10.1.2 has not.
    System.setProperty("oracle.soap.transport.noHTTPClient", "true");
    3.1
    Then I noted this code in the 9052 stub class and run it, it also threw the same the exception.
    3.2
    But I add this code in the 1012 stub class and run it, it threw another
    exception:java.lang.NullPointerException     at
    oracle.net.www.protocol.http.HttpURLConnection.<init>(HttpURLConnection.java:101)     at
    oracle.soap.transport.http.OracleSOAPHTTPConnection.getConnection
    (OracleSOAPHTTPConnection.java:1022)     at
    oracle.soap.transport.http.OracleSOAPHTTPConnection.post(OracleSOAPHTTPConnection.java:833)     
    at oracle.soap.transport.http.OracleSOAPHTTPConnection.send
    (OracleSOAPHTTPConnection.java:713)     at org.apache.soap.rpc.Call.invoke(Call.java:261)
    But I only change the soap.jar from 10.1.2 version to the 9.0.5.2 version and run this 1012 stub class after add that code, it can invoke the web service.
    4. Note: The stub class 9052 run in the Jdeveloper9.0.5.2 and the stub class 1012 run in the Jdeveloper10.1.2. They both don't use proxy server.
    Now we use oc4j 10.1.2 platform, and I cannot create the stub class to invoke the web service which is basic authentication. Colud you please help me solve this problem?
    Thanks & Best Regards!

    I have set REALM information which is get from the response in the TCP monitor, and it can invoke the web service.
    For the exception 2.2, maybe it is due to that web service is in Windows platform, then I can't get the REALM information from the TCP Monitor!
    Thanks

  • Where are the client stubs generated

    I am using weblogic 8, so i understand that the client stub is generated by the container when the my ejbs are deployed.
    But where is this jar file created.
    Is there a tool which i can use to generate the .jar file once my ejb is delployed.
    Thank you
    Rahul

    (Found something on this for weblogic 6 ..maybe this holds true for weblogic 8) ..still cant figure out exactly where it creates the stub.. might have to try it out and search BEA_HOME
    WebLogic Server supports the use of ejb-client.jar files.
    The ejb-client.jar contains the home and remote interfaces, the primary key class (as applicable), and the files they reference. WebLogic Server does not add files referenced in your classpath to ejb-client.jar. This enables WebLogic Server to add necessary custom classes to the ejb-client.jar without adding generic classes such as java.lang.String.
    For example, the ShoppingCart remote interface might have a method that returns an Item class. Because this remote interface references this class, and it is located in the ejb-jar file, it will be included in the client jar.
    You configure the creation of an ejb-client.jar file in the bean's ejb-jar.xml deployment descriptor file.When you compile the bean with ejbc, WebLogic Server creates the ejb-client.jar.
    To specify an ejb-client.jar:
    1. Compile the bean's Java classes into a directory, using the javac compiler from the command line.
    2. Add the EJB XML deployment descriptor files to the compiled unit using the guidelines in WebLogic Server EJB Deployment Files.
    3. Edit the ejb-client-jar deployment descriptor in the bean's ejb-jar.xml file, as follows, to specify support for ejb-client.jar:
    <ejb-client-jar>ShoppingCartClient.jar</ejb-client-jar>
    4. Generate the container classes that are used to access the bean using weblogic.ejbc and create the ejb-client.jar using the following command:
    $ java weblogic.ejbc <ShoppingCart.jar>
    Container classes include both the internal representation of the EJB that WebLogic Server uses, as well as implementation of the external interfaces (home, local, and/or remote) that clients use.
    External clients can include the ejb-client.jar in their classpath. Web applications would include the ejb-client.jar in their /lib directory.
    Note: WebLogic Server classloading behavior varies, depending on whether or not the client is stand-alone. Stand-alone clients with access to the ejb-client.jar can load the necessary classes over the network. However, for security reasons, programmatic clients running in a server instance cannot load classes over the network.

  • WS Stub generated by Jdev hangs.

    Hi,
    I managed to create a Web Service using
    Jdeveloper. My Java WS class is a Stateless EJB.
    I also tested it using the web browser.
    then I tried to generate a stub and to call may method.
    But when it gets to
    Response response = call.invoke(endpointURL, "");
    it hangs.
    the server and the service is fine I can still use the web browser.
    Could please anyone help me on this as soon as possible ?
    cheers.

    I seem to have the same problem with my WS Stub hanging on the call.invoke line. I know that it's running on port 8888, and it only seems to happen when it runs after someone's session is destroyed.
    I'm wondering if I have to use the 'Proxy' class when running from within the same OC4J instanct, instead if the 'Stub'. The Stub is nice because you can use it from outside of OC4J too.

  • Error while accessing webservice using generated stub

    I want to consume a webservice which supplies information about countries:
    http://www.oorsprong.org/websamples.countryinfo/CountryInfoService.wso?WSDL
    I have generated a Webservice stub using JDeveloper. It supplies me with the right interface, but when I use the stub to access the webservice, I encounter an error:
    java.lang.ClassCastException: oracle.xml.parser.v2.XMLText
         at oracle.jdeveloper.webservices.runtime.WrappedDocLiteralStub.fromElement(WrappedDocLiteralStub.java:614)
         at mypackage3.CountryInfoServiceStub2.CapitalCity(CountryInfoServiceStub2.java:72)
         at mypackage3.callWS.main(callWS.java:19)
    I have checked the response message, but it is all right. With "some" handcoding , I can extract the answer I want out of the response XML. It seems, that the stub fails to cast the response to the right result class.
    The method I use from the stub generated by JDeveloper. The error occurs at the last line, where the content of the message should be cast to String :
    =========================================================
    public String CapitalCity(String sCountryISOCode) throws Exception
    URL endpointURL = new URL(_endpoint);
    Envelope requestEnv = new Envelope();
    Body requestBody = new Body();
    Vector requestBodyEntries = new Vector();
    String wrappingName = "CapitalCity";
    String targetNamespace = "http://www.oorsprong.org/websamples.countryinfo";
    Vector requestData = new Vector();
    requestData.add(new Object[] {"sCountryISOCode", sCountryISOCode});
    requestBodyEntries.addElement(toElement(wrappingName, targetNamespace, requestData));
    requestBody.setBodyEntries(requestBodyEntries);
    requestEnv.setBody(requestBody);
    Message msg = new Message();
    msg.setSOAPTransport(m_httpConnection);
    msg.send(endpointURL, "", requestEnv);
    Envelope responseEnv = msg.receiveEnvelope();
    Body responseBody = responseEnv.getBody();
    Vector responseData = responseBody.getBodyEntries();
    return (String)fromElement((Element)responseData.elementAt(0), java.lang.String.class);
    =========================================================
    The class I use to call the webservice:
    =========================================================
    package mypackage3;
    public class callWS
    public callWS() {  }
    public static void main(String[] args)
    {  System.out.println("Calling CountryInfo Webservice");
    try
    CountryInfoServiceStub2 ws1 = new CountryInfoServiceStub2();
    String capitalCity = ws1.CapitalCity("IT");
    System.out.println("Capital City=" + capitalCity);
    } catch (Exception exception)
    {   System.out.println("An error occured while calling CountryInfoStub2:" );
    exception.printStackTrace(System.out);
    =========================================================

    Hi dickdral
    I', afraid I have not solution but the same problem. Today I try use VIES (http://ec.europa.eu/taxation_customs/vies/api/checkVatPort)
    and the same exception occurs. Stub was generated by JDev 10.1.2.
    Do you resolve this problem?
    Thanks
    Jara

  • Problem generating stubs for Java EJB web service deployed in OAS

    I created an EJB web service and I've successfully deployed it in my Oracle App Server. Some of the methods work fine but others produce the ff error:
    org.apache.soap.SOAPException - java.lang.IllegalArgumentException: No Serializer found to serialize [classname] using encoding style [encoding]It seems that the objects specified as parameters in the web service methods exposed are the only ones that had stubs generated for them. Other objects I use, which are usually wrapped inside a Vector, did not have generated stubs.
    Example:
         public String loginUser(UserDTO userDTO) throws RemoteException, NamingException, SQLException;
    public String addItems (Vector vecItems) throws RemoteException, NamingException, SQLException; // where vecItems is a collection of ItemDTO objects     In this scenario, stubs were generated for the UserDTO class, but not for the ItemDTO class. In effect, calling the addItems method resulted to the exception I mentioned above.
    I did a workaround wherein I declared a dummy method which accepted all the types of objects I needed as parameters so all the necessary stubs can be generated, but this fix doesn't feel like it's the proper solution to my problem.
    If anyone can help me, it would be greatly appreciated. Thanks!

    Crossposted:
    Problem generating stubs for Java EJB web service deployed in OAS

  • Issue while generating Webservice Stub

    Hi,
    When i tried to create a Webservice stub using Stub Generator available in Sun Java WTK 2.5 Beta, it created a Stub java file with operatons(methods) missing in it.
    It displayed following warning while creating stub:
    warning: ignoring operation "addBlogInfo": more than one part in input message
    warning: ignoring operation "getLocation": more than one part in input message
    warning: Port "MzoneBlogging" does not contain any usable operations
    The WSDL file which I used as an input is as follows:
    <?xml version="1.0" encoding="UTF-8"?>
    <wsdl:definitions targetNamespace="urn:Mzone" xmlns:apachesoap="http://xml.apache.org/xml-soap" xmlns:impl="urn:Mzone" xmlns:intf="urn:Mzone" xmlns:tns1="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <!--WSDL created by Apache Axis version: 1.3
    Built on Oct 05, 2005 (05:23:37 EDT)-->
    <wsdl:types>
    <schema targetNamespace="urn:Mzone" xmlns="http://www.w3.org/2001/XMLSchema">
    <element name="in0" type="tns1:string"/>
    <element name="in1" type="tns1:string"/>
    <element name="in2" type="xsd:int"/>
    <element name="in3" type="tns1:string"/>
    <element name="addBlogInfoReturn" type="tns1:string"/>
    <element name="in4" type="tns1:string"/>
    <element name="in5" type="tns1:string"/>
    <complexType name="Transaction">
    <sequence>
    <element name="transactionId" nillable="true" type="tns1:string"/>
    </sequence>
    </complexType>
    <complexType name="ArrayOfTransaction">
    <sequence>
    <element maxOccurs="unbounded" minOccurs="0" name="item" type="impl:Transaction"/>
    </sequence>
    </complexType>
    <complexType name="ZoneInfo">
    <sequence>
    <element name="categoryId" type="xsd:int"/>
    <element name="categoryName" nillable="true" type="tns1:string"/>
    <element name="transaction" nillable="true" type="impl:ArrayOfTransaction"/>
    </sequence>
    </complexType>
    <element name="getLocationReturn">
    <complexType>
    <sequence>
    <element maxOccurs="unbounded" minOccurs="0" name="item" type="impl:ZoneInfo"/>
    </sequence>
    </complexType>
    </element>
    </schema>
    </wsdl:types>
    <wsdl:message name="getLocationResponse">
    <wsdl:part element="impl:getLocationReturn" name="getLocationReturn"/>
    </wsdl:message>
    <wsdl:message name="getLocationRequest">
    <wsdl:part element="impl:in4" name="in0"/>
    <wsdl:part element="impl:in5" name="in1"/>
    </wsdl:message>
    <wsdl:message name="addBlogInfoResponse">
    <wsdl:part element="impl:addBlogInfoReturn" name="addBlogInfoReturn"/>
    </wsdl:message>
    <wsdl:message name="addBlogInfoRequest">
    <wsdl:part element="impl:in0" name="in0"/>
    <wsdl:part element="impl:in1" name="in1"/>
    <wsdl:part element="impl:in2" name="in2"/>
    <wsdl:part element="impl:in3" name="in3"/>
    </wsdl:message>
    <wsdl:portType name="MzoneBlogging">
    <wsdl:operation name="addBlogInfo" parameterOrder="in0 in1 in2 in3">
    <wsdl:input message="impl:addBlogInfoRequest" name="addBlogInfoRequest"/>
    <wsdl:output message="impl:addBlogInfoResponse" name="addBlogInfoResponse"/>
    </wsdl:operation>
    <wsdl:operation name="getLocation" parameterOrder="in0 in1">
    <wsdl:input message="impl:getLocationRequest" name="getLocationRequest"/>
    <wsdl:output message="impl:getLocationResponse" name="getLocationResponse"/>
    </wsdl:operation>
    </wsdl:portType>
    <wsdl:binding name="MzoneBloggingSoapBinding" type="impl:MzoneBlogging">
    <wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="addBlogInfo">
    <wsdlsoap:operation soapAction=""/>
    <wsdl:input name="addBlogInfoRequest">
    <wsdlsoap:body use="literal"/>
    </wsdl:input>
    <wsdl:output name="addBlogInfoResponse">
    <wsdlsoap:body use="literal"/>
    </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="getLocation">
    <wsdlsoap:operation soapAction=""/>
    <wsdl:input name="getLocationRequest">
    <wsdlsoap:body use="literal"/>
    </wsdl:input>
    <wsdl:output name="getLocationResponse">
    <wsdlsoap:body use="literal"/>
    </wsdl:output>
    </wsdl:operation>
    </wsdl:binding>
    <wsdl:service name="MzoneBloggingService">
    <wsdl:port binding="impl:MzoneBloggingSoapBinding" name="MzoneBlogging">
    <wsdlsoap:address location="http://localhost:8080/axis/services/MzoneBlogging"/>
    </wsdl:port>
    </wsdl:service>
    </wsdl:definitions>
    Please let me know how to solve this issue. Its very urgent. Any help greatly appreciated.
    Thanks in advance

    Hi,
    I have written this rule....
    ZAP1 Privilage Entitlement 90 Days
            VARSTLDYPP Last day of pay.per?
              N
                LEAVE      Stop with PC Rule
              Y
                HRS=FR01C  Set
                HRS?90     Decision op.     HRS
                    HRS-90     Subtraction
                    HRS*-1     Multiplication
                    HRS?1      Decision op.     HRS
                        HRS=1      Set
                        ADDDB0094Z Set day balance = 0
                        UPDTQA01   Abs. Quota Accrual
                      <
                        ADDDB0094Z Set day balance = 0
                        UPDTQA01   Abs. Quota Accrual
                  <
                    HRS=LR01C  Set
                    UPDTQA01   Abs. Quota Accrual
                    ADDDB0094Z Set day balance = 0
    Please check and tell is it ok?
    Regards,
    Apoorwa

  • Error Generating Stub With WTK 2.5.2

    I have generated stub using stub generator option of wtk 2.5.2 many times before. But this time the different thing was that i have inserted & quired records to & from mysql database in my web service. it it showing some error related to hashtable element of XMLSchema. what should be the reason

    Hey
    I am like you having a PushRegistry. I don’t get your security exception anymore :-) - but the framework doesn’t seem to restart my application – anybody knows why?? I dont get any Exceptions!!!!
    Back to your problem!
    Have you included the API Permissions, a made a Push registry entity in you project - under Properties/Application Descriptor/..??
    al

  • Using domain object instead of generated ones?

    I'm using NetBeans, and I'm curious if there's a way that we can use our domain objects with the web service calls rather than the empty stubs generated by wsgen?
    wsgen creates the skeletal client classes, as well as an ObjectFactory that returns instances of those classes. I imagine I could modify ObjectFactory to return our domain objects instead, but then we'd be breaking with wsgen.
    Is there a better solution to this?
    Thanx!

    You can associate a Virtual Host to the loopback IP address 127.0.0.1 read about Virtual Hosts here: http://tomcat.apache.org/tomcat-6.0-doc/virtual-hosting-howto.html
    But with the above configuration alone you can access your app via http://somedomainname.com only on your local machine, no one else on the internet will see it.

Maybe you are looking for

  • Im willing to pay 1 dollar if someone can solve this problem!

    I want to put video from my viewer into a slug replace block in the canvas, but everytime i attempt it a message comes up that says "Replace edit could not be completed because clip to replace is not selected" ....what does this mean.. how can i repl

  • Contacts cannot be saved on Pre

    I was having a problem with my Palm Pre where I could next text or receive texts from one of my contacts, so I followed the advise on this board and reset my phone by deleting the Apps and Info and then reloading everything from my palm profile.  Tha

  • Loading and displaying an image

    I have been able to do this with an applet quite easily import java.applet.Applet; import java.awt.Graphics; import java.awt.Image; // This is a simple example applet that loads an image and // displays it. public class DrawImage extends Applet     

  • Too many drivers being installed

    I use an e51, e65 and e71 with my Vista systems with Nokia PC Suite 7.0.8.2. After many installs I have the following listed in > Control Panel > Programs and Features: Windows Driver Package - Nokia Modem (02/15/2007 3.1) installed on 04 July 2007 W

  • Why is my typekit not syncing to my desktop?

    Why is my typekit not syncing to my desktop? Im on a PC.. Ive tried the process over and over now and i still cant see my TK fonts in adobe apps.