How can I send multiple requests (same request) by a for loop to the same WebService through SoapUI?
Hi Everyone, I am pretty new to SoapUI tool. I am using SoapUI version 5.3.0My Application have a couple of RESTful APIs. I have to send arequest to the WebService in the form of a json request as below: { "app_key":"i8gAVDwcAq40n2kAv6Ox+w==", "targetDB":"100", "createNew": "true" } As of now I am able to send single request in each step and get back a satisfactory response as below: <StartDataExtractResult xmlns="http://schemas.datacontract.org/2004/07/AriaTechCore" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <StatusCode>1</StatusCode> <StatusText>success</StatusText> <RequestNumber>68</RequestNumber> </StartDataExtractResult> My question is how can I send multiple requests (50, 100, 500) requests in a loop to the Web Server in 3 second time gap? Any help/pointers will be very helpful.Solved34KViews0likes4CommentsCreating XSD from WSDL
Hi, I am using SOAPUi 5.4.0. I have a WSDL file and need to generate xsd files from the wsdl. I read in another website forum that it is possible to generate an xsd from WSDL by below steps. So I followed the same - 1) Creating a 'new SOAP project' 2) Give 'project name' and 'initial WSDL'. 3 Once loaded, navigate to the 'WSDLContent' 4) Use the last icon under the tab 'WSDLContent' : 'Export the entireWSDLand included/imported files to a local directory'. But, unfortunately this only generates a WSDL file. No other files including XSD files are generated. What could be wrong? Req is urgent. Any assistance would be highly appreciated. Thank you.12KViews0likes0CommentsPlease help with importing WSDL and XSD's
Hi, I am a first time SoapUI user and could really use some help to get me started on the right path. My goal is to make a first connection to a Soap API so I can test if the credentials that I received, provide me with access to the API. The problem I'm running into: When I import the WSDL file, SoapUI doesn't seem to do anything with the XSD files. How do I include the XSD's in the testsuite? Software:SoapUI Pro (ReadyAPI 3.3.2) *The WSDL and XSD's are attached in this post, the service offers the choice to receive attachments with SwA or MTOMSolved11KViews0likes2CommentsUpdate WSDL file of an existing SOAP project in Ready API 1.9
Hello All: Greetings for New Year 2018 ! (BTW, 2018 is a DOG year in Japanese calendar :-) Can you please help me 'how to update WSDL of an existing SOAP project'. I am using Ready API 1.9. Myexisting SOAP project has 120+ Test suites and 400+ Test cases. These test suites and test cases were created based on a previous WSDL (say this is #1). Today, development team gave me an updated WSDLfile (say this is #2). How can I update the WSDL of the whole SOAP projectwithout changing anything at the test suites/cases ? Thanks. Jamil, Ottawa.Solved6.1KViews0likes2CommentsCannot find required parameters, atributes from wsdl service
Hello all, I am trying to send an xml message to a wsdl service which there is no documentation for it. The web page of the service is: https://www1.gsis.gr/wsicisnet/MessageProcessorService?wsdl I found that in webpage https://www1.gsis.gr/wsicisnet/MessageProcessorService?xsd=3 there are three required attributes <xs:attributename="traderID"type="xs:string"use="required"/> <xs:attributename="wsUserID"type="xs:string"use="required"/> <xs:attributename="wsPass"type="xs:string"use="required"/> When I try to send the message it gives me an error <resultState> <status>ValError</status> <reasonCode>RulesConditionasError</reasonCode> <explanation>SubmittingTraderIdentification ([SubmittingTraderIdentification: null] must be the same as the trader ID (040540011)</explanation> </resultState> I cannot find anywhere theSubmittingTraderIdentification3.2KViews0likes9CommentsHP SM Local WSDL Consumption
Greetings, gurus! I am attempting to load an HP Service Manager WDSL locally, as I don't yet have an internet connection to the ticketing system. I've attempted the following: http://h30499.www3.hp.com/t5/tkb/articleprintpage/tkb-id/hp_service_mgr_tkb/article-id/14 However, no matter what WSDL I use, I get errors when loading the WSDLs locally. Example: "StringType@common.xsd Not Found" etc. However, this IS defined in the local file, common.xsd I am using: - <xs:complexType name="StringType"> - <xs:simpleContent> - <xs:extension base="xs:string"> <xs:attribute fixed="String" name="type" type="xs:string" use="required" /> <xs:attribute name="mandatory" type="xs:boolean" use="optional" /> <xs:attribute name="readonly" type="xs:boolean" use="optional" /> </xs:extension> </xs:simpleContent> </xs:complexType> Any assistance would be appreciated! ~ Mike2KViews0likes6CommentsExporting wsdl of a SOAP service with Soap-Ui , in one single wsdl
Hello Everyone I have the following problem. When i try to export my Soap service from Soap-UI program, i have two generated wsdl files, while istead i would expect just one. I can see that inside one of the wsdl, ther's an import that calls the other part of wsdl . my question is : 1 - is it possible to put all togheter the two wsdl in one single file wsdl ? 2- Is it possible to modify the project in order to create a one single wsdl file ? i have another soap -services -based project, and when i export the wsdl ther's only one single file. So i don't understand in which part of the project happens the split and fdon't know following which rules . Thanks in advance M.S.1.7KViews0likes1CommentSoapUI - Remember path of last added wsdl
If you need to add two or more WSDLs from your file system, every fileyou add starts the "browse" dialog from SoapUI's instalation folder. It would help a lot if the last path is remebered, so no need to navigate to the directory every time. Thanks again. Best regards, Federico.1.6KViews1like0CommentsService mocking - extra line in the end of the wsdl
Hello, I'm trying to use the service mocking functionality: https://www.soapui.org/soap-mocking/service-mocking-overview.html But SoapUI adds an extra line in the end of the wsdl of my mocked services. I doubled checked and the original wsdl is fine. I was wondering if anyone has any clues. $ java -version java version "1.8.0_121" Java(TM) SE Runtime Environment (build 1.8.0_121-b13) Java HotSpot(TM) 64-Bit Server VM (build 25.121-b13, mixed mode) WSDL http://search.webofknowledge.com/esti/wokmws/ws/WOKMWSAuthenticate?wsdl Thanks.Solved1.6KViews0likes2CommentsONVIF WS-BaseNotification - Unable to load wsdl
When I tried to load a wsdl (http://docs.oasis-open.org/wsn/bw-2.wsdl) in SOAP UI, I'm getting following error. Is this means the wsdl is not valid or anything with configurations? I'm new to wsdl and SOAP UI. Any help would be appreciated. Thanks.1.3KViews0likes1Comment