03-03-2008 04:28 PM
03-04-2008 05:05 PM
Hi Michael,
What (and where), exactly, is the error that is occurring?
Sometimes attaching a Simple Error Handler can give you a more descriptive
error message.
01-22-2009 09:35 AM
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 reiner01-22-2009 09:44 AM
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 our 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 reiner01-24-2009 12:48 PM
|
Hey Reiry,
As Eric V had mentioned, do you know where these errors are occurring? Are these errors you are receiving occurring when you are working in the LabVIEW environment? Could you point out or give a link to which example you are working with so we can take a closer look at what you are doing that generated these errors? It is not extremely clear what your issue is, and where it is occurring.
Let us know if you have any more information that could make your issue a little clearer.
Ben
Applications Engineering
National Instruments
01-26-2009 04:06 AM
http://127.0.0.1:8111/MacroServer?WSDL
but this Webserver is compiled from VS2008/.net 3.5. by this tool webserver import Labview 8.6 is not working. Please read user fault description in this follow attachment.
01-27-2009 01:37 PM
Hey Reiry01,
Thanks for the PDF with your error message and Import Web Service window. If you notice in the Import Web Service window the example is ...localhost/DataService.asmx?WSDL. In your entry you don't have a file extension. This may cause some problems if one is required. If you enter your address into a web browser, does it take you to the correct location? Would it be possible to include the entire source code so we could take a look at it and try to recreate you issue.
Also, here is a decent tutorial on how to create a Creating a Customer Web Service.
Ben
Applications Engineering
National Instruments
02-02-2009 02:34 PM
Hello Ben!
I have similar problem which I mentioned earlier on thread http://forums.ni.com/ni/board/message?board.id=170&thread.id=318834
In Reiry's problem, he had the URL with missing filename extension. I have given correct filenames, but I face error.
Actually the problem is that I want to keep my IIS directory security with "unchecked" Anonymous Access and "checked" Integrated Windows Authentication.
In this way, I cannot access the computer (or webservices page) just by typing URL in webbrowser (which is good, for security) because it asks for a password. But also I cannot import webservices like this. When I allow anonymous access, I can import the webservices however. But this is not secured.
As you can see in the above mentioned thread, I had this problem in the past, and interestingly I could access (import) the webservices keeping both the security checks. This state remained for some time, and again it's giving error.
I want to develop my application after importing the secured webservices, because otherwise, if I import again, I would have to rewrite the whole application again (which is another problem). Because LabVIEW simply will not update the application evenif the webservice names and directory are the same. I don't know why.
Any idea for the two problems mentioned above?
Thanks.
02-03-2009 04:45 PM
Hey Vaibhav,
I am not sure why you are able to receiving an error when you are trying to import your webservice in a secured manor. What error message are you receiving when you attempt to do this? You had mentioned that you were able to do this in the past. What has changed between when you had it working and now? Can you provide us with anything so that we can recreate the error?
Hope this helps get to the root of the problem.
Ben
02-04-2009 02:38 AM
best regards Reiner