Importing WSDL from Windows Communication Foundation (WCF)

We've created a new WCF windows service using VS2008/.net 3.5.  Using IE we can find the WSDL.  When using the LabVIEW (8.5) Import Web Service utility, returns an error when referencing the WSDL.
Has anyone had any experience accessing a WCF based WSDL?

Hello, I have the same experience, we us a web server also VS2008/.net 3.5 and we will control a device with it.   error from web server import:
1. The URL does not exist or the WSDL is bad   // comment is correct we have check out with java client
2. Authentication is not correct    //comment we haven't any authentication 
3. Proxy information is not correct // comment no Proxy is localhost !
But with a java applet the server url (http://127.0.01:8111/MacroServer) is it achievable look user XML sheet in the attachment.But also we have checked the LV 8.6 import function with the web server example on the Website xmethods (http://www.xmethods.net/ve2/index.po) those functions are very well. Please if there any go around for this tell us.
Best regards reiner
Attachments:
http___127.0.0.1_8111_Macroserver.pdf ‏60 KB

Similar Messages

  • Stub/Client Generation of WSDL for Windows Communication Foundation Service

    Hii,
    I am building a client for the WCF service using Soap1.2 and ws-security. I have tried building a stub for the service using JDeveloper 10 g and also tried to validate the wsdl using XML spy. Both are giving errors. I wanna know how could i genrate the stub for the service and also Validate WSDL? I know i might have to modify the WSDL, but dont know what changes must be required? And Also which std i must adhere?
    Here is the WSDL
    <?xml version="1.0" encoding="utf-8"?>
    <wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
                      xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
                      xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"
                      xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
                      xmlns:wsap10="http://www.w3.org/2005/08/addressing"
                      xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"
                      xmlns:wsp="http://schemas.xmlsoap.org/ws/2004/09/policy"
                      xmlns:i0="http://Corona.Services.UserMgmt.UserMgmtSrv"
                      xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/09/policy/addressing"
                      xmlns:xsd="http://www.w3.org/2001/XMLSchema"
                      xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract"
                      xmlns:tns="http://tempuri.org/"
                      xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
                      xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex"
                      xmlns:wsa10="http://www.w3.org/2005/08/addressing"
                      targetNamespace="http://tempuri.org/" name="UserMgmtSrv">
      <wsdl:import namespace="http://Corona.Services.UserMgmt.UserMgmtSrv"
                   location="http://debugger/Corona.Services/Corona.Services.svc?wsdl"/>
      <wsdl:types/>
      <wsdl:binding name="WSHttpBinding_UserMgmtSrv" type="i0:UserMgmtSrv">
        <wsp:PolicyReference URI="#WSHttpBinding_UserMgmtSrv_policy"/>
        <soap12:binding transport="http://schemas.xmlsoap.org/soap/http"/>
        <wsdl:operation name="Authenticate">
          <wsdl:input>
            <soap12:body use="literal"/>
          </wsdl:input>
          <wsdl:output>
            <soap12:body use="literal"/>
          </wsdl:output>
          <wsdl:fault name="ArgumentExceptionFault">
            <soap12:fault name="ArgumentExceptionFault"
                          namespace="http://Corona.Services.UserMgmt.UserMgmtSrv.FaultException"/>
          </wsdl:fault>
        </wsdl:operation>
        <wsdl:operation name="SaveHealthProfileWrapper">
          <wsdl:input>
            <soap12:body use="literal"/>
          </wsdl:input>
          <wsdl:output>
            <soap12:body use="literal"/>
          </wsdl:output>
        </wsdl:operation>
      </wsdl:binding>
      <wsdl:service name="UserMgmtSrv">
        <wsdl:port name="WSHttpBinding_UserMgmtSrv"
                   binding="tns:WSHttpBinding_UserMgmtSrv">
          <soap12:address location="https://debugger/Corona.Services/Corona.Services.svc"/>
          <wsa10:EndpointReference>
            <wsa10:Address>https://debugger/Corona.Services/Corona.Services.svc</wsa10:Address>
          </wsa10:EndpointReference>
        </wsdl:port>
      </wsdl:service>
      <wsp:Policy wsu:Id="WSHttpBinding_UserMgmtSrv_policy">
        <wsp:ExactlyOne>
          <wsp:All>
            <wspe:Utf816FFFECharacterEncoding xmlns:wspe="http://schemas.xmlsoap.org/ws/2004/09/policy/encoding"/>
            <sp:TransportBinding xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
              <wsp:Policy>
                <sp:TransportToken>
                  <wsp:Policy>
                    <sp:HttpsToken RequireClientCertificate="false"/>
                  </wsp:Policy>
                </sp:TransportToken>
                <sp:AlgorithmSuite>
                  <wsp:Policy>
                    <sp:Basic128/>
                  </wsp:Policy>
                </sp:AlgorithmSuite>
                <sp:Layout>
                  <wsp:Policy>
                    <sp:Strict/>
                  </wsp:Policy>
                </sp:Layout>
                <sp:IncludeTimestamp/>
              </wsp:Policy>
            </sp:TransportBinding>
            <sp:EndorsingSupportingTokens xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
              <wsp:Policy>
                <sp:SecureConversationToken sp:IncludeToken="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy/IncludeToken/AlwaysToRecipient">
                  <wsp:Policy>
                    <mssp:RequireCancel wsp:Optional="true"
                                        xmlns:mssp="http://schemas.microsoft.com/ws/2005/07/securitypolicy"/>
                    <sp:BootstrapPolicy>
                      <wsp:Policy>
                        <sp:TransportBinding>
                          <wsp:Policy>
                            <sp:TransportToken>
                              <wsp:Policy>
                                <sp:HttpsToken RequireClientCertificate="false"/>
                              </wsp:Policy>
                            </sp:TransportToken>
                            <sp:AlgorithmSuite>
                              <wsp:Policy>
                                <sp:Basic128/>
                              </wsp:Policy>
                            </sp:AlgorithmSuite>
                            <sp:Layout>
                              <wsp:Policy>
                                <sp:Strict/>
                              </wsp:Policy>
                            </sp:Layout>
                            <sp:IncludeTimestamp/>
                          </wsp:Policy>
                        </sp:TransportBinding>
                        <sp:EndorsingSupportingTokens>
                          <wsp:Policy>
                            <sp:SpnegoContextToken sp:IncludeToken="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy/IncludeToken/AlwaysToRecipient">
                              <wsp:Policy>
                                <mssp:RequireCancel wsp:Optional="true"
                                                    xmlns:mssp="http://schemas.microsoft.com/ws/2005/07/securitypolicy"/>
                              </wsp:Policy>
                            </sp:SpnegoContextToken>
                          </wsp:Policy>
                        </sp:EndorsingSupportingTokens>
                        <sp:Trust10>
                          <wsp:Policy>
                            <sp:MustSupportIssuedTokens/>
                            <sp:RequireClientEntropy/>
                            <sp:RequireServerEntropy/>
                          </wsp:Policy>
                        </sp:Trust10>
                      </wsp:Policy>
                    </sp:BootstrapPolicy>
                  </wsp:Policy>
                </sp:SecureConversationToken>
              </wsp:Policy>
            </sp:EndorsingSupportingTokens>
            <sp:Trust10 xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
              <wsp:Policy>
                <sp:MustSupportIssuedTokens/>
                <sp:RequireClientEntropy/>
                <sp:RequireServerEntropy/>
              </wsp:Policy>
            </sp:Trust10>
            <wsap10:UsingAddressing/>
          </wsp:All>
        </wsp:ExactlyOne>
      </wsp:Policy>
      <wsp:UsingPolicy/>
    </wsdl:definitions>

    I had the problem with JDev (9.0.4) when trying to generate server side classes from a homemade wsdl which took a complex type as a parameter. The only thing I got from JDeveloper was a class receiving an Element. Which pretty much means you have to do the work yourself.
    Quite disappointing....!
    I see to possibilities:
    1) If you are stuck with 9.0.4 you will have to parse to and from xml yourself. For this you can use jax-b which is a Sun API used to create classes for a given XML Schema to parse and validate XML. You have some work creating the classes, but it runs very fast when you have generated the classes.
    2) You use the topdown approach described on OTN. http://www.oracle.com/technology/sample_code/tech/java/codesnippet/webservices/doc-lit/index.html
    I think this is the example for OC4J (9.0.4). There is a new and improved version of the tool (wsa.jar) with the new OC4J (10.1.3)
    Have fun......and I am sure that Oracle quite soon will deliver the functionality directly from JDev....:-)
    /Peter

  • Windows Communication Foundation(WCF)

     Hi,
         i want to start WCF so what should i do first .
    Regards,
    Gopal Upadhyay

     Hi,
         i want to start WCF so what should i do first .
    Regards,
    Gopal Upadhyay
    You should buy a good book on WCF.

  • WCF- ( Windows communication Foundation ) New standard for webservice

    Dear Friends,
      Could anybody tell me whether we can call a WCF service from SAP PI?
      WCF (Windows communication Foundation) can be considered as a new standard for webservice.
    Take care,
    Karthik..k

    as of now only file with wsdl extention is supported,

  • Windows Communication Foundation .svc versus .asmx

    .NET 3.5 and above allow programmer to create Windows Communication Foundation that has the .svc file. I can use this WCF like a Web services on .Net C# and VB.NET without issues. I can also access what has been created on the browser (http://server1/DemoWebServices/Demo.svc?wsdl).
    However, when I go to LabView 8.6.1, it can only allowed import of asmx?wsdl Web services.
    Does that mean labview does not play with .svc?wsdl ?
    If not supported, would other Labview version allowed that support.

    Unfortunately, at this point it appears only asmx?wsdl Web Services are supported.  If you can convert between formats, that may be your best solution.
    Regards,
    Mike S
    NI AE

  • How to import favorites from Windows

    How to import favorites from Windows Internet Explorer 9 to MAC?

    Here are some links you should bookmark and begin using, they're specifically for MS Windows switchers. Your answer for that question and I'm sure many more will be inside.
    Mac 101
    Switch 101
    Find Out How Video tutorials
    List of Useful URLs for switchers

  • Windows communication Foundation

    how to  View the   Windows communication Foundation  output  Results?

    You can use diagnostics for creating the service/client logs.
    <system.diagnostics>
    <sources>
    <source name="System.ServiceModel" switchValue="Information, ActivityTracing" propagateActivity="true">
    <listeners>
    <add type="System.Diagnostics.DefaultTraceListener" name="Default">
    <filter type=""/>
    </add>
    <add initializeData="C:\Temp\IService.svclog" type="System.Diagnostics.XmlWriterTraceListener" name="traceListener">
    <filter type=""/>
    </add>
    </listeners>
    </source>
    <source name="System.ServiceModel.MessageLogging" switchValue="Warning, ActivityTracing">
    <listeners>
    <add type="System.Diagnostics.DefaultTraceListener" name="Default">
    <filter type=""/>
    </add>
    <add name="ServiceModelMessageLoggingListener">
    <filter type=""/>
    </add>
    </listeners>
    </source>
    </sources>
    <sharedListeners>
    <add initializeData="C:\Temp\IService.svclog" type="System.Diagnostics.XmlWriterTraceListener, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" name="ServiceModelMessageLoggingListener" traceOutputOptions="Timestamp">
    <filter type=""/>
    </add>
    </sharedListeners>
    </system.diagnostics>

  • HT4759 Can i import contacts from Windows Live Mail 2011 in to iCloud to sync with my iPad

    Can i import contacts from Windows Live Mail 2011 in to iCloud to sync with my iPad?

    Did the Google for you
    http://answers.microsoft.com/en-us/windowslive/forum/livemail-sync/how-to-sync-i phone-with-windows-7-windows-live/9086427f-52d7-4722-b736-3127b041a9c8
    More hits here
    https://www.google.dk/search?q=sync+windows+live+contacts+with+iphone&ie=UTF-8&o e=UTF-8&hl=en&client=safari

  • Hi, I need to import contacts from windows outlook to MAC outlook. I need the field mapping document between windows and mac outlook.

    Hi, I need to import contacts from windows outlook to MAC outlook. I need the field mapping document between windows and mac outlook.

    Then I suggest you post your question the Microsoft Mac forums since it's their products you're having trouble with
    http://answers.microsoft.com/en-us/mac

  • Office 2004 for Mac:: Problems Importing Data from Windows

    I'm not sure if this is the best place to post this but:
    I am switching from Windows and Outlook 2003 and trying to move my data from Outlook into Entourage. I was somewhat successful using O2M to import my Contacts and E-Mail.j However O2M created a bunch of .ics files that I can’t seem to get into Entourage’s calendar.
    I also have a lot of Outlook Notes and Tasks that I can’t seem to import or drag into Entourage’s Notes and Task windows.
    Any suggestions? I didn’t think it would be so hard. You would think that Microsoft as the vendor of both programs would have provided a smoother method of moving data between their programs.
    Thanks
    Ben

    Thanks for the response. I will check the site that you reference.
    Just out of curiousity--why is this not a good place to ask this question? As a new user to the Apple/Mac community am I relegated to asking questions only about Apple hardware and software written only by Apple? One of the enticements for switching over to Apple from Windows, besides getting tired of having to be a technical wizard, were all the platitudes about how easy it is to switch. Well it isn't all that easy.
    Don't get me wrong, I am loving my new MacBook Pro and I imagine once I get my Outlook data over to the Mac I will be really happy. But given that all my email, notes, tasks, calendar and contacts for years have been on my Windows machine I would have liked a little less hair pulling trying to get it over to my mac. It has not been clean and it hasn't been easy [over a week now].
    Somehow I thought "Well I'm probably not the first person to be taking this route and where would I find the largest number of people who may have already gone before me and could offer directions/suggestions." I did do my research and based on the number of postings concluded that Office2004 for Mac was the best choice if I was using Outlook on Windows and needed to continue to use Word/Excel/Powerpoint with the rest of the business world. And it did appear from all the postings that a lot of people use this package.
    Again, this is not meant to come off harsh, but it is a little off-putting to be told "This isn't the appropriate place for this question"
    Thanks
    Ben

  • Problem to Import WSDL from MII in SAP Netweaver

    Hi everyone,
    i'm tryng import a wsdl from MII (WebService Transaction) but when i create the adaptative web service model in webdynpro project and insert the WSDL URL, show this error message:
    "The WSDL contains neither services, bindings or porttypes and can therefore not be processed".
    I have read some tutorials for connect webdynpro and mii and i think that my procedure is correct.
    With others webservices for exmple for sap EC i don´t have this problem.
    Someones knows what´s can be the problem?
    Thank You

    Hi,
    WSDL is a XML document contains type, message, operation, binding, port, service tags. so check your WSDL document contains all these tags with appropriate information.
    We can generate WSDL XML document from MII by executing a transaction.
    http://<server name>:<port>/XMII/WSDLGEN/<transaction name>
    To test SOAP protocol : http://<server name>:<port>/XMII/SOAPRunner/<transaction name>
    Kindly ensure all the configuration settings.
    Thanks
    Rajesh Sivaprakasam.

  • Import music from windows media player to itunes

    I can't import my mp3 files from window media player to my ipod. Can anyone tell me in detail how this is done?

    You'll first need to add the MP3s to your iTunes library since the iPod is not compatible with Windows Media Player. You can use, for example, the File > Add to Library menu to do this.

  • Importing contacts from windows outlook xp into leopard contacts

    I am a PC freak, 25 years experience, that now is turning total MAC, have on mac pro, one all new iMac 20" and one macbook g4.
    major item holding back from transition was the inability to find a way to transport several thousand customer info, stored in outlook, using Categories as vital selecting criteria.
    for some reason ??? Entourage will not import, succfully, this information from outlook. after much ado I have finally come up with a working solution.
    I will only do the transiotion once, but maybe others can benefit from my findings (when I browse the forums, I spot lots of frustrated users sitting in similar situations)
    So here it is:
    the ONLY way (that works)to transport contact from outlook is to
    open one contact
    save as vCard
    send as attachment in mail or put on USB stick
    +
    in leopard
    open mail /USB stick
    save vCard to folder on mac
    in adressbook import vCard from (that folder)
    and repeat...
    Now i had these thousands contacts so I found a utility for windows (Mouse and Key recorder 6.3 at www.kratronic.com, free trial for 30 days) that, after some trimmings did the "clicking" for me, storing the generated vCards in appropiate folders (some 400 at a time, for safety)
    I emailed these to my .mac mail, and they arrived well. Put them into folders on the desktop and, from adressbook (I use Danish Leopard so not totally sure of english description) I choose Import vCard.
    Now comes the distress point not vCards all were imported....
    Only a bleak message that not all vCards were imported not the reason!
    after several trials I found out that even the content in adressbook were shoving say 437 items, and I had offered say 950 items for import, I got the full quantity shown if i simply sorted the adressbook (first name or last name first....)
    then
    behold all items were in the adressbook.
    I dont have to worry about Entourage, Its synced with the adressbook in Leopard, Grin grin. so no need as I thought to import into Entourage.
    this last feature seems not to be used / known when looking in forums, so here it is for your use.
    Pallemn GreyT

    NanaSharon41 wrote:
    I have tried every way I know to transfer my Windows 7 Live email contacts to my new BlackBerry Storm 9550 and nothing seems to work.  Are they compatible?  And if so, how can this be done?  Does the BlackBerry record addresses and other information about contacts as well as phone numbers?
    Hi,
    Probably the easiest way to sync contact information would be by first exporting your contact list from Windows 7 into a vcard file or an excel type file such as a .csv file.  Then, by using Blackberry Desktop Manager, import that file and load the contacts onto your device.  Personally, I spent a few dollars and bought a program called Data Pilot from Susteen. Data Pilot works with all sorts of phones and devices allowing you to easily transfer contacts from one device to another.  I use it to regularly backup my Tour's contact list.  It was worth the money to buy that program because it saves all of the fields in the phone such as addresses, email addresses, etc.  Anyways, let me know if the above works for you.
    Doc

  • Import pst from windows as a working inbox and account

    Hi All,
    I want to import my Outlook .pst from Windows into my new Macbook running 10.8 and Office 11
    I followed the directions and exported from Windows a backup.pst, and shifted this over to the Mac.
    However, when I import into Outlook it doesn't come up as a working inbox but as a folder underneath Inbox/Drafts/Sent/Deleted, and when I check in Prefs > Accounts, there is no account setup.
    How do I do this? Do I have to setup the accounts first, and then do the import?
    or do I import the working .pst file and not the backup.pst?
    Please help.

    Ask on the Microsoft mac forums:  http://answers.microsoft.com/en-us/mac

  • Importing Playlist from Windows

    Hi all, again Im having trouble with ITunes and it probably is something simple but all help is appreciated before I throw out my bloody I-Pod!! Im trying to import a playlist to ITunes but cannot do so with out importing my whole playlist again. If I go to add file to library and find the playlist and select it nothing happens????

    Its just a playlist I made in my windows xp. Sorry for the confusion K. Dont worry about it, I appreciate your help though. I'll just copy the plaaylist from windows to a cd and then from cd to itunes. Cheers again.

Maybe you are looking for