-
How do I make this xml string to a java object? I tried all sorts of things, maybe its the …
- 394 views
- 1 answers
- 0 votes
-
- 338 views
- 1 answers
- 0 votes
-
"docs.aws.amazon.com/AmazonS3/latest/API/API_CreateBucket.html" here is said to use this XML: <CreateBucketConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/"> <LocationConstraint>string</LocationConstraint> </CreateBucketConfiguration> when requesting to create bucket but I can …
- 312 views
- 0 answers
- 0 votes
-
Creating a soap request from node-js, have tried multiple options and spent hours but not able to create exact request …
- 358 views
- 0 answers
- 0 votes
-
We’re facing a problem with a SOAP-service validation throwing a 400 bad request error. We are calling a service and …
- 357 views
- 0 answers
- 0 votes
-
I have a database with next tables (simplified): TPersons: FId – primary key, int – Id of person FName – …
- 0 views
- 0 answers
- 0 votes
-
I’m looking test few complex web services. Looking for a tool where I can paste the request XML and it …
- 291 views
- 0 answers
- 0 votes
-
im trying to build an WSDL webservice for the first time and don’t even know how to do the wsdl …
- 330 views
- 0 answers
- 0 votes
-
I’m receiving XML API-Calls that I need to translate to SOAP before my asmx consumes the messages and spits them …
- 429 views
- 1 answers
- 0 votes
-
So, I need to make a soap request to connect a webservice with BD in MySQL for webdev <SOAP-ENV:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" …
- 336 views
- 0 answers
- 0 votes