|
Hello,
I have a link of a WSDL file, i want to access methods of that wsdl file.
I have already added it as a web reference but i can't make object of that web reference.
If i am adding a web refernce from same application then it works properly but if i am add web reference by giving other server's url, then i am not able to create an object of that web reference.
So, any idea how i can call other server's WSDL file using my asp.net page?
|
|
|
|
|
When you added the wsdl file. it must have created a class. Open it and read the name. Include reference in your file. And create the object of that class.
Ahsan Ullah
Senior Software Engineer
MCTS 2.0
|
|
|
|
|
sorry, when i have added that wsdl link, no any class file is created. it has only create .wsdl, .xsd & .map files.
It crates class but the condition is that if i have added it from same application.
|
|
|
|
|
Open wsdl file and see the name of service that you are adding.
Ahsan Ullah
Senior Software Engineer
MCTS 2.0
|
|
|
|
|
i have already try making object using that web service's name, but it doesn't supports.
& also if i am adding same application asmx file as a web reference then it allows me to see & test web methods,
But if i am adding it from URL then it displays me web methods but in read only form.
Have you ever try using other server's WSDL link?
modified on Monday, June 1, 2009 8:04 AM
|
|
|
|
|
i want to insert each and every field in csv surrounded by a double quotes but when i do this both the double quotes are removed when i download the file.
please help me
thanks
amirzada
|
|
|
|
|
Can we see how are you inserting? and what is the behaviour when you download? Any error?
Ahsan Ullah
Senior Software Engineer
MCTS 2.0
|
|
|
|
|
thanx the issue is solved
it need to three times double quotes to b appear on the style sheet.
amirzada
|
|
|
|
|
<fres:feinsearchresponse xmlns:fres="http://api.feinsearch.com/apiresponse">
- <fres:searchresults>
- <fres:searchresult>
<EIN>320095501</EIN>
</fres:searchresult>
</fres:searchresults>
</fres:feinsearchresponse>
“You will never be a leader unless you first learn to follow and be led.”
–Tiorio
"Coming together is a beginning, staying together is progress, and working together is success." Henry Ford
|
|
|
|
|
|
write serilization classes for this
|
|
|
|
|
Hi all. i need help. i have two text boxes in Web application. When i enter data in first textbox second will enable automatically. i have written javascrit of onblur and onchanges and onkeyup event to enable the second textbox, it works fine but the problem is when i copied and pate it in first textbox throw the mouse event the second textbox is not enabled. i tried onpaste event but it does not help me to solve this problem.
any idea to solve this problem?
|
|
|
|
|
Is the following scenario even possible as this is what 'appears' to be happening.
I have an .aspx page with a .ascx control.
I have a breakpoint set on the the page_load of the .aspx page.
As I debug the code stops at the OnInit event, continues to the InitializeComponent, then the page_load
of the .ascx control, then that's it, the page displays...
It misses out the page_load for the actual .aspx page (I've set breakpoints). I have some code in there that needs executing so the page isn't displaying corrctly.
Does the code think 'I've done a page_load, that's me done, I'll render now' ??
This project was VS2003 and has just been converted by VS2005 when loading...
Are things done so differently in .NET2 regarding page_loads?
Any help appreciated..
Harvey
|
|
|
|
|
Hi in my point
try to reset IIS and try the debug again.
Go to run and type iisreset click ok.
|
|
|
|
|
Hi,
thanks for that, that has been tried, still no breakpoint.
is it thinking I've done a page_load, that's it..no need to do the one from the .aspx page
as it has done one in the control.
|
|
|
|
|
ok man
I have another suggestion for you.
pdb files that vs is using for debugging are different than what the code is actually executing.
so try to delete the aspnet temp file and rebuild it again than try the debug and use IE browser.
|
|
|
|
|
Thanks.....
At the conversion is didn't add 1 line to the .aspx page...
AutoEventWireup="true"
This was the problem, thanks for your help though...
|
|
|
|
|
Dear Experts,
When i login a particular user crystal report displaying following error.
Failed to open a rowset
I had done verify database,run the sql queries also.There is no exception after loaded rpt its displaying error.
If any body known please help me
|
|
|
|
|
Hello,
In our application we have to open various Office file such as word, excel etc. We are sending the files to the client using response, content type etc. When sending the content we are specifying the content type i.e. MIME type accordingly. Now, recently the content is of new Office 2007 type i.e. docx, docm, xlsx, xlsm, pptx. The content is sent accordinlgy from the server with the new MIME types, however we are unable to open the files in the client machines. We tested the same on client machines that has Office 2007 installed and everything works as expected. Now we are testing the same on client machines that have only Office 2007 compatability pack installed. But this way it does not work and is providing options, find, save and cancel instead of open, save and cancel.
Can we open files using the compatbility pack alone? Are we missing something, please let us know.
gauthee
|
|
|
|
|
I had problems with the Office PIA's when trying to open a docx using Word 2003 with the compatability pack, the document just displayed garbage. I don't think there is a solution, I ended up just saving all of the documents in 2003 format.
|
|
|
|
|
By what you described, it does sound like the problem is on the client end of things. It may be that the compatibility pack doesn't set up the MIME types in the client registry, not sure (HKEY_CLASSES_ROOT\MIME\Database\Content Type). Are we talking IE on the client end here? Do you get the same behavior in other browsers?
Check out the Handling MIME Types in Internet Explorer[^]"> MSDN article for more info on that. There may be some things you can investigate here. Unfortunately, any solution is likely to require extra work by your clients, which is often something that you can't make a requirement.
|
|
|
|
|
Hi All,
i am working in product meta manager using asp.net . i have to check the configartions and connection establisment with database before application start.
please help me or suggeest me how can i approach. i am not getting any idea.
Thanks And Regards,
Guru
|
|
|
|
|
IF someone connects to your site, you want the site to work. If the DB is down, I guess you'd want to redirect to a page that says 'we couldn't afford a decent server', or something.
Christian Graus
Driven to the arms of OSX by Vista.
Please read this[ ^] if you don't like the answer I gave to your question.
|
|
|
|
|
Hi All,
Can any one tell me how to block an UI using jQuery in asp.net. It would be helpfull if any reference links is provided. 
|
|
|
|
|
There's all sorts of ways, from having a method called in onclientclick and setting it's return to false while you want to block, to putting a transparent div over the whole screen. Why do you need to use jquery ?
Christian Graus
Driven to the arms of OSX by Vista.
Please read this[ ^] if you don't like the answer I gave to your question.
|
|
|
|