Jwsc Error - Only HTTP ports are supported for JAX-WS

Hi
I am trying to create a Webservice from wsdl. I have been able to generate java files and jar file with wsdlc ant task.
However when i try jwsc I get follwoing error
[jwsc] [ERROR] - Only HTTP ports are supported for JAX-WS.
<----- follwowing task for generating java files --->
<taskdef name="wsdlc" classname="weblogic.wsee.tools.anttasks.WsdlcTask"/>     
<target name="generate-from-wsdl">
          <wsdlc
               srcWsdl="wsdl_files/UserPrefWebService.wsdl"
               destJwsDir="web/web-inf/lib"
               destImplDir="src"
               packageName="com.ws.userpref"
               type="JAXWS"/>
     </target>
<----- follwowing task for generating class files ----THIS IS FAILING --->
     <taskdef name="jwsc" classname="weblogic.wsee.tools.anttasks.JwscTask" />      
     <target name="build-service">
          <jwsc srcdir="src" destdir="ear">
               <jws file="com/ws/userpref/UserPrefWebServiceImpl.java"
                    compiledWsdl="web/web-inf/lib/UserPrefWebService_wsdl.jar"
                    type="JAXWS"/>
          </jwsc>
     </target>
<----- This is the Error --->
C:\Development\CFCDemoWorkspace\UserPreferencesServer>ant build-service
Buildfile: build.xml
build-service:
[jwsc] JWS: processing module /com/ws/userpref/UserPrefWebServiceImpl
[jwsc] Parsing source files
[jwsc] Parsing source files
[jwsc] 1 JWS files being processed for module /com/ws/userpref/UserPrefWebS
erviceImpl
[jwsc] C:\Development\CFCDemoWorkspace\UserPreferencesServer\src\com\ws\use
rpref\UserPrefWebServiceImpl.java 18:8
[jwsc] [ERROR] - Only HTTP ports are supported for JAX-WS.
[AntUtil.deleteDir] Deleting directory C:\DOCUME~1\138904\LOCALS~1\Temp\_3os716
BUILD FAILED
C:\Development\CFCDemoWorkspace\UserPreferencesServer\build.xml:24: weblogic.wse
e.tools.WsBuildException: JWS Validation failed.
Total time: 10 seconds
Does any one has any input on this error?
Thanks
Srikant

Thanks David,
Below is the wsdl
<s0:message name="ws_getUserPreference">
<s0:part element="s1:ws_getUserPreference" name="parameters"/>
</s0:message>
<s0:message name="ws_getUserPreferenceResponse">
<s0:part element="s1:ws_getUserPreferenceResponse" name="parameters"/>
</s0:message>
<s0:portType name="UserPrefWebServicePort">
<s0:operation name="ws_getUserPreference" parameterOrder="parameters">
<s0:input message="s1:ws_getUserPreference"/>
<s0:output message="s1:ws_getUserPreferenceResponse"/>
</s0:operation>
</s0:portType>
<s0:binding name="UserPrefWebServiceSoapBinding" type="s1:UserPrefWebServicePort">
<s2:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
<s0:operation name="ws_getUserPreference">
<s2:operation soapAction="" style="document"/>
<s0:input>
<s2:body parts="parameters" use="literal"/>
</s0:input>
<s0:output>
<s2:body parts="parameters" use="literal"/>
</s0:output>
</s0:operation>
</s0:binding>
<s0:service name="UserPrefWebService">
<s0:port binding="s1:UserPrefWebServiceSoapBinding" name="UserPrefWebServicePortSoapPort">
<s2:address location="https://localhost:7001/UserPrefService/UserPref"/>
</s0:port>
</s0:service>
</s0:definitions>
do i need to add <wlhttptransport/> in jws during the buid?

Similar Messages

  • Only HTTPS requests are working for SOAP Sender and HTTP not working

    wHi Experts,
    We have enabled our HTTPS port ( SSL ) in NWA -- >> Security -- >> SSL and Key stores. So understanding is HTTPS port is now enabled on top of HTTP. So PI should be able to cater requests at both ports.
    Now, we have developed a synchronous SOAP to RFC scenario and downloaded WSDL file. This file has both links -
    a. http:<host>:<port>
    b. https:<host>:<port>
    We intend to make a PI system where both ports can work. Now questions.
    1. When we test web service exposed from PI using SOAPUI tool, only HTTPS works fine and gets the response back. If we try HTTP URL, an error is encountered - HTTTPS scheme is required.
    2. Is this whole understanding that both ports  ( HTTP, HTTPS ) should be able to operate simultaneously correct ? Or this is not at all possible ?
    3. In SOAP Sender, we tried selecting all 3 options - 1. HTTP 2. HTTPS without client authentication 3. HTTPS with client authentication.
       None of the options have any effect on testing, Each time, only HTTPS request works and HTTP doesn't.
    Can anyone please provide some hints for troubleshooting ?
    Thanks..
    regards,
    Rajagopal.

    The error "HTTPS scheme is required" is normally returned when the HTTP Security Level on the SOAP adapter is not set to "HTTP". I can see you have mentioned you have tried all these, maybe a cache refresh has gone wrong? Could try recreating the channel with just HTTP specified as security level and this should allow HTTP or HTTPS
    I assume you are using a different port number for  your HTTP and HTTPS requests from SOAP UI. Normally the HTTPS port is the same as the HTTP port number but the final zero changed to a 1 i.e. https://<host>:50001 instead of http://<host>:50000.
    You should be able to confirm both HTTP and HTTPS work OK by loading some of the system webpages in a browser over HTTP and over HTTPS i.e. http://<host>:<port>/nwa and https://<host>:<port>/nwa
    Chris

  • "error: thread-local storage not supported for this target"

    I have a program that uses the __thread specifier, to be run on a Solaris 9/UltraSprac.
    I am not able to compile it using gcc 3.4.4 or 4.0.4, it emits the msg "error: thread-local storage not supported for this target".
    xz@gamera% gcc -v -Wall -D_REENTRANT -c -o func_stack.o func_stack.c
    Reading specs from /opt/gcc/3.4.4/lib/gcc/sparc-sun-solaris2.8/3.4.4/specs
    Configured with: ../srcdir/configure --prefix=/opt/gcc/3.4.4 --disable-nls
    Thread model: posix
    gcc version 3.4.4
    /opt/gcc/3.4.4/libexec/gcc/sparc-sun-solaris2.8/3.4.4/cc1 -quiet -v -D_REENTRANT -DMESS func_stack.c -quiet -dumpbase func_stack.c -mcpu=v7 -auxbase-strip func_stack.o -Wall -version -o /var/tmp//cc0poHSN.s
    ignoring nonexistent directory "/usr/local/include"
    ignoring nonexistent directory "/opt/gcc/3.4.4/lib/gcc/sparc-sun-solaris2.8/3.4.4/../../../../sparc-sun-solaris2.8/include"
    #include "..." search starts here:
    #include <...> search starts here:
    /opt/gcc/3.4.4/include
    /opt/gcc/3.4.4/lib/gcc/sparc-sun-solaris2.8/3.4.4/include
    /usr/include
    End of search list.
    GNU C version 3.4.4 (sparc-sun-solaris2.8)
            compiled by GNU C version 3.4.4.
    GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
    func_stack.c:16: error: thread-local storage not supported for this target
    func_stack.c:17: error: thread-local storage not supported for this target
    func_stack.c:19: error: thread-local storage not supported for this target
    xs@gamera% gcc -v -D_REENTRANT  -c -o func_stack.o func_stack.c
    Using built-in specs.
    Target: sparc-sun-solaris2.9
    Configured with: /net/clpt-v490-0/export/data/bldmstr/20070711_mars_gcc/src/configure --prefix=/usr/sfw --enable-shared --with-system-zlib --enable-checking=release --disable-libmudflap --enable-languages=c,c++ --enable-version-specific-runtime-libs --with-cpu=v9 --with-ld=/usr/ccs/bin/ld --without-gnu-ld
    Thread model: posix
    gcc version 4.0.4 (gccfss)
    /pkg/gcc/4.0.4/bin/../libexec/gcc/sparc-sun-solaris2.9/4.0.4/cc1 -quiet -v -I. -iprefix /pkg/gcc/4.0.4/bin/../lib/gcc/sparc-sun-solaris2.9/4.0.4/ -D__sparcv8 -D_REENTRANT -DMESS func_stack.c -quiet -dumpbase func_stack.c -mcpu=v9 -auxbase-strip func_stack.o -version -m32 -o /tmp/ccjsdswh.s -r /tmp/cc2w4ZRo.ir
    ignoring nonexistent directory "/pkg/gcc/4.0.4/bin/../lib/gcc/sparc-sun-solaris2.9/4.0.4/../../../../sparc-sun-solaris2.9/include"
    ignoring nonexistent directory "/usr/local/include"
    ignoring nonexistent directory "/usr/sfw/lib/gcc/sparc-sun-solaris2.9/4.0.4/include"
    ignoring nonexistent directory "/usr/sfw/lib/../sparc-sun-solaris2.9/include"
    #include "..." search starts here:
    #include <...> search starts here:
    /pkg/gcc/4.0.4/bin/../lib/gcc/sparc-sun-solaris2.9/4.0.4/include
    /usr/sfw/include
    /usr/include
    End of search list.
    GNU C version 4.0.4 (gccfss) (sparc-sun-solaris2.9)
            compiled by GNU C version 4.0.4 (gccfss).
    GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
    func_stack.c:16: error: thread-local storage not supported for this target
    func_stack.c:17: error: thread-local storage not supported for this target
    func_stack.c:19: error: thread-local storage not supported for this targetJust as comparison, the corresponding output of compiling another file which does not have __thread declaration is as follows:
    xz@gamera% gcc -v -Wall -D_REENTRANT -c -o common.o common.c
    Reading specs from /opt/gcc/3.4.4/lib/gcc/sparc-sun-solaris2.8/3.4.4/specs
    Configured with: ../srcdir/configure --prefix=/opt/gcc/3.4.4 --disable-nls
    Thread model: posix
    gcc version 3.4.4
    /opt/gcc/3.4.4/libexec/gcc/sparc-sun-solaris2.8/3.4.4/cc1 -quiet -v -D_REENTRANT -DMESS common.c -quiet -dumpbase common.c -mcpu=v7 -auxbase-strip common.o -Wall -version -o /var/tmp//cc4VxrLz.s
    ignoring nonexistent directory "/usr/local/include"
    ignoring nonexistent directory "/opt/gcc/3.4.4/lib/gcc/sparc-sun-solaris2.8/3.4.4/../../../../sparc-sun-solaris2.8/include"
    #include "..." search starts here:
    #include <...> search starts here:
    /opt/gcc/3.4.4/include
    /opt/gcc/3.4.4/lib/gcc/sparc-sun-solaris2.8/3.4.4/include
    /usr/include
    End of search list.
    GNU C version 3.4.4 (sparc-sun-solaris2.8)
            compiled by GNU C version 3.4.4.
    GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
    /usr/ccs/bin/as -V -Qy -s -xarch=v8 -o common.o /var/tmp//cc4VxrLz.s
    /usr/ccs/bin/as: Sun WorkShop 6 update 2 Compiler Common 6.2 Solaris_9_CBE 2001/04/02Note that the last 2 lines seem to suggest that a Sun assembler is used as the back-end of gcc. I am not sure whether the failure to compile the first file (with __thread) was due to the incompatibility of this Sun assembler. In the first case, the error msg was emitted before these 2 lines are printed.
    I further read a post about gcc 3.3.3's inability to compile code that has __thread in it, on a HP-UX 11.11: http://forums12.itrc.hp.com/service/forums/questionanswer.do?admit=109447627+1216595175060+28353475&threadId=1148976 The conclusion seems to suggest that "the 2.17 GNU assembler did not support thread local storage" and gcc sees that and thus disallows TLS.
    If the assembler is the culprit, then does anyone know whether this "Sun WorkShop 6 update 2" assembler in my installation can work with TLS? And how come a Sun assembler becomes the back-end of gcc? I read that gas (the GNU assembler) is the default backend of gcc. (How) can one specify the assembler to be used for gcc?
    As an aside, I am able to compile my file on this same Solaris 9/UltraSparc platform using the Sun Studio 12 C Compiler:
    xz@gamera% cc -V -# -D_REENTRANT  -c -o func_stack.o func_stack.c
    cc: Sun C 5.9 SunOS_sparc Patch 124867-01 2007/07/12
    ### Note: NLSPATH = /pkg/SUNWspro/12/prod/bin/../lib/locale/%L/LC_MESSAGES/%N.cat:/pkg/SUNWspro/12/prod/bin/../../lib/locale/%L/LC_MESSAGES/%N.cat
    ###     command line files and options (expanded):
    ### -c -D_REENTRANT  -V func_stack.c -o func_stack.o
    /pkg/SUNWspro/12/prod/bin/acomp -xldscope=global -i func_stack.c -y-fbe -y/pkg/SUNWspro/12/prod/bin/fbe -y-xarch=generic -y-xmemalign=8i -y-o -yfunc_stack.o -y-verbose -y-xthreadvar=no%dynamic -y-comdat -xdbggen=no%stabs+dwarf2+usedonly -V -D_REENTRANT  -m32 -fparam_ir -Qy -D__SunOS_5_9 -D__SUNPRO_C=0x590 -D__SVR4 -D__sun -D__SunOS -D__unix -D__sparc -D__BUILTIN_VA_ARG_INCR -D__C99FEATURES__ -Xa -D__PRAGMA_REDEFINE_EXTNAME -Dunix -Dsun -Dsparc -D__RESTRICT -xc99=%all,no%lib -D__FLT_EVAL_METHOD__=0 -I/pkg/SUNWspro/12/prod/include/cc "-g/pkg/SUNWspro/12/prod/bin/cc -V -D_REENTRANT  -c -o func_stack.o " -fsimple=0 -D__SUN_PREFETCH -destination_ir=yabe
    acomp: Sun C 5.9 SunOS_sparc Patch 124867-01 2007/07/12Interestingly, the output no longer mentions the "/usr/ccs/bin/as: Sun WorkShop 6 update 2" assembler.

    Just as another comparison, I compiled a file without __thread on the Solaris 9/UltraSparc platform using gcc 4.0.4. Not surprisingly it worked. But I no longer see the mention of the Sun assembler as in the case of gcc 3.4.4. Nor did I see the mention of "GNU assembler" as in the case of gcc 4.0.4/Solaris 10/x86. Instead, I saw something called "iropt" and "cg". Does anyone know what they are?
    xz@gamera% gcc -v -Wall -D_REENTRANT -c -o common.o common.c
    Using built-in specs.
    Target: sparc-sun-solaris2.9
    Configured with: /net/clpt-v490-0/export/data/bldmstr/20070711_mars_gcc/src/configure --prefix=/usr/sfw --enable-shared --with-system-zlib --enable-checking=release --disable-libmudflap --enable-languages=c,c++ --enable-version-specific-runtime-libs --with-cpu=v9 --with-ld=/usr/ccs/bin/ld --without-gnu-ld
    Thread model: posix
    gcc version 4.0.4 (gccfss)
    /pkg/gcc/4.0.4/bin/../libexec/gcc/sparc-sun-solaris2.9/4.0.4/cc1 -quiet -v -iprefix /pkg/gcc/4.0.4/bin/../lib/gcc/sparc-sun-solaris2.9/4.0.4/ -D__sparcv8 -D_REENTRANT -DMESS common.c -quiet -dumpbase common.c -mcpu=v9 -auxbase-strip common.o -Wall -version -m32 -o /tmp/ccSGJIDD.s -r /tmp/ccKuJz76.ir
    ignoring nonexistent directory "/pkg/gcc/4.0.4/bin/../lib/gcc/sparc-sun-solaris2.9/4.0.4/../../../../sparc-sun-solaris2.9/include"
    ignoring nonexistent directory "/usr/local/include"
    ignoring nonexistent directory "/usr/sfw/lib/gcc/sparc-sun-solaris2.9/4.0.4/include"
    ignoring nonexistent directory "/usr/sfw/lib/../sparc-sun-solaris2.9/include"
    #include "..." search starts here:
    #include <...> search starts here:
    /pkg/gcc/4.0.4/bin/../lib/gcc/sparc-sun-solaris2.9/4.0.4/include
    /usr/sfw/include
    /usr/include
    End of search list.
    GNU C version 4.0.4 (gccfss) (sparc-sun-solaris2.9)
            compiled by GNU C version 4.0.4 (gccfss).
    GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
    /pkg/gcc/4.0.4/SUNW0scgfss/4.0.4/prod/bin/iropt -F -xarch=v8plus -xchip=generic -O1 -xvector=no -xbuiltin=%none -xcache=generic -Qy -h_gcc -o /tmp/ccUl4mVM.ircg /tmp/ccKuJz76.ir -N/dev/null -is /tmp/ccSGJIDD.s
    /pkg/gcc/4.0.4/SUNW0scgfss/4.0.4/prod/bin/cg -Qy -xarch=v8plus -xchip=generic -OO0 -T3 -Qiselect-C0 -Qrm:newregman:coalescing=0 -xcode=abs32 -xcache=generic -xmemalign=8i -il /pkg/gcc/4.0.4/bin/../lib/gcc/sparc-sun-solaris2.9/4.0.4//gccbuiltins.il -xvector=no -xthreadvar=no%dynamic -xbuiltin=%none -Qassembler-ounrefsym=0 -Qiselect-T0 -Qassembler-I -Qassembler-U -comdat -h_gcc -is /tmp/ccSGJIDD.s -ir /tmp/ccUl4mVM.ircg -oo common.o

  • How many span ports are supported on Sup2T and Catalyst 6880?

    Hi,
    I did not find any information concerning this.
    Would be great if anybody could send me a link to the information how many span ports are supported on the new Cat68 series.
    Regards
    Thorsten Steffen

    For sup2t
    ======== 
    Local SPAN, RSPAN, and ERSPAN Session Limits
    Total Sessions
    Local and Source Sessions
    Destination Sessions
    Local SPAN,
    RSPAN Source,
    ERSPAN Source 
    Ingress or Egress or Both
    Local SPAN Egress-Only
    RSPAN
    ERSPAN
    80
    2
    14
    64
    23
    http://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst6500/ios/15-1SY/config_guide/sup2T/15_1_sy_swcg_2T/span_rspan_erspan.html
    Regards,
    Naveen
    ****Rate if it is helpful****

  • Items in template contain errors, only correct items are transferred

    Hi guys,
    When we create SC with items from the old SC the message appears: "Items in template contain errors, only correct items are transferred". I checked SC, there are no error messages. I found that field SOURCE_REL_IND in the table BBP_PDIGP is initial. Can it be the reason of this error message?

    Hello
    I think the old items from the old SC will be validated, and therefore you got this error message.
    I would suggest to uncheck the 'Validate Product Data' (In Additional
    Functions in product catalog tab) for the external catalog in the
    following path:
    spro -> SAP IMG -> Enterprise Buyer -> Master Data ->
    Define Catalogs. Select the catalog, and then 'Goto -> Details'
    Hope this helps,
    Daniel

  • Only truetype fonts are supports. This is not truetype font

    Hello everyone,
    I have a problem when will Crystal Report 2008 on SAP B1 as the follow picture.
    This error is "Only truetype fonts are supports. This is not truetype font" .This form used Arial font. And only one computer meet this error. In this computer, I installed all of Arial - .... font. I don't know why?

    Hi Dong,
    Which font you have selected in General Setting.
    Please change Font from below Path:
    Administration >>>> System Initialization >>>> General Setting >>>> Font and Background
    Change it to Arial in Font.
    After Changing Font From General Setting and Restart SAP and then Try.
    Hope this help
    Regards:::::
    Atul Chakraborty

  • I want to integrate SMS gateway to Cisco ISE 1.2 and my question is SMS notifications are supported for Guest self−registration

    I want to integrate SMS gateway to Cisco ISE 1.2 and my question is 
    SMS notifications are supported for Guest self−registration Services ? or it should be done by Sponsor 

    I'm not sure I understand the question.  Do you want to log in to the Sponsor Portal using AD credentials?
    Create an Identity Source Sequence using AD as an Authentication Source.  Go to Administration > Identity Management > Identity Source Sequences.  Either Edit or +Add a Sequence and choose from the Authentication Sources shown.
    Then choose that Identity Source Sequence by going to Administration > Web Portal Management > Settings.  Double-click Sponsor from the Left Menu and click Authentication Source.  Choose the Identity Source Sequence.  Click Save.
    I hope this helps.
    Please Rate Helpful posts and mark this question as answered if, in fact, this does answer your question.  Otherwise, feel free to post follow-up questions.
    Charles Moreton

  • What video cards are supported for os X?

    What video cards are supported for os X? besides the one apple sells.

    There is no official list from Apple, since they don't support hardware besides what they will install. YOu can look up support for certain cards, since people have used 3rd party ones. YOu should be able to come up with a particular cards compatability.

  • MDNSResponder: ERROR: Only name server claiming responsibility for ...

    What can I do to correct this? It shows up on the log at every startup.
    Nov 28 07:35:11 G5 mDNSResponder: ERROR: Only name server claiming responsibility for "tony [g5.local].ttp4daemon.tcp.488313864452477." is "."!
    Nov 28 07:35:11 G5 mDNSResponder: ERROR: unknown result in regservice_callback: -65538

    I've not seen something like that before, but next time you get that, can you dump the mDNSResponder memory with:
    killall -INFO mDNSResponder
    The output will go into the system.log and/or the console.log
    That will help us figure out the source. Does the name: Yoshikis-Pad mean anything to you at all?

  • What HDDs are supported for Satellite 5100-201

    Hi!
    My disk made some strange noises, maybe it have one foot in the grave...
    Have latest bios 1.9. and original disk at 30GB.
    Have an Hitachi 40GB I tried with, but notebook did not find it.
    So I would like to know what disks and sizes that are supported for that model.
    Thanks in advance!

    Hi
    Very strange did you use a compatible 40GB HDD?
    In my knowledge the notebook should be able to recognize the 40GB HDD.
    As far as I know the 30 GB HDD which was installed is a Toshiba MK3017GAP and the computer supports a 20, 30, 40 or 60 GB HDDs.
    I think these HDD should be compatible:
    Toshiba HDD2171B 40GB HDD
    HITACHI G8BC00009110 40GB HDD
    Toshiba HDD2183B 60GB
    PS: The strange noise coming from the HDD could be the beginning of the end
    So make a data backup.

  • Setup Error says "Contact Adobe Customer Support for Assistance" but that seems impossible. I'm trying to install CS3 on Maverick.  Shall I just give it up as hopeless, and kiss my Adobe software goodbye?

    I've gone around and around the Adobe Customer Support website, and it only allows me to post a query in the support group.
    I downloaded a dmg of CS3. I have my license number ready.
    I try to install it, and I get the error message:
    Setup Error
    Setup has encountered an error and cannot continue. Contact Adobe Customer Support for assistance.
    But I can't contact them. Adobe support just goes in circles. Now what?
    Maybe CS3 doesn't work on OSX Mavericks.  It would help if they would just say so.

    some people have had some success, http://roaringapps.com/apps:table
    you should run the cleaner and then try and install, Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6
    if that fails with the same nondescript message, check your install logs, Troubleshoot with install logs | CS5, CS5.5, CS6, CC

  • What IP Ports are used for continuity?

    In my company WLAN the IP Adresses are seperated. With IP/UDP Ports are used to communicate within the continuity functions?
    Thanks

    Great, actually, I found this information, and would like to re state my question. Now that I know what ports I should be using (this is described in detail in the hardware manual for the E series), I would like to see some definite information about what I must do in my external device to make use of these signals.
    I'm a little confused by some comments in the documentation that some of the facilities of Port C (on the 8255) are only avialable if I use register level commands (as if using the parallel port). If I use the DIG_Prt_Config and set to handshaking (input) on a port, then I assume I set up my external hardware as if Port C was in Mode 1(input), and then follow the timing described in the E Series manual.
    It's just a shame that everything o
    n the PC side is well described, but there are no application notes that I can find about building an external device that can use the handshaking signals.
    If 'you' (anyone) can confirm what my assumptions, or point me in the right direction, I would appreciate it greatly.
    Thank you.
    Joshua

  • What ports are used for handshaking signals?

    I want to use Handshaking Digital I/O on an AT-MIO-16DE-10, and I want to know if there are extra digital I/O lines used for this, or if there are independant handshaking connections. I can't seem to find any documentation which warns that you can only get 7 bits out of a port if you use handshaking. Or you can only use ports 2,3,4 because port 0 is used for the handshaking signals.
    Any hints would be appreciated.

    Great, actually, I found this information, and would like to re state my question. Now that I know what ports I should be using (this is described in detail in the hardware manual for the E series), I would like to see some definite information about what I must do in my external device to make use of these signals.
    I'm a little confused by some comments in the documentation that some of the facilities of Port C (on the 8255) are only avialable if I use register level commands (as if using the parallel port). If I use the DIG_Prt_Config and set to handshaking (input) on a port, then I assume I set up my external hardware as if Port C was in Mode 1(input), and then follow the timing described in the E Series manual.
    It's just a shame that everything o
    n the PC side is well described, but there are no application notes that I can find about building an external device that can use the handshaking signals.
    If 'you' (anyone) can confirm what my assumptions, or point me in the right direction, I would appreciate it greatly.
    Thank you.
    Joshua

  • Which ports are involved for ACS-ACS DB synchronisation ?

    Hi all,
    which ports are used when one ACS is pushing its database to another ACS ?

    With ACS v4.x its port 2000.

  • Https transport support for JAX-WS WebServices

    Hi All ,
    I am trying to implement JAX-WS WebServices that support https transport .To do so I added the following annotation *@Policy(uri = "policy:Wssp1.2-2007-Https-BasicAuth.xml)* in my Jws Implementation file for the JAX-WS WebServices but I got parsing error.Can anyone please confirm that JAX-WS supports the policy annotation in Impl file.If it is supported can a link/pointer/example could be given to implement https enabled JAX-WS WebService and the required configuration in wsdl file.
    Thanks and Regards

    It does but you've specified a policy that uses both HTTPS and basic HTTP authentication. If you require just HTTPS use "Wssp1.2-Https.xml". In turn you must enable the SSL port on the WLS server. See this blog post: http://one-size-doesnt-fit-all.blogspot.com/2009/02/enabling-ssl-and-disabling-non-ssl_17.html
    If you use JDev to generate the JAX-WS web services, given the policy annotation JDev willl put the policy in the WSDL file appropriately.
    CM.

Maybe you are looking for

  • How do I download a book that is on my Mac pro under adobe digital edition ?

    How do I download a ebook from my Mac pro that is in Adobe Digital Edition to my IPad1?

  • CSS :: IE and FireFox issues

    Hi. I am developing a website ( see here) using CSS which displays fine in IE. However, when I view it in FireFox, I have two major issues: 1. On all pages, the navigation bar seems to be stretched and hence the links become offset. 2. On the 'Info'

  • UCCX recording file size per minute

    Hello From the SRND i´ve learned, that the maximum size for recordings is 2.6GB for a single server UCCX 9.x deployment and I´m aware of the 7 days and 30 days limits Question: How much kb are needed per minute for the raw files and exported .wav fil

  • Keep Oracle spatial data in memory

    Can I keep Oracle Spatial data (including metadata and related functions and procedures) in memory using TimesTen?

  • Why use exchange ews api "GetRoomLists" result count zero

    In this feature . i must get the room list. I have two questions: first one : this is my c# code. static ExchangeService service = Service.ConnectToService(UserDataFromConsole.GetUserData(), new TraceListener()); var zz = service.GetRoomLists(); vali