Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 83 results for
soapui
- Page 1
Re: Request on Soa, SaaS, SoapUI and We Services
Programming
Web Development
15 Years Ago
by dheeraj0
… in detail. Also recommend your attending Introduction to
soapUI
Training course on how to thoroughly test Web and…, he said the training covers how to use
soapUI
to test SOA, Web and REST services for scalability…, performance and reliability. Saltmarch also does an Advanced
soapUI
Pro training course. For training details check <…
apostrophes not displaying in SOAPUI
Programming
Software Development
12 Years Ago
by softswing
Hi apostrophes not displaying in
SOAPUI
,Am using Java ws to display output in
SOAPUI
, am facing the problem in displaying apostrophes('), its displaying '&'. any suggestion please.
Testing SSO using SAML requests on SoapUI
Programming
Web Development
11 Years Ago
by Determination_1
… test SSO (single sign-on) feature using
soapUI
(I have free version of
soapUI
4.5). I need to prepare two requests…
Re: Testing SSO using SAML requests on SoapUI
Programming
Web Development
11 Years Ago
by pritaeas
Did you check
SoapUI
's forum?
Request on Soa, SaaS, SoapUI and We Services
Programming
Web Development
15 Years Ago
by Rajesh5575
… project. We plan to use an open source software like
soapUI
now. Are you able to point me to online and…
XPath Match Assertion problem in SoapUI
Programming
Software Development
14 Years Ago
by fugmag
…; ... [/CODE] I am using the example on: [url]http://www.
soapui
.org/Functional-Testing/xpath-and-xquery-assertions.html[/url] The…
Re: XPath Match Assertion problem in SoapUI
Programming
Software Development
14 Years Ago
by fugmag
…;[/CODE] What I want to do is to validate (in
SoapUI
) that given the ID in the request: [CODE]<pen…
Re: is it possible to test non wsdl soap server with soapui ??
Programming
Web Development
6 Years Ago
by rproffitt
My question is why must it be
soapui
? Testing is usually planned in advance for the project. I …/is-it-possible-to-test-non-wsdl-soap-server-with-
soapui
-or-postman Maybe they expect folk to dig into the… work? https://www.
soapui
.org/ tells me this is not a compete question. Maybe…
Re: apostrophes not displaying in SOAPUI
Programming
Software Development
12 Years Ago
by stultuske
' is a special character in Java. have you tried using an escape character?
Re: Testing SSO using SAML requests on SoapUI
Programming
Web Development
11 Years Ago
by Determination_1
Hi, I found a link there but could not understandable that much.
Re: XPath Match Assertion problem in SoapUI
Programming
Software Development
14 Years Ago
by iceandrews
It's hard to see exactly what you want because I don't quite understand the problem. If you need to have different rules happen for each SUBTABLE3 element, you need some kind of predicate to differentiate them. If they are all at the same level, you can use a positional predicate. Something like this would get you the FIRST one. You can …
Re: XPath Match Assertion problem in SoapUI
Programming
Software Development
14 Years Ago
by mrame
Please make your question clear. Post a relevant snippet of input xml, your xslt code and the output required.
XML parsing in Python
Programming
Software Development
14 Years Ago
by Priyesh_17
… a newbie in python. I have a
SoapUI
XML which looks something like this <
soapui
> <testSuite name=> <…; </testStep> </testCase> </testSuite> </
soapui
> Now from python, I have to first validate that…
SOAP WSDL client configuration
Programming
Web Development
12 Years Ago
by svilla
… Service I setup on the iSeries. It works when using
SOAPUI
and it works from the Built in test facility in… generated by the iSeries. Again it works when testing with
SOAPUI
so hopefully it is an option or something I can…
Need PHP SOAP assistance
Programming
Web Development
11 Years Ago
by MICHAEL DENNIS
…/scs.webservice/ScsAutoService.asmx Here is the SOAP request from
SoapUI
with correct data in the fields: <soapenv:Envelope xmlns… few lines of the SOAP response that comes back in
SoapUI
: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org…
QAAWS - How to extract data from a Query as a Web Service
Programming
Web Development
9 Years Ago
by gcardonav
… QAAWS. I can see the data using [
SOAPUI
5.0.0](http://www.
soapui
.org/), and I can extract the XML and…
mod_proxy_html and Apache 2.2.29: parse all <meta http-equiv=Ҡcontent=“â€>
Programming
Web Development
9 Years Ago
by gianx80
…; See, no **Authorization** header. If I call the api from
SoapUI
: "Accept-Encoding": "gzip,deflate", "Authorization… magic, the header is there (because it directly sent from
SoapUI
, no parsing or meta tag here). How can I solve…
WSException:Cannot obtain java type mapping
Programming
Web Development
16 Years Ago
by revanthvemuri
… got one WSDL file from thirdparty using that wsdl through
SOAPUI
plugin (WSDL2Java) i got some classes and i created one…
SOAP Client in JavaScript or HTML POST Form
Programming
Web Development
15 Years Ago
by carpiediem
… the developer, without much luck, but my request works in
SoapUI
and I can reach the WDSL file in my browser…
schedule a webservice in vb.net
Programming
Software Development
14 Years Ago
by aispg8
Is there an easy way to schedule a webservice that was created in vb.net. Would I need to create a .asmx file or do I create an executable in vb that calls a webservice? Or....I have created a webservice using
SOAPUI
3.6.1. would it be easier to schedule that instead of creating a vb app. Thanks in advance for your help.
client side web services....
Programming
Web Development
13 Years Ago
by vomhaus
I have been give the task of converting soap services (
soapui
)to java. The conversion of the (client-side)soap services …
Parser
Programming
Software Development
13 Years Ago
by WH88
… * file. The .xml data will then be transfered over onto
SoapUI
to be used as * mock test results. The class will…
PHP Soap Client
Programming
Web Development
12 Years Ago
by svilla
… generated by the iSeries. Again it works when testing with
SOAPUI
so hopefully it is an option or something I can…
Java questions
Programming
Software Development
11 Years Ago
by hajjo
… be executed during the Render phase, is it correct? yes
SOAPUI
is specialized in optimizing the web services message size? yes…
Web API
Programming
Web Development
10 Years Ago
by pritaeas
… { get; set; } } This one works, I receive the XML from
SoapUI
and can act upon it [HttpPost] public HttpResponseMessage Post(int…
Soap Query Parameter Head Ache ;(
Programming
Web Development
10 Years Ago
by donz365
…: centre, coursetype and courselocation. When querying it directly or using
SoapUI
it can be queried using 1, 2, 3 or none…
is it possible to test non wsdl soap server with soapui ??
Programming
Web Development
6 Years Ago
by abubaker_2
if its possible please give me instructions Thank you in advance
Re: is it possible to test non wsdl soap server with soapui ??
Programming
Web Development
6 Years Ago
by abubaker_2
soupui or postman it doesnt matter the web server works on my php pages fine just found out that there's a android app too and i need to give the developer the api with the ability to see the functions and send his request and get the respond i tied many solution but hit a dead end im new to soap and my the web server is non wsdl. On (…
Re: is it possible to test non wsdl soap server with soapui ??
Programming
Web Development
6 Years Ago
by rproffitt
Something doesn't jive. That is, how could you develop an API and then not have the API? Maybe something wasn't told. Such as "I have this website and now I want an Android app but need to create the API and documentation for the programmers." That would explain a great deal.
Re: is it possible to test non wsdl soap server with soapui ??
Programming
Web Development
6 Years Ago
by abubaker_2
here the 3 files i have so you may undertand me
1
2
3
Next
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC