Full text search for "wsdl"


Search BackLinks only
Display context of search results
Case-sensitive searching
  • Axis로WebService개발하기 . . . . 6 matches
         = WSDL 생성 =
         org.apache.axis.wsdl.Java2WSDL 툴 이용
         <target name="genWSDL" depends="javac">
          <java classname="org.apache.axis.wsdl.Java2WSDL" fork="true">
          <arg line=" -o ${conf-dir}/${wsdl-filename} -l ${webservice_url} -n ${targetNamespace} -p${webservcePackageName} ${targetNamespace} ${webserviceRemoteInterfaceName}"/>
         org.apache.axis.wsdl.WSDL2Java 툴 이용
         <target name="genWSDD" depends="genWSDL">
          <java classname="org.apache.axis.wsdl.WSDL2Java" fork="true">
          <arg line=" -o clientsrc -d Application -s ${conf-dir}/${wsdl-filename}"/>
  • JWSDP동적호출인터페이스모델클라이언트 . . . . 3 matches
         QName serviceQName = new QName("http://java.sun.com/xml/ns/jax-rpc/wsi/wsdl/webservice", "Webservice");
         QName portQName = new QName("http://java.sun.com/xml/ns/jax-rpc/wsi/wsdl/webservice", "CalIFPort");
          new QName("http://java.sun.com/xml/ns/jax-rpc/wsi/wsdl/webservice", "plus")
  • WSDL문서의구조 . . . . 2 matches
         [WSDL]문서의 types요소, XSD, SOAP인코딩, [WSDL]에서 정의한 데이터 타입을 사용하여 [웹서비스]에서 교환되는 데이터를 정의한다.
          namespace="http://localhost:8080/lottows/webservice/wsdl/webservice"/>
          namespace="http://localhost:8080/lottows/webservice/wsdl/webservice"/>
         // WSDL : <service name="Webservice">
         // WSDL : <port name="LottoIFPort"
  • JWSDP동적프록시호출모델클라이언트 . . . . 1 match
         URL(wsdlUrl)과 QName(namespace)을 해당 서비스에 전달후 동적 Stub을 얻어서 해당 IF로 형변환후 사용
  • UDDI . . . . 1 match
         UDDI 레지스트리 : [웹서비스] 중계소 (회사정보, wsdl 문서 url)
  • jaxrpc-ri.xml . . . . 1 match
          targetNamespaceBase="http://localhost:8080/mytestws/webservice/wsdl"
  • 웹서비스동적스텁생성클라이언트 . . . . 1 match
          call.setTargetEndpointAddress(new URL("http://localhost:9090/axis/DiceWS.jws?wsdl"));
Found 7 matching pages out of 1802 total pages

You can also click here to search title.

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2008-08-27 17:32:32
Processing time 0.0080 sec