Welcome Guest Register Login Search The Forum Display List of Forum Members
 All Forums
  xmlFUSE
 
Subject Topic: Writing a hosted Webservice Post Reply Post New Topic
Message posted by bigian on 20 May 2009 at 8:22am
View bigian's Profile Profile   Search for other posts by bigian Search   Visit bigian's Homepage www   Quote bigian Quote   Send Private Message Send Msg  
bigian
Avatar
Standard Member
Standard Member
United Kingdom
20 May 2009
1 Posts
Hi

I have Xmlfuse and Nettalk how do I go about writing a hosted Webservice do I need Nettalk or can it all be done with Xmlfuse?

Cheers

Message posted by steve_johnson on 21 May 2009 at 8:48am
View steve_johnson's Profile Profile   Search for other posts by steve_johnson Search   Visit steve_johnson's Homepage www   Quote steve_johnson Quote   Send Private Message Send Msg  
steve_johnson
Avatar
Forum Moderator
Forum Moderator
United States
13 April 2002
266 Posts
xmlFUSE is designed to build web service clients - if you are trying to write a hosted Webservice then you can use a variety of tools like Visual Studio, Clarion#, etc. with a server component like IIS to host the service. I'm not sure if or how Nettalk can be used to build a web service provider, but xmlFUSE can surely be used to talk to any web service whether it is written using a Clarion server component or something more mainstream such as a web service running under IIS.

Please let me know if you have additional questions

-------------
Steve Johnson
ThinkData Inc.
http://www.thinkdata.com

Message posted by PetroK on 01 July 2009 at 4:40am
View PetroK's Profile Profile   Search for other posts by PetroK Search   Quote PetroK Quote   Send Private Message Send Msg  
PetroK
Standard Member
Standard Member
South Africa
01 July 2009
1 Posts
you say: "xmlFUSE is designed to build web service clients"
Does it build the com classes like easy2com
Does it handle passing and returning "safearrays"

I have a project where I have to connect to a webservices sending requests and receiving some values using methods.

The process was to expose the classes and methods using visual studio to create a dll and tlb file. then using oleviewer to create a IDL and then creating the classes using easy2com. I experienced a lot of trouble passing safearray types.

Is this a faster way of dealing with webservices?


Message posted by steve_johnson on 01 July 2009 at 11:57am
View steve_johnson's Profile Profile   Search for other posts by steve_johnson Search   Visit steve_johnson's Homepage www   Quote steve_johnson Quote   Send Private Message Send Msg  
steve_johnson
Avatar
Forum Moderator
Forum Moderator
United States
13 April 2002
266 Posts
xmlFUSE can talk to COM objects and handle safearrays - that's not a problem. It doesn't generate the COM wrapper classes for you, but it will parse the WSDL file of a web service and assist with the data types.

There's also lots of examples of interfacing with the web service manually (i.e. build the request using XML, use HTTP to post the request to the service, process the response). I will send you an email and maybe you could show me the dll and tlb file you are using.

Thanks

-------------
Steve Johnson
ThinkData Inc.
http://www.thinkdata.com

If you wish to post a reply to this thread you must first Login
If you are not already registered you must first register

Forum Jump Post Reply Post New Topic
Printer Friendly Version Printable version