locked
Develop web service from WSDL RRS feed

  • Question

  • User-665585339 posted

    Hi, i had been given an WSDL file, my step as below to hosted the WSDL File as inerface:-

    1) Convert the WSDL file into interface class, for example myInterface.cs

    2) Included into my projects.

    3) Create new asmx page, example testing.asmx

    4) Then in the testing.asmx.cs, i changeed as follow to implement the interface:-

    public class testing : Interfacemethods
        {

    }

    5) Once i implement interface, the methods is appear, as correct.

    6) Once i deployed to IIS, the page is like

    http://myIP/testing.asmx

    But my partner when invoke their hosted methods in above URL, they facing error as below:-

     

    java.lang.RuntimeException: java.rmi.RemoteException: SOAPFaultException - FaultCode [{http://schemas.xmlsoap.org/soap/envelope/}Client] FaultString [Server did

    not recognize the value of HTTP Header SOAPAction: .] FaultActor [null] Detail [<detail></detail>]; nested exception is:

            weblogic.wsee.jaxrpc.soapfault.WLSOAPFaultException: Server did not recognize the value of HTTP Header SOAPAction: .

     


    And they asking about to hosted the page like http://myIP/methods/, without any question mark.

    Any ideas this?


    Thursday, August 1, 2013 10:22 PM

Answers