Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: How do you call webServices ?

  1. #11
    Join Date
    Jun 2006
    Posts
    15

    Default

    I have axis-1.3.jar, but not the two others library ! I append also wsdl4j.jar,ans saaj.jar but the error persist.

    I don't use Glassfish ! My project in Eclipse is with library JDK 1.5, but my server isn't in this.

    One library in 1.4 must be in 1.5 ! Even if, I append the library 1.4, I have the same error !

    I try with jaxrpc-api.jar but in this, I finf : javax.xml.rpc, and not : com.sun.xml.rpc !!!
    Last edited by cicolas; Jun 21st, 2006 at 09:41 AM.

  2. #12
    Join Date
    Jul 2005
    Location
    Rotterdam, the Netherlands
    Posts
    1,562

    Default

    I'm sorry, I've really run out of ideas :-(.

    You might want to try the Remoting forum, though. That forum is more related to the problem you have.
    Arjen Poutsma

    Spring Web Services Dev Lead
    Please read the FAQ

  3. #13

    Default

    Just in case someone runs into the same problem, you have to set the servicefactory class in the proxy.

    Code:
           <property name="serviceFactoryClass">
                <value>org.apache.axis.client.ServiceFactory</value>
            </property>

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •