Ask a Question related to ASP.NET Web Services, Design and Development.
-
Wm. Scott Miller #1
XSD to Web Service
I have to interact with a web service created by an external company. That
company doesn't have a WSDL. They have supplied me with a XSD and some
samples of both requests and responses to/from their web service. They are
using SOAP to package XML that adheres to the XSD they supplied. How do I
go about creating a client app in .NET to use the web service using what I
have? Is there a way to create a WSDL and/or proxy class to access the web
service and how do I go about creating that in .NET?
So far I've used XSD.exe to create a class file.
Scott
Wm. Scott Miller Guest
-
Noobilicious question: Exposing two interfaces on the same web service(C# web service)
What are the fundamentals? I'm getting ready to write a new web service and I'd like to have the ability to add interfaces as they change to... -
Access Denied - Network Service vs Local Service
I have been struggling with my ASP.NET (V1.1 sp1) websites getting an 'Access Denied' message. I have track down the problem (I think) to the IIS... -
Is it possible for web service to send out random notifications to web service consumer?
I am a newbie for web servcie and want to write a web service which monitors the certain field in the database. Once it exceeds the certain value,... -
Referencing web service complex data type within a second web service (like a delegate)
Hi, I am trying to figure out if ASP.NET XML Web Services and the WSDL standard can handle this type of scenario: I have two web services, and... -
win32::eventlog DNS Server, Directory Service, File Replication Service
hello, does anyone know how to scan the special eventlogs on a dc like DNS Server log Directory Service File Replicatoin Service i tried it... -
Wm. Scott Miller #2
Re: XSD to Web Service
FYI:
1. Use XSD.EXE to generate a class file.
2. Create a new webservice on local machine that mimics server interaction
using class file from XSD
3. Surf to webservice?WSDL to get WSDL file.
4. Modify WSDL to now point to external server address.
5. Generate your client app from modified WSDL.
"Wm. Scott Miller" <Scott.Miller@spamkillerwvinsurance.gov> wrote in message
news:%2303nebhkFHA.1412@TK2MSFTNGP09.phx.gbl...>I have to interact with a web service created by an external company. That
>company doesn't have a WSDL. They have supplied me with a XSD and some
>samples of both requests and responses to/from their web service. They are
>using SOAP to package XML that adheres to the XSD they supplied. How do I
>go about creating a client app in .NET to use the web service using what I
>have? Is there a way to create a WSDL and/or proxy class to access the web
>service and how do I go about creating that in .NET?
>
> So far I've used XSD.exe to create a class file.
>
> Scott
>
Wm. Scott Miller Guest



Reply With Quote

