Cannot 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.3KViews0likes9CommentsExporting 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.7KViews0likes1CommentWSDL - Failed to load URL
When I tryed to access a WSDL through the SoapUI 5.2.1 (Windowns) Im receiving the message: FAILED TO LOAD URL.https://transpac.travellink.com.br/wsintegracao/wooba.asmx?WSDL Error loading [https://transpac.travellink.com.br/wsintegracao/wooba.asmx?WSDL]: java.lang.Exception: Failed to load url;https://transpac.travellink.com.br/wsintegracao/wooba.asmx?WSDL, 0 On my browser it works properlly. I tryed to disable Firewall, and I dont have a proxy, the setting of both is automatic. If I download the WSDL it works. But I cant do requests. How can I solve this? Regards,751Views0likes1CommentWSDL file is not loading
Dear All i am new to this community and hope to find help i am working on BMC remedy application and need to consume WSDL file in Remedy but it is not loading BMC Remedy has these limitation in consuming WSDL 1- SOAP-encoded arrays and SOAP-encoded structures are not supported. This means that RPC-encoded and document-encoded web services with complex input or output parameters do not work. For example, Amazon Web 2- Services API and Google Web Services API fall into this category. 3- All operations should be of one kind — that is,allRPC-encoded oralldoc/literal. 4- Only SOAP operations are considered. MIME and HTTP operations are ignored. Overloaded operations are not allowed. 5- Both input and output should be present; one-way messaging is not allowed. 6- A WSDL file cannot have both a<wsdl:include>and a<wsdl:types>element. Tip As a workaround, use<xsd:include>inside<wsdl:types>. There is no restriction on the number of<xsd:include>elements that you can use. 7- A WSDL file cannot have more than one<wsdl:include>element. 8- BMC Remedy AR System supports Message Parts that point to XML Elements or XML Simple Types only. 9- If a<wsdl:message>element has more than one Message Part, only the first Message Part is considered. i am trying to load the file but it is not loading so i dont know if my file contain one of the limitation above or not because i am not experinced in XML can you help to identify if the file has some limitation of above ?757Views0likes0CommentsError ClassCastException when loading WSDL in SOAPUI (v5.3 and v5.5)
Wed Jul 31 19:45:31 CAT 2019:ERROR:org.apache.xmlbeans.XmlException: org.apache.xmlbeans.impl.values.XmlAnyTypeImpl cannot be cast to org.apache.xmlbeans.impl.xb.xsdschema.Group org.apache.xmlbeans.XmlException: org.apache.xmlbeans.impl.values.XmlAnyTypeImpl cannot be cast to org.apache.xmlbeans.impl.xb.xsdschema.Group at org.apache.xmlbeans.XmlBeans.wrappedException(XmlBeans.java:149) at org.apache.xmlbeans.XmlBeans.compileXmlBeans(XmlBeans.java:675) at org.apache.xmlbeans.XmlBeans.compileXsd(XmlBeans.java:553) at com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.buildSchemaTypes(SchemaUtils.java:258) at com.eviware.soapui.impl.wsdl.support.xsd.SchemaUtils.loadSchemaTypes(SchemaUtils.java:177) at com.eviware.soapui.impl.support.definition.support.XmlSchemaBasedInterfaceDefinition.loadSchemaTypes(XmlSchemaBasedInterfaceDefinition.java:72) at com.eviware.soapui.impl.wsdl.support.wsdl.WsdlInterfaceDefinition.load(WsdlInterfaceDefinition.java:56) at com.eviware.soapui.impl.wsdl.support.wsdl.WsdlContext.loadDefinition(WsdlContext.java:62) at com.eviware.soapui.impl.wsdl.support.wsdl.WsdlContext.loadDefinition(WsdlContext.java:34) at com.eviware.soapui.impl.support.definition.support.AbstractDefinitionContext.cacheDefinition(AbstractDefinitionContext.java:245) at com.eviware.soapui.impl.support.definition.support.AbstractDefinitionContext.access$400(AbstractDefinitionContext.java:47) at com.eviware.soapui.impl.support.definition.support.AbstractDefinitionContext$Loader.construct(AbstractDefinitionContext.java:218) at com.eviware.soapui.support.swing.SwingWorkerDelegator.construct(SwingWorkerDelegator.java:46) at com.eviware.soapui.support.swing.SwingWorker$2.run(SwingWorker.java:131) at java.lang.Thread.run(Unknown Source) Caused by: java.lang.ClassCastException: org.apache.xmlbeans.impl.values.XmlAnyTypeImpl cannot be cast to org.apache.xmlbeans.impl.xb.xsdschema.Group at org.apache.xmlbeans.impl.schema.StscComplexTypeResolver.translateContentModel(StscComplexTypeResolver.java:1311) at org.apache.xmlbeans.impl.schema.StscComplexTypeResolver.translateContentModel(StscComplexTypeResolver.java:1439) at org.apache.xmlbeans.impl.schema.StscComplexTypeResolver.resolveBasicComplexType(StscComplexTypeResolver.java:301) at org.apache.xmlbeans.impl.schema.StscComplexTypeResolver.resolveComplexType(StscComplexTypeResolver.java:262) at org.apache.xmlbeans.impl.schema.StscResolver.resolveType(StscResolver.java:87) at org.apache.xmlbeans.impl.schema.StscResolver.resolveAll(StscResolver.java:59) at org.apache.xmlbeans.impl.schema.SchemaTypeSystemCompiler.compileImpl(SchemaTypeSystemCompiler.java:307) at org.apache.xmlbeans.impl.schema.SchemaTypeSystemCompiler.compile(SchemaTypeSystemCompiler.java:218) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.apache.xmlbeans.XmlBeans.compileXmlBeans(XmlBeans.java:667) ... 13 more Wed Jul 31 19:45:31 CAT 2019:ERROR:com.eviware.soapui.impl.wsdl.support.xsd.SchemaException com.eviware.soapui.impl.wsdl.support.xsd.SchemaException674Views0likes0CommentsCreating 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.12KViews0likes0CommentsService 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.6KViews0likes2CommentsHow 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.Solved34KViews0likes4Commentsdon't get attachment while sending mtom message with wcf in soapUI
I'm implementing a service which receives some string as request and should return back a pdf file in mtom attachment format. When I test it on my own machine with the client forms I can read the data from the content of message but when I checked the output in SOAPUI I found that the message is not sending in mtom format and is sending message in inline format . The raw view of the out put is as follows: HTTP/1.1 200 OK Cache-Control: private Content-Length: 1252359 Content-Type: text/xml; charset=utf-8 Server: Microsoft-IIS/7.5 Set-Cookie: ASP.NET_SessionId=itqdxvdxyovixbj1iglyy5n0; path=/; HttpOnly X-AspNet-Version: 4.0.30319 X-Powered-By: ASP.NET Date: Wed, 20 Jan 2016 13:13:58 GMT <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Body><GetMaintenanceProtocolPdfAttachmentResponse xmlns="http://xmlns.scania.com/maintenance/schema/technicalinformationmsgs/v1"><GetMaintenanceProtocolPdfAttachmentResult>JVBERi0xLjQNCiXi48/TDQo How can I activate mtom to get the attachment in the output? ( I changed the messageEncoding to Mtom but doesn't work I think)952Views0likes1Comment