XML Editor
Sign up for a WebBoard account Sign Up Keyword Search Search More Options... Options
Chat Rooms Chat Help Help News News Log in to WebBoard Log in Not Logged in
Show tree view Topic
Topic Page 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 Go to previous topicPrev TopicGo to next topicNext Topic
Postnext
Jack JillSubject: Web Services Call Returns Nothing !!!!!
Author: Jack Jill
Date: 21 Jul 2006 09:40 AM
I'm trying to evaluate s.studio enterprise edition and downloaded and installed it yesterday.

I tried using the web services call composer, composed my call by using the web service in the demo i.e.

http://www.swanandmokashi.com/HomePage/WebServices/StockQuotes.asmx?WSDL#StockQuotesSoap

Two things that do not work for me.

1. The operation does not show the 'type' of QuotesTicker which is the input parameter.

2. When I enter a value and click on Send request I get back nothing in the preview panel.

I'm not sure if I have to do anything else to configure this before getting results back from a web service call.

would appreciate immediate help.

Thanks

Postnext
Ivan PedruzziSubject: Web Services Call Returns Nothing !!!!!
Author: Ivan Pedruzzi
Date: 21 Jul 2006 12:25 PM
Hi Jack,

Could you please send a Stylus Studio screenshot after clicking "Send" to stylus-field-report@progress.com?

Thank You for your help
Ivan Pedruzzi
Stylus Studio Team

Postnext
Jack JillSubject: Web Services Call Returns Nothing !!!!!
Author: Jack Jill
Date: 21 Jul 2006 01:12 PM
I send an email with a few snapshots as requested. I'm attaching it here also.

Also I'm submitting 2 snapshots about java virtual machine not found. I'm not sure if this has anything to do with this.

My internet proxy settings are correct.

Thanks


Imagestylusstudio.gif
Snapshot

Imagejrenotfound.jpg
Java Library Not Found

Imagejrenotfound2.jpg
2nd jre snapshot

Postnext
Jack JillSubject: Web Services Call Returns Nothing !!!!!
Author: Jack Jill
Date: 21 Jul 2006 04:03 PM
I was able ot configure the jvm. I still seem to have issues but am not sure how to solve them.

A few web services work e.g

http://www.webservicex.com/stockquote.asmx?WSDL#StockQuoteSoap

works and I get back results.

but when I try

http://www.swanandmokashi.com/HomePage/WebServices/StockQuotes.asmx?WSDL#StockQuotesSoap

I get the following error. Is there something more I need to configure?

Thanks again for the prompt response.

-----------------------------------------------------------------------------

AxisFault
faultCode: {http://xml.apache.org/axis/}HTTP
faultSubcode:
faultString: (407)Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy service is denied. )
faultActor:
faultNode:
faultDetail:
{}:return code: 407
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML dir=ltr><HEAD><TITLE>The page cannot be displayed</TITLE>
<STYLE>A:link {
FONT: 8pt/11pt verdana; COLOR: #ff0000
}
A:visited {
FONT: 8pt/11pt verdana; COLOR: #4e4e4e
}
</STYLE>

<META content=NOINDEX name=ROBOTS>
<META http-equiv=Content-Type content="text-html; charset=Windows-1252">

<META content="MSHTML 5.50.4522.1800" name=GENERATOR></HEAD>
<BODY bgColor=#ffffff>
<TABLE cellSpacing=5 cellPadding=3 width=410>
<TBODY>
<TR>
<TD vAlign=center align=left width=360>
<H1 style="FONT: 13pt/15pt verdana; COLOR: #000000"><!--Problem-->The page
cannot be displayed</H1></TD></TR>
<TR>
<TD width=400 colSpan=2><FONT
style="FONT: 8pt/11pt verdana; COLOR: #000000">There is a problem with the
page you are trying to reach and it cannot be displayed.</FONT></TD></TR>
<TR>
<TD width=400 colSpan=2><FONT
style="FONT: 8pt/11pt verdana; COLOR: #000000">
<HR color=#c0c0c0 noShade>

<P>Please try the following:</P>
<UL>
<LI>Click the Refresh button,
or try again later.<BR>
<LI>Open the Web site
home page, and then look for links to the information you want.
<LI>If you typed the page address in the Address bar, make sure that it
is spelled correctly.<BR>
<LI>Verify that the Internet access policy on your network allows you
to view this this page.</LI>
<LI>If you believe you should be able to view this directory or page,
please contact the Web site administrator by using the e-mail address or
phone number listed on the Web site
home page. </LI></UL>
<H2 style="FONT: 8pt/11pt verdana; COLOR: #000000">HTTP 407 Proxy Authentication Required - The ISA Server requires authorization to fulfill the request. Access to the Web Proxy service is denied. (12209)<BR>Internet Security and Acceleration Server</H2>
<HR color=#c0c0c0 noShade>

<P>Technical Information (for support personnel)</P>
<UL>
<LI>Background:<BR>The gateway could not retrieve the requested page.<P></P></LI>
<LI>ISA Server: RDGPX04.am.boehringer.com<BR>
Via: <BR><BR>Time: 7/21/2006 6:53:58 PM GMT
</LI></UL></FONT></TD></TR></TBODY></TABLE></BODY></HTML>

{http://xml.apache.org/axis/}HttpErrorCode:407

(407)Proxy Authentication Required ( The ISA Server requires authorization to fulfill the request. Access to the Web Proxy service is denied. )
at org.apache.axis.transport.http.HTTPSender.readFromSocket(HTTPSender.java:744)
at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:144)
at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
at org.apache.axis.client.AxisClient.invoke(AxisClient.java:165)
at org.apache.axis.client.Call.invokeEngine(Call.java:2784)
at org.apache.axis.client.Call.invoke(Call.java:2767)
at org.apache.axis.client.Call.invoke(Call.java:1910)
at com.exln.stylus.webservice.AxisStub.send(AxisStub.java:98)

-----------------------------------------------------------------------------

Postnext
Ivan PedruzziSubject: Web Services Call Returns Nothing !!!!!
Author: Ivan Pedruzzi
Date: 21 Jul 2006 06:25 PM

As the error points out the proxy server is blocking the call.


Ivan Pedruzzi
Stylus Studio Team

Posttop
Jack JillSubject: Web Services Call Returns Nothing !!!!!
Author: Jack Jill
Date: 24 Jul 2006 01:38 PM
Hi Ivan,

I'm at work and I have the proxy setup properly in IE settings. I have a local wsdl(localhost) file which I am trying to get to but I still get proxy connection refused errors.

I still am able to get the call working for

http://www.webservicex.com/stockquote.asmx?WSDL#StockQuoteSoap

but not for the following

http://www.swanandmokashi.com/HomePage/WebServices/StockQuotes.asmx?WSDL#StockQuotesSoap

the above has the same proxy issue as my localhost

Whats the issue here? I don't see anyway to set a proxy to use in Stylus Studio .
Thanks

 
Topic Page 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 Go to previous topicPrev TopicGo to next topicNext Topic
Download A Free Trial of Stylus Studio 6 XML Professional Edition Today! Powered by Stylus Studio, the world's leading XML IDE for XML, XSLT, XQuery, XML Schema, DTD, XPath, WSDL, XHTML, SQL/XML, and XML Mapping!  
go

Log In Options

Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio® and DataDirect XQuery ™are from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2016 All Rights Reserved.