XMethods Logo

Home ·  Tools · Implementations · Manage · Register · Tutorials · About

Partner4 Logo Partner3 Logo Partner2 Logo

English to Pig Latin

WSDL

http://www.aspxpressway.com/maincontent/webservices/piglatin.asmx?wsdl     Analyze WSDL   |   View RPC Profile  (only for RPC services)
Owner:ctsteve
For more Info:http://www.aspxpressway.com
Description:Translate English to Pig Latin

Endpoints

URLPublisherContact EmailImplementation
http://www.aspxpressway.com/maincontent/webservices/piglatin.asmxctstevesteve@aspxpressway.comMS .NET

Contributed Clients   What is this?     Add / Edit / Delete Client  

NameTypePublisherToolkitLanguageOS
Web Services Performance and Load TesterApplicationLisaWu N/ACross-Platform


Detailed Description

Isthay ervicesay anslatestray English-hay to Pig atinlay
This service translates English to Pig Latin.

Rules-
1) To modify word must be at least four letters long
2) If word starts with a consonent 
     - take first consonents from word and append to end
     - add "ay"
3) If word starts with a vowel
     - add -hay to word
4) "qu" is a single consonent

visit :
http://www.aspxpressway.com/index.aspx?
pagetype=webservices&page=myPiglatinservice1&isRightContent=False

for a demo.

Usage Notes

The toPigLatin method accepts a string parameter of "English Text" 
and returns a string of Pig Latin.


Using VB.Net

        Dim objPiglatin As New piglatin()
        Dim txtInputText As String = txtEnglish.Text
        lblPigLatin.Text = objPiglatin.toPigLatin(txtInputText)

Help  Message Board