473,321 Members | 1,877 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,321 software developers and data experts.

What is wrong with this WSDL file???

I am trying to write a custom WSDL file to interface with a SOAP::Lite
server. I am comming from an IIS server running ASP. I have network
snoops if they are needed. Could someone with more knowledge then
myself look at this file?

<?xml version="1.0"?>
<definitions name="FetchRRDShared"
targetNamespace="urn:FetchRRDShared"
xmlns:typens="urn:FetchRRDShared"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns="http://schemas.xmlsoap.org/wsdl/">

<types>
<xsd:schema xmlns="http://www.w3.org/2001/XMLSchema"
targetNamespace="urn:FetchRRDShared">

<xsd:complexType name="FetchRRDSharedResponse">
<xsd:all>
<xsd:element name="s-gensym9"
type="xsd:string"/>
</xsd:all>
</xsd:complexType>

</xsd:schema>
</types>

<message name="FetchRRDShared">
<part name="c-gensym3" type="xsd:string"/>
<part name="c-gensym5" type="xsd:int"/>
<part name="c-gensym7" type="xsd:string"/>
<part name="c-gensym9" type="xsd:int"/>
</message>

<message name="FetchRRDSharedResponse">
<part name="return" type="typens:GoogleSearchResult"/>

</message>

<portType name="FetchRRDSharedPort">

<operation name="FetchRRDShared">
<input message="typens:FetchRRDShared"/>
<output message="typens:FetchRRDSharedResponse"/>
</operation>

</portType>

<binding name="FetchRRDSharedBinding"
type="typens:FetchRRDSharedPort">
<soap:binding style="rpc"
transport="http://schemas.xmlsoap.org/soap/http"/>

<operation name="doFetchRRDShared">
<soap:operation soapAction="urn:FetchRRDSharedAction"/>
<input>
<soap:body use="encoded"
namespace="urn:FetchRRDShared"

encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
</input>
<output>
<soap:body use="encoded"
namespace="urn:FetchRRDShared"

encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"/>
</output>
</operation>
</binding>

<!-- Endpoint for Google Web APIs -->
<service name="FetchRRDSharedService">
<port name="FetchRRDSharedPort"
binding="typens:FetchRRDSharedBinding">
<soap:address
location="http://nnm02.mc.vanderbilt.edu/NetPerfSOAP/">
</port>
</service>

</definitions>
the ASP code that invokes this is:
<%
IP = request.form("IP")
IfIndex = request.form("IfIndex")
Metric = request.form("Metric")
Duration = request.form("Duration")

if IP > "" then
Set ObjSOAPClient = Server.CreateObject("MSSOAP.SoapClient30")
ObjSOAPClient.mssoapinit Server.MapPath("trend.wsdl")

Set ResultNodeList = ObjSOAPClient.FetchRRDShared (IP, IfIndex,
Metric, Duration)

end if
%>

Jul 20 '05 #1
0 1258

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Camilla | last post by:
I'm making one of my first web services (with C#) and need help getting started. I have received an idl file and a sdl file that describes the interface I need to implement... but how do I...
2
by: joewhitehair | last post by:
Using the XSD.exe tool, I created a number of classes from my XSD file. When I generate the WSDL for my web service, the schema does not have the proper Occurance constraints for the attributes. In...
0
by: Suresh Pasala | last post by:
Hello All, Iam using the ServiceDescription class and writing a wsdl file. Currently the way wsdl is generated is as follows. <definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"...
2
by: hellrazor | last post by:
Hi there, I'm trying to import the following files as web reference: http://216.18.68.93:9999/CollectionWsInterface.wsdl The hosted web service was not created with Visual Studio.net.
0
by: xinglong chang,in china | last post by:
I created a c++ project to product a typelibrary, then registed it in the system ,used the WSDL Generator to make .WSDL,.WSML..etc,these steps are successful,However,from the client site I tried...
1
by: jjouett | last post by:
I'm setting up a manually created WSDL file that defines the specifics of the required elements, default values, etc. instead of using the generated WSDL from the asmx?wsdl mechanism. Everything...
8
by: rt.64 | last post by:
Consider the following C# webservice code and the corresponding WSDL generated by .NET: C# Webservice (Fragment) ================ ... public struct SSS { public decimal aaa ; public...
0
by: keziakristina | last post by:
Hi all, I want to edit the attribute of a WSDL file and then save it. My WSDL look like below : <?xml version="1.0" encoding="UTF-8"?> <wsdl:definitions...
1
by: Christof Winter | last post by:
I am trying to use a webservice with SOAPpy: import SOAPpy intact_wsdl = "http://www.ebi.ac.uk/intact/binary-search-ws/binarysearch?wsdl" intact_serv = SOAPpy.WSDL.Proxy(intact_wsdl) The...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.