.NET

24
Mar

SoftAutoFlow - Business process modeling and executing framework

SoftAutoFlow 

Official Website : http://project-saf.tk/

25
Nov

Using Cookie in NuSOAP

Fault

Array ( [faultcode] => soap:Server [faultstring] => Server was unable to process request. ---> Current session has no workflow instance associated with it. Send activation message to start new instance in current session. [detail] => )

Fix for the solution

Description
adds a new Cookie into $this->cookies array
* return: if cookie-set was successful returns true, else false
* access: public
boolean setCookie (string $name, string $value)
* string $name: Cookie Name

25
Nov

using NuSoap: consume a .NET web service in 10 min

The WSDL file

This is the URL for a WSDL file that hosted at a IIS server. http://www.webservicex.com/TranslateService.asmx?wsdl

So let's try to compose by our-self the content of the body of our SOAP message to query this web service, we will use NuSoap to achieve the job: we must use the targetnamespace this way, this .NET web service doesn't like the namespace prefix generated automatically by NuSoap
wsdl:definitions targetNamespace="http://www.webservicex.net"
nothing really difficult here, just follow the wsdl, or, use the tool TcpTunnelGui with a working client, or see the documentation generated by the .NET web service on-line

Syndicate content

Activity Stream

Theme designed by Donny Carette - Powered by Drupal - copyright © 2010