Riju Posts:2
 new to the springs
 |
| 03/07/2007 11:32 PM |
|
| Same to me too. I put my MOSS outside firewall, still no luck. I am using MSFT and $(StockSymbol) on template. Am i missing anything ? |
|
|
|
|
Chad Posts:1690
 river guide
 |
| 03/09/2007 12:40 PM |
|
This is the web service that the stock quotes web part is hitting (at least during the beta release). Make sure from your Sharepoint Server that you can hit this web service:
http://www.betasprings.com/dataspringsstocksearch.asmx
Beyond hitting that you might run into issues for Sharepoint security (maybe hitting external web services?)
-Chad
|
|
|
|
|
Riju Posts:2
 new to the springs
 |
| 03/12/2007 3:09 AM |
|
| ok.. it worked... I had to add it to GAC.. thanks a lot |
|
|
|
|
Bill Posts:1
 new to the springs
 |
| 04/16/2007 11:07 AM |
|
| I have done all of the above and I still can't see anything. How is the setup documentation coming along? |
|
|
|
|
Jennifer Posts:2
 new to the springs
 |
| 05/15/2007 11:13 AM |
|
I am also having problems getting any stock information to appear. I have other parts on the site that are crossing the firewall and work fine. Can you give more specific information on how this web part works?
Thanks~ |
|
|
|
|
Bob Posts:8
 skipping stones
 |
| 05/17/2007 4:38 AM |
|
I too am having issues with stocks showing. I have done everything here and still nothing. Anything on the doc yet? Is this project dead? |
|
|
|
|
Chad Posts:1690
 river guide
 |
| 05/17/2007 8:29 AM |
|
No, can you provide a few more details on when you get the error. For example, does it show up in the list? Can you actually add the web part to the page? Can you manage the settings but just not get the stocks to show up and have you already added a template?
|
|
|
|
|
Chad Posts:1690
 river guide
 |
| 05/17/2007 8:30 AM |
|
Also, from your server can you hit this web service: http://www.betasprings.com/dataspringsstocksearch.asmx
|
|
|
|
|
Bob Posts:8
 skipping stones
 |
|
Chad Posts:1690
 river guide
 |
| 05/17/2007 11:04 AM |
|
Hmmm... Well thats not very fun is it. That should be it, as far as I know it should also be able to run in minimal trust. The web part just connects to that web service to get the stock information.
One thing to check, change this line your web.config:
From:
To:
Not that you should have to set the trust to full, just trying to see if this makes a difference for debugging the issue.
From the posts on here it doesn't seem like you are the only one having this problem, just trying to figure out why. Since you are already working with the web part and have the ability to setup the template and so forth I would say the problem is connecting to the web service from WSS/MOSS?
-Chad
-Chad |
|
|
|
|
Bob Posts:8
 skipping stones
 |
| 05/17/2007 11:10 AM |
|
Posted By host on 05/17/2007 11:04 AM
Hmmm... Well thats not very fun is it. That should be it, as far as I know it should also be able to run in minimal trust. The web part just connects to that web service to get the stock information.
One thing to check, change this line your web.config:
From:
To:
Not that you should have to set the trust to full, just trying to see if this makes a difference for debugging the issue.
From the posts on here it doesn't seem like you are the only one having this problem, just trying to figure out why. Since you are already working with the web part and have the ability to setup the template and so forth I would say the problem is connecting to the web service from WSS/MOSS?
-Chad
-Chad
Chad,
You have missing text in your post. I don't see any problems connecting to the web service unless this is looking into a specific port that I am not aware of? |
|
|
|
|
Chad Posts:1690
 river guide
 |
| 05/17/2007 11:30 AM |
|
Sorry, I don't think it is allowing my script tags, ill try and fix this.
Basically I was suggesting that you change the line in the web.config
trust level="WSS_Minimal" originUrl=""
To: trust level="Full" originUrl=""
just to see if this had any effect on it. It shouldn't require full trust but just for testing.
No, its in port 80 so that shouldn't be an issue, just connecting to the web service on that URL.
|
|
|
|
|
Bob Posts:8
 skipping stones
 |
| 05/17/2007 11:56 AM |
|
I already have it set to Full...thx. |
|
|
|
|
Chad Posts:1690
 river guide
 |
| 05/17/2007 12:47 PM |
|
K. Does the web part show your template at all. In other words, does it show the areas that are not pulling in values. For example, compared to http://sharepointdemo.datasprings.com does it show the other areas of the template that are not the 'Tokens'? Or is it just blank?
|
|
|
|
|
Bob Posts:8
 skipping stones
 |
| 05/18/2007 3:27 AM |
|
Posted By host on 05/17/2007 12:47 PM
K. Does the web part show your template at all. In other words, does it show the areas that are not pulling in values. For example, compared to http://sharepointdemo.datasprings.com does it show the other areas of the template that are not the 'Tokens'? Or is it just blank?
It's just blank.
|
|
|
|
|
Bob Posts:8
 skipping stones
 |
| 05/18/2007 3:44 AM |
|
Actually it just shows this:
System.NullReferenceException: Object reference not set to an instance of an object. at StockQuotes.StockQuotes.RenderWebPart(HtmlTextWriter output)
It appears you haven't declared a variable for an object thus the Null error? |
|
|
|
|
Bob Posts:8
 skipping stones
 |
| 05/18/2007 3:54 AM |
|
| Forget that last...the page is blank |
|
|
|
|
Bob Posts:8
 skipping stones
 |
| 05/18/2007 5:30 AM |
|
Ok, I got this to work. It appears that when I viewed the template in an editor I used the wrap to view it then copied and pasted. When I undid the wrap and then copied and pasted it now it works...strange. |
|
|
|
|
Jennifer Posts:2
 new to the springs
 |
| 05/18/2007 8:30 AM |
|
When I set the trust level to full the stock quote web part started working for me. Thanks! Jennifer |
|
|
|
|