![]() |
![]() |
![]() |
||||
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() ![]() |
|
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
Thread Tools |
![]() |
#1 |
Confirmed User
Join Date: May 2004
Location: San Diego, CA
Posts: 1,007
|
Anybody know WSDL here?
Help me out...
I'm messing around with web services, and getting this error under microsoft. (BTW, damn microsoft for making simple things difficult) Error: Cannot find definition for http://www.wirerunner.com/WireAuthSe...hServerBinding Service Description with namespace http://www.wirerunner.com/WireAuthServer.wsdl is missing. Paramater name: name And here is the actual WSDL: <?xml version="1.0"?> <definitions name="WireAuthServer" xmlns:tns="http://www.wirerunner.com/WireAuthServer.wsdl" targetNamespace="urn:WireAuthServer" xmlns:typens="urn:WireAuthServer" 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 for search - result elements, directory categories --> <message name="verifyRequest"> <part name="username" type="xsd:string"/> <part name="password" type="xsd:string"/> </message> <message name="verifyResponse"> <part name="token" type="xsd:string"/> </message> <portType name="WireAuthServerPortType"> <operation name="verify"> <input message="tns:verifyRequest"/> <output message="tns:verifyResponse"/> </operation> </portType> <binding name="WireAuthServerBinding" type="tns:WireAuthServerPortType"> <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/> <operation name="verify"> <soap:operation soapAction="urn:WireAuthServer#verify"/> <input> <soap:body use="encoded" namespace="urn:WireAuthServer" encodingStyle=\ "http://schemas.xmlsoap.org/soap/encoding/"/> </input> <output> <soap:body use="encoded" namespace="urn:WireAuthServer" encodingStyle=\ "http://schemas.xmlsoap.org/soap/encoding/"/> </output> </operation> </binding> <service name="WireAuthServer"> <port name="WireAuthServerPort" binding="tns:WireAuthServerBinding"> <soap:address location="http://www.wirerunner.com:9988"/> </port> </service> </definitions> Help!
__________________
I like ducks. |
![]() |
![]() ![]() ![]() ![]() ![]() |