577 Topics

Member Avatar for
Member Avatar for StudentCS

im stuck in this terrible problem, I have a SOAP based webservice implemented in Java.The client besides other data is supposed to have "male" and "female" checkboxes so the user can either select one of them or both and the client is supposed to send it to the server to …

Member Avatar for hag++
0
561
Member Avatar for Gabit

According to input & output xml files, I need to create wsdl file for describing web service: Input xml-file (request): [CODE]<?xml version="1.0" encoding="utf-8"?> <PEP_IBANCheckRequest> <OrderNumber>34552</OrderNumber> <IIN>81070581488</IIN> <RNN>5851515115</RNN> <IBAN>KZ86926002P468708027</IBAN> <PaymentAccountType>1</PaymentAccountType> <OrderDate>2011-08-26T11:36:59.4050385+06:00</OrderDate> </PEP_IBANCheckRequest>[/CODE] Output xml-file (response): [CODE]<?xml version="1.0" encoding="utf-8"?> <PEP_IBANCheckResponse> <OrderNumber>34552</OrderNumber> <OrgOrderNumber>65412</OrgOrderNumber> <OrderRunDate>2011-08-26T12:00:51.0369231+06:00</OrderRunDate> <Status>0</Status> <OrgBIC>65156151</OrgBIC> <OrgRNN>5445848</OrgRNN> </PEP_IBANCheckResponse>[/CODE] My incomplete wsdl file: [CODE]<?xml …

Member Avatar for hag++
0
214
Member Avatar for hag++

Hey All, I have been diving into the sweet (yet sometimes unforgiving) world of RESTful web services lately and I have come across an excellent tool for testing your requests before implementing the programmatic solution. I know Soap UI has a REST based component but I find it a little …

0
81
Member Avatar for santra21

Recently I found some websites which are collecting jobs in all positions from other reputed jobsites in USA and worldwide. I think they are using RSS Technology (Really Simple Syndication) to collect jobs from other jobsites. By displaying jobs from other job sites will affect the number of visitors of …

Member Avatar for Dani
-1
162
Member Avatar for mehrantahir

Hi everyone, i want to make search on my website,the search is made through rss base. please guide me how i get rss websites through for my local search. i want to get product name and product price for the search result.

Member Avatar for mobileapplover
0
84
Member Avatar for apneweb

hi friend i need a little help my web site address is [url]http://www.apneweb.com[/url] i have some problem my web site server link down some time, some time for 5 mins some time for 10 mins even for 30 mins some time then my website not open... what is this and …

0
65
Member Avatar for ttback

For the past 2 days, no matter which Sharepoint web service I access via Python's suds lib, the remote service always returns 403 Forbidden. I'm using Python Suds 0.4 and Python NTLM 1.0. Suds 0.4 has built-in support for accessing Python NTLM. I followed the documentation from Suds's website on …

0
63
Member Avatar for manish250

Hi All, I am new to web services.I want to know when i am writing the web services client how can i decide whether i have to write it using axis or axis2.I mean how to decide whether to use axis or axis2. Thanks to all in advance........

Member Avatar for pritaeas
0
147
Member Avatar for Pgmer

Hi All, I have webservice which i having webmethod which returns boolean value. Its retruning the correct output value only when the connection is pointing to localhost. Can any one please guide me? Thanks

0
84
Member Avatar for Gabit

I need to create WSDL file for my [B]Web Service[/B]. Web service receives xml-based request and responses to it. [B]Sample xml-based request:[/B] [CODE]<?xml version="1.0" encoding="utf-8"?> <PEP_IBANCheckRequest> <OrderNumber>34552</OrderNumber> <IIN>81070581488</IIN> <RNN>5851515115</RNN> <IBAN>KZ86926002P468708027</IBAN> <PaymentAccountType>1</PaymentAccountType> <OrderDate>2011-08-26T11:36:59.4050385+06:00</OrderDate> </PEP_IBANCheckRequest>[/CODE] [B]Sample xml-based response:[/B] [CODE]<?xml version="1.0" encoding="utf-8"?> <PEP_IBANCheckResponse> <OrderNumber>34552</OrderNumber> <OrgOrderNumber>65412</OrgOrderNumber> <OrderRunDate>2011-08-26T12:00:51.0369231+06:00</OrderRunDate> <Status>0</Status> <OrgBIC>65156151</OrgBIC> <OrgRNN>5445848</OrgRNN> </PEP_IBANCheckResponse>[/CODE] By looking at …

0
81
Member Avatar for Elektrikz

Hey guys! I started learning Python 3 four days ago and I wrote a little command line RSS Reader (~120 lines) using the [URL="http://feedparser.org/"]feedparser module[/URL]. The rss reader currently has a menu, and also receives command line arguments (run the script with "-h" or "--help" for more info). It has …

Member Avatar for Elektrikz
0
364
Member Avatar for vishalkhialani

Hi, I have a list of posts which I want to share with my group of workers. I use an rss reader to read them personally. how can I share it with them. I tried google reader but it does not show all the posts in the shared option. Also …

0
88
Member Avatar for Venugopal Ravi

Hi, I am using wordpress rss poster pro plugin for my site, it will work in a way that it will fetch feed from the site which we mention, but i want only to fetch posts which has only images. check plugin here - [url]http://www.wprssposter.com/[/url] it fetch unwanted post also, …

0
83
Member Avatar for geekme

Hello, I have to develop a cloud with several stand alone apps .I would like to know what language is used to develop a cloud.

Member Avatar for pritaeas
0
117
Member Avatar for divin757

When I try to navigate to the service it shows me the methods like normal but when I try to see the wsdl I get a file not found error. I have created both the wsdl.aspx and the disco.aspx. They have been deployed into _vti_bin folder. I was able to …

Member Avatar for divin757
0
251
Member Avatar for gurushankar

Hi All, I have to test a wsdl. I am using XMLHttp object in VBscript. I have to specify an operation in the script, I am not sure how i can do that. xmlObj=CreateObject(XMLHttp object) xmlObj.open "post",[U]ESDL File Location[/U],"False" xmlObj.SetRequestHeader "content-type",[COLOR="Red"]"applicatin/mentioned the application i need to access"[/COLOR] xmlObj.send RequestXML 'I …

0
63
Member Avatar for manish250

Hi all i am new to web service.I am getting this exception on my server which is RHEL 5.5 [B]error Failed to access the WSDL at: [url]https://172.30.17.141:5010/SecureWebService/ActiveCampaignDetailsSecure?wsdl[/url]. It failed with: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target. [/B] I have imported the …

Member Avatar for manish250
0
241
Member Avatar for manish250

hi all, i have developed a web service(https based) client which is running on my 4 servers.i am facing a issue on a server like this. javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target while client on all other 3 server is …

0
157
Member Avatar for sacarias40

is there an existing api for a postal code system? for example, you are at a gas stations website, and you want to find a station nearest you. so you type in your postal code and it returns the result.\ thanks.

Member Avatar for gcornejo
0
98
Member Avatar for himmat.m4

Hi, everybody I am trying to access remotely application but there generates error is :- WARNING: Unable to connect to URL: [url]http://192.168.100.99:8989/PTax_PG_eBiz-PTax_eBiz_WS-context-root/PropTaxPort[/url] due to java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed: Connection timed out: connect java.rmi.RemoteException: ; nested exception is: HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed: Connection timed out: …

0
84
Member Avatar for jaango123

Hi All, Is there a way/free tool that can be used to generate the possible response xmls from a webservice wsdl. The wsdl in turm refers to multiple schemas.

Member Avatar for hiddenben
0
81
Member Avatar for vuyiswamb

Good Day All i have a IIS server. This IIS Server is publicly available , so i have hosted some WCF services in that server , i can access the URL from outside my network, but i can use it. the url that i access it with is [B][url]http://196.XX.XXX.XXX:8095/datalayer/[/url] [/B] …

Member Avatar for vuyiswamb
0
150
Member Avatar for vuyiswamb

Good Day All i have a Silverlight application that i have written. Tested and it works well in our internal network. Now in my company we have another server, so our Network guys open a port so that someone who is not in our network can view the website. Now …

Member Avatar for vuyiswamb
0
168
Member Avatar for jonow

I was wondering if someone could point me in the right direction for what I am trying to do. I am creating this service in which I want to be able to send text messages, faxes, and automated calls from a server. I want to know the different ways of …

Member Avatar for hiddenben
0
135
Member Avatar for Ajuddy

i dont why i can't access my servlets. i have followed the configuration to the end but still cant get through. the following are my .xml files. well i dont have a problem accessing the server, but the problem is my servlets wont run i keep getting "the requested resource …

Member Avatar for Ajuddy
0
635
Member Avatar for Aesculapius

Scenario: Web Service needed to calculate values and send results back as json. These calls are to be made cross-domain so I'm using jsonp. The problem I'm having occurs both on the same domain and cross-domain. Problem: I'm having an issue getting back json data from a WCF Service. While …

0
70
Member Avatar for lovell_82

I've looked on the net to no avail. I was wondering if there is a program or method out there that allows a person to update or upgrade directly to a dongle plugged into a computer from a specific website?

0
55
Member Avatar for ccsCoder

When I try creating a Web App based client for my web service already deployed in JBoss, I get the following error- "taskdef class com.sun.tools.ws.ant.WsImport cannot be found" I've not clue what's going on here... Any help will be appreciated.

0
65
Member Avatar for jayreis

Hello I was just looking at [url]www.teamlab.com[/url] and they seem to offer the ability to use Open Office in a browser. So I am wondering how is this done? I tried looking through the Open office website but saw no reference to installing Open Office on a LAP server so …

0
72
Member Avatar for Inny

I want to create a banner that contains a live updating rss/xml feed. Output should result in a single image that updates. Ill be using this to draw customers to my site since the image will be hosted on other sponsor sites. Image format must be either jpg gif or …

Member Avatar for pritaeas
0
191

The End.